index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
gpu
/
drm
/
nouveau
/
nouveau_irq.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
drm/nouveau/mc: handle irq-related setup ourselves
Ben Skeggs
2013-04-26
1
-76
/
+0
*
drm/nv50/disp: move remaining interrupt handling into core
Ben Skeggs
2012-11-29
1
-8
/
+0
*
drm/nvd0/disp: move remaining interrupt handling to core
Ben Skeggs
2012-11-29
1
-9
/
+5
*
drm/nouveau: resurrect headless mode since rework
Ben Skeggs
2012-10-31
1
-7
/
+9
*
drm/nouveau: quiet some static-related sparse noise
Marcin Slusarz
2012-10-03
1
-0
/
+1
*
drm/nouveau: port remainder of drm code, and rip out compat layer
Ben Skeggs
2012-10-03
1
-95
/
+35
*
drm/nouveau: start culling unused code
Ben Skeggs
2012-10-03
1
-1
/
+0
*
drm/nouveau: port all engines to new engine module format
Ben Skeggs
2012-10-03
1
-1
/
+0
*
drm/nouveau/mc: port to subdev interfaces
Ben Skeggs
2012-10-03
1
-2
/
+2
*
drm/nouveau: implement module init functions in nouveau_drm.c
Ben Skeggs
2012-10-03
1
-1
/
+1
*
drm/nouveau: restructure source tree, split core from drm implementation
Ben Skeggs
2012-10-03
1
-1
/
+1
*
drm/nouveau: init vblank requests list
Marcin Slusarz
2012-07-26
1
-4
/
+0
*
drm/nouveau: detect disabled device in irq handler and return IRQ_NONE
Ben Skeggs
2011-07-25
1
-1
/
+1
*
drm/nouveau: tidy+move PGRAPH ISRs to their respective *_graph.c files
Ben Skeggs
2010-12-03
1
-885
/
+9
*
drm/nouveau: move PFIFO ISR into nv04_fifo.c
Ben Skeggs
2010-12-03
1
-203
/
+0
*
drm/nv04-nv40: register vblank isr
Ben Skeggs
2010-12-03
1
-19
/
+0
*
drm/nouveau: move bitfield/enum helpers to nouveau_util.c
Ben Skeggs
2010-12-03
1
-68
/
+18
*
drm/nv50: use register/unregister functionality for PDISPLAY ISR
Ben Skeggs
2010-12-03
1
-15
/
+1
*
drm/nv50: move GPIO ISR to nv50_gpio.c
Ben Skeggs
2010-12-03
1
-4
/
+2
*
drm/nv84: move PCRYPT ISR out of nouveau_irq.c
Ben Skeggs
2010-12-03
1
-24
/
+1
*
drm/nouveau: allow irq handlers to be installed by engine-specific code
Ben Skeggs
2010-12-03
1
-1
/
+33
*
drm/nouveau: Implement the vblank DRM hooks.
Francisco Jerez
2010-12-03
1
-2
/
+6
*
drm/nouveau: add support for MSI
Ben Skeggs
2010-12-03
1
-0
/
+35
*
drm/nv84: add support for the PCRYPT engine
Ben Skeggs
2010-12-03
1
-0
/
+16
*
drm/nouveau: only expose the object classes that are supported by the chipset
Ben Skeggs
2010-12-03
1
-31
/
+5
*
drm/nouveau: add more fine-grained locking to channel list + structures
Ben Skeggs
2010-12-03
1
-14
/
+28
*
drm/nouveau: tidy fifo swmthd handler a little
Ben Skeggs
2010-12-03
1
-25
/
+31
*
nouveau: Acknowledge HPD irq in handler, not bottom half
Andy Lutomirski
2010-11-18
1
-0
/
+1
*
drm/nouveau: Some random cleanups.
Francisco Jerez
2010-11-18
1
-9
/
+10
*
drm/nouveau: ratelimit IRQ messages
Jiri Slaby
2010-11-18
1
-12
/
+14
*
drm/nouveau: handle fifo pusher errors better
Ben Skeggs
2010-09-24
1
-8
/
+37
*
drm/nv50: report BAR access faults
Ben Skeggs
2010-09-24
1
-0
/
+8
*
drm/nv50: move vm trap to nv50_fb.c
Ben Skeggs
2010-09-24
1
-45
/
+11
*
drm/nouveau: remove nouveau_gpuobj_ref completely, replace with sanity
Ben Skeggs
2010-09-24
1
-7
/
+9
*
drm/nvc0: starting point for GF100 support, everything stubbed
Ben Skeggs
2010-08-06
1
-1
/
+1
*
drm/nouveau: Ack the context switch interrupt before switching contexts.
Francisco Jerez
2010-08-06
1
-2
/
+2
*
Merge branch 'drm-fbdev-cleanup' into drm-core-next
Dave Airlie
2010-04-20
1
-9
/
+1
|
\
|
*
drm/fb: fix fbdev object model + cleanup properly.
Dave Airlie
2010-04-07
1
-9
/
+1
*
|
drm/nv50: punt hotplug irq handling out to workqueue
Ben Skeggs
2010-04-09
1
-0
/
+1
|
/
*
drm/nv50: Improve PGRAPH interrupt handling.
Marcin KoĆcielnicki
2010-03-10
1
-48
/
+561
*
drm/nouveau: protect channel create/destroy and irq handler with a spinlock
Maarten Maathuis
2010-02-25
1
-0
/
+5
*
drm/nv50: make the pgraph irq handler loop like the pre-nv50 version
Maarten Maathuis
2010-02-10
1
-64
/
+77
*
drm/nouveau: Fixup semaphores on pre-nv50 cards.
Francisco Jerez
2010-02-09
1
-0
/
+14
*
drm/nouveau: Acknowledge DMA_VTX_PROTECTION PGRAPH interrupts
Luca Barbieri
2010-01-18
1
-0
/
+7
*
drm/nv50: prevent a possible ctxprog hang
Ben Skeggs
2010-01-11
1
-0
/
+1
*
drm/nouveau: Add DRM driver for NVIDIA GPUs
Ben Skeggs
2009-12-11
1
-0
/
+702