summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-1179/+989
2026-04-15Merge tag 'wq-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds3-0/+305
2026-04-15Merge tag 'slab-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds1-0/+92
2026-04-15Merge tag 'fbdev-for-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds18-39/+589
2026-04-14Merge tag 'locking-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-0/+19
2026-04-14Merge tag 'timers-vdso-2026-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-118/+106
2026-04-14Merge tag 'timers-core-2026-04-12' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-0/+31
2026-04-14Merge tag 'core-debugobjects-2026-04-12' of git://git.kernel.org/pub/scm/linu...Linus Torvalds1-1/+1
2026-04-14Merge tag 'bitmap-for-v7.1' of https://github.com/norov/linuxLinus Torvalds6-36/+144
2026-04-14Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds8-47/+169
2026-04-14Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds64-1502/+6778
2026-04-14Merge tag 'audit-pr-20260410' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2026-04-13Merge tag 'rust-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ojeda/l...Linus Torvalds1-0/+17
2026-04-13Merge branch 'nocache-cleanup'Linus Torvalds1-2/+2
2026-04-13Merge branch 'slab/for-7.1/misc' into slab/for-nextVlastimil Babka (SUSE)1-0/+92
2026-04-11Merge branch 'timers/urgent' into timers/coreThomas Gleixner4-6/+11
2026-04-09lib/prime_numbers: drop temporary buffer in dump_primes()Yury Norov1-4/+2
2026-04-09kernfs: pass struct ns_common instead of const void * for namespace tagsChristian Brauner2-9/+12
2026-04-08Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...Miguel Ojeda2-4/+8
2026-04-07lib/fonts: Implement font rotationThomas Zimmermann1-0/+103
2026-04-07lib/fonts: Refactor glyph-rotation helpersThomas Zimmermann1-36/+49
2026-04-07lib/fonts: Refactor glyph-pattern helpersThomas Zimmermann1-18/+27
2026-04-07lib/fonts: Implement glyph rotationThomas Zimmermann2-0/+151
2026-04-07lib/fonts: Clean up MakefileThomas Zimmermann1-18/+17
2026-04-07lib/fonts: Provide helpers for calculating glyph pitch and sizeThomas Zimmermann1-1/+1
2026-04-07lib/tests/slub_kunit: add a test case for {kmalloc,kfree}_nolockHarry Yoo (Oracle)1-0/+92
2026-04-05bug: avoid format attribute warning for clang as wellArnd Bergmann1-5/+2
2026-04-05ubsan: turn off kmsan inside of ubsan instrumentationArnd Bergmann1-0/+1
2026-04-05mm: rename zap_vma_pages() to zap_vma()David Hildenbrand (Arm)1-1/+1
2026-04-05maple_tree: clean up mas_wr_node_store()Liam R. Howlett1-16/+26
2026-04-05maple_tree: don't pass end to mas_wr_append()Liam R. Howlett1-4/+3
2026-04-05maple_tree: pass maple copy node to mas_wmb_replace()Liam R. Howlett1-35/+25
2026-04-05maple_tree: remove maple big node and subtree structsLiam R. Howlett1-1184/+0
2026-04-05maple_tree: use maple copy node for mas_wr_split()Liam R. Howlett2-16/+138
2026-04-05maple_tree: add cp_converged() helperLiam R. Howlett1-3/+11
2026-04-05maple_tree: add copy_tree_location() helperLiam R. Howlett1-6/+12
2026-04-05maple_tree: use maple copy node for mas_wr_rebalance() operationLiam R. Howlett1-7/+206
2026-04-05maple_tree: add cp_is_new_root() helperLiam R. Howlett1-32/+38
2026-04-05maple_tree: separate wr_split_store and wr_rebalance store type code pathLiam R. Howlett1-24/+23
2026-04-05maple_tree: remove unnecessary return statementsLiam R. Howlett1-11/+0
2026-04-05maple_tree: inline mas_wr_spanning_rebalance()Liam R. Howlett1-23/+15
2026-04-05maple_tree: start using maple copy node for destinationLiam R. Howlett1-181/+443
2026-04-05maple_tree: add gap support, slot and pivot sizes for maple copyLiam R. Howlett1-0/+5
2026-04-05maple_tree: introduce ma_leaf_max_gap()Liam R. Howlett1-20/+28
2026-04-05maple_tree: change initial big node setup in mas_wr_spanning_rebalance()Liam R. Howlett1-23/+152
2026-04-05maple_tree: inline mas_spanning_rebalance_loop() into mas_wr_spanning_rebalan...Liam R. Howlett1-1/+107
2026-04-05maple_tree: introduce maple_copy node and use it in mas_spanning_rebalance()Liam R. Howlett1-9/+131
2026-04-05maple_tree: correct right ma_wr_state end pivot in mas_wr_spanning_store()Liam R. Howlett1-0/+1
2026-04-05maple_tree: move maple_subtree_state from mas_wr_spanning_store to mas_wr_spa...Liam R. Howlett1-20/+21
2026-04-05maple_tree: don't pass through height in mas_wr_spanning_storeLiam R. Howlett1-5/+4