aboutsummaryrefslogtreecommitdiff
path: root/crypto/async_tx
AgeCommit message (Expand)AuthorFilesLines
2009-08-29async_tx: add support for asynchronous GF multiplicationGravatar Dan Williams 4-1/+394
2009-08-29async_tx: remove walk of tx->parent chain in dma_wait_for_async_txGravatar Dan Williams 1-6/+7
2009-08-29async_tx: kill needless module_{init|exit}Gravatar Dan Williams 3-40/+3
2009-08-29async_tx: add sum check flagsGravatar Dan Williams 1-2/+2
2009-06-03async_xor: permit callers to pass in a 'dma/page scribble' regionGravatar Dan Williams 1-31/+29
2009-06-03async_tx: structify submission arguments, add scribbleGravatar Dan Williams 4-114/+111
2009-06-03async_tx: kill ASYNC_TX_DEP_ACK flagGravatar Dan Williams 4-8/+6
2009-04-08async_tx: rename zero_sum to valGravatar Dan Williams 1-8/+8
2009-03-25dmaengine: allow dma support for async_tx to be toggledGravatar Dan Williams 1-3/+3
2009-03-25async_tx: provide __async_inline for HAS_DMA=n archsGravatar Dan Williams 1-5/+2
2009-01-06dmaengine: replace dma_async_client_register with dmaengine_getGravatar Dan Williams 1-113/+2
2009-01-06dmaengine: provide a common 'issue_pending_all' implementationGravatar Dan Williams 1-12/+0
2009-01-06dmaengine: centralize channel allocation, introduce dma_find_channelGravatar Dan Williams 1-142/+4
2009-01-06dmaengine: up-level reference counting to the module levelGravatar Dan Williams 1-4/+0
2009-01-05dmaengine: remove dependency on async_txGravatar Dan Williams 1-75/+0
2008-12-08async_xor: dma_map destination DMA_BIDIRECTIONALGravatar Dan Williams 1-2/+9
2008-09-13async_tx: make async_tx_run_dependencies() easier to readGravatar Dan Williams 1-18/+16
2008-09-05async_tx: fix the bug in async_tx_run_dependenciesGravatar Yuri Tikhonov 1-1/+2
2008-08-05async_tx: fix missing braces in async_xor_zero_sumGravatar Dan Williams 1-1/+2
2008-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djb...Gravatar Linus Torvalds 4-178/+141
2008-07-17async_tx: remove depend_tx from async_tx_sync_epilogGravatar Dan Williams 4-7/+6
2008-07-17async_tx: export async_tx_quiesceGravatar Dan Williams 4-62/+24
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-07-17async_tx: list_for_each_entry_rcu() cleanupGravatar Li Zefan 1-1/+1
2008-07-08async_tx: fix async_memset compile errorGravatar Dan Williams 1-1/+1
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hGravatar Franck Bui-Huu 1-0/+1
2008-04-17dmaengine: ack to flags: make use of the unused bits in the 'ack' fieldGravatar Dan Williams 3-6/+7
2008-04-17async_tx: fix multiple dependency submissionGravatar Dan Williams 1-35/+162
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 4-15/+15
2008-02-06async_tx: allow architecture specific async_tx_find_channel implementationsGravatar Dan Williams 4-7/+13
2008-02-06async_tx: replace 'int_en' with operation preparation flagsGravatar Dan Williams 3-6/+10
2008-02-06async_tx: kill tx_set_src and tx_set_dest methodsGravatar Dan Williams 3-58/+83
2008-02-06async_tx: kill ASYNC_TX_ASSUME_COHERENTGravatar Dan Williams 3-31/+14
2008-02-06async_tx: use LIST_HEAD instead of LIST_HEAD_INITGravatar Denis Cheng 1-2/+1
2008-02-06async_tx: fix compile breakage, mark do_async_xor __always_inlineGravatar Dan Williams 1-1/+5
2007-09-24async_tx: fix dma_wait_for_async_txGravatar Dan Williams 1-2/+10
2007-07-20async_tx: fix kmap_atomic usage in async_memcpyGravatar Dan Williams 1-15/+4
2007-07-13async_tx: add the async_tx apiGravatar Dan Williams 6-0/+1084