summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)Author
2011-01-14mfd: Add WM8326 supportMark Brown
2011-01-14mfd: Simplify WM832x subdevice instantiationMark Brown
2011-01-14mfd: Use printf extension %pR for struct resourceJoe Perches
2011-01-14mfd: Add cs5535-mfd driver for AMD Geode's CS5535/CS5536 supportAndres Salomon
2011-01-14mfd: Don't open-code mc13xxx_unlockUwe Kleine-König
2011-01-14mfd: Include <linux/gpio.h> instead of <asm/gpio.h>Axel Lin
2011-01-14mfd: Include <linux/io.h> instead of <asm/io.h>Axel Lin
2011-01-14mfd: Update WARN usesJoe Perches
2011-01-14Merge branch 'release' of git://git.kernel.org/pub/scm/linux/kernel/git/lenb/...Linus Torvalds
2011-01-14Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2011-01-14Merge branch 'sfi-release' of git://git.kernel.org/pub/scm/linux/kernel/git/l...Linus Torvalds
2011-01-14Merge branch 'stable/gntdev' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2011-01-14Merge branch 'stable/platform-pci-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2011-01-14thp: transparent hugepage sysfs meminfoDavid Rientjes
2011-01-14atmel_serial: fix RTS high after initialization in RS485 modeClaudio Scordino
2011-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds
2011-01-14Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds
2011-01-13md: Fix removal of extra drives when converting RAID6 to RAID5NeilBrown
2011-01-13md: range check slot number when manually adding a spare.NeilBrown
2011-01-13md/raid5: handle manually-added spares in start_reshape.NeilBrown
2011-01-13md: fix sync_completed reporting for very large drives (>2TB)Rémi Rérolle
2011-01-13md: allow suspend_lo and suspend_hi to decrease as well as increase.NeilBrown
2011-01-13md: Don't let implementation detail of curr_resync leak out through sysfs.NeilBrown
2011-01-13md: separate meta and data devsJonathan Brassow
2011-01-13md-new-param-to_sync_page_ioJonathan Brassow
2011-01-13md-new-param-to-calc_dev_sboffsetJonathan Brassow
2011-01-13md: Be more careful about clearing flags bit in ->recoveryNeilBrown
2011-01-13md: md_stop_writes requires mddev_lock.NeilBrown
2011-01-13md/raid5: use sysfs_notify_dirent_safe to avoid NULL pointerJonathan Brassow
2011-01-13md: Ensure no IO request to get md device before it is properly initialised.NeilBrown
2011-01-13md: Fix single printks with multiple KERN_<level>sJoe Perches
2011-01-13md: fix regression resulting in delays in clearing bits in a bitmapNeilBrown
2011-01-13dm: raid456 basic supportNeilBrown
2011-01-13dm: per target unplug callback supportNeilBrown
2011-01-13dm: introduce target callbacks and congestion callbackNeilBrown
2011-01-13dm mpath: delay activate_path retry on SCSI_DH_RETRYChandra Seetharaman
2011-01-13dm: remove superfluous irq disablement in dm_request_fnKiyoshi Ueda
2011-01-13dm log: use PTR_ERR value instead of ENOMEMDan Carpenter
2011-01-13dm snapshot: avoid storing private suspended stateMike Snitzer
2011-01-13dm snapshot: persistent make metadata_wq multithreadedTejun Heo
2011-01-13dm: use non reentrant workqueues if equivalentTejun Heo
2011-01-13dm: convert workqueues to alloc_orderedTejun Heo
2011-01-13dm stripe: switch from local workqueue to system_wqTejun Heo
2011-01-13dm: dont use flush_scheduled_workTejun Heo
2011-01-13dm snapshot: remove unused dm_snapshot queued_bios_workTejun Heo
2011-01-13dm ioctl: suppress needless warning messagesMilan Broz
2011-01-13dm crypt: add loop aes iv generatorMilan Broz
2011-01-13dm crypt: add multi key capabilityMilan Broz
2011-01-13dm crypt: add post iv call to iv generatorMilan Broz
2011-01-13dm crypt: use io thread for reads only if mempool exhaustedMilan Broz