summaryrefslogtreecommitdiffstats
path: root/drivers/ata (unfollow)
Commit message (Expand)AuthorFilesLines
2009-12-23Driver core: export platform_device_register_data as a GPL symbolMichael Hennerich1-0/+1
2009-12-23driver core: Prevent reference to freed memory on error pathPhil Carmody1-1/+1
2009-12-23Driver-core: Fix bogus 0 error return in device_add()Thomas Gleixner1-1/+3
2009-12-23Driver core: driver_attribute parameters can often be const*Phil Carmody4-8/+8
2009-12-23Driver core: bin_attribute parameters can often be const*Phil Carmody4-11/+16
2009-12-23Driver core: device_attribute parameters can often be const*Phil Carmody3-8/+10
2009-12-23Doc/stable rules: add new cherry-pick logicSebastian Andrzej Siewior1-2/+22
2009-12-23vfs: get_sb_single() - do not pass options twiceKay Sievers1-1/+2
2009-12-23devtmpfs: Convert dirlock to a mutexThomas Gleixner1-7/+5
2009-12-23Fix usb_serial_probe() problem introduced by the recent kfifo changesStefani Seibold3-10/+10
2009-12-23drm/radeon/kms: add definitions for v4 power tablesAlex Deucher1-0/+199
2009-12-23drm/radeon/kms: never combine LVDS with another encoderAlex Deucher1-26/+23
2009-12-23drm/radeon/kms: Check module arguments to be valid V2Jerome Glisse1-5/+68
2009-12-23drm/radeon/kms: Avoid crash when trying to cleanup uninitialized structureJerome Glisse3-4/+13
2009-12-23drm/radeon/kms: add cvt mode if we only have lvds w/h and no edid (v4)Alex Deucher1-0/+12
2009-12-23drm/radeon/kms: add 3DC compression supportMarek Olšák2-0/+19
2009-12-23drm/radeon/kms: allow rendering while no colorbuffer is set on r300Marek Olšák3-1/+19
2009-12-23drm/radeon/kms: enable memory clock reading on legacy (V2)Rafał Miłecki3-4/+11
2009-12-23drm/radeon/kms: prevent parallel AtomBIOS callsRafał Miłecki3-2/+12
2009-12-23drm/radeon/kms: set proper default tv standardAlex Deucher5-8/+69
2009-12-23drm/radeon/kms: fix legacy rmxAlex Deucher3-3/+6
2009-12-23drm/radeon/kms/atom: fill in proper defines for digital setupAlex Deucher1-8/+8
2009-12-23drm/kms: silencing a false positive warning.Marin Mitov1-1/+1
2009-12-23drm/mm: fix logic for selection of best fit blockBob Gleitsmann1-2/+2
2009-12-23drm/vmwgfx: Use TTM handles instead of SIDs as user-space surface handles.Thomas Hellstrom4-111/+209
2009-12-23drm/vmwgfx: Return -ERESTARTSYS when interrupted by a signal.Thomas Hellstrom3-10/+6
2009-12-23drm/vmwgfx: Fix unlocked ioctl and add proper access controlThomas Hellstrom1-28/+19
2009-12-23drm/radeon: fix build on 64-bit with some compilers.Dave Airlie1-2/+2
2009-12-23drivers/gpu: Use kzalloc for allocating only one thingJulia Lawall1-2/+2
2009-12-23DRM: Rename clamp variableAndi Kleen1-3/+3
2009-12-22media video cx23888 driver: ported to new kfifo APIStefani Seibold1-25/+19
2009-12-22kfifo: add record handling functionsStefani Seibold2-93/+523
2009-12-22kfifo: add kfifo_skip, kfifo_from_user and kfifo_to_userStefani Seibold2-16/+170
2009-12-22kfifo: add DEFINE_KFIFO and friends, add very tiny functionsStefani Seibold1-2/+92
2009-12-22kfifo: fix warn_unused_resultStefani Seibold7-16/+51
2009-12-22kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold15-81/+101
2009-12-22kfifo: cleanup namespaceStefani Seibold13-73/+55
2009-12-22kfifo: move out spinlockStefani Seibold16-130/+131
2009-12-22kfifo: move struct kfifo in placeStefani Seibold24-259/+238
2009-12-22mm tracing: cleanup Documentation/trace/events-kmem.txtRandy Dunlap1-7/+7
2009-12-22lib/string.c: fix kernel-doc warningsRandy Dunlap1-3/+3
2009-12-22Revert "time: Remove xtime_cache"Linus Torvalds2-4/+24
2009-12-22PM: Runtime PM documentation updateAlan Stern1-0/+50
2009-12-22PM / Runtime: Use device type and device class callbacksRafael J. Wysocki2-86/+132
2009-12-22jfs: Fix 32bit build warningAlan Cox1-1/+1
2009-12-22Remove obsolete comment in fs.hAndreas Gruenbacher1-2/+0
2009-12-22Sanitize f_flags helpersAl Viro6-14/+5
2009-12-22Fix f_flags/f_mode in case of lookup_instantiate_filp() from open(pathname, 3)Al Viro4-11/+17
2009-12-22anonfd: Allow making anon files read-onlyRoland Dreier7-9/+17
2009-12-22fs/compat_ioctl.c: fix build error when !BLOCKArnd Bergmann1-2/+0