index
:
drm/drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2006-07-03
[PATCH] lockdep: better lock debugging
Ingo Molnar
25
-567
/
+265
2006-07-03
[PATCH] lockdep: remove mutex deadlock checking code
Ingo Molnar
2
-324
/
+0
2006-07-03
[PATCH] lockdep: remove DEBUG_BUG_ON()
Ingo Molnar
1
-8
/
+0
2006-07-03
[PATCH] lockdep: rename DEBUG_WARN_ON()
Ingo Molnar
4
-26
/
+26
2006-07-03
[PATCH] lockdep: remove RWSEM_DEBUG remnants
Ingo Molnar
5
-81
/
+5
2006-07-03
[PATCH] lockdep: clean up rwsems
Ingo Molnar
6
-128
/
+109
2006-07-03
[PATCH] lockdep: add DECLARE_COMPLETION_ONSTACK() API
Ingo Molnar
1
-0
/
+12
2006-07-03
[PATCH] lockdep: add local_irq_enable_in_hardirq() API
Ingo Molnar
1
-0
/
+17
2006-07-03
[PATCH] lockdep: add disable/enable_irq_lockdep() API
Ingo Molnar
1
-1
/
+48
2006-07-03
[PATCH] lockdep: add per_cpu_offset()
Ingo Molnar
6
-0
/
+8
2006-07-03
[PATCH] lockdep: add print_ip_sym()
Heiko Carstens
1
-0
/
+14
2006-07-03
[PATCH] lockdep: add is_module_address()
Ingo Molnar
2
-0
/
+29
2006-07-03
[PATCH] lockdep: console_init after local_irq_enable()
Heiko Carstens
1
-4
/
+4
2006-07-03
[PATCH] lockdep: floppy.c irq release fix
Ingo Molnar
1
-38
/
+4
2006-07-03
[PATCH] sparc: resource warning fix
Andrew Morton
3
-4
/
+4
2006-07-03
[PATCH] sparc i8042 build fix
Andrew Morton
1
-1
/
+1
2006-07-03
[PATCH] make more file_operation structs static
Arjan van de Ven
97
-118
/
+118
2006-07-03
[PATCH] vt: Decrement ref count of the VT backend on deallocation
Antonino A. Daplas
1
-0
/
+1
2006-07-03
[PATCH] fbdev: Add framebuffer and display update module support for pnx4008
Vitaly Wool
8
-0
/
+1502
2006-07-03
[PATCH] add Mike Isely as pvrusb2 maintainer
Michael Krufky
1
-0
/
+8
2006-07-03
[PATCH] kernel-doc MAINTAINERS
Randy Dunlap
1
-0
/
+2
2006-07-03
[PATCH] binfmt_elf: fix checks for bad address
Chuck Ebbert
1
-8
/
+7
2006-07-03
[PATCH] ZVC/zone_reclaim: Leave 1% of unmapped pagecache pages for file I/O
Christoph Lameter
7
-14
/
+69
2006-07-03
[PATCH] SERIAL: allow shared 8250_pnp interrupts
Bjorn Helgaas
1
-0
/
+2
2006-07-03
[PATCH] PNPACPI: support shareable interrupts
Bjorn Helgaas
2
-3
/
+9
2006-07-03
[PATCH] uml build fix
Theodore Tso
1
-0
/
+2
2006-07-03
[PATCH] bcm43xx: netlink deadlock fix
Arjan van de Ven
1
-4
/
+4
2006-07-03
[PATCH] lockdep: special s390 print_symbol() version
Heiko Carstens
1
-5
/
+6
2006-07-03
[PATCH] genirq ia64 cleanup
Andrew Morton
1
-2
/
+0
2006-07-03
[PATCH] time initialisation fix
john stultz
1
-1
/
+3
2006-07-02
[PATCH] genirq: Fixup ARM devel merge
Thomas Gleixner
1
-7
/
+8
2006-07-02
[PATCH] ARM: Fixup missing includes in arch/arm/mm/proc-<cputype>.S
Thomas Gleixner
3
-0
/
+6
2006-07-02
[PATCH] genirq:fixup missing SA_PERCPU replacement
Thomas Gleixner
2
-2
/
+4
2006-07-02
[PATCH] ARM: fixup irqflags breakage after ARM genirq merge
Thomas Gleixner
59
-77
/
+73
2006-07-02
[PATCH] genirq: ARM dyntick cleanup
Thomas Gleixner
4
-12
/
+17
2006-07-02
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-mmc
Linus Torvalds
2
-6
/
+51
2006-07-02
[PATCH] nfs: non-procfs build fix
Dominik Hackl
1
-2
/
+2
2006-07-02
Merge branch 'genirq' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
51
-1082
/
+208
2006-07-02
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
106
-919
/
+5673
2006-07-02
Merge branch 'devel' of master.kernel.org:/home/rmk/linux-2.6-mmc
Linus Torvalds
2
-168
/
+407
2006-07-02
[PATCH] irq-flags: documentation: Use the new IRQF_ constants
Thomas Gleixner
4
-6
/
+6
2006-07-02
[PATCH] irq-flags: sound: Use the new IRQF_ constants
Thomas Gleixner
102
-109
/
+109
2006-07-02
[PATCH] irq-flags: video: Use the new IRQF_ constants
Thomas Gleixner
7
-7
/
+7
2006-07-02
[PATCH] irq-flags: usb: Use the new IRQF_ constants
Thomas Gleixner
19
-25
/
+25
2006-07-02
[PATCH] irq-flags: serial: Use the new IRQF_ constants
Thomas Gleixner
20
-34
/
+34
2006-07-02
[PATCH] irq-flags: scsi: Use the new IRQF_ constants
Thomas Gleixner
84
-108
/
+108
2006-07-02
[PATCH] irq-flags: rio: Use the new IRQF_ constants
Thomas Gleixner
1
-1
/
+1
2006-07-02
[PATCH] irq-flags: pci: Use the new IRQF_ constants
Thomas Gleixner
5
-6
/
+7
2006-07-02
[PATCH] irq-flags: PARISC: Use the new IRQF_ constants
Thomas Gleixner
2
-2
/
+2
2006-07-02
[PATCH] irq-flags: drivers/net: Use the new IRQF_ constants
Thomas Gleixner
128
-159
/
+159
[next]