aboutsummaryrefslogtreecommitdiff
path: root/crypto/xor.c
AgeCommit message (Expand)AuthorFilesLines
2021-02-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Gravatar Linus Torvalds 1-1/+1
2021-02-10crypto: xor - Fix typo of optimizationGravatar Bhaskar Chowdhury 1-1/+1
2021-01-08crypto: xor - Fix divide error in do_xor_speed()Gravatar Kirill Tkhai 1-0/+2
2020-10-08crypto: xor - Remove unused variable count in do_xor_speedGravatar Nathan Chancellor 1-3/+1
2020-10-02crypto: xor - use ktime for template benchmarkingGravatar Ard Biesheuvel 1-22/+16
2020-10-02crypto: xor - defer load time benchmark to a later timeGravatar Ard Biesheuvel 1-1/+28
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Gravatar Thomas Gleixner 1-9/+1
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKGravatar Levin, Alexander (Sasha Levin) 1-6/+1
2016-08-31crypto: xor - Fix warning when XOR_SELECT_TEMPLATE is unsetGravatar Herbert Xu 1-4/+5
2016-08-24crypto: xor - skip speed test if the xor function is selected automaticallyGravatar Martin Schwidefsky 1-21/+19
2012-10-11add further __init annotations to crypto/xor.cGravatar Jan Beulich 1-2/+2
2012-05-23Merge tag 'md-3.5' of git://neil.brown.name/mdGravatar Linus Torvalds 1-3/+10
2012-05-22crypto: disable preemption while benchmarking RAID5 xor checksummingGravatar Jim Kukunas 1-0/+5
2012-05-22crypto: wait for a full jiffy in do_xor_speedGravatar Jim Kukunas 1-3/+5
2012-04-09crypto, xor: Sanitize checksumming function selection outputGravatar Borislav Petkov 1-2/+3
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-0/+1
2009-06-15crypto: don't track xor test pages with kmemcheckGravatar Vegard Nossum 1-1/+6
2009-03-31md: move lots of #include lines out of .h files and into .cGravatar NeilBrown 1-1/+1
2007-07-13async_tx: add the async_tx apiGravatar Dan Williams 1-15/+14
2007-07-13xor: make 'xor_blocks' a library routine for use with async_txGravatar Dan Williams 1-0/+156