aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/async_tx/async_tx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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