aboutsummaryrefslogtreecommitdiff
path: root/crypto/async_tx/async_xor.c
AgeCommit message (Expand)AuthorFilesLines
2009-03-25async_tx: provide __async_inline for HAS_DMA=n archsGravatar Dan Williams 1-5/+2
2008-12-08async_xor: dma_map destination DMA_BIDIRECTIONALGravatar Dan Williams 1-2/+9
2008-08-05async_tx: fix missing braces in async_xor_zero_sumGravatar Dan Williams 1-1/+2
2008-07-17async_tx: remove depend_tx from async_tx_sync_epilogGravatar Dan Williams 1-4/+3
2008-07-17async_tx: export async_tx_quiesceGravatar Dan Williams 1-35/+2
2008-07-17async_tx: fix handling of the "out of descriptor" condition in async_xorGravatar Dan Williams 1-6/+26
2008-07-17async_tx: ensure the xor destination buffer remains dma-mappedGravatar Dan Williams 1-131/+113
2008-04-17dmaengine: ack to flags: make use of the unused bits in the 'ack' fieldGravatar Dan Williams 1-1/+1
2008-03-18async_tx: avoid the async xor_zero_sum path when src_cnt > device->max_xorGravatar Dan Williams 1-1/+1
2008-03-13async_tx: checkpatch says s/__FUNCTION__/__func__/gGravatar Dan Williams 1-6/+6
2008-02-06async_tx: allow architecture specific async_tx_find_channel implementationsGravatar Dan Williams 1-2/+6
2008-02-06async_tx: replace 'int_en' with operation preparation flagsGravatar Dan Williams 1-4/+6
2008-02-06async_tx: kill tx_set_src and tx_set_dest methodsGravatar Dan Williams 1-34/+60
2008-02-06async_tx: kill ASYNC_TX_ASSUME_COHERENTGravatar Dan Williams 1-16/+6
2008-02-06async_tx: fix compile breakage, mark do_async_xor __always_inlineGravatar Dan Williams 1-1/+5
2007-07-13async_tx: add the async_tx apiGravatar Dan Williams 1-0/+327