summaryrefslogtreecommitdiff
path: root/crypto/async_tx
AgeCommit message (Expand)Author
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-05-16async_tx: Fix DMA_PREP_FENCE usage in do_async_gen_syndrome()Anup Patel
2016-10-05async_pq_val: fix DMA memory leakJustin Maggard
2016-03-17mm/page_ref: add tracepoint to track down page reference manipulationJoonsoo Kim
2016-01-07async_tx: use GFP_NOWAIT rather than GFP_IONeilBrown
2015-04-22md/raid5: activate raid6 rmw featureMarkus Stockhausen
2014-08-21dmaengine: fix xor sources continuationXuelin Shi
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel...Vinod Koul
2013-11-14raid6test: add new corner case for ioatdma driverDan Williams
2013-11-14dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz
2013-11-14async_pq_val: convert to dmaengine_unmap_dataDan Williams
2013-11-14async_pq: convert to dmaengine_unmap_dataDan Williams
2013-11-14async_raid6_recov: convert to dmaengine_unmap_dataDan Williams
2013-11-14async_xor_val: convert to dmaengine_unmap_dataDan Williams
2013-11-14async_xor: convert to dmaengine_unmap_dataDan Williams
2013-11-14async_memcpy: convert to dmaengine_unmap_dataDan Williams
2013-10-25async_tx: use DMA_COMPLETE for dma completion statusVinod Koul
2013-07-03drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz
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