dmaengine, async_tx: add a "no channel switch" allocator
[safe/jmp/linux-2.6] / crypto / async_tx / async_tx.c
2009-09-09 Dan Williamsdmaengine, async_tx: add a "no channel switch" allocator
2009-08-30 Dan Williamsasync_tx: remove walk of tx->parent chain in dma_wait_f...
2009-08-30 Dan Williamsasync_tx: kill needless module_{init|exit}
2009-06-03 Dan Williamsasync_tx: structify submission arguments, add scribble
2009-06-03 Dan Williamsasync_tx: kill ASYNC_TX_DEP_ACK flag
2009-03-25 Dan Williamsdmaengine: allow dma support for async_tx to be toggled
2009-01-06 Dan Williamsdmaengine: replace dma_async_client_register with dmaen...
2009-01-06 Dan Williamsdmaengine: provide a common 'issue_pending_all' impleme...
2009-01-06 Dan Williamsdmaengine: centralize channel allocation, introduce...
2009-01-06 Dan Williamsdmaengine: up-level reference counting to the module...
2009-01-06 Dan Williamsdmaengine: remove dependency on async_tx
2008-09-14 Dan Williamsasync_tx: make async_tx_run_dependencies() easier to...
2008-09-05 Yuri Tikhonovasync_tx: fix the bug in async_tx_run_dependencies
2008-07-23 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2008-07-18 Dan Williamsasync_tx: remove depend_tx from async_tx_sync_epilog
2008-07-18 Dan Williamsasync_tx: export async_tx_quiesce
2008-07-18 Li Zefanasync_tx: list_for_each_entry_rcu() cleanup
2008-05-19 Franck Bui-Huurcu: split list.h and move rcu-protected lists into...
2008-04-17 Dan Williamsdmaengine: ack to flags: make use of the unused bits...
2008-04-17 Dan Williamsasync_tx: fix multiple dependency submission
2008-03-13 Dan Williamsasync_tx: checkpatch says s/__FUNCTION__/__func__/g
2008-02-06 Dan Williamsasync_tx: allow architecture specific async_tx_find_cha...
2008-02-06 Denis Chengasync_tx: use LIST_HEAD instead of LIST_HEAD_INIT
2007-09-24 Dan Williamsasync_tx: fix dma_wait_for_async_tx
2007-07-13 Dan Williamsasync_tx: add the async_tx api