aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/xor.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 47Thomas Gleixner1-9/+1
2017-11-15kmemcheck: stop using GFP_NOTRACK and SLAB_NOTRACKLevin, Alexander (Sasha Levin)1-6/+1
2016-08-31crypto: xor - Fix warning when XOR_SELECT_TEMPLATE is unsetHerbert Xu1-4/+5
2016-08-24crypto: xor - skip speed test if the xor function is selected automaticallyMartin Schwidefsky1-21/+19
2012-10-11add further __init annotations to crypto/xor.cJan Beulich1-2/+2
2012-05-23Merge tag 'md-3.5' of git://neil.brown.name/mdLinus Torvalds1-3/+10
2012-05-22crypto: disable preemption while benchmarking RAID5 xor checksummingJim Kukunas1-0/+5
2012-05-22crypto: wait for a full jiffy in do_xor_speedJim Kukunas1-3/+5
2012-04-09crypto, xor: Sanitize checksumming function selection outputBorislav Petkov1-2/+3
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-06-15crypto: don't track xor test pages with kmemcheckVegard Nossum1-1/+6
2009-03-31md: move lots of #include lines out of .h files and into .cNeilBrown1-1/+1
2007-07-13async_tx: add the async_tx apiDan Williams1-15/+14
2007-07-13xor: make 'xor_blocks' a library routine for use with async_txDan Williams1-0/+156