Age | Commit message (Expand) | Author | Files | Lines |
2021-09-22 | isystem: delete global -isystem compile option | Alexey Dobriyan | 1 | -0/+4 |
2021-01-04 | lib/raid6: Let $(UNROLL) rules work with macOS userland | John Millikin | 1 | -1/+1 |
2020-02-04 | kbuild: rename hostprogs-y/always to hostprogs/always-y | Masahiro Yamada | 1 | -1/+1 |
2019-08-01 | lib/raid6: fix unnecessary rebuild of vpermxor*.c | Masahiro Yamada | 1 | -1/+1 |
2019-06-24 | lib/raid6: refactor unroll rules with pattern rules | Masahiro Yamada | 1 | -86/+11 |
2019-06-24 | lib/raid6: remove duplicated CFLAGS_REMOVE_altivec8.o | Masahiro Yamada | 1 | -1/+0 |
2019-02-12 | ARM: 8833/1: Ensure that NEON code always compiles with Clang | Nathan Chancellor | 1 | -1/+1 |
2019-01-06 | kbuild: remove redundant target cleaning on failure | Masahiro Yamada | 1 | -3/+2 |
2018-12-20 | raid6/ppc: Fix build for clang | Joel Stanley | 1 | -0/+15 |
2018-04-07 | Merge tag 'powerpc-4.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -1/+26 |
2018-03-26 | raid: remove tile specific raid6 implementation | Arnd Bergmann | 1 | -6/+0 |
2018-03-20 | lib/raid6/altivec: Add vpermxor implementation for raid6 Q syndrome | Matt Brown | 1 | -1/+26 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-08-09 | md/raid6: implement recovery using ARM NEON intrinsics | Ard Biesheuvel | 1 | -1/+3 |
2016-10-07 | Merge tag 'md/4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md | Linus Torvalds | 1 | -1/+1 |
2016-09-21 | lib/raid6: Add AVX512 optimized recovery functions | Gayatri Kammela | 1 | -1/+1 |
2016-09-21 | lib/raid6: Add AVX512 optimized gen_syndrome functions | Gayatri Kammela | 1 | -1/+1 |
2016-09-01 | RAID/s390: provide raid6 recovery optimization | Martin Schwidefsky | 1 | -1/+1 |
2016-08-29 | RAID/s390: add SIMD implementation for raid6 gen/xor | Martin Schwidefsky | 1 | -0/+6 |
2015-06-11 | powerpc: Only use -mabi=altivec if toolchain supports it | Anton Blanchard | 1 | -1/+1 |
2013-09-10 | Merge tag 'md/3.12' of git://neil.brown.name/md | Linus Torvalds | 1 | -0/+6 |
2013-08-27 | RAID: add tilegx SIMD implementation of raid6 | Ken Steele | 1 | -0/+6 |
2013-07-08 | lib/raid6: add ARM-NEON accelerated syndrome calculation | Ard Biesheuvel | 1 | -0/+40 |
2012-12-13 | lib/raid6: build proper files on corresponding arch | Yuanhan Liu | 1 | -3/+6 |
2012-12-13 | lib/raid6: Add AVX2 optimized gen_syndrome functions | Yuanhan Liu | 1 | -1/+1 |
2012-12-13 | lib/raid6: Add AVX2 optimized recovery functions | Jim Kukunas | 1 | -1/+1 |
2012-05-22 | lib/raid6: Add SSSE3 optimized recovery functions | Jim Kukunas | 1 | -1/+1 |
2010-08-11 | Rename raid6 files now they're in a 'raid6' directory. | David Woodhouse | 1 | -42/+39 |
2010-08-09 | Merge branch 'async' of macbook:git/btrfs-unstable | David Woodhouse | 1 | -0/+78 |
2009-10-29 | md: Factor out RAID6 algorithms into lib/ | David Woodhouse | 1 | -0/+78 |