aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/async_tx/async_tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-01-07async_tx: fix checking of dma_wait_for_async_tx() return valueBartlomiej Zolnierkiewicz1-4/+5
2011-10-31crypto: add module.h to those files that are explicitly using itPaul Gortmaker1-0/+1
2010-05-17async_tx: trim dma_async_tx_descriptor in 'no channel switch' caseDan Williams1-27/+19
2009-09-08dmaengine, async_tx: add a "no channel switch" allocatorDan Williams1-0/+4
2009-08-29async_tx: remove walk of tx->parent chain in dma_wait_for_async_txDan Williams1-6/+7
2009-08-29async_tx: kill needless module_{init|exit}Dan Williams1-14/+3
2009-06-03async_tx: structify submission arguments, add scribbleDan Williams1-24/+27
2009-06-03async_tx: kill ASYNC_TX_DEP_ACK flagDan Williams1-2/+2
2009-03-25dmaengine: allow dma support for async_tx to be toggledDan Williams1-3/+3
2009-01-06dmaengine: replace dma_async_client_register with dmaengine_getDan Williams1-113/+2
2009-01-06dmaengine: provide a common 'issue_pending_all' implementationDan Williams1-12/+0
2009-01-06dmaengine: centralize channel allocation, introduce dma_find_channelDan Williams1-142/+4
2009-01-06dmaengine: up-level reference counting to the module levelDan Williams1-4/+0
2009-01-05dmaengine: remove dependency on async_txDan Williams1-75/+0
2008-09-13async_tx: make async_tx_run_dependencies() easier to readDan Williams1-18/+16
2008-09-05async_tx: fix the bug in async_tx_run_dependenciesYuri Tikhonov1-1/+2
2008-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-11/+22
2008-07-17async_tx: remove depend_tx from async_tx_sync_epilogDan Williams1-1/+1
2008-07-17async_tx: export async_tx_quiesceDan Williams1-9/+20
2008-07-17async_tx: list_for_each_entry_rcu() cleanupLi Zefan1-1/+1
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu1-0/+1
2008-04-17dmaengine: ack to flags: make use of the unused bits in the 'ack' fieldDan Williams1-4/+5
2008-04-17async_tx: fix multiple dependency submissionDan Williams1-35/+162
2008-03-13async_tx: checkpatch says s/__FUNCTION__/__func__/gDan Williams1-3/+3
2008-02-06async_tx: allow architecture specific async_tx_find_channel implementationsDan Williams1-3/+3
2008-02-06async_tx: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng1-2/+1
2007-09-24async_tx: fix dma_wait_for_async_txDan Williams1-2/+10
2007-07-13async_tx: add the async_tx apiDan Williams1-0/+497