aboutsummaryrefslogtreecommitdiffstats
path: root/lib/raid6
AgeCommit message (Expand)AuthorFilesLines
2024-03-14Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds1-1/+1
2024-02-22treewide: update LLVM Bugzilla linksNathan Chancellor1-1/+1
2024-02-16s390/raid6: convert to use standard fpu_*() inline assembliesHeiko Carstens1-45/+10
2024-02-16s390/fpu: decrease stack usage for some casesHeiko Carstens1-2/+2
2024-02-16s390/fpu: move, rename, and merge header filesHeiko Carstens1-2/+1
2024-02-09s390/fpu: make use of __uninitialized macroHeiko Carstens1-2/+2
2023-12-11s390/fpu: get rid of MACHINE_HAS_VXHeiko Carstens1-1/+1
2023-09-11lib/raid6: Drop IA64 supportArd Biesheuvel3-15/+2
2023-09-06raid6: Add LoongArch SIMD recovery implementationWANG Xuerui4-2/+523
2023-09-06raid6: Add LoongArch SIMD syndrome calculationWANG Xuerui5-0/+481
2023-08-15raid6: test: only check for Altivec if building on powerpc hostsWANG Xuerui1-9/+10
2023-08-15raid6: test: make sure all intermediate and artifact files are .gitignoredWANG Xuerui1-0/+3
2023-08-15raid6: test: cosmetic cleanups for the test MakefileWANG Xuerui1-15/+16
2023-08-15raid6: guard the tables.c include of <linux/export.h> with __KERNEL__WANG Xuerui1-0/+2
2023-08-15raid6: remove the <linux/export.h> include from recov.cWANG Xuerui1-1/+0
2023-06-13raid6: neon: add missing prototypesArnd Bergmann4-7/+25
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds1-2/+0
2022-12-06s390/vx: add vx-insn.h wrapper include fileHeiko Carstens1-2/+1
2022-11-14lib/raid6: drop RAID6_USE_EMPTY_ZERO_PAGEGiulio Benetti1-2/+0
2022-03-08lib/raid6: Include <asm/ppc-opcode.h> for VPERMXORPaul Menzel1-1/+1
2022-03-08lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3Paul Menzel1-1/+3
2022-03-08lib/raid6/test: fix multiple definition linking errorDirk Müller1-1/+0
2022-01-06lib/raid6: Use strict priority ranking for pq gen() benchmarkingDirk Müller3-8/+8
2022-01-06lib/raid6: skip benchmark of non-chosen xor_syndrome functionsDirk Müller1-39/+37
2021-09-22isystem: delete global -isystem compile optionAlexey Dobriyan1-0/+4
2021-01-04lib/raid6: Let $(UNROLL) rules work with macOS userlandJohn Millikin1-1/+1
2020-04-09x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld4-19/+0
2020-04-09x86: remove always-defined CONFIG_AS_SSSE3Masahiro Yamada3-10/+2
2020-04-09lib/raid6/test: fix build on distros whose /bin/sh is not bashMasahiro Yamada1-3/+3
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada1-1/+1
2020-01-13md/raid6: fix algorithm choice under larger PAGE_SIZEZhengyuan Liu1-23/+40
2020-01-13raid6/test: fix a compilation warningZhengyuan Liu1-1/+1
2019-12-09lib: raid6: fix awk build warningsGreg Kroah-Hartman1-1/+1
2019-08-01lib/raid6: fix unnecessary rebuild of vpermxor*.cMasahiro Yamada1-1/+1
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds1-87/+11
2019-07-08Merge tag 's390-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-1/+1
2019-06-24lib/raid6: refactor unroll rules with pattern rulesMasahiro Yamada1-86/+11
2019-06-24lib/raid6: remove duplicated CFLAGS_REMOVE_altivec8.oMasahiro Yamada1-1/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2019-06-11RAID/s390: remove invalid 'r' inline asm operand modifierVasily Gorbik1-1/+1
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner5-26/+5
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83Thomas Gleixner2-8/+2
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 48Thomas Gleixner8-49/+8
2019-03-15Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-1/+1
2019-02-28lib/raid6: arm: optimize away a mask operation in NEON recovery routineArd Biesheuvel1-6/+6
2019-02-28lib/raid6: use vdupq_n_u8 to avoid endianness warningsndesaulniers@google.com2-8/+4
2019-02-12ARM: 8833/1: Ensure that NEON code always compiles with ClangNathan Chancellor1-1/+1
2019-01-06Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds1-3/+2
2019-01-06kbuild: remove redundant target cleaning on failureMasahiro Yamada1-3/+2
2019-01-03Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli...Jens Axboe2-38/+46
2018-12-20lib/raid6: add option to skip algo benchmarkingDaniel Verkamp1-0/+5
2018-12-20lib/raid6: sort algos in rough performance orderDaniel Verkamp1-38/+38
2018-12-20lib/raid6: check for assembler SSSE3 supportDaniel Verkamp1-0/+3
2018-12-20raid6/ppc: Fix build for clangJoel Stanley1-0/+15
2018-11-06lib/raid6: Fix arm64 test buildJeremy Linton1-2/+2
2018-07-04RAID/s390: Remove VLA usageKees Cook1-16/+18
2018-04-07Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds6-5/+157
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-7/+7
2018-03-26raid: remove tile specific raid6 implementationArnd Bergmann4-103/+0
2018-03-26treewide: Align function definition open/close bracesJoe Perches1-7/+7
2018-03-20lib/raid6: Build proper raid6test files on powerpcMatt Brown2-2/+6
2018-03-20lib/raid6/altivec: Add vpermxor implementation for raid6 Q syndromeMatt Brown5-3/+151
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman4-0/+4
2017-09-07Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds1-1/+1
2017-08-25lib/raid6: align AVX512 constants to 512 bits, not bytesDenys Vlasenko1-1/+1
2017-08-09md/raid6: implement recovery using ARM NEON intrinsicsArd Biesheuvel4-1/+233
2017-08-09md/raid6: use faster multiplication for ARM NEON delta syndromeArd Biesheuvel1-3/+30
2017-05-16lib/raid6: Add log-of-2 table for RAID6 HW requiring disk positionAnup Patel1-0/+20
2016-11-07lib/raid6: Add AVX2 optimized xor_syndrome functionsGayatri Kammela1-3/+229
2016-10-07Merge tag 'md/4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds7-5/+988
2016-09-26raid6/test/test.c: bug fix: Specify aligned(alignment) attributes to the char...Gayatri Kammela1-3/+4
2016-09-21lib/raid6: Add AVX512 optimized xor_syndrome functionsGayatri Kammela1-3/+278
2016-09-21lib/raid6/test/Makefile: Add avx512 gen_syndrome and recovery functionsGayatri Kammela1-1/+4
2016-09-21lib/raid6: Add AVX512 optimized recovery functionsGayatri Kammela3-1/+392
2016-09-21lib/raid6: Add AVX512 optimized gen_syndrome functionsGayatri Kammela4-1/+314
2016-09-01RAID/s390: provide raid6 recovery optimizationMartin Schwidefsky3-1/+120
2016-08-29RAID/s390: add SIMD implementation for raid6 gen/xorMartin Schwidefsky4-0/+178
2015-12-01powerpc: Create disable_kernel_{fp,altivec,vsx,spe}()Anton Blanchard1-0/+1
2015-08-31md/raid6: delta syndrome for ARM NEONArd Biesheuvel2-1/+58
2015-06-24Merge tag 'powerpc-4.2-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mp...Linus Torvalds1-1/+1
2015-06-11powerpc: Only use -mabi=altivec if toolchain supports itAnton Blanchard1-1/+1
2015-05-19x86/fpu: Rename i387.h to fpu/api.hIngo Molnar1-1/+1
2015-04-22md/raid6 algorithms: xor_syndrome() for SSE2Markus Stockhausen1-3/+227
2015-04-22md/raid6 algorithms: xor_syndrome() for generic intMarkus Stockhausen1-1/+39
2015-04-22md/raid6 algorithms: improve test programMarkus Stockhausen1-15/+36
2015-04-22md/raid6 algorithms: delta syndrome functionsMarkus Stockhausen9-8/+49
2015-02-04x86/raid6: correctly check for assembler capabilitiesJan Beulich3-2/+8
2014-10-14lib/raid6: Add log level to printksAnton Blanchard1-6/+6
2013-09-10Merge tag 'md/3.12' of git://neil.brown.name/mdLinus Torvalds4-1/+103
2013-08-27raid6/test: replace echo -e with printfMax Filippov1-1/+1
2013-08-27RAID: add tilegx SIMD implementation of raid6Ken Steele4-0/+102
2013-07-08lib/raid6: add ARM-NEON accelerated syndrome calculationArd Biesheuvel6-1/+210
2012-12-13lib/raid6: build proper files on corresponding archYuanhan Liu8-27/+28
2012-12-13lib/raid6: Add AVX2 optimized gen_syndrome functionsYuanhan Liu4-2/+272
2012-12-13lib/raid6: Add AVX2 optimized recovery functionsJim Kukunas5-7/+341
2012-05-28lib/raid6: fix sparse warnings in recovery functionsJim Kukunas2-6/+8
2012-05-22lib/raid6: cleanup gen_syndrome function selectionJim Kukunas1-47/+57
2012-05-22lib/raid6: update test program for recovery functionsJim Kukunas3-17/+32
2012-05-22lib/raid6: Add SSSE3 optimized recovery functionsJim Kukunas5-5/+409
2012-05-22lib/raid6: fix test program buildJim Kukunas1-1/+1
2012-03-28Remove all #inclusions of asm/system.hDavid Howells1-1/+0
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-0/+1
2011-10-31md: Add in export.h for files using EXPORT_SYMBOLPaul Gortmaker2-0/+2
2011-10-31md: Add module.h to all files using it implicitlyPaul Gortmaker1-0/+1
2011-10-20lib/raid6: Fix filename emitted in generated codeDan McGee1-1/+1
2010-08-30Move .gitignore from drivers/md to lib/raid6NeilBrown1-0/+4
2010-08-12Further tidyup of raid6 naming in lib/raid6NeilBrown6-11/+11
2010-08-12Make lib/raid6/test build correctly.NeilBrown1-1/+1
2010-08-11Rename raid6 files now they're in a 'raid6' directory.David Woodhouse11-117/+111
2010-08-09Merge branch 'async' of macbook:git/btrfs-unstableDavid Woodhouse13-0/+1589
2009-10-29md: Factor out RAID6 algorithms into lib/David Woodhouse13-0/+1610