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
2009-12-15
ACPICA: Move Package-to-Buffer repair code into common ToBuffer function
Bob Moore
3
-49
/
+48
2009-12-15
ACPICA: Fix mutex errors when running _REG methods
Bob Moore
1
-11
/
+20
2009-12-15
ACPICA: Update function headers, no functional change
Bob Moore
1
-13
/
+14
2009-12-15
ACPICA: Add more conversions to predefined name repair module
Bob Moore
1
-76
/
+327
2009-12-15
ACPICA: Update internal namespace node/handle interfaces
Bob Moore
12
-77
/
+40
2009-12-15
ACPICA: Add repair for bad _FDE/_GTM buffers
Bob Moore
2
-11
/
+152
2009-12-15
ACPICA: Fix two additional Scope override error messages
Bob Moore
1
-6
/
+8
2009-12-15
ACPICA: Fix two Scope type error messages
Bob Moore
1
-8
/
+11
2009-12-15
ACPICA: Fix possible memory leak for module-level code execution
Lin Ming
1
-0
/
+6
2009-11-24
ACPICA: Add additional module-level code support
Lin Ming
2
-21
/
+61
2009-11-24
ACPICA: Deploy new create integer interface where appropriate
Bob Moore
9
-52
/
+30
2009-11-24
ACPICA: New internal utility function to create Integer objects
Bob Moore
2
-0
/
+31
2009-11-24
ACPICA: Add repair for predefined methods that must return sorted lists
Bob Moore
4
-2
/
+559
2009-11-24
ACPICA: Fix possible fault if return Package objects contain NULL elements
Bob Moore
1
-1
/
+42
2009-11-24
ACPICA: Add post-order callback to acpi_walk_namespace
Lin Ming
26
-149
/
+193
2009-11-24
ACPICA: Change package length error message to an info message
Bob Moore
1
-4
/
+4
2009-11-24
ACPICA: Reduce severity of predefined repair messages, Warning to Info
Bob Moore
4
-4
/
+54
2009-11-24
ACPICA: Fix possible memory leak for Scope ASL operator
Lin Ming
1
-17
/
+33
2009-11-24
ACPICA: Remove possibility of executing _REG methods twice
Lin Ming
1
-5
/
+59
2009-11-24
ACPICA: Add repair for bad _MAT buffers
Lin Ming
1
-2
/
+21
2009-11-24
ACPICA: Add repair for bad _BIF/_BIX packages
Bob Moore
1
-26
/
+65
2009-11-19
vt: Fix use of "new" in a struct field
Alan Cox
1
-3
/
+3
2009-11-19
Fix handling of the HP/Acer 'DMAR at zero' BIOS error for machines with <4GiB...
David Woodhouse
1
-0
/
+3
2009-11-18
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...
Linus Torvalds
3
-12
/
+44
2009-11-18
Merge branch 'agp-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
1
-6
/
+5
2009-11-19
agp/intel-agp: Set dma_mask for capable chipsets before agp_add_bridge()
David Woodhouse
1
-6
/
+5
2009-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
35
-442
/
+352
2009-11-18
Merge branch 'sh/for-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-0
/
+1
2009-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
9
-22
/
+78
2009-11-18
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
Linus Torvalds
2
-0
/
+24
2009-11-18
cxgb3: fix premature page unmap
Divy Le Ray
1
-2
/
+2
2009-11-18
ibm_newemac: Fix EMACx_TRTR[TRT] bit shifts
Dave Mitchell
1
-2
/
+2
2009-11-17
[CPUFREQ] Fix stale cpufreq_cpu_governor pointer
Prarit Bhargava
1
-2
/
+30
2009-11-17
[CPUFREQ] Resolve time unit thinko in ondemand/conservative govs
Pallipadi, Venkatesh
2
-4
/
+4
2009-11-17
[CPUFREQ] Fix use after free on governor restore
Dmitry Monakhov
1
-6
/
+10
2009-11-17
drivers/video/da8xx-fb.c: fix error return
Roel Kluin
1
-1
/
+1
2009-11-17
spi: error status should be negative
Roel Kluin
1
-1
/
+1
2009-11-17
USB: option.c: add support for D-Link DWM-162-U5
Zhang Le
1
-0
/
+2
2009-11-17
USB: usbmon: fix bug in mon_buff_area_shrink
Alan Stern
1
-4
/
+7
2009-11-17
USB: xhci: Fix scratchpad deallocation.
Sarah Sharp
1
-1
/
+1
2009-11-17
USB: xhci: Fix TRB physical to virtual address translation.
Sarah Sharp
1
-2
/
+5
2009-11-17
USB: xhci: Fix bug memory free after failed initialization.
Sarah Sharp
1
-3
/
+5
2009-11-17
USB: cdc_acm: Fix memory leak after hangup
Francesco Lavra
1
-5
/
+11
2009-11-17
USB: cdc_acm: Fix race condition when opening tty
Henry Gebhardt
1
-1
/
+1
2009-11-17
USB: ohci: quirk AMD prefetch for USB 1.1 ISO transfer
Libin Yang
4
-6
/
+46
2009-11-17
tty: cp210x: Fix carrier handling
Alan Cox
1
-0
/
+21
2009-11-17
tty_port: If we are opened non blocking we still need to raise the carrier
Alan Cox
1
-0
/
+3
2009-11-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-rc-fixes-2.6
Linus Torvalds
8
-17
/
+46
2009-11-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...
Linus Torvalds
2
-3
/
+2
2009-11-17
Merge master.kernel.org:/home/rmk/linux-2.6-arm
Linus Torvalds
2
-2
/
+13
[next]