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
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2009-02-11
therm_adt746x: Fix signed/unsigned confusion
roel kluin
1
-2
/
+2
2009-02-11
Merge commit 'gcl/next' into next
Benjamin Herrenschmidt
2
-32
/
+14
2009-02-11
Merge commit 'kumar/next' into next
Benjamin Herrenschmidt
1
-1
/
+1
2009-02-10
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
Linus Torvalds
11
-48
/
+103
2009-02-09
gianfar: Fix boot hangs while bringing up gianfar ethernet
Jarek Poplawski
1
-0
/
+6
2009-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6
Linus Torvalds
12
-105
/
+117
2009-02-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
Linus Torvalds
7
-973
/
+3903
2009-02-09
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/davej/c...
Linus Torvalds
1
-22
/
+25
2009-02-09
Staging: panel: fix lcd panel driver build failure
Sachin P. Sant
1
-5
/
+5
2009-02-09
Staging: android: fix up units in timed_gpio
Greg Kroah-Hartman
1
-1
/
+1
2009-02-09
Staging: android: ram_console: Disable ECC when early init is enabled and val...
Arve Hjønnevåg
2
-0
/
+15
2009-02-09
Staging: at76_usb: Add support for OQO Model 01+
Jamie Lentin
1
-0
/
+2
2009-02-09
Staging: at76_usb: fix bugs introduced by "Staging: at76_usb: cleanup dma on ...
Jason Andryuk
1
-2
/
+2
2009-02-09
Revert Staging: at76_usb: update drivers/staging/at76_usb w/ mac80211 port
Greg Kroah-Hartman
3
-965
/
+3878
2009-02-09
USB: Storage: Update unusual_devs entry for Datafab KECF-USB
Nick Holloway
1
-1
/
+1
2009-02-09
USB: Correct Makefile to make isp1760 buildable
Ivan Kuten
1
-0
/
+1
2009-02-09
USB: option: New mobile broadband modems to be supported
Dirk De Schepper
1
-28
/
+56
2009-02-09
USB: two more usb ids for ti_usb_3410_5052
Oliver Neukum
2
-3
/
+9
2009-02-09
USB: ftdi_sio: unlock_kernel() on error in set_serial_info()
Dan Carpenter
1
-1
/
+3
2009-02-09
USB: usb-storage: add Pentax to the bad-vendor list
Alan Stern
2
-15
/
+2
2009-02-09
USB: ftdi_sio: add support for the NDI Polaris system
Stephane Clerambault
2
-0
/
+4
2009-02-09
USB: usb-serial: fix the aircable_init failure path
Dave Young
1
-2
/
+2
2009-02-09
USB: usb-storage: remove WARN from last-sector hacks
Alan Stern
1
-33
/
+3
2009-02-09
Revert USB: option: add Pantech cards
Greg Kroah-Hartman
1
-9
/
+0
2009-02-09
USB: cdc-acm.c: remove duplicate lines for MTK gps support
James Treacy
1
-3
/
+0
2009-02-09
USB: fsl_qe_udc: Fix stalled TX requests bug
Anton Vorontsov
1
-0
/
+1
2009-02-09
USB: fsl_qe_udc: Fix muram corruption by disabled endpoints
Anton Vorontsov
1
-0
/
+1
2009-02-09
USB: fsl_qe_udc: Fix disconnects reporting during bus reset
Anton Vorontsov
1
-0
/
+3
2009-02-09
USB: fsl_qe_udc: Fix QE USB controller initialization
Anton Vorontsov
1
-1
/
+5
2009-02-09
USB: fsl_qe_udc: Fix recursive locking bug in ch9getstatus()
Anton Vorontsov
1
-8
/
+18
2009-02-09
USB: fsl_qe_udc: Fix oops on QE UDC probe failure
Anton Vorontsov
1
-1
/
+8
2009-02-09
i915: Fix more size_t format string warnings
Linus Torvalds
1
-1
/
+1
2009-02-09
Merge branch 'drm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/air...
Linus Torvalds
17
-193
/
+1426
2009-02-08
netxen: fix msi-x interrupt handling
Dhananjay Phadke
2
-2
/
+13
2009-02-08
de2104x: force correct order when writing to rx ring
Risto Suominen
1
-1
/
+2
2009-02-08
tun: Fix unicast filter overflow
Alex Williamson
1
-2
/
+8
2009-02-08
drivers/isdn: introduce missing kfree
Julia Lawall
1
-0
/
+2
2009-02-08
drivers/atm: introduce missing kfree
Julia Lawall
1
-0
/
+1
2009-02-08
radeonfb: Fix resume from D3Cold on some platforms
Benjamin Herrenschmidt
2
-67
/
+20
2009-02-08
aty128fb: Properly save PCI state before changing PCI PM level
Benjamin Herrenschmidt
1
-10
/
+15
2009-02-08
atyfb: Properly save PCI state before changing PCI PM level
Benjamin Herrenschmidt
1
-5
/
+15
2009-02-08
drm/i915: select framebuffer support automatically
Ingo Molnar
2
-3
/
+5
2009-02-08
drm/i915: add get_vblank_counter function for GM45
Jesse Barnes
5
-1
/
+24
2009-02-08
drm/i915: capture last_vblank count at IRQ uninstall time too
Jesse Barnes
1
-0
/
+1
2009-02-08
drm/i915: Unlock mutex on i915_gem_fault() error path
Chris Wilson
1
-1
/
+3
2009-02-08
drm/i915: Quiet the message on get/setparam ioctl with an unknown value.
Eric Anholt
1
-2
/
+2
2009-02-08
drm/i915: skip LVDS initialization on Apple Mac Mini
Paul Collins
1
-34
/
+13
2009-02-08
drm/i915: sync SDVO code with stable userland modesetting driver
Jesse Barnes
4
-104
/
+1173
2009-02-08
drm/i915: Unref the object after failing to set tiling mode.
Chris Wilson
1
-1
/
+4
2009-02-08
drm/i915: add fence register management to execbuf
Jesse Barnes
5
-20
/
+144
[next]