summaryrefslogtreecommitdiff
path: root/crypto/async_tx/async_xor.c
Commit message (Expand)AuthorAge
* async_tx: use GFP_NOWAIT rather than GFP_IONeilBrown2016-01-07
* dmaengine: fix xor sources continuationXuelin Shi2014-08-21
* dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz2013-11-14
* async_xor_val: convert to dmaengine_unmap_dataDan Williams2013-11-14
* async_xor: convert to dmaengine_unmap_dataDan Williams2013-11-14
* async_tx: use memchr_invAkinobu Mita2013-01-07
* crypto: add module.h to those files that are explicitly using itPaul Gortmaker2011-10-31
* Fix common misspellingsLucas De Marchi2011-03-31
* async_tx: build-time toggling of async_{syndrome,xor}_val dma supportDan Williams2009-11-19
* raid6/async_tx: handle holes in block list in async_syndrome_valNeilBrown2009-10-16
* dmaengine, async_tx: support alignment checksDan Williams2009-09-08
* dmaengine: add fence supportDan Williams2009-09-08
* async_tx: add support for asynchronous GF multiplicationDan Williams2009-08-29
* async_tx: add sum check flagsDan Williams2009-08-29
* async_xor: permit callers to pass in a 'dma/page scribble' regionDan Williams2009-06-03
* async_tx: structify submission arguments, add scribbleDan Williams2009-06-03
* async_tx: kill ASYNC_TX_DEP_ACK flagDan Williams2009-06-03
* async_tx: rename zero_sum to valDan Williams2009-04-08
* async_tx: provide __async_inline for HAS_DMA=n archsDan Williams2009-03-25
* async_xor: dma_map destination DMA_BIDIRECTIONALDan Williams2008-12-08
* async_tx: fix missing braces in async_xor_zero_sumDan Williams2008-08-05
* async_tx: remove depend_tx from async_tx_sync_epilogDan Williams2008-07-17
* async_tx: export async_tx_quiesceDan Williams2008-07-17
* async_tx: fix handling of the "out of descriptor" condition in async_xorDan Williams2008-07-17
* async_tx: ensure the xor destination buffer remains dma-mappedDan Williams2008-07-17
* dmaengine: ack to flags: make use of the unused bits in the 'ack' fieldDan Williams2008-04-17
* async_tx: avoid the async xor_zero_sum path when src_cnt > device->max_xorDan Williams2008-03-18
* async_tx: checkpatch says s/__FUNCTION__/__func__/gDan Williams2008-03-13
* async_tx: allow architecture specific async_tx_find_channel implementationsDan Williams2008-02-06
* async_tx: replace 'int_en' with operation preparation flagsDan Williams2008-02-06
* async_tx: kill tx_set_src and tx_set_dest methodsDan Williams2008-02-06
* async_tx: kill ASYNC_TX_ASSUME_COHERENTDan Williams2008-02-06
* async_tx: fix compile breakage, mark do_async_xor __always_inlineDan Williams2008-02-06
* async_tx: add the async_tx apiDan Williams2007-07-13