summaryrefslogtreecommitdiffstats
path: root/crypto/async_tx/async_xor.c
Commit message (Expand)AuthorAgeFilesLines
* async_tx: build-time toggling of async_{syndrome,xor}_val dma supportDan Williams2009-11-191-3/+12
* raid6/async_tx: handle holes in block list in async_syndrome_valNeilBrown2009-10-161-7/+11
* dmaengine, async_tx: support alignment checksDan Williams2009-09-081-2/+3
* dmaengine: add fence supportDan Williams2009-09-081-3/+8
* async_tx: add support for asynchronous GF multiplicationDan Williams2009-08-291-1/+1
* async_tx: add sum check flagsDan Williams2009-08-291-2/+2
* async_xor: permit callers to pass in a 'dma/page scribble' regionDan Williams2009-06-031-31/+29
* async_tx: structify submission arguments, add scribbleDan Williams2009-06-031-63/+60
* async_tx: kill ASYNC_TX_DEP_ACK flagDan Williams2009-06-031-4/+2
* async_tx: rename zero_sum to valDan Williams2009-04-081-8/+8
* async_tx: provide __async_inline for HAS_DMA=n archsDan Williams2009-03-251-5/+2
* async_xor: dma_map destination DMA_BIDIRECTIONALDan Williams2008-12-081-2/+9
* async_tx: fix missing braces in async_xor_zero_sumDan Williams2008-08-051-1/+2
* async_tx: remove depend_tx from async_tx_sync_epilogDan Williams2008-07-171-4/+3
* async_tx: export async_tx_quiesceDan Williams2008-07-171-35/+2
* async_tx: fix handling of the "out of descriptor" condition in async_xorDan Williams2008-07-171-6/+26
* async_tx: ensure the xor destination buffer remains dma-mappedDan Williams2008-07-171-131/+113
* dmaengine: ack to flags: make use of the unused bits in the 'ack' fieldDan Williams2008-04-171-1/+1
* async_tx: avoid the async xor_zero_sum path when src_cnt > device->max_xorDan Williams2008-03-181-1/+1
* async_tx: checkpatch says s/__FUNCTION__/__func__/gDan Williams2008-03-131-6/+6
* async_tx: allow architecture specific async_tx_find_channel implementationsDan Williams2008-02-061-2/+6
* async_tx: replace 'int_en' with operation preparation flagsDan Williams2008-02-061-4/+6
* async_tx: kill tx_set_src and tx_set_dest methodsDan Williams2008-02-061-34/+60
* async_tx: kill ASYNC_TX_ASSUME_COHERENTDan Williams2008-02-061-16/+6
* async_tx: fix compile breakage, mark do_async_xor __always_inlineDan Williams2008-02-061-1/+5
* async_tx: add the async_tx apiDan Williams2007-07-131-0/+327
OpenPOWER on IntegriCloud