summaryrefslogtreecommitdiffstats
path: root/include/linux/async_tx.h
Commit message (Expand)AuthorAgeFilesLines
* drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz2013-07-031-4/+0
* dmaengine: add fence supportDan Williams2009-09-081-0/+3
* async_tx: add support for asynchronous RAID6 recovery operationsDan Williams2009-08-291-0/+8
* async_tx: add support for asynchronous GF multiplicationDan Williams2009-08-291-0/+9
* async_tx: remove walk of tx->parent chain in dma_wait_for_async_txDan Williams2009-08-291-0/+23
* async_tx: add sum check flagsDan Williams2009-08-291-1/+1
* async_tx: structify submission arguments, add scribbleDan Williams2009-06-031-30/+54
* async_tx: kill ASYNC_TX_DEP_ACK flagDan Williams2009-06-031-3/+1
* async_tx: rename zero_sum to valDan Williams2009-04-081-1/+1
* async_tx: provide __async_inline for HAS_DMA=n archsDan Williams2009-03-251-0/+9
* dmaengine: provide a common 'issue_pending_all' implementationDan Williams2009-01-061-1/+1
* dmaengine: remove dependency on async_txDan Williams2009-01-051-15/+0
* async_tx: remove depend_tx from async_tx_sync_epilogDan Williams2008-07-171-8/+1
* async_tx: export async_tx_quiesceDan Williams2008-07-171-0/+2
* async_tx: allow architecture specific async_tx_find_channel implementationsDan Williams2008-02-061-2/+9
* async_tx: kill ASYNC_TX_ASSUME_COHERENTDan Williams2008-02-061-2/+0
* async_tx: fix kmap_atomic usage in async_memcpyDan Williams2007-07-201-6/+0
* async_tx: add the async_tx apiDan Williams2007-07-131-0/+156