aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/async_tx.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-08dmaengine: add fence supportDan Williams1-0/+3
2009-08-29async_tx: add support for asynchronous RAID6 recovery operationsDan Williams1-0/+8
2009-08-29async_tx: add support for asynchronous GF multiplicationDan Williams1-0/+9
2009-08-29async_tx: remove walk of tx->parent chain in dma_wait_for_async_txDan Williams1-0/+23
2009-08-29async_tx: add sum check flagsDan Williams1-1/+1
2009-06-03async_tx: structify submission arguments, add scribbleDan Williams1-30/+54
2009-06-03async_tx: kill ASYNC_TX_DEP_ACK flagDan Williams1-3/+1
2009-04-08async_tx: rename zero_sum to valDan Williams1-1/+1
2009-03-25async_tx: provide __async_inline for HAS_DMA=n archsDan Williams1-0/+9
2009-01-06dmaengine: provide a common 'issue_pending_all' implementationDan Williams1-1/+1
2009-01-05dmaengine: remove dependency on async_txDan Williams1-15/+0
2008-07-17async_tx: remove depend_tx from async_tx_sync_epilogDan Williams1-8/+1
2008-07-17async_tx: export async_tx_quiesceDan Williams1-0/+2
2008-02-06async_tx: allow architecture specific async_tx_find_channel implementationsDan Williams1-2/+9
2008-02-06async_tx: kill ASYNC_TX_ASSUME_COHERENTDan Williams1-2/+0
2007-07-20async_tx: fix kmap_atomic usage in async_memcpyDan Williams1-6/+0
2007-07-13async_tx: add the async_tx apiDan Williams1-0/+156