summaryrefslogtreecommitdiffstats
path: root/lib/raid
AgeCommit message (Expand)AuthorLines
2026-04-02xor: add a kunit test caseChristoph Hellwig-1/+205
2026-04-02xor: use static_call for xor_genChristoph Hellwig-11/+11
2026-04-02xor: pass the entire operation to the low-level opsChristoph Hellwig-500/+224
2026-04-02xor: add a better public APIChristoph Hellwig-0/+34
2026-04-02xor: make xor.ko self-contained in lib/raid/Christoph Hellwig-44/+321
2026-04-02xor: avoid indirect calls for arm64-optimized opsChristoph Hellwig-92/+106
2026-04-02x86: move the XOR code to lib/raid/Christoph Hellwig-0/+1174
2026-04-02s390: move the XOR code to lib/raid/Christoph Hellwig-0/+135
2026-04-02sparc: move the XOR code to lib/raid/Christoph Hellwig-0/+951
2026-04-02riscv: move the XOR code to lib/raid/Christoph Hellwig-0/+134
2026-04-02powerpc: move the XOR code to lib/raid/Christoph Hellwig-0/+250
2026-04-02loongarch: move the XOR code to lib/raid/Christoph Hellwig-0/+320
2026-04-02arm64: move the XOR code to lib/raid/Christoph Hellwig-0/+386
2026-04-02arm: move the XOR code to lib/raid/Christoph Hellwig-0/+233
2026-04-02alpha: move the XOR code to lib/raid/Christoph Hellwig-0/+851
2026-04-02xor: move generic implementations out of asm-generic/xor.hChristoph Hellwig-0/+742
2026-04-02xor: remove macro abuse for XOR implementation registrationsChristoph Hellwig-10/+31
2026-04-02xor: split xor.hChristoph Hellwig-0/+1
2026-04-02xor: cleanup registration and probingChristoph Hellwig-50/+48
2026-04-02xor: small cleanupsChristoph Hellwig-4/+1
2026-04-02xor: move to lib/raid/Christoph Hellwig-0/+188