summaryrefslogtreecommitdiff
path: root/lib/raid/xor/Makefile
AgeCommit message (Expand)AuthorFilesLines
2026-05-28xor/arm64: Use shared NEON intrinsics implementation from 32-bit ARMArd Biesheuvel1-3/+4
2026-05-28xor/arm: Replace vectorized implementation with arm64's intrinsicsArd Biesheuvel1-3/+3
2026-04-03xor: add a kunit test caseChristoph Hellwig1-1/+1
2026-04-03xor: make xor.ko self-contained in lib/raid/Christoph Hellwig1-0/+6
2026-04-03x86: move the XOR code to lib/raid/Christoph Hellwig1-0/+2
2026-04-03s390: move the XOR code to lib/raid/Christoph Hellwig1-0/+1
2026-04-03sparc: move the XOR code to lib/raid/Christoph Hellwig1-0/+2
2026-04-03riscv: move the XOR code to lib/raid/Christoph Hellwig1-0/+1
2026-04-03powerpc: move the XOR code to lib/raid/Christoph Hellwig1-0/+5
2026-04-03loongarch: move the XOR code to lib/raid/Christoph Hellwig1-0/+2
2026-04-03arm64: move the XOR code to lib/raid/Christoph Hellwig1-0/+4
2026-04-03arm: move the XOR code to lib/raid/Christoph Hellwig1-0/+8
2026-04-03alpha: move the XOR code to lib/raid/Christoph Hellwig1-0/+2
2026-04-03xor: move generic implementations out of asm-generic/xor.hChristoph Hellwig1-0/+4
2026-04-03xor: move to lib/raid/Christoph Hellwig1-0/+5