aboutsummaryrefslogtreecommitdiffstats
path: root/lib/raid6
AgeCommit message (Expand)Author
2023-06-13raid6: neon: add missing prototypesArnd Bergmann
2022-12-13Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds
2022-12-06s390/vx: add vx-insn.h wrapper include fileHeiko Carstens
2022-11-14lib/raid6: drop RAID6_USE_EMPTY_ZERO_PAGEGiulio Benetti
2022-03-08lib/raid6: Include <asm/ppc-opcode.h> for VPERMXORPaul Menzel
2022-03-08lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3Paul Menzel
2022-03-08lib/raid6/test: fix multiple definition linking errorDirk Müller
2022-01-06lib/raid6: Use strict priority ranking for pq gen() benchmarkingDirk Müller
2022-01-06lib/raid6: skip benchmark of non-chosen xor_syndrome functionsDirk Müller
2021-09-22isystem: delete global -isystem compile optionAlexey Dobriyan
2021-01-04lib/raid6: Let $(UNROLL) rules work with macOS userlandJohn Millikin
2020-04-09x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld
2020-04-09x86: remove always-defined CONFIG_AS_SSSE3Masahiro Yamada
2020-04-09lib/raid6/test: fix build on distros whose /bin/sh is not bashMasahiro Yamada
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada
2020-02-04kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada
2020-01-13md/raid6: fix algorithm choice under larger PAGE_SIZEZhengyuan Liu
2020-01-13raid6/test: fix a compilation warningZhengyuan Liu
2019-12-09lib: raid6: fix awk build warningsGreg Kroah-Hartman
2019-08-01lib/raid6: fix unnecessary rebuild of vpermxor*.cMasahiro Yamada
2019-07-12Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds
2019-07-08Merge tag 's390-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2019-06-24lib/raid6: refactor unroll rules with pattern rulesMasahiro Yamada
2019-06-24lib/raid6: remove duplicated CFLAGS_REMOVE_altivec8.oMasahiro Yamada
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2019-06-11RAID/s390: remove invalid 'r' inline asm operand modifierVasily Gorbik
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83Thomas Gleixner
2019-05-24treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 48Thomas Gleixner
2019-03-15Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds
2019-02-28lib/raid6: arm: optimize away a mask operation in NEON recovery routineArd Biesheuvel
2019-02-28lib/raid6: use vdupq_n_u8 to avoid endianness warningsndesaulniers@google.com
2019-02-12ARM: 8833/1: Ensure that NEON code always compiles with ClangNathan Chancellor
2019-01-06Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2019-01-06kbuild: remove redundant target cleaning on failureMasahiro Yamada
2019-01-03Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli...Jens Axboe
2018-12-20lib/raid6: add option to skip algo benchmarkingDaniel Verkamp
2018-12-20lib/raid6: sort algos in rough performance orderDaniel Verkamp
2018-12-20lib/raid6: check for assembler SSSE3 supportDaniel Verkamp
2018-12-20raid6/ppc: Fix build for clangJoel Stanley
2018-11-06lib/raid6: Fix arm64 test buildJeremy Linton
2018-07-04RAID/s390: Remove VLA usageKees Cook
2018-04-07Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2018-04-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2018-03-26raid: remove tile specific raid6 implementationArnd Bergmann
2018-03-26treewide: Align function definition open/close bracesJoe Perches
2018-03-20lib/raid6: Build proper raid6test files on powerpcMatt Brown
2018-03-20lib/raid6/altivec: Add vpermxor implementation for raid6 Q syndromeMatt Brown
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-07Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/mdLinus Torvalds