aboutsummaryrefslogtreecommitdiff
path: root/crypto/async_tx
AgeCommit message (Expand)Author
2013-04-29raid6test: use prandom_bytes()Akinobu Mita
2013-01-07async_tx: fix checking of dma_wait_for_async_tx() return valueBartlomiej Zolnierkiewicz
2013-01-07async_tx: fix build for async_memsetBartlomiej Zolnierkiewicz
2013-01-07async_tx: add missing DMA unmap to async_memcpy()Bartlomiej Zolnierkiewicz
2013-01-07async_tx: use memchr_invAkinobu Mita
2012-03-20crypto: remove the second argument of k[un]map_atomic()Cong Wang
2011-10-31crypto: add module.h to those files that are explicitly using itPaul Gortmaker
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan
2011-03-31Fix common misspellingsLucas De Marchi
2010-10-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds
2010-10-26mm: strictly nested kmap_atomic()Peter Zijlstra
2010-10-07move async raid6 test to lib/Kconfig.debugDan Williams
2010-08-09Merge branch 'async' of macbook:git/btrfs-unstableDavid Woodhouse
2010-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/asy...Linus Torvalds
2010-05-17async_tx: trim dma_async_tx_descriptor in 'no channel switch' caseDan Williams
2010-05-05raid6: fix recovery performance regressionDan Williams
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-17async_tx: expand async raid6 test to cover ioatdma corner caseDan Williams
2009-11-19async_tx: build-time toggling of async_{syndrome,xor}_val dma supportDan Williams
2009-10-29async_tx: Move ASYNC_RAID6_TEST option to crypto/async_tx/, fix dependenciesDavid Woodhouse
2009-10-19async_tx: fix asynchronous raid6 recovery for ddf layoutsDan Williams
2009-10-19async_pq: rename scribble pageDan Williams
2009-10-19async_pq: kill a stray dma_map() call and other cleanupsDan Williams
2009-10-16raid6/async_tx: handle holes in block list in async_syndrome_valNeilBrown
2009-10-16md/async: don't pass a memory pointer as a page pointer.NeilBrown
2009-09-21async_tx/raid6: add missing dma_unmap calls to the async fail caseDan Williams
2009-09-16raid6test: fix stack overflowDan Williams
2009-09-08dmaengine, async_tx: support alignment checksDan Williams
2009-09-08dmaengine, async_tx: add a "no channel switch" allocatorDan Williams
2009-09-08dmaengine: add fence supportDan Williams
2009-08-29async_tx: raid6 recovery self testDan Williams
2009-08-29async_tx: add support for asynchronous RAID6 recovery operationsDan Williams
2009-08-29async_tx: add support for asynchronous GF multiplicationDan 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-08-29async_tx: add sum check flagsDan Williams
2009-06-03async_xor: permit callers to pass in a 'dma/page scribble' regionDan Williams
2009-06-03async_tx: structify submission arguments, add scribbleDan Williams
2009-06-03async_tx: kill ASYNC_TX_DEP_ACK flagDan Williams
2009-04-08async_tx: rename zero_sum to valDan Williams
2009-03-25dmaengine: allow dma support for async_tx to be toggledDan Williams
2009-03-25async_tx: provide __async_inline for HAS_DMA=n archsDan 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-12-08async_xor: dma_map destination DMA_BIDIRECTIONALDan 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