summaryrefslogtreecommitdiffstats
path: root/lib/raid6
AgeCommit message (Expand)AuthorLines
2019-03-15Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds-1/+1
2019-02-28lib/raid6: arm: optimize away a mask operation in NEON recovery routineArd Biesheuvel-6/+6
2019-02-28lib/raid6: use vdupq_n_u8 to avoid endianness warningsndesaulniers@google.com-8/+4
2019-02-12ARM: 8833/1: Ensure that NEON code always compiles with ClangNathan Chancellor-1/+1
2019-01-06Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds-3/+2
2019-01-06kbuild: remove redundant target cleaning on failureMasahiro Yamada-3/+2
2019-01-03Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli...Jens Axboe-38/+46
2018-12-20lib/raid6: add option to skip algo benchmarkingDaniel Verkamp-0/+5
2018-12-20lib/raid6: sort algos in rough performance orderDaniel Verkamp-38/+38
2018-12-20lib/raid6: check for assembler SSSE3 supportDaniel Verkamp-0/+3
2018-12-20raid6/ppc: Fix build for clangJoel Stanley-0/+15
2018-11-06lib/raid6: Fix arm64 test buildJeremy Linton-2/+2
2018-07-04RAID/s390: Remove VLA usageKees Cook-16/+18
2018-04-07Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-5/+157
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-7/+7
2018-03-26raid: remove tile specific raid6 implementationArnd Bergmann-103/+0
2018-03-26treewide: Align function definition open/close bracesJoe Perches-7/+7
2018-03-20lib/raid6: Build proper raid6test files on powerpcMatt Brown-2/+6
2018-03-20lib/raid6/altivec: Add vpermxor implementation for raid6 Q syndromeMatt Brown-3/+151
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+4
2017-09-07Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds-1/+1
2017-08-25lib/raid6: align AVX512 constants to 512 bits, not bytesDenys Vlasenko-1/+1
2017-08-09md/raid6: implement recovery using ARM NEON intrinsicsArd Biesheuvel-1/+233
2017-08-09md/raid6: use faster multiplication for ARM NEON delta syndromeArd Biesheuvel-3/+30
2017-05-16lib/raid6: Add log-of-2 table for RAID6 HW requiring disk positionAnup Patel-0/+20
2016-11-07lib/raid6: Add AVX2 optimized xor_syndrome functionsGayatri Kammela-3/+229
2016-10-07Merge tag 'md/4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds-5/+988
2016-09-26raid6/test/test.c: bug fix: Specify aligned(alignment) attributes to the char...Gayatri Kammela-3/+4
2016-09-21lib/raid6: Add AVX512 optimized xor_syndrome functionsGayatri Kammela-3/+278
2016-09-21lib/raid6/test/Makefile: Add avx512 gen_syndrome and recovery functionsGayatri Kammela-1/+4
2016-09-21lib/raid6: Add AVX512 optimized recovery functionsGayatri Kammela-1/+392
2016-09-21lib/raid6: Add AVX512 optimized gen_syndrome functionsGayatri Kammela-1/+314
2016-09-01RAID/s390: provide raid6 recovery optimizationMartin Schwidefsky-1/+120
2016-08-29RAID/s390: add SIMD implementation for raid6 gen/xorMartin Schwidefsky-0/+178
2015-12-01powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()Anton Blanchard-0/+1
2015-08-31md/raid6: delta syndrome for ARM NEONArd Biesheuvel-1/+58
2015-06-24Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds-1/+1
2015-06-11powerpc: Only use -mabi=altivec if toolchain supports itAnton Blanchard-1/+1
2015-05-19x86/fpu: Rename i387.h to fpu/api.hIngo Molnar-1/+1
2015-04-22md/raid6 algorithms: xor_syndrome() for SSE2Markus Stockhausen-3/+227
2015-04-22md/raid6 algorithms: xor_syndrome() for generic intMarkus Stockhausen-1/+39
2015-04-22md/raid6 algorithms: improve test programMarkus Stockhausen-15/+36
2015-04-22md/raid6 algorithms: delta syndrome functionsMarkus Stockhausen-8/+49
2015-02-04x86/raid6: correctly check for assembler capabilitiesJan Beulich-2/+8
2014-10-14lib/raid6: Add log level to printksAnton Blanchard-6/+6
2013-09-10Merge tag 'md/3.12' of git://neil.brown.name/mdLinus Torvalds-1/+103
2013-08-27raid6/test: replace echo -e with printfMax Filippov-1/+1
2013-08-27RAID: add tilegx SIMD implementation of raid6Ken Steele-0/+102
2013-07-08lib/raid6: add ARM-NEON accelerated syndrome calculationArd Biesheuvel-1/+210
2012-12-13lib/raid6: build proper files on corresponding archYuanhan Liu-27/+28