summaryrefslogtreecommitdiffstats
path: root/crypto/xor.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2021-02-211-1/+1
|\
| * crypto: xor - Fix typo of optimizationBhaskar Chowdhury2021-02-101-1/+1
* | crypto: xor - Fix divide error in do_xor_speed()Kirill Tkhai2021-01-081-0/+2
|/
* crypto: xor - Remove unused variable count in do_xor_speedNathan Chancellor2020-10-081-3/+1
* crypto: xor - use ktime for template benchmarkingArd Biesheuvel2020-10-021-22/+16
* crypto: xor - defer load time benchmark to a later timeArd Biesheuvel2020-10-021-1/+28
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner2019-05-241-9/+1
* kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)2017-11-151-6/+1
* crypto: xor - Fix warning when XOR_SELECT_TEMPLATE is unsetHerbert Xu2016-08-311-4/+5
* crypto: xor - skip speed test if the xor function is selected automaticallyMartin Schwidefsky2016-08-241-21/+19
* add further __init annotations to crypto/xor.cJan Beulich2012-10-111-2/+2
* Merge tag 'md-3.5' of git://neil.brown.name/mdLinus Torvalds2012-05-231-3/+10
|\
| * crypto: disable preemption while benchmarking RAID5 xor checksummingJim Kukunas2012-05-221-0/+5
| * crypto: wait for a full jiffy in do_xor_speedJim Kukunas2012-05-221-3/+5
* | crypto, xor: Sanitize checksumming function selection outputBorislav Petkov2012-04-091-2/+3
|/
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* crypto: don't track xor test pages with kmemcheckVegard Nossum2009-06-151-1/+6
* md: move lots of #include lines out of .h files and into .cNeilBrown2009-03-311-1/+1
* async_tx: add the async_tx apiDan Williams2007-07-131-15/+14
* xor: make 'xor_blocks' a library routine for use with async_txDan Williams2007-07-131-0/+156