summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* x86, ia64: convert to use generic dma_map_ops structFUJITA Tomonori2009-01-0624-378/+278
* generic: add common struct for dma map operationsFUJITA Tomonori2009-01-061-0/+48
* x86: remove map_single and unmap_single in struct dma_mapping_opsFUJITA Tomonori2009-01-067-76/+8
* x86, pci-nommu: add map_pageFUJITA Tomonori2009-01-061-6/+14
* intel-iommu: add map_page and unmap_pageFUJITA Tomonori2009-01-061-2/+22
* x86, AMD IOMMU: add map_page and unmap_pageFUJITA Tomonori2009-01-061-4/+23
* x86, calgary: add map_page and unmap_pageFUJITA Tomonori2009-01-061-8/+27
* x86, gart: add map_page and unmap_pageFUJITA Tomonori2009-01-061-4/+23
* x86, swiotlb: add map_page and unmap_pageFUJITA Tomonori2009-01-061-0/+19
* x86: add map_page and unmap_page to struct dma_mapping_opsFUJITA Tomonori2009-01-061-0/+8
* make sba DMA mapping functions staticFUJITA Tomonori2009-01-061-22/+12
* remove hwsw_dma_opsFUJITA Tomonori2009-01-062-171/+14
* add dma_get_ops to struct ia64_machine_vectorFUJITA Tomonori2009-01-064-18/+39
* make sn DMA mapping functions staticFUJITA Tomonori2009-01-061-38/+26
* remove dma operations in struct ia64_machine_vectorFUJITA Tomonori2009-01-066-186/+12
* convert the DMA API to use dma_opsFUJITA Tomonori2009-01-061-36/+77
* set up dma_ops appropriatelyFUJITA Tomonori2009-01-0610-7/+38
* add dma_mapping_ops for SWIOTLBFUJITA Tomonori2009-01-063-6/+8
* add dma_mapping_ops for SGI AltixFUJITA Tomonori2009-01-061-0/+16
* add dma_mapping_ops for intel-iommuFUJITA Tomonori2009-01-061-0/+18
* add dma_mapping_ops for SWIOTLB and SBA IOMMUFUJITA Tomonori2009-01-061-1/+16
* add dma_mapping_ops for SBA IOMMUFUJITA Tomonori2009-01-061-0/+16
* add map/unmap_single_attr and map/unmap_sg_attr to struct dma_mapping_opsFUJITA Tomonori2009-01-061-0/+14
*---. Merge branches 'core/futexes', 'core/locking', 'core/rcu' and 'linus' into co...Ingo Molnar2009-01-06453-12204/+32757
|\ \ \
| | | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/agk/linux-2.6-dmLinus Torvalds2009-01-0522-983/+1319
| | | |\
| | | | * dm snapshot: extend exception store functionsJonathan Brassow2009-01-066-37/+55
| | | | * dm snapshot: split out exception store implementationsAlasdair G Kergon2009-01-066-737/+833
| | | | * dm snapshot: rename struct exception_storeJonathan Brassow2009-01-063-24/+25
| | | | * dm snapshot: separate out exception store interfaceJonathan Brassow2009-01-064-120/+134
| | | | * dm mpath: move trigger_event to system workqueueAlasdair G Kergon2009-01-061-4/+4
| | | | * dm: add name and uuid to sysfsMilan Broz2009-01-064-2/+136
| | | | * dm table: rework reference countingMikulas Patocka2009-01-064-20/+33
| | | | * dm: support barriers on simple devicesAndi Kleen2009-01-065-10/+33
| | | | * dm request: extend target interfaceKiyoshi Ueda2009-01-061-0/+15
| | | | * dm request: add cachesKiyoshi Ueda2009-01-061-1/+40
| | | | * dm ioctl: allow dm_copy_name_and_uuid to return only one fieldMilan Broz2009-01-061-2/+4
| | | | * dm log: ensure log bitmap fits on log deviceMilan Broz2009-01-061-0/+8
| | | | * dm log: move region_size validationMilan Broz2009-01-062-14/+14
| | | | * dm log: avoid reinitialising io_req on every operationTakahiro Yasui2009-01-061-10/+7
| | | | * dm: consolidate target deregistration error handlingMikulas Patocka2009-01-0610-50/+20
| | | | * dm raid1: fix error countJonathan Brassow2009-01-061-3/+3
| | | | * dm log: fix dm_io_client leak on error pathsTakahiro Yasui2009-01-061-0/+5
| | | | * dm snapshot: change yield to msleepMikulas Patocka2009-01-061-3/+4
| | | | * dm table: drop reference at unbindMikulas Patocka2009-01-061-1/+1
| | | * | Merge branch 'for-next' of git://git.o-hand.com/linux-mfdLinus Torvalds2009-01-0529-343/+4546
| | | |\ \
| | | | * | mfd: Fix section mismatch in da903xMark Brown2009-01-041-2/+2
| | | | * | mfd: move drivers/i2c/chips/menelaus.c to drivers/mfdDavid Brownell2009-01-045-11/+11
| | | | * | mfd: move drivers/i2c/chips/tps65010.c to drivers/mfdDavid Brownell2009-01-045-15/+16
| | | | * | mfd: dm355evm msp430 driverDavid Brownell2009-01-044-0/+509
| | | | * | mfd: Add missing break from wm3850-coreMark Brown2009-01-041-0/+1