summaryrefslogtreecommitdiffstats
path: root/drivers/dma
AgeCommit message (Expand)AuthorLines
2007-08-26[IOAT]: ioatdma needs to to play nice in a multi-dma-client worldShannon Nelson-14/+4
2007-08-14[IOAT]: Remove redundant struct member to avoid descriptor cache missShannon Nelson-6/+4
2007-07-31[NET_DMA]: remove unused dma_memcpy_to_kernel_iovecShannon Nelson-27/+0
2007-07-16dma-mapping: prevent dma dependent code from linking on !HAS_DMA archsDan Williams-1/+1
2007-07-13ioatdma: add the unisys "i/oat" pci vendor/device idDan Williams-0/+2
2007-07-13dmaengine: driver for the iop32x, iop33x, and iop13xx raid enginesDan Williams-0/+1477
2007-07-13async_tx: add the async_tx apiDan Williams-3/+2
2007-07-13dmaengine: make clients responsible for managing channelsDan Williams-110/+111
2007-07-13dmaengine: refactor dmaengine around dma_async_tx_descriptorDan Williams-165/+325
2007-07-11I/OAT: fix I/OAT for kexecDan Aloni-0/+13
2007-07-11ioatdma: Remove the use of writeq from the ioatdma driverChris Leech-6/+4
2007-07-11ioatdma: Remove the wrappers around read(bwl)/write(bwl) in ioatdmaChris Leech-150/+28
2007-07-11drivers/dma: handle sysfs errorsJeff Garzik-2/+20
2007-07-11ioatdma: Push pending transactions to hardware more frequentlyChris Leech-2/+2
2007-06-28IOATDMA: fix section mismatchesRandy Dunlap-4/+4
2007-05-10[S390] Kconfig: unwanted menus for s390.Martin Schwidefsky-0/+1
2007-03-16[PATCH] rm pointless dmaengine exportsDavid Brownell-12/+6
2006-12-07[PATCH] slab: remove SLAB_KERNELChristoph Lameter-2/+2
2006-10-10[PATCH] drivers/dma trivial annotationsAl Viro-4/+4
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells-1/+1
2006-07-21[I/OAT]: Remove pci_module_init() from Intel I/OAT DMA engineHenrik Kretzschmar-1/+1
2006-07-03[IOAT]: fix kernel-doc in source filesRandy Dunlap-11/+17
2006-07-03[IOAT]: Fix a warning in ioatdmaBenoit Boissinot-1/+1
2006-07-03[IOAT]: drivers/dma/iovlock.c: make num_pages_spanned() staticAdrian Bunk-1/+1
2006-07-03[IOAT]: fix sparse ulong warningRandy Dunlap-1/+1
2006-07-02[PATCH] irq-flags: misc drivers: Use the new IRQF_ constantsThomas Gleixner-1/+1
2006-06-26[IOAT]: Do not dereference THIS_MODULE directly to set unsafe.David S. Miller-3/+2
2006-06-17[I/OAT]: Do not use for_each_cpu().Andrew Morton-3/+3
2006-06-17[I/OAT]: Utility functions for offloading sk_buff to iovec copiesChris Leech-1/+303
2006-06-17[I/OAT]: Setup the networking subsystem as a DMA clientChris Leech-0/+12
2006-06-17[I/OAT]: Move PCI_DEVICE_ID_INTEL_IOAT to linux/pci_ids.hDavid S. Miller-2/+1
2006-06-17[I/OAT]: ioatdma.c needs linux/dma-mapping.hDavid S. Miller-0/+1
2006-06-17[I/OAT]: Driver for the Intel(R) I/OAT DMA engineChris Leech-0/+1271
2006-06-17[I/OAT]: DMA memcpy subsystemChris Leech-0/+422