| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2026-04-02 | xor: add a kunit test case | 5 | -1/+205 | |
| 2026-04-02 | xor: use static_call for xor_gen | 1 | -11/+11 | |
| 2026-04-02 | xor: pass the entire operation to the low-level ops | 25 | -500/+224 | |
| 2026-04-02 | xor: add a better public API | 1 | -0/+34 | |
| 2026-04-02 | xor: make xor.ko self-contained in lib/raid/ | 33 | -44/+321 | |
| 2026-04-02 | xor: avoid indirect calls for arm64-optimized ops | 3 | -92/+106 | |
| 2026-04-02 | x86: move the XOR code to lib/raid/ | 4 | -0/+1174 | |
| 2026-04-02 | s390: move the XOR code to lib/raid/ | 2 | -0/+135 | |
| 2026-04-02 | sparc: move the XOR code to lib/raid/ | 4 | -0/+951 | |
| 2026-04-02 | riscv: move the XOR code to lib/raid/ | 3 | -0/+134 | |
| 2026-04-02 | powerpc: move the XOR code to lib/raid/ | 4 | -0/+250 | |
| 2026-04-02 | loongarch: move the XOR code to lib/raid/ | 5 | -0/+320 | |
| 2026-04-02 | arm64: move the XOR code to lib/raid/ | 3 | -0/+386 | |
| 2026-04-02 | arm: move the XOR code to lib/raid/ | 4 | -0/+233 | |
| 2026-04-02 | alpha: move the XOR code to lib/raid/ | 2 | -0/+851 | |
| 2026-04-02 | xor: move generic implementations out of asm-generic/xor.h | 5 | -0/+742 | |
| 2026-04-02 | xor: remove macro abuse for XOR implementation registrations | 1 | -10/+31 | |
| 2026-04-02 | xor: split xor.h | 1 | -0/+1 | |
| 2026-04-02 | xor: cleanup registration and probing | 1 | -50/+48 | |
| 2026-04-02 | xor: small cleanups | 1 | -4/+1 | |
| 2026-04-02 | xor: move to lib/raid/ | 4 | -0/+188 |
