summaryrefslogtreecommitdiff
path: root/lib/raid
AgeCommit message (Expand)Author
8 daysMerge tag 'mm-nonmm-stable-2026-06-21-10-22' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-06-04raid6: use kmalloc() in raid6_select_algo()Mike Rapoport (Microsoft)
2026-06-04xor: use kmalloc() in calibrate_xor_blocks()Mike Rapoport (Microsoft)
2026-05-28raid6_kunit: randomize buffer alignmentChristoph Hellwig
2026-05-28raid6_kunit: randomize parameters and increase limitsChristoph Hellwig
2026-05-28raid6_kunit: cleanup dataptr handlingChristoph Hellwig
2026-05-28raid6_kunit: dynamically allocate data buffers using vmallocChristoph Hellwig
2026-05-28raid6_kunit: use KUNIT_CASE_PARAMChristoph Hellwig
2026-05-28raid6: update top of file commentsChristoph Hellwig
2026-05-28raid6: use static_call for raid6_recov_2data and raid6_recov_datapChristoph Hellwig
2026-05-28raid6: use static_call for gen_syndrom and xor_syndromChristoph Hellwig
2026-05-28raid6: rework registration of optimized algorithmsChristoph Hellwig
2026-05-28raid6: hide internalsChristoph Hellwig
2026-05-28raid6: warn when using less than four devicesChristoph Hellwig
2026-05-28raid6: improve the public interfaceChristoph Hellwig
2026-05-28raid6: use named initializers for struct raid6_callsChristoph Hellwig
2026-05-28raid6: remove raid6_get_zero_pageChristoph Hellwig
2026-05-28raid6: move to lib/raid/Christoph Hellwig
2026-05-28xor/arm64: Use shared NEON intrinsics implementation from 32-bit ARMArd Biesheuvel
2026-05-28xor/arm: Replace vectorized implementation with arm64's intrinsicsArd Biesheuvel
2026-04-02xor: add a kunit test caseChristoph Hellwig
2026-04-02xor: use static_call for xor_genChristoph Hellwig
2026-04-02xor: pass the entire operation to the low-level opsChristoph Hellwig
2026-04-02xor: add a better public APIChristoph Hellwig
2026-04-02xor: make xor.ko self-contained in lib/raid/Christoph Hellwig
2026-04-02xor: avoid indirect calls for arm64-optimized opsChristoph Hellwig
2026-04-02x86: move the XOR code to lib/raid/Christoph Hellwig
2026-04-02s390: move the XOR code to lib/raid/Christoph Hellwig
2026-04-02sparc: move the XOR code to lib/raid/Christoph Hellwig
2026-04-02riscv: move the XOR code to lib/raid/Christoph Hellwig
2026-04-02powerpc: move the XOR code to lib/raid/Christoph Hellwig
2026-04-02loongarch: move the XOR code to lib/raid/Christoph Hellwig
2026-04-02arm64: move the XOR code to lib/raid/Christoph Hellwig
2026-04-02arm: move the XOR code to lib/raid/Christoph Hellwig
2026-04-02alpha: move the XOR code to lib/raid/Christoph Hellwig
2026-04-02xor: move generic implementations out of asm-generic/xor.hChristoph Hellwig
2026-04-02xor: remove macro abuse for XOR implementation registrationsChristoph Hellwig
2026-04-02xor: split xor.hChristoph Hellwig
2026-04-02xor: cleanup registration and probingChristoph Hellwig
2026-04-02xor: small cleanupsChristoph Hellwig
2026-04-02xor: move to lib/raid/Christoph Hellwig