summaryrefslogtreecommitdiffstats
path: root/lib/raid6
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-nonmm-stable-2024-03-14-09-36' of git://git.kernel.org/pub/scm/...Linus Torvalds2024-03-141-1/+1
|\
| * treewide: update LLVM Bugzilla linksNathan Chancellor2024-02-221-1/+1
* | s390/raid6: convert to use standard fpu_*() inline assembliesHeiko Carstens2024-02-161-45/+10
* | s390/fpu: decrease stack usage for some casesHeiko Carstens2024-02-161-2/+2
* | s390/fpu: move, rename, and merge header filesHeiko Carstens2024-02-161-2/+1
* | s390/fpu: make use of __uninitialized macroHeiko Carstens2024-02-091-2/+2
|/
* s390/fpu: get rid of MACHINE_HAS_VXHeiko Carstens2023-12-111-1/+1
* lib/raid6: Drop IA64 supportArd Biesheuvel2023-09-113-15/+2
* raid6: Add LoongArch SIMD recovery implementationWANG Xuerui2023-09-064-2/+523
* raid6: Add LoongArch SIMD syndrome calculationWANG Xuerui2023-09-065-0/+481
* raid6: test: only check for Altivec if building on powerpc hostsWANG Xuerui2023-08-151-9/+10
* raid6: test: make sure all intermediate and artifact files are .gitignoredWANG Xuerui2023-08-151-0/+3
* raid6: test: cosmetic cleanups for the test MakefileWANG Xuerui2023-08-151-15/+16
* raid6: guard the tables.c include of <linux/export.h> with __KERNEL__WANG Xuerui2023-08-151-0/+2
* raid6: remove the <linux/export.h> include from recov.cWANG Xuerui2023-08-151-1/+0
* raid6: neon: add missing prototypesArnd Bergmann2023-06-134-7/+25
* Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-131-2/+0
|\
| * lib/raid6: drop RAID6_USE_EMPTY_ZERO_PAGEGiulio Benetti2022-11-141-2/+0
* | s390/vx: add vx-insn.h wrapper include fileHeiko Carstens2022-12-061-2/+1
|/
* lib/raid6: Include <asm/ppc-opcode.h> for VPERMXORPaul Menzel2022-03-081-1/+1
* lib/raid6/test/Makefile: Use $(pound) instead of \# for Make 4.3Paul Menzel2022-03-081-1/+3
* lib/raid6/test: fix multiple definition linking errorDirk Müller2022-03-081-1/+0
* lib/raid6: Use strict priority ranking for pq gen() benchmarkingDirk Müller2022-01-063-8/+8
* lib/raid6: skip benchmark of non-chosen xor_syndrome functionsDirk Müller2022-01-061-39/+37
* isystem: delete global -isystem compile optionAlexey Dobriyan2021-09-221-0/+4
* lib/raid6: Let $(UNROLL) rules work with macOS userlandJohn Millikin2021-01-041-1/+1
* x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2Jason A. Donenfeld2020-04-094-19/+0
* x86: remove always-defined CONFIG_AS_SSSE3Masahiro Yamada2020-04-093-10/+2
* lib/raid6/test: fix build on distros whose /bin/sh is not bashMasahiro Yamada2020-04-091-3/+3
* .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* kbuild: rename hostprogs-y/always to hostprogs/always-yMasahiro Yamada2020-02-041-1/+1
* md/raid6: fix algorithm choice under larger PAGE_SIZEZhengyuan Liu2020-01-131-23/+40
* raid6/test: fix a compilation warningZhengyuan Liu2020-01-131-1/+1
* lib: raid6: fix awk build warningsGreg Kroah-Hartman2019-12-091-1/+1
* lib/raid6: fix unnecessary rebuild of vpermxor*.cMasahiro Yamada2019-08-011-1/+1
* Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-07-121-87/+11
|\
| * lib/raid6: refactor unroll rules with pattern rulesMasahiro Yamada2019-06-241-86/+11
| * lib/raid6: remove duplicated CFLAGS_REMOVE_altivec8.oMasahiro Yamada2019-06-241-1/+0
* | Merge tag 's390-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-07-081-1/+1
|\ \
| * | RAID/s390: remove invalid 'r' inline asm operand modifierVasily Gorbik2019-06-111-1/+1
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
| |/ |/|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441Thomas Gleixner2019-06-055-26/+5
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83Thomas Gleixner2019-05-242-8/+2
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 48Thomas Gleixner2019-05-248-49/+8
* Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds2019-03-151-1/+1
|\
| * ARM: 8833/1: Ensure that NEON code always compiles with ClangNathan Chancellor2019-02-121-1/+1
* | lib/raid6: arm: optimize away a mask operation in NEON recovery routineArd Biesheuvel2019-02-281-6/+6
* | lib/raid6: use vdupq_n_u8 to avoid endianness warningsndesaulniers@google.com2019-02-282-8/+4
|/
* Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2019-01-061-3/+2
|\
| * kbuild: remove redundant target cleaning on failureMasahiro Yamada2019-01-061-3/+2