aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/async_tx/async_xor.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-12-08async_xor: dma_map destination DMA_BIDIRECTIONALDan Williams1-2/+9
2008-08-05async_tx: fix missing braces in async_xor_zero_sumDan Williams1-1/+2
2008-07-17async_tx: remove depend_tx from async_tx_sync_epilogDan Williams1-4/+3
2008-07-17async_tx: export async_tx_quiesceDan Williams1-35/+2
2008-07-17async_tx: fix handling of the "out of descriptor" condition in async_xorDan Williams1-6/+26
2008-07-17async_tx: ensure the xor destination buffer remains dma-mappedDan Williams1-131/+113
2008-04-17dmaengine: ack to flags: make use of the unused bits in the 'ack' fieldDan Williams1-1/+1
2008-03-18async_tx: avoid the async xor_zero_sum path when src_cnt > device->max_xorDan Williams1-1/+1
2008-03-13async_tx: checkpatch says s/__FUNCTION__/__func__/gDan Williams1-6/+6
2008-02-06async_tx: allow architecture specific async_tx_find_channel implementationsDan Williams1-2/+6
2008-02-06async_tx: replace 'int_en' with operation preparation flagsDan Williams1-4/+6
2008-02-06async_tx: kill tx_set_src and tx_set_dest methodsDan Williams1-34/+60
2008-02-06async_tx: kill ASYNC_TX_ASSUME_COHERENTDan Williams1-16/+6
2008-02-06async_tx: fix compile breakage, mark do_async_xor __always_inlineDan Williams1-1/+5
2007-07-13async_tx: add the async_tx apiDan Williams1-0/+327