aboutsummaryrefslogtreecommitdiff
path: root/crypto/async_tx/async_tx.c
AgeCommit message (Expand)Author
2011-10-31crypto: add module.h to those files that are explicitly using itPaul Gortmaker
2010-05-17async_tx: trim dma_async_tx_descriptor in 'no channel switch' caseDan Williams
2009-09-08dmaengine, async_tx: add a "no channel switch" allocatorDan Williams
2009-08-29async_tx: remove walk of tx->parent chain in dma_wait_for_async_txDan Williams
2009-08-29async_tx: kill needless module_{init|exit}Dan Williams
2009-06-03async_tx: structify submission arguments, add scribbleDan Williams
2009-06-03async_tx: kill ASYNC_TX_DEP_ACK flagDan Williams
2009-03-25dmaengine: allow dma support for async_tx to be toggledDan Williams
2009-01-06dmaengine: replace dma_async_client_register with dmaengine_getDan Williams
2009-01-06dmaengine: provide a common 'issue_pending_all' implementationDan Williams
2009-01-06dmaengine: centralize channel allocation, introduce dma_find_channelDan Williams
2009-01-06dmaengine: up-level reference counting to the module levelDan Williams
2009-01-05dmaengine: remove dependency on async_txDan Williams
2008-09-13async_tx: make async_tx_run_dependencies() easier to readDan Williams
2008-09-05async_tx: fix the bug in async_tx_run_dependenciesYuri Tikhonov
2008-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djb...Linus Torvalds
2008-07-17async_tx: remove depend_tx from async_tx_sync_epilogDan Williams
2008-07-17async_tx: export async_tx_quiesceDan Williams
2008-07-17async_tx: list_for_each_entry_rcu() cleanupLi Zefan
2008-05-19rcu: split list.h and move rcu-protected lists into rculist.hFranck Bui-Huu
2008-04-17dmaengine: ack to flags: make use of the unused bits in the 'ack' fieldDan Williams
2008-04-17async_tx: fix multiple dependency submissionDan Williams
2008-03-13async_tx: checkpatch says s/__FUNCTION__/__func__/gDan Williams
2008-02-06async_tx: allow architecture specific async_tx_find_channel implementationsDan Williams
2008-02-06async_tx: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng
2007-09-24async_tx: fix dma_wait_for_async_txDan Williams
2007-07-13async_tx: add the async_tx apiDan Williams