Age | Commit message (Expand) | Author |
2009-12-23 | devtmpfs: unlock mutex in case of string allocation error | Kay Sievers |
2009-12-23 | Driver core: export platform_device_register_data as a GPL symbol | Michael Hennerich |
2009-12-23 | driver core: Prevent reference to freed memory on error path | Phil Carmody |
2009-12-23 | Driver-core: Fix bogus 0 error return in device_add() | Thomas Gleixner |
2009-12-23 | Driver core: driver_attribute parameters can often be const* | Phil Carmody |
2009-12-23 | Driver core: bin_attribute parameters can often be const* | Phil Carmody |
2009-12-23 | Driver core: device_attribute parameters can often be const* | Phil Carmody |
2009-12-23 | Doc/stable rules: add new cherry-pick logic | Sebastian Andrzej Siewior |
2009-12-23 | vfs: get_sb_single() - do not pass options twice | Kay Sievers |
2009-12-23 | devtmpfs: Convert dirlock to a mutex | Thomas Gleixner |
2009-12-23 | Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/air... | Linus Torvalds |
2009-12-23 | Fix usb_serial_probe() problem introduced by the recent kfifo changes | Stefani Seibold |
2009-12-23 | Merge remote branch 'korg/drm-radeon-next' into drm-linus | Dave Airlie |
2009-12-23 | drm/radeon/kms: add definitions for v4 power tables | Alex Deucher |
2009-12-23 | drm/radeon/kms: never combine LVDS with another encoder | Alex Deucher |
2009-12-23 | drm/radeon/kms: Check module arguments to be valid V2 | Jerome Glisse |
2009-12-23 | drm/radeon/kms: Avoid crash when trying to cleanup uninitialized structure | Jerome Glisse |
2009-12-23 | drm/radeon/kms: add cvt mode if we only have lvds w/h and no edid (v4) | Alex Deucher |
2009-12-23 | drm/radeon/kms: add 3DC compression support | Marek Olšák |
2009-12-23 | drm/radeon/kms: allow rendering while no colorbuffer is set on r300 | Marek Olšák |
2009-12-23 | drm/radeon/kms: enable memory clock reading on legacy (V2) | Rafał Miłecki |
2009-12-23 | drm/radeon/kms: prevent parallel AtomBIOS calls | Rafał Miłecki |
2009-12-23 | drm/radeon/kms: set proper default tv standard | Alex Deucher |
2009-12-23 | drm/radeon/kms: fix legacy rmx | Alex Deucher |
2009-12-23 | drm/radeon/kms/atom: fill in proper defines for digital setup | Alex Deucher |
2009-12-23 | Merge remote branch 'nouveau/for-airlied' into drm-linus | Dave Airlie |
2009-12-23 | drm/kms: silencing a false positive warning. | Marin Mitov |
2009-12-23 | drm/mm: fix logic for selection of best fit block | Bob Gleitsmann |
2009-12-23 | drm/vmwgfx: Use TTM handles instead of SIDs as user-space surface handles. | Thomas Hellstrom |
2009-12-23 | drm/vmwgfx: Return -ERESTARTSYS when interrupted by a signal. | Thomas Hellstrom |
2009-12-23 | drm/vmwgfx: Fix unlocked ioctl and add proper access control | Thomas Hellstrom |
2009-12-23 | drm/radeon: fix build on 64-bit with some compilers. | Dave Airlie |
2009-12-23 | drivers/gpu: Use kzalloc for allocating only one thing | Julia Lawall |
2009-12-23 | DRM: Rename clamp variable | Andi Kleen |
2009-12-22 | Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds |
2009-12-22 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf... | Linus Torvalds |
2009-12-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 | Linus Torvalds |
2009-12-22 | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds |
2009-12-22 | Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/po... | Linus Torvalds |
2009-12-22 | media video cx23888 driver: ported to new kfifo API | Stefani Seibold |
2009-12-22 | kfifo: add record handling functions | Stefani Seibold |
2009-12-22 | kfifo: add kfifo_skip, kfifo_from_user and kfifo_to_user | Stefani Seibold |
2009-12-22 | kfifo: add DEFINE_KFIFO and friends, add very tiny functions | Stefani Seibold |
2009-12-22 | kfifo: fix warn_unused_result | Stefani Seibold |
2009-12-22 | kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out... | Stefani Seibold |
2009-12-22 | kfifo: cleanup namespace | Stefani Seibold |
2009-12-22 | kfifo: move out spinlock | Stefani Seibold |
2009-12-22 | kfifo: move struct kfifo in place | Stefani Seibold |
2009-12-22 | mm tracing: cleanup Documentation/trace/events-kmem.txt | Randy Dunlap |
2009-12-22 | lib/string.c: fix kernel-doc warnings | Randy Dunlap |