aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/xor.c
AgeCommit message (Expand)Author
2021-02-21Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2021-02-10crypto: xor - Fix typo of optimizationBhaskar Chowdhury
2021-01-08crypto: xor - Fix divide error in do_xor_speed()Kirill Tkhai
2020-10-08crypto: xor - Remove unused variable count in do_xor_speedNathan Chancellor
2020-10-02crypto: xor - use ktime for template benchmarkingArd Biesheuvel
2020-10-02crypto: xor - defer load time benchmark to a later timeArd Biesheuvel
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)
2016-08-31crypto: xor - Fix warning when XOR_SELECT_TEMPLATE is unsetHerbert Xu
2016-08-24crypto: xor - skip speed test if the xor function is selected automaticallyMartin Schwidefsky
2012-10-11add further __init annotations to crypto/xor.cJan Beulich
2012-05-23Merge tag 'md-3.5' of git://neil.brown.name/mdLinus Torvalds
2012-05-22crypto: disable preemption while benchmarking RAID5 xor checksummingJim Kukunas
2012-05-22crypto: wait for a full jiffy in do_xor_speedJim Kukunas
2012-04-09crypto, xor: Sanitize checksumming function selection outputBorislav Petkov
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-06-15crypto: don't track xor test pages with kmemcheckVegard Nossum
2009-03-31md: move lots of #include lines out of .h files and into .cNeilBrown
2007-07-13async_tx: add the async_tx apiDan Williams
2007-07-13xor: make 'xor_blocks' a library routine for use with async_txDan Williams