aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/async_tx/raid6test.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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 Rix1-2/+2
2020-09-24md/raid6: let async recovery function support different page offsetYufen Yu1-2/+2
2020-09-24md/raid6: let syndrome computor support different page offsetYufen Yu1-8/+16
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 335Thomas Gleixner1-14/+1
2018-06-18async_pq: Remove VLA usageKyle Spiers1-1/+3
2013-11-14raid6test: add new corner case for ioatdma driverDan Williams1-1/+9
2013-04-29raid6test: use prandom_bytes()Akinobu Mita1-7/+2
2011-10-31crypto: add module.h to those files that are explicitly using itPaul Gortmaker1-0/+1
2011-06-21net: remove mm.h inclusion from netdevice.hAlexey Dobriyan1-0/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-17async_tx: expand async raid6 test to cover ioatdma corner caseDan Williams1-0/+7
2009-09-16raid6test: fix stack overflowDan Williams1-2/+1
2009-08-29async_tx: raid6 recovery self testDan Williams1-0/+241