summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2026-04-05ubsan: turn off kmsan inside of ubsan instrumentationArnd Bergmann
2026-04-05mm: rename zap_vma_pages() to zap_vma()David Hildenbrand (Arm)
2026-04-05maple_tree: clean up mas_wr_node_store()Liam R. Howlett
2026-04-05maple_tree: don't pass end to mas_wr_append()Liam R. Howlett
2026-04-05maple_tree: pass maple copy node to mas_wmb_replace()Liam R. Howlett
2026-04-05maple_tree: remove maple big node and subtree structsLiam R. Howlett
2026-04-05maple_tree: use maple copy node for mas_wr_split()Liam R. Howlett
2026-04-05maple_tree: add cp_converged() helperLiam R. Howlett
2026-04-05maple_tree: add copy_tree_location() helperLiam R. Howlett
2026-04-05maple_tree: use maple copy node for mas_wr_rebalance() operationLiam R. Howlett
2026-04-05maple_tree: add cp_is_new_root() helperLiam R. Howlett
2026-04-05maple_tree: separate wr_split_store and wr_rebalance store type code pathLiam R. Howlett
2026-04-05maple_tree: remove unnecessary return statementsLiam R. Howlett
2026-04-05maple_tree: inline mas_wr_spanning_rebalance()Liam R. Howlett
2026-04-05maple_tree: start using maple copy node for destinationLiam R. Howlett
2026-04-05maple_tree: add gap support, slot and pivot sizes for maple copyLiam R. Howlett
2026-04-05maple_tree: introduce ma_leaf_max_gap()Liam R. Howlett
2026-04-05maple_tree: change initial big node setup in mas_wr_spanning_rebalance()Liam R. Howlett
2026-04-05maple_tree: inline mas_spanning_rebalance_loop() into mas_wr_spanning_rebalan...Liam R. Howlett
2026-04-05maple_tree: introduce maple_copy node and use it in mas_spanning_rebalance()Liam R. Howlett
2026-04-05maple_tree: correct right ma_wr_state end pivot in mas_wr_spanning_store()Liam R. Howlett
2026-04-05maple_tree: move maple_subtree_state from mas_wr_spanning_store to mas_wr_spa...Liam R. Howlett
2026-04-05maple_tree: don't pass through height in mas_wr_spanning_storeLiam R. Howlett
2026-04-05maple_tree: remove l_wr_mas from mas_wr_spanning_rebalanceLiam R. Howlett
2026-04-05maple_tree: make ma_wr_states reliable for reuse in spanning storeLiam R. Howlett
2026-04-05maple_tree: inline mas_spanning_rebalance() into mas_wr_spanning_rebalance()Liam R. Howlett
2026-04-05maple_tree: remove unnecessary assignment of orig_l indexLiam R. Howlett
2026-04-05maple_tree: extract use of big node from mas_wr_spanning_store()Liam R. Howlett
2026-04-05maple_tree: move mas_spanning_rebalance loop to functionLiam R. Howlett
2026-04-05maple_tree: fix mas_dup_alloc() sparse warningLiam R. Howlett
2026-03-21Merge tag 'bootconfig-fixes-v7.0-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-03-19lib/bootconfig: check xbc_init_node() return in override pathJosh Law
2026-03-18Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-03-17lib/crypto: powerpc: Add powerpc/aesp8-ppc.S to clean-filesEric Biggers
2026-03-13lib/bootconfig: fix snprintf truncation check in xbc_node_compose_key_after()Josh Law
2026-03-13lib/bootconfig: check bounds before writing in __xbc_open_brace()Josh Law
2026-03-13lib/bootconfig: fix off-by-one in xbc_verify_tree() unclosed brace errorJosh Law
2026-03-06Merge tag 'linux_kselftest-kunit-fixes-7.0-rc3' of git://git.kernel.org/pub/s...Linus Torvalds
2026-03-05Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-03-02lib/crypto: tests: Add a .kunitconfig fileEric Biggers
2026-03-02kunit: reduce stack usage in kunit_run_tests()Arnd Bergmann
2026-03-01Merge tag 'core-debugobjects-2026-03-01' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2026-03-01Merge tag 'locking-urgent-2026-03-01' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-02-28lib/crypto: tests: Depend on library options rather than selecting themEric Biggers
2026-02-25lib/Kconfig.debug: Require a release version of LLVM 22 for context analysisNathan Chancellor
2026-02-23Remove WARN_ALL_UNSEEDED_RANDOM kernel config optionLinus Torvalds
2026-02-22Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2026-02-22xz: fix arm fdt compile error for kmalloc replacementHaiyue Wang
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds