Age | Commit message (Expand) | Author | Files | Lines |
2009-12-23 | Staging: panel: Fix compilation error with custom lcd charset | Peter Huewe | 1 | -1/+1 |
2009-12-23 | Staging: ramzswap: remove ARM specific d-cache hack | Nitin Gupta | 2 | -26/+3 |
2009-12-23 | Staging: rtl8192x: fix printk formats | Randy Dunlap | 4 | -8/+8 |
2009-12-23 | Staging: wlan-ng: fix Correct size given to memset | Julia Lawall | 1 | -1/+1 |
2009-12-23 | staging: rtl8192su: add USB VID/PID for HWNUm-300 | Stephane Glondu | 1 | -0/+2 |
2009-12-23 | staging: fix rtl8192su compilation errors with mac80211 | George Kadianakis | 5 | -19/+19 |
2009-12-23 | staging: fix rtl8192e compilation errors with mac80211 | George Kadianakis | 7 | -38/+38 |
2009-12-23 | Staging: fix rtl8187se compilation errors with mac80211 | George Kadianakis | 6 | -20/+20 |
2009-12-23 | Staging: rtl8192su: fix test for negative error in rtl8192_rx_isr() | Roel Kluin | 1 | -1/+1 |
2009-12-23 | Staging: comedi: jr3_pci: Don't ioremap too much space. Check result. | Ian Abbott | 1 | -2/+5 |
2009-12-23 | Staging: comedi: removed "depricated" from COMEDI_CB_BLOCK | Bernd Porr | 1 | -1/+1 |
2009-12-23 | Staging: comedi: usbdux.c: fix locking up of the driver when the comedi ringb... | Bernd Porr | 1 | -1/+4 |
2009-12-23 | Staging: dst: remove from the tree | Greg Kroah-Hartman | 10 | -3963/+0 |
2009-12-23 | Staging: sm7xx: add a new framebuffer driver | Wu Zhangjin | 9 | -0/+3586 |
2009-12-23 | devtmpfs: unlock mutex in case of string allocation error | Kay Sievers | 1 | -2/+5 |
2009-12-23 | Driver core: export platform_device_register_data as a GPL symbol | Michael Hennerich | 1 | -0/+1 |
2009-12-23 | driver core: Prevent reference to freed memory on error path | Phil Carmody | 1 | -1/+1 |
2009-12-23 | Driver-core: Fix bogus 0 error return in device_add() | Thomas Gleixner | 1 | -1/+3 |
2009-12-23 | Driver core: driver_attribute parameters can often be const* | Phil Carmody | 1 | -2/+2 |
2009-12-23 | Driver core: bin_attribute parameters can often be const* | Phil Carmody | 1 | -2/+4 |
2009-12-23 | Driver core: device_attribute parameters can often be const* | Phil Carmody | 1 | -2/+4 |
2009-12-23 | devtmpfs: Convert dirlock to a mutex | Thomas Gleixner | 1 | -7/+5 |
2009-12-23 | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds | 82 | -1064/+2499 |
2009-12-23 | Fix usb_serial_probe() problem introduced by the recent kfifo changes | Stefani Seibold | 2 | -9/+8 |
2009-12-23 | Merge remote branch 'korg/drm-radeon-next' into drm-linus | Dave Airlie | 21 | -61/+459 |
2009-12-23 | drm/radeon/kms: add definitions for v4 power tables | Alex Deucher | 1 | -0/+199 |
2009-12-23 | drm/radeon/kms: never combine LVDS with another encoder | Alex Deucher | 1 | -26/+23 |
2009-12-23 | drm/radeon/kms: Check module arguments to be valid V2 | Jerome Glisse | 1 | -5/+68 |
2009-12-23 | drm/radeon/kms: Avoid crash when trying to cleanup uninitialized structure | Jerome Glisse | 3 | -4/+13 |
2009-12-23 | drm/radeon/kms: add cvt mode if we only have lvds w/h and no edid (v4) | Alex Deucher | 1 | -0/+12 |
2009-12-23 | drm/radeon/kms: add 3DC compression support | Marek Olšák | 2 | -0/+19 |
2009-12-23 | drm/radeon/kms: allow rendering while no colorbuffer is set on r300 | Marek Olšák | 3 | -1/+19 |
2009-12-23 | drm/radeon/kms: enable memory clock reading on legacy (V2) | Rafał Miłecki | 3 | -4/+11 |
2009-12-23 | drm/radeon/kms: prevent parallel AtomBIOS calls | Rafał Miłecki | 3 | -2/+12 |
2009-12-23 | drm/radeon/kms: set proper default tv standard | Alex Deucher | 5 | -8/+69 |
2009-12-23 | drm/radeon/kms: fix legacy rmx | Alex Deucher | 3 | -3/+6 |
2009-12-23 | drm/radeon/kms/atom: fill in proper defines for digital setup | Alex Deucher | 1 | -8/+8 |
2009-12-23 | Merge remote branch 'nouveau/for-airlied' into drm-linus | Dave Airlie | 30 | -706/+1710 |
2009-12-23 | drm/kms: silencing a false positive warning. | Marin Mitov | 1 | -1/+1 |
2009-12-23 | drm/mm: fix logic for selection of best fit block | Bob Gleitsmann | 1 | -2/+2 |
2009-12-23 | drm/vmwgfx: Use TTM handles instead of SIDs as user-space surface handles. | Thomas Hellstrom | 4 | -111/+209 |
2009-12-23 | drm/vmwgfx: Return -ERESTARTSYS when interrupted by a signal. | Thomas Hellstrom | 3 | -10/+6 |
2009-12-23 | drm/vmwgfx: Fix unlocked ioctl and add proper access control | Thomas Hellstrom | 1 | -28/+19 |
2009-12-23 | drm/radeon: fix build on 64-bit with some compilers. | Dave Airlie | 1 | -2/+2 |
2009-12-23 | drivers/gpu: Use kzalloc for allocating only one thing | Julia Lawall | 1 | -2/+2 |
2009-12-23 | DRM: Rename clamp variable | Andi Kleen | 1 | -3/+3 |
2009-12-23 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -0/+19 |
2009-12-23 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds | 2 | -22/+151 |
2009-12-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 | Linus Torvalds | 1 | -2/+0 |
2009-12-23 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds | 1 | -0/+19 |