index
:
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
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2006-06-27
ACPI: asus_acpi_init: propagate correct return value
Andrew Morton
1
-1
/
+1
2006-06-27
[ACPI] Print error message if remove/install notify handler fails
Thomas Renninger
1
-19
/
+28
2006-06-27
ACPI: delete tracing macros from drivers/acpi/*.c
Patrick Mochel
28
-1187
/
+862
2006-06-27
Pull bugzilla-5737 into release branch
Thomas Renninger
1
-4
/
+4
2006-06-27
ACPI: un-export ACPI_ERROR() -- use printk(KERN_ERR...)
Len Brown
21
-102
/
+101
2006-06-27
ACPI: un-export ACPI_WARNING() -- use printk(KERN_WARNING...)
Len Brown
9
-54
/
+54
2006-06-27
ACPI: Device [kobj-name] is not power manageable
Jae-hyeon Park
1
-1
/
+2
2006-06-27
ACPI: acpi_os_wait_semaphore(): silence complaint
Bjorn Helgaas
1
-1
/
+1
2006-06-26
ACPI: Export symbols for ACPI_ERROR/EXCEPTION/WARNING macros
Thomas Renninger
1
-1
/
+5
2006-06-26
ACPI: Enable ACPI error messages w/o CONFIG_ACPI_DEBUG
Thomas Renninger
27
-445
/
+273
2006-06-26
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
1
-1
/
+3
2006-06-26
Merge master.kernel.org:/home/rmk/linux-2.6-serial
Linus Torvalds
1
-1
/
+3
2006-06-26
[PATCH] type-oh bug in tlclk.c
mark gross
1
-1
/
+1
2006-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial
Linus Torvalds
43
-60
/
+55
2006-06-26
[PATCH] fix processing of the last byte in isdn_readbchan_tty()
Karsten Keil
1
-1
/
+1
2006-06-26
[PATCH] Array overrun in drivers/infiniband/core/cma.c
Eric Sesterhenn
1
-1
/
+1
2006-06-26
Revert "[PATCH] kthread: update loop.c to use kthread"
Linus Torvalds
1
-11
/
+13
2006-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
Linus Torvalds
3
-8
/
+8
2006-06-26
Merge master.kernel.org:/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
1
-21
/
+18
2006-06-26
Merge master.kernel.org:/pub/scm/linux/kernel/git/dtor/input
Linus Torvalds
43
-240
/
+510
2006-06-26
Merge master.kernel.org:/pub/scm/linux/kernel/git/mchehab/v4l-dvb
Linus Torvalds
17
-75
/
+145
2006-06-26
Merge branch 'x86-64'
Linus Torvalds
5
-63
/
+40
2006-06-26
[PATCH] x86_64: msi_apic.c build fix
Christian Kujau
1
-0
/
+1
2006-06-26
[PATCH] i386/x86-64/ia64: Move polling flag into thread_info_status
Andi Kleen
1
-6
/
+6
2006-06-26
[PATCH] x86_64: Rename IOMMU option, fix help and mark option embedded.
Andi Kleen
3
-5
/
+8
2006-06-26
[PATCH] x86_64: Clean and enhance up K8 northbridge access code
Andi Kleen
1
-52
/
+25
2006-06-26
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/sparc-2.6
Linus Torvalds
5
-361
/
+435
2006-06-26
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
2
-5
/
+8
2006-06-26
Clean up 'inline is not at beginning' warnings for usb storage
Jesper Juhl
1
-2
/
+2
2006-06-26
[PATCH] drivers/md/md.c: make code static
Adrian Bunk
1
-2
/
+2
2006-06-26
[PATCH] md: Allow the write_mostly flag to be set via sysfs
NeilBrown
1
-0
/
+12
2006-06-26
[PATCH] md: Allow resync_start to be set and queried via sysfs
NeilBrown
1
-0
/
+26
2006-06-26
[PATCH] md: Allow raid 'layout' to be read and set via sysfs
NeilBrown
1
-0
/
+27
2006-06-26
[PATCH] md: Allow rdev state to be set via sysfs
NeilBrown
1
-1
/
+25
2006-06-26
[PATCH] md: Set/get state of array via sysfs
NeilBrown
1
-9
/
+188
2006-06-26
[PATCH] md: Don't write dirty/clean update to spares - leave them alone
NeilBrown
1
-8
/
+57
2006-06-26
[PATCH] md: Allow re-add to work on array without bitmaps
NeilBrown
2
-11
/
+20
2006-06-26
[PATCH] md: Fix bug that stops raid5 resync from happening
NeilBrown
1
-1
/
+1
2006-06-26
[PATCH] md: Fix Kconfig error
akpm@osdl.org
1
-1
/
+1
2006-06-26
[PATCH] md: md Kconfig speeling feex
Justin Piszcz
1
-3
/
+3
2006-06-26
[PATCH] md: Calculate correct array size for raid10 in new offset mode
NeilBrown
1
-1
/
+7
2006-06-26
[PATCH] md: Change md/bitmap file handling to use bmap to file blocks-fix
NeilBrown
1
-24
/
+23
2006-06-26
[PATCH] md/bitmap: change md/bitmap file handling to use bmap to file blocks
NeilBrown
1
-148
/
+135
2006-06-26
[PATCH] md/bitmap: tidy up i_writecount handling in md/bitmap
NeilBrown
2
-26
/
+31
2006-06-26
[PATCH] md/bitmap: remove dead code from md/bitmap
NeilBrown
1
-22
/
+0
2006-06-26
[PATCH] md/bitmap: remove unnecessary page reference manipulations from md/bi...
NeilBrown
1
-18
/
+2
2006-06-26
[PATCH] md/bitmap: use set_bit etc for bitmap page attributes
NeilBrown
1
-7
/
+12
2006-06-26
[PATCH] md/bitmap: cleaner separation of page attribute handlers in md/bitmap
NeilBrown
1
-19
/
+22
2006-06-26
[PATCH] md/bitmap: remove bitmap writeback daemon
NeilBrown
1
-107
/
+8
2006-06-26
[PATCH] md/bitmap: fix online removal of file-backed bitmaps
NeilBrown
1
-2
/
+5
[next]