sunrpc: get rid of rpc_rqst.rq_bufsize
[safe/jmp/linux-2.6] / drivers / dma /
2008-12-08 Dan Williamsasync_xor: dma_map destination DMA_BIDIRECTIONAL
2008-12-04 Dan Williamsdmaengine: protect 'id' from concurrent registrations
2008-12-04 Dan Williamsioat: wait for self-test completion
2008-11-11 Kay Sieversdmaengine: struct device - replace bus_id with dev_name...
2008-11-11 Dan Williamsiop-adma: use iop_paranoia() for debug BUG_ONs
2008-11-11 Dan Williamsiop-adma: add a dummy read to flush next descriptor...
2008-11-10 Maciej Sosnowski[3/4] I/OAT: fix async_tx.callback checking
2008-11-10 Maciej Sosnowski[2/4] I/OAT: fix dma_pin_iovec_pages() error handling
2008-11-10 Maciej Sosnowski[1/4] I/OAT: fix channel resources free for not allocat...
2008-10-25 Len BrownMerge branch 'i7300_idle' into release
2008-10-24 Venki Pallipadii7300_idle: Fix compile warning CONFIG_I7300_IDLE_IOAT_...
2008-10-24 Venki Pallipadii7300_idle: Disable ioat channel only on platforms...
2008-10-23 Len BrownMerge branch 'linus' into test
2008-10-22 Andy Henroidi7300_idle driver v1.55
2008-10-20 Linus TorvaldsMerge branch 'next' of git://git./linux/kernel/git...
2008-10-04 Haavard Skinnemoendw_dmac: fix copy/paste bug in tasklet
2008-09-27 Timur Tabifsldma: allow Freescale Elo DMA driver to be compiled...
2008-09-23 Timur Tabifsldma: remove internal self-test from Freescale Elo...
2008-09-19 Andrew Mortondrivers/dma/dmatest.c: switch a GFP_ATOMIC to GFP_KERNEL
2008-09-19 Timur Tabidmatest: properly handle duplicate DMA channels
2008-09-14 Julia Lawalldrivers/dma/ioat_dma.c: drop code after return
2008-08-09 Russell KingMerge branch 'for-rmk' of git://git.marvell.com/orion
2008-08-09 Lennert Buytenhek[ARM] Move include/asm-arm/plat-orion to arch/arm/plat...
2008-08-08 Linus TorvaldsMerge branch 'for-linus-merged' of /home/rmk/linux...
2008-08-07 Luis R. Rodriguezlist.h: Add list_splice_tail() and list_splice_tail_init()
2008-08-07 Russell King[ARM] Move include/asm-arm/arch-* to arch/arm/*/include...
2008-07-23 Maciej SosnowskiI/OAT: I/OAT version 3.0 support
2008-07-23 Maciej SosnowskiI/OAT: tcp_dma_copybreak default value dependent on...
2008-07-22 Maciej SosnowskiI/OAT: Add watchdog/reset functionality to ioatdma
2008-07-18 Dan Williamsiop_adma: document how to calculate the minimum descrip...
2008-07-18 Dan Williamsiop_adma: directly reclaim descriptors on allocation...
2008-07-08 Haavard Skinnemoendmaengine: Driver for the Synopsys DesignWare DMA contr...
2008-07-08 Haavard Skinnemoendmaengine: Add slave DMA interface
2008-07-08 Dan Williamsdmaengine: add DMA_COMPL_SKIP_{SRC,DEST}_UNMAP flags...
2008-07-08 Haavard Skinnemoendmaengine: Add dma_client parameter to device_alloc_cha...
2008-07-08 Haavard Skinnemoendmatest: Simple DMA memcpy test client
2008-07-08 Saeed Bisharadmaengine: DMA engine driver for Marvell XOR engine
2008-07-08 Kay Sieversiop-adma: fix platform driver hotplug/coldplug
2008-07-08 Dan Williamsdmaengine: track the number of clients using a channel
2008-07-08 Dan Williamsdmaengine: remove arch dependency from DMADEVICES
2008-07-08 Haavard Skinnemoendmaengine: Couple DMA channels to their physical DMA...
2008-07-08 Li Yangfsldma: fix incorrect exit path for initialization
2008-05-20 Christophe Jailletiop-adma: fixup some kzalloc/memset confusions
2008-04-21 Sebastian SiewiorDMA engine: typo fixes
2008-04-17 Dan Williamsdmaengine: ack to flags: make use of the unused bits...
2008-04-17 Dan Williamsiop-adma: remove the workaround for missed interrupts...
2008-04-17 Dan Williamsasync_tx: kill ->device_dependency_added
2008-04-17 Dan Williamsasync_tx: fix multiple dependency submission
2008-04-17 Zhang Weifsldma: Split the MPC83xx event from MPC85xx and refine...
2008-04-17 Zhang Weifsldma: Remove CONFIG_FSL_DMA_SELFTEST, keep fsl_dma_se...
2008-03-31 Kumar Gala[POWERPC] fsldma: Use compatiable binding as spec
2008-03-30 Al Virofix the broken annotations in fsldma
2008-03-30 Al Viroioat_dca __iomem annotations
2008-03-19 Zhang Weifsldma: Fix the DMA halt when using DMA_INTERRUPT async...
2008-03-13 Harvey Harrisoniop-adma.c: replace remaining __FUNCTION__ occurrences
2008-03-13 Zhang Weifsldma: Add a completed cookie updated action in DMA...
2008-03-13 Zhang Weifsldma: Add device_prep_dma_interrupt support to fsldma.c
2008-03-13 Zhang Weidmaengine: Fix a bug about BUG_ON() on DMA engine capab...
2008-03-13 Zhang Weifsldma: Fix fsldma.c warning messages when it's compile...
2008-03-04 Dan Williamsioat: fix 'ack' handling, driver must ensure that ...
2008-03-04 Dan Williamsfsldma: do not cleanup descriptors in hardirq context
2008-03-04 Zhang Weidmaengine: add driver for Freescale MPC85xx DMA controller
2008-02-06 Dan Williamsasync_tx: replace 'int_en' with operation preparation...
2008-02-06 Dan Williamsasync_tx: kill tx_set_src and tx_set_dest methods
2008-02-06 Denis Chengiop-adma: use LIST_HEAD instead of LIST_HEAD_INIT
2008-01-25 Tony JonesDMA: Convert from class_device to device for DMA engine
2007-12-18 Shannon NelsonI/OAT: fix null device in call to dev_err()
2007-12-18 Shannon NelsonI/OAT: fixups from code comments
2007-11-29 Haavard Skinnemoendmaengine: correct invalid assumptions in the Kconfig...
2007-11-15 Shannon NelsonI/OAT: Add support for version 2 of ioatdma device
2007-11-15 Haavard Skinnemoendmaengine: fix broken device refcounting
2007-10-30 Andi KleenRemove bogus default y for DMAR and NET_DMA
2007-10-18 Shannon NelsonI/OAT: Add completion callback for async_tx interface use
2007-10-18 Shannon NelsonI/OAT: Tighten descriptor setup performance
2007-10-18 Shannon NelsonI/OAT: clean up error handling and some print messages
2007-10-18 Shannon NelsonI/OAT: clean up of dca provider start and stop
2007-10-18 Shannon NelsonI/OAT: cleanup pci issues
2007-10-17 Rusty RussellRemove "unsafe" from module struct
2007-10-16 Shannon NelsonI/OAT: Add DCA services
2007-10-16 Shannon NelsonI/OAT: Add support for MSI and MSI-X
2007-10-16 Shannon NelsonI/OAT: Split PCI startup from DMA handling code
2007-10-16 Shannon NelsonI/OAT: code cleanup from checkpatch output
2007-10-16 Shannon NelsonI/OAT: Rename the source file
2007-10-16 Shannon NelsonI/OAT: New device ids
2007-08-27 Shannon Nelson[IOAT]: ioatdma needs to to play nice in a multi-dma...
2007-08-15 Shannon Nelson[IOAT]: Remove redundant struct member to avoid descrip...
2007-07-31 Shannon Nelson[NET_DMA]: remove unused dma_memcpy_to_kernel_iovec
2007-07-16 Dan Williamsdma-mapping: prevent dma dependent code from linking...
2007-07-13 Dan Williamsioatdma: add the unisys "i/oat" pci vendor/device id
2007-07-13 Dan Williamsdmaengine: driver for the iop32x, iop33x, and iop13xx...
2007-07-13 Dan Williamsasync_tx: add the async_tx api
2007-07-13 Dan Williamsdmaengine: make clients responsible for managing channels
2007-07-13 Dan Williamsdmaengine: refactor dmaengine around dma_async_tx_descr...
2007-07-11 Dan AloniI/OAT: fix I/OAT for kexec
2007-07-11 Chris Leechioatdma: Remove the use of writeq from the ioatdma...
2007-07-11 Chris Leechioatdma: Remove the wrappers around read(bwl)/write...
2007-07-11 Jeff Garzikdrivers/dma: handle sysfs errors
2007-07-11 Chris Leechioatdma: Push pending transactions to hardware more...
2007-06-28 Randy DunlapIOATDMA: fix section mismatches
2007-05-10 Martin Schwidefsky[S390] Kconfig: unwanted menus for s390.
next