aboutsummaryrefslogtreecommitdiff
path: root/crypto/async_tx/async_tx.c
AgeCommit message (Expand)AuthorFilesLines
2023-03-24async_tx: fix kernel-doc notation warningsGravatar Randy Dunlap 1-2/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Gravatar Thomas Gleixner 1-14/+1
2013-10-25async_tx: use DMA_COMPLETE for dma completion statusGravatar Vinod Koul 1-2/+2
2013-01-07async_tx: fix checking of dma_wait_for_async_tx() return valueGravatar Bartlomiej Zolnierkiewicz 1-4/+5
2011-10-31crypto: add module.h to those files that are explicitly using itGravatar Paul Gortmaker 1-0/+1
2010-05-17async_tx: trim dma_async_tx_descriptor in 'no channel switch' caseGravatar Dan Williams 1-27/+19
2009-09-08dmaengine, async_tx: add a "no channel switch" allocatorGravatar Dan Williams 1-0/+4
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 1-14/+3
2009-06-03async_tx: structify submission arguments, add scribbleGravatar Dan Williams 1-24/+27
2009-06-03async_tx: kill ASYNC_TX_DEP_ACK flagGravatar Dan Williams 1-2/+2
2009-03-25dmaengine: allow dma support for async_tx to be toggledGravatar Dan Williams 1-3/+3
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-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-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djb...Gravatar Linus Torvalds 1-11/+22
2008-07-17async_tx: remove depend_tx from async_tx_sync_epilogGravatar Dan Williams 1-1/+1
2008-07-17async_tx: export async_tx_quiesceGravatar Dan Williams 1-9/+20
2008-07-17async_tx: list_for_each_entry_rcu() cleanupGravatar Li Zefan 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 1-4/+5
2008-04-17async_tx: fix multiple dependency submissionGravatar Dan Williams 1-35/+162
2008-03-13async_tx: checkpatch says s/__FUNCTION__/__func__/gGravatar Dan Williams 1-3/+3
2008-02-06async_tx: allow architecture specific async_tx_find_channel implementationsGravatar Dan Williams 1-3/+3
2008-02-06async_tx: use LIST_HEAD instead of LIST_HEAD_INITGravatar Denis Cheng 1-2/+1
2007-09-24async_tx: fix dma_wait_for_async_txGravatar Dan Williams 1-2/+10
2007-07-13async_tx: add the async_tx apiGravatar Dan Williams 1-0/+497