Age | Commit message (Expand) | Author | Files | Lines |
2020-04-08 | x86: update AS_* macros to binutils >=2.23, supporting ADX and AVX2 | Jason A. Donenfeld | 4 | -19/+0 |
2020-04-08 | x86: remove always-defined CONFIG_AS_SSSE3 | Masahiro Yamada | 3 | -10/+2 |
2020-04-08 | lib/raid6/test: fix build on distros whose /bin/sh is not bash | Masahiro Yamada | 1 | -3/+3 |
2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada | 1 | -0/+1 |
2020-02-03 | kbuild: rename hostprogs-y/always to hostprogs/always-y | Masahiro Yamada | 1 | -1/+1 |
2020-01-13 | md/raid6: fix algorithm choice under larger PAGE_SIZE | Zhengyuan Liu | 1 | -23/+40 |
2020-01-13 | raid6/test: fix a compilation warning | Zhengyuan Liu | 1 | -1/+1 |
2019-12-09 | lib: raid6: fix awk build warnings | Greg Kroah-Hartman | 1 | -1/+1 |
2019-07-31 | lib/raid6: fix unnecessary rebuild of vpermxor*.c | Masahiro Yamada | 1 | -1/+1 |
2019-07-13 | Merge tag 'kbuild-v5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/masa... | Linus Torvalds | 1 | -87/+11 |
2019-07-08 | Merge tag 's390-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/... | Linus Torvalds | 1 | -1/+1 |
2019-06-23 | lib/raid6: refactor unroll rules with pattern rules | Masahiro Yamada | 1 | -86/+11 |
2019-06-23 | lib/raid6: remove duplicated CFLAGS_REMOVE_altivec8.o | Masahiro Yamada | 1 | -1/+0 |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2019-06-11 | RAID/s390: remove invalid 'r' inline asm operand modifier | Vasily Gorbik | 1 | -1/+1 |
2019-06-05 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 441 | Thomas Gleixner | 5 | -26/+5 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 83 | Thomas Gleixner | 2 | -8/+2 |
2019-05-24 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 48 | Thomas Gleixner | 8 | -49/+8 |
2019-03-16 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -1/+1 |
2019-02-28 | lib/raid6: arm: optimize away a mask operation in NEON recovery routine | Ard Biesheuvel | 1 | -6/+6 |
2019-02-28 | lib/raid6: use vdupq_n_u8 to avoid endianness warnings | ndesaulniers@google.com | 2 | -8/+4 |
2019-02-12 | ARM: 8833/1: Ensure that NEON code always compiles with Clang | Nathan Chancellor | 1 | -1/+1 |
2019-01-07 | Merge tag 'kbuild-v4.21-3' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -3/+2 |
2019-01-06 | kbuild: remove redundant target cleaning on failure | Masahiro Yamada | 1 | -3/+2 |
2019-01-03 | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/shli... | Jens Axboe | 2 | -38/+46 |
2018-12-20 | lib/raid6: add option to skip algo benchmarking | Daniel Verkamp | 1 | -0/+5 |
2018-12-20 | lib/raid6: sort algos in rough performance order | Daniel Verkamp | 1 | -38/+38 |
2018-12-20 | lib/raid6: check for assembler SSSE3 support | Daniel Verkamp | 1 | -0/+3 |
2018-12-20 | raid6/ppc: Fix build for clang | Joel Stanley | 1 | -0/+15 |
2018-11-06 | lib/raid6: Fix arm64 test build | Jeremy Linton | 1 | -2/+2 |
2018-07-04 | RAID/s390: Remove VLA usage | Kees Cook | 1 | -16/+18 |
2018-04-07 | Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 6 | -5/+157 |
2018-04-05 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -7/+7 |
2018-03-26 | raid: remove tile specific raid6 implementation | Arnd Bergmann | 4 | -103/+0 |
2018-03-26 | treewide: Align function definition open/close braces | Joe Perches | 1 | -7/+7 |
2018-03-20 | lib/raid6: Build proper raid6test files on powerpc | Matt Brown | 2 | -2/+6 |
2018-03-20 | lib/raid6/altivec: Add vpermxor implementation for raid6 Q syndrome | Matt Brown | 5 | -3/+151 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 4 | -0/+4 |
2017-09-07 | Merge tag 'md/4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md | Linus Torvalds | 1 | -1/+1 |
2017-08-25 | lib/raid6: align AVX512 constants to 512 bits, not bytes | Denys Vlasenko | 1 | -1/+1 |
2017-08-09 | md/raid6: implement recovery using ARM NEON intrinsics | Ard Biesheuvel | 4 | -1/+233 |
2017-08-09 | md/raid6: use faster multiplication for ARM NEON delta syndrome | Ard Biesheuvel | 1 | -3/+30 |
2017-05-16 | lib/raid6: Add log-of-2 table for RAID6 HW requiring disk position | Anup Patel | 1 | -0/+20 |
2016-11-08 | lib/raid6: Add AVX2 optimized xor_syndrome functions | Gayatri Kammela | 1 | -3/+229 |
2016-10-07 | Merge tag 'md/4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md | Linus Torvalds | 7 | -5/+988 |
2016-09-27 | raid6/test/test.c: bug fix: Specify aligned(alignment) attributes to the char... | Gayatri Kammela | 1 | -3/+4 |
2016-09-21 | lib/raid6: Add AVX512 optimized xor_syndrome functions | Gayatri Kammela | 1 | -3/+278 |
2016-09-21 | lib/raid6/test/Makefile: Add avx512 gen_syndrome and recovery functions | Gayatri Kammela | 1 | -1/+4 |
2016-09-21 | lib/raid6: Add AVX512 optimized recovery functions | Gayatri Kammela | 3 | -1/+392 |
2016-09-21 | lib/raid6: Add AVX512 optimized gen_syndrome functions | Gayatri Kammela | 4 | -1/+314 |