summaryrefslogtreecommitdiff
path: root/lib/raid/xor
AgeCommit message (Expand)Author
32 hoursxor: add a kunit test caseChristoph Hellwig
32 hoursxor: use static_call for xor_genChristoph Hellwig
32 hoursxor: pass the entire operation to the low-level opsChristoph Hellwig
32 hoursxor: add a better public APIChristoph Hellwig
32 hoursxor: make xor.ko self-contained in lib/raid/Christoph Hellwig
32 hoursxor: avoid indirect calls for arm64-optimized opsChristoph Hellwig
32 hoursx86: move the XOR code to lib/raid/Christoph Hellwig
32 hourss390: move the XOR code to lib/raid/Christoph Hellwig
32 hourssparc: move the XOR code to lib/raid/Christoph Hellwig
32 hoursriscv: move the XOR code to lib/raid/Christoph Hellwig
32 hourspowerpc: move the XOR code to lib/raid/Christoph Hellwig
32 hoursloongarch: move the XOR code to lib/raid/Christoph Hellwig
32 hoursarm64: move the XOR code to lib/raid/Christoph Hellwig
32 hoursarm: move the XOR code to lib/raid/Christoph Hellwig
32 hoursalpha: move the XOR code to lib/raid/Christoph Hellwig
32 hoursxor: move generic implementations out of asm-generic/xor.hChristoph Hellwig
32 hoursxor: remove macro abuse for XOR implementation registrationsChristoph Hellwig
32 hoursxor: split xor.hChristoph Hellwig
32 hoursxor: cleanup registration and probingChristoph Hellwig
32 hoursxor: small cleanupsChristoph Hellwig
32 hoursxor: move to lib/raid/Christoph Hellwig