aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/crypto/async_tx (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-03-24async_tx: fix kernel-doc notation warningsRandy Dunlap2-7/+7
2022-10-11treewide: use get_random_bytes() when possibleJason A. Donenfeld1-1/+1
2022-09-24crypto: add __init/__exit annotations to init/exit funcsXiu Jianfeng1-2/+2
2022-03-03crypto: cleanup commentsTom Rix2-6/+6
2021-06-10async_xor: check src_offs is not NULL before updating itXiao Ni1-1/+2
2021-04-26async_xor: increase src_offs when dropping destination pageXiao Ni1-0/+1
2020-09-24md/raid6: let async recovery function support different page offsetYufen Yu2-45/+122
2020-09-24md/raid6: let syndrome computor support different page offsetYufen Yu2-32/+64
2020-09-24md/raid5: add new xor function to support different page offsetYufen Yu1-17/+103
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner4-56/+4
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 102Thomas Gleixner1-15/+1
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 33Thomas Gleixner1-17/+1
2018-06-18async_pq: Remove VLA usageKyle Spiers2-5/+9
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2-0/+2
2017-05-16async_tx: Fix DMA_PREP_FENCE usage in do_async_gen_syndrome()Anup Patel1-3/+2
2016-10-05async_pq_val: fix DMA memory leakJustin Maggard1-4/+4
2016-03-17mm/page_ref: add tracepoint to track down page reference manipulationJoonsoo Kim1-1/+1
2016-01-07async_tx: use GFP_NOWAIT rather than GFP_IONeilBrown4-7/+7
2015-04-22md/raid5: activate raid6 rmw featureMarkus Stockhausen1-3/+16
2014-08-21dmaengine: fix xor sources continuationXuelin Shi1-2/+1
2013-11-16Merge commit 'dmaengine-3.13-v2' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineVinod Koul5-167/+238
2013-11-14raid6test: add new corner case for ioatdma driverDan Williams1-1/+9
2013-11-14dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz4-13/+5
2013-11-14async_pq_val: convert to dmaengine_unmap_dataDan Williams1-23/+35
2013-11-14async_pq: convert to dmaengine_unmap_dataDan Williams1-52/+65
2013-11-14async_raid6_recov: convert to dmaengine_unmap_dataDan Williams1-20/+49
2013-11-14async_xor_val: convert to dmaengine_unmap_dataDan Williams1-13/+17
2013-11-14async_xor: convert to dmaengine_unmap_dataDan Williams1-44/+51
2013-11-14async_memcpy: convert to dmaengine_unmap_dataDan Williams1-17/+23
2013-10-25async_tx: use DMA_COMPLETE for dma completion statusVinod Koul1-2/+2
2013-07-03drivers/dma: remove unused support for MEMSET operationsBartlomiej Zolnierkiewicz3-94/+0
2013-04-29raid6test: use prandom_bytes()Akinobu Mita1-7/+2
2013-01-07async_tx: fix checking of dma_wait_for_async_tx() return valueBartlomiej Zolnierkiewicz1-4/+5
2013-01-07async_tx: fix build for async_memsetBartlomiej Zolnierkiewicz1-0/+1
2013-01-07async_tx: add missing DMA unmap to async_memcpy()Bartlomiej Zolnierkiewicz1-0/+6
2013-01-07async_tx: use memchr_invAkinobu Mita1-3/+1
2012-03-20crypto: remove the second argument of k[un]map_atomic()Cong Wang1-4/+4
2011-10-31crypto: add module.h to those files that are explicitly using itPaul Gortmaker6-0/+6
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2010-10-27Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-13/+0
2010-10-26mm: strictly nested kmap_atomic()Peter Zijlstra1-1/+1
2010-10-07move async raid6 test to lib/Kconfig.debugDan Williams1-13/+0
2010-08-09Merge branch 'async' of macbook:git/btrfs-unstableDavid Woodhouse1-0/+14
2010-05-21Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_txLinus Torvalds1-27/+19
2010-05-17async_tx: trim dma_async_tx_descriptor in 'no channel switch' caseDan Williams1-27/+19
2010-05-05raid6: fix recovery performance regressionDan Williams1-8/+13
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo2-0/+2
2009-12-17async_tx: expand async raid6 test to cover ioatdma corner caseDan Williams1-0/+7
2009-11-19async_tx: build-time toggling of async_{syndrome,xor}_val dma supportDan Williams3-6/+28