aboutsummaryrefslogtreecommitdiff
path: root/crypto/async_tx/async_xor.c
AgeCommit message (Expand)Author
2009-11-19async_tx: build-time toggling of async_{syndrome,xor}_val dma supportDan Williams
2009-10-16raid6/async_tx: handle holes in block list in async_syndrome_valNeilBrown
2009-09-08dmaengine, async_tx: support alignment checksDan Williams
2009-09-08dmaengine: add fence supportDan Williams
2009-08-29async_tx: add support for asynchronous GF multiplicationDan Williams
2009-08-29async_tx: add sum check flagsDan Williams
2009-06-03async_xor: permit callers to pass in a 'dma/page scribble' regionDan Williams
2009-06-03async_tx: structify submission arguments, add scribbleDan Williams
2009-06-03async_tx: kill ASYNC_TX_DEP_ACK flagDan Williams
2009-04-08async_tx: rename zero_sum to valDan Williams
2009-03-25async_tx: provide __async_inline for HAS_DMA=n archsDan Williams
2008-12-08async_xor: dma_map destination DMA_BIDIRECTIONALDan Williams
2008-08-05async_tx: fix missing braces in async_xor_zero_sumDan Williams
2008-07-17async_tx: remove depend_tx from async_tx_sync_epilogDan Williams
2008-07-17async_tx: export async_tx_quiesceDan Williams
2008-07-17async_tx: fix handling of the "out of descriptor" condition in async_xorDan Williams
2008-07-17async_tx: ensure the xor destination buffer remains dma-mappedDan Williams
2008-04-17dmaengine: ack to flags: make use of the unused bits in the 'ack' fieldDan Williams
2008-03-18async_tx: avoid the async xor_zero_sum path when src_cnt > device->max_xorDan Williams
2008-03-13async_tx: checkpatch says s/__FUNCTION__/__func__/gDan Williams
2008-02-06async_tx: allow architecture specific async_tx_find_channel implementationsDan Williams
2008-02-06async_tx: replace 'int_en' with operation preparation flagsDan Williams
2008-02-06async_tx: kill tx_set_src and tx_set_dest methodsDan Williams
2008-02-06async_tx: kill ASYNC_TX_ASSUME_COHERENTDan Williams
2008-02-06async_tx: fix compile breakage, mark do_async_xor __always_inlineDan Williams
2007-07-13async_tx: add the async_tx apiDan Williams