dmaengine, async_tx: support alignment checks
[safe/jmp/linux-2.6] / crypto / async_tx / async_xor.c
2009-09-09 Dan Williamsdmaengine, async_tx: support alignment checks
2009-09-09 Dan Williamsdmaengine: add fence support
2009-08-30 Dan Williamsasync_tx: add support for asynchronous GF multiplication
2009-08-30 Dan Williamsasync_tx: add sum check flags
2009-06-03 Dan Williamsasync_xor: permit callers to pass in a 'dma/page scribb...
2009-06-03 Dan Williamsasync_tx: structify submission arguments, add scribble
2009-06-03 Dan Williamsasync_tx: kill ASYNC_TX_DEP_ACK flag
2009-04-08 Dan Williamsasync_tx: rename zero_sum to val
2009-03-25 Dan Williamsasync_tx: provide __async_inline for HAS_DMA=n archs
2008-12-08 Dan Williamsasync_xor: dma_map destination DMA_BIDIRECTIONAL
2008-08-05 Dan Williamsasync_tx: fix missing braces in async_xor_zero_sum
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 Dan Williamsasync_tx: fix handling of the "out of descriptor" condi...
2008-07-18 Dan Williamsasync_tx: ensure the xor destination buffer remains...
2008-04-17 Dan Williamsdmaengine: ack to flags: make use of the unused bits...
2008-03-19 Dan Williamsasync_tx: avoid the async xor_zero_sum path when src_cn...
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 Dan Williamsasync_tx: replace 'int_en' with operation preparation...
2008-02-06 Dan Williamsasync_tx: kill tx_set_src and tx_set_dest methods
2008-02-06 Dan Williamsasync_tx: kill ASYNC_TX_ASSUME_COHERENT
2008-02-06 Dan Williamsasync_tx: fix compile breakage, mark do_async_xor __alw...
2007-07-13 Dan Williamsasync_tx: add the async_tx api