summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'stable/gntdev' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-01-144-1/+721
|\
| * xen p2m: clear the old pte when adding a page to m2p_overrideJeremy Fitzhardinge2011-01-111-3/+13
| * xen gntdev: use gnttab_map_refs and gnttab_unmap_refsStefano Stabellini2011-01-111-7/+30
| * xen: introduce gnttab_map_refs and gnttab_unmap_refsStefano Stabellini2011-01-111-0/+36
| * xen/gntdev: Fix circular locking dependencyDaniel De Graaf2011-01-111-2/+7
| * xen/gntdev: stop using "token" argumentJeremy Fitzhardinge2011-01-111-2/+2
| * xen: gntdev: move use of GNTMAP_contains_pte next to the map_opIan Campbell2011-01-111-3/+5
| * xen/gntdev: add VM_PFNMAP to vmaJeremy Fitzhardinge2011-01-111-1/+1
| * xen/gntdev: allow usermode to map granted pagesGerd Hoffmann2011-01-113-0/+644
* | Merge branch 'stable/platform-pci-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2011-01-143-16/+10
|\ \
| * | xen-platform: Fix compile errors if CONFIG_PCI is not enabled.Konrad Rzeszutek Wilk2011-01-121-1/+1
| * | xen: rename platform-pci module to xen-platform-pci.Ian Campbell2011-01-121-1/+2
| * | xen-platform: use PCI interfaces to request IO and MEM resources.Ian Campbell2011-01-121-14/+7
| |/
* | thp: transparent hugepage sysfs meminfoDavid Rientjes2011-01-141-3/+18
* | atmel_serial: fix RTS high after initialization in RS485 modeClaudio Scordino2011-01-141-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2011-01-1417-292/+1581
|\ \
| * | dm: raid456 basic supportNeilBrown2011-01-133-0/+722
| * | dm: per target unplug callback supportNeilBrown2011-01-131-0/+5
| * | dm: introduce target callbacks and congestion callbackNeilBrown2011-01-131-0/+14
| * | dm mpath: delay activate_path retry on SCSI_DH_RETRYChandra Seetharaman2011-01-131-10/+38
| * | dm: remove superfluous irq disablement in dm_request_fnKiyoshi Ueda2011-01-131-2/+4
| * | dm log: use PTR_ERR value instead of ENOMEMDan Carpenter2011-01-131-1/+1
| * | dm snapshot: avoid storing private suspended stateMike Snitzer2011-01-131-20/+4
| * | dm snapshot: persistent make metadata_wq multithreadedTejun Heo2011-01-131-2/+2
| * | dm: use non reentrant workqueues if equivalentTejun Heo2011-01-133-4/+7
| * | dm: convert workqueues to alloc_orderedTejun Heo2011-01-136-7/+8
| * | dm stripe: switch from local workqueue to system_wqTejun Heo2011-01-131-20/+7
| * | dm: dont use flush_scheduled_workTejun Heo2011-01-132-2/+2
| * | dm snapshot: remove unused dm_snapshot queued_bios_workTejun Heo2011-01-131-38/+0
| * | dm ioctl: suppress needless warning messagesMilan Broz2011-01-131-4/+4
| * | dm crypt: add loop aes iv generatorMilan Broz2011-01-131-1/+192
| * | dm crypt: add multi key capabilityMilan Broz2011-01-131-21/+64
| * | dm crypt: add post iv call to iv generatorMilan Broz2011-01-131-13/+35
| * | dm crypt: use io thread for reads only if mempool exhaustedMilan Broz2011-01-131-14/+23
| * | dm crypt: scale to multiple cpusAndi Kleen2011-01-131-58/+196
| * | dm crypt: simplify compatible table outputMilan Broz2011-01-131-16/+12
| * | dm log userspace: add version number to commsJonathan Brassow2011-01-132-2/+5
| * | dm log userspace: group clear and mark requestsJonathan Brassow2011-01-131-23/+79
| * | dm log userspace: split flush queueJonathan Brassow2011-01-131-9/+32
| * | dm kcopyd: delay unpluggingMikulas Patocka2011-01-131-3/+51
| * | dm log userspace: trap all failed log construction errorsJonathan Brassow2011-01-131-4/+6
| * | dm crypt: set key size earlyMilan Broz2011-01-131-6/+7
| * | dm: remove dm_mutex after bkl conversionMilan Broz2011-01-131-5/+4
| * | dm raid1: support discardMike Snitzer2011-01-131-2/+10
| * | dm ioctl: allow rename to fill empty uuidPeter Jones2011-01-131-25/+78
| * | dm io: remove BIO_RW_SYNCIO flag from kcopydMikulas Patocka2011-01-131-1/+1
| * | dm mpath: disable blk_abort_queueMike Snitzer2011-01-131-12/+0
| * | dm: dont take i_mutex to change device sizeMike Snitzer2011-01-131-2/+3
* | | Merge branch 'for-linus' of git://neil.brown.name/mdLinus Torvalds2011-01-146-116/+172
|\ \ \ | |/ / |/| |
| * | md: Fix removal of extra drives when converting RAID6 to RAID5NeilBrown2011-01-131-1/+1