summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2026-04-05maple_tree: separate wr_split_store and wr_rebalance store type code pathLiam R. Howlett-24/+23
2026-04-05maple_tree: remove unnecessary return statementsLiam R. Howlett-11/+0
2026-04-05maple_tree: inline mas_wr_spanning_rebalance()Liam R. Howlett-23/+15
2026-04-05maple_tree: start using maple copy node for destinationLiam R. Howlett-181/+443
2026-04-05maple_tree: add gap support, slot and pivot sizes for maple copyLiam R. Howlett-0/+5
2026-04-05maple_tree: introduce ma_leaf_max_gap()Liam R. Howlett-20/+28
2026-04-05maple_tree: change initial big node setup in mas_wr_spanning_rebalance()Liam R. Howlett-23/+152
2026-04-05maple_tree: inline mas_spanning_rebalance_loop() into mas_wr_spanning_rebalan...Liam R. Howlett-1/+107
2026-04-05maple_tree: introduce maple_copy node and use it in mas_spanning_rebalance()Liam R. Howlett-9/+131
2026-04-05maple_tree: correct right ma_wr_state end pivot in mas_wr_spanning_store()Liam R. Howlett-0/+1
2026-04-05maple_tree: move maple_subtree_state from mas_wr_spanning_store to mas_wr_spa...Liam R. Howlett-20/+21
2026-04-05maple_tree: don't pass through height in mas_wr_spanning_storeLiam R. Howlett-5/+4
2026-04-05maple_tree: remove l_wr_mas from mas_wr_spanning_rebalanceLiam R. Howlett-11/+8
2026-04-05maple_tree: make ma_wr_states reliable for reuse in spanning storeLiam R. Howlett-0/+2
2026-04-05maple_tree: inline mas_spanning_rebalance() into mas_wr_spanning_rebalance()Liam R. Howlett-1/+19
2026-04-05maple_tree: remove unnecessary assignment of orig_l indexLiam R. Howlett-1/+1
2026-04-05maple_tree: extract use of big node from mas_wr_spanning_store()Liam R. Howlett-18/+26
2026-04-05maple_tree: move mas_spanning_rebalance loop to functionLiam R. Howlett-50/+58
2026-04-05maple_tree: fix mas_dup_alloc() sparse warningLiam R. Howlett-2/+9
2026-04-03workqueue: avoid unguarded 64-bit divisionArnd Bergmann-1/+1
2026-04-02lib: parser: fix match_wildcard to correctly handle trailing starsInseob Kim-1/+1
2026-04-02lib: kunit_iov_iter: add tests for extract_iter_to_sgChristian A. Ehrhardt-0/+203
2026-04-02lib: kunit_iov_iter: improve error detectionChristian A. Ehrhardt-1/+6
2026-04-02lib: kunit_iov_iter: fix memory leaksChristian A. Ehrhardt-6/+8
2026-04-02lib/scatterlist: fix temp buffer in extract_user_to_sg()Christian A. Ehrhardt-2/+1
2026-04-02lib/scatterlist: fix length calculations in extract_kvec_to_sgChristian A. Ehrhardt-2/+3
2026-04-02lib/list_sort: remove dummy cmp() calls to speed up merge_final()Kuan-Wei Chiu-10/+0
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-1/+190
2026-04-02lib/crc: arm64: Simplify intrinsics implementationArd Biesheuvel-45/+32
2026-04-02lib/crc: arm64: Use existing macros for kernel-mode FPU cflagsArd Biesheuvel-3/+2