aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/async_tx (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-11-19async_tx: build-time toggling of async_{syndrome,xor}_val dma supportDan Williams3-6/+28
2009-10-19async_tx: fix asynchronous raid6 recovery for ddf layoutsDan Williams1-30/+56
2009-10-19async_pq: rename scribble pageDan Williams1-7/+8
2009-10-19async_pq: kill a stray dma_map() call and other cleanupsDan Williams1-7/+8
2009-10-16raid6/async_tx: handle holes in block list in async_syndrome_valNeilBrown2-14/+35
2009-10-16md/async: don't pass a memory pointer as a page pointer.NeilBrown2-16/+15
2009-09-21async_tx/raid6: add missing dma_unmap calls to the async fail caseDan Williams1-0/+13
2009-09-16raid6test: fix stack overflowDan Williams1-2/+1
2009-09-08dmaengine, async_tx: support alignment checksDan Williams4-6/+9
2009-09-08dmaengine, async_tx: add a "no channel switch" allocatorDan Williams1-0/+4
2009-09-08dmaengine: add fence supportDan Williams5-27/+50
2009-08-29async_tx: raid6 recovery self testDan Williams2-0/+242
2009-08-29async_tx: add support for asynchronous RAID6 recovery operationsDan Williams3-0/+454
2009-08-29async_tx: add support for asynchronous GF multiplicationDan Williams4-1/+394
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 Williams3-40/+3
2009-08-29async_tx: add sum check flagsDan Williams1-2/+2
2009-06-03async_xor: permit callers to pass in a 'dma/page scribble' regionDan Williams1-31/+29
2009-06-03async_tx: structify submission arguments, add scribbleDan Williams4-114/+111
2009-06-03async_tx: kill ASYNC_TX_DEP_ACK flagDan Williams4-8/+6
2009-04-08async_tx: rename zero_sum to valDan Williams1-8/+8
2009-03-25dmaengine: allow dma support for async_tx to be toggledDan Williams1-3/+3
2009-03-25async_tx: provide __async_inline for HAS_DMA=n archsDan Williams1-5/+2
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-12-08async_xor: dma_map destination DMA_BIDIRECTIONALDan Williams1-2/+9
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-08-05async_tx: fix missing braces in async_xor_zero_sumDan Williams1-1/+2
2008-07-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds4-178/+141
2008-07-17async_tx: remove depend_tx from async_tx_sync_epilogDan Williams4-7/+6
2008-07-17async_tx: export async_tx_quiesceDan Williams4-62/+24
2008-07-17async_tx: fix handling of the "out of descriptor" condition in async_xorDan Williams1-6/+26
2008-07-17async_tx: ensure the xor destination buffer remains dma-mappedDan Williams1-131/+113
2008-07-17async_tx: list_for_each_entry_rcu() cleanupLi Zefan1-1/+1
2008-07-08async_tx: fix async_memset compile errorDan Williams1-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 Williams3-6/+7
2008-04-17async_tx: fix multiple dependency submissionDan Williams1-35/+162
2008-03-18async_tx: avoid the async xor_zero_sum path when src_cnt > device->max_xorDan Williams1-1/+1
2008-03-13async_tx: checkpatch says s/__FUNCTION__/__func__/gDan Williams4-15/+15
2008-02-06async_tx: allow architecture specific async_tx_find_channel implementationsDan Williams4-7/+13
2008-02-06async_tx: replace 'int_en' with operation preparation flagsDan Williams3-6/+10
2008-02-06async_tx: kill tx_set_src and tx_set_dest methodsDan Williams3-58/+83
2008-02-06async_tx: kill ASYNC_TX_ASSUME_COHERENTDan Williams3-31/+14
2008-02-06async_tx: use LIST_HEAD instead of LIST_HEAD_INITDenis Cheng1-2/+1
2008-02-06async_tx: fix compile breakage, mark do_async_xor __always_inlineDan Williams1-1/+5