index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Lines
2026-04-13
Merge branch 'nocache-cleanup'
Linus Torvalds
-2
/
+2
2026-04-13
Merge branch 'slab/for-7.1/misc' into slab/for-next
Vlastimil Babka (SUSE)
-0
/
+92
2026-04-11
Merge branch 'timers/urgent' into timers/core
Thomas Gleixner
-6
/
+11
2026-04-09
lib/prime_numbers: drop temporary buffer in dump_primes()
Yury Norov
-4
/
+2
2026-04-09
kernfs: pass struct ns_common instead of const void * for namespace tags
Christian Brauner
-9
/
+12
2026-04-08
Merge tag 'rust-timekeeping-for-v7.1' of https://github.com/Rust-for-Linux/li...
Miguel Ojeda
-4
/
+8
2026-04-07
lib/fonts: Implement font rotation
Thomas Zimmermann
-0
/
+103
2026-04-07
lib/fonts: Refactor glyph-rotation helpers
Thomas Zimmermann
-36
/
+49
2026-04-07
lib/fonts: Refactor glyph-pattern helpers
Thomas Zimmermann
-18
/
+27
2026-04-07
lib/fonts: Implement glyph rotation
Thomas Zimmermann
-0
/
+151
2026-04-07
lib/fonts: Clean up Makefile
Thomas Zimmermann
-18
/
+17
2026-04-07
lib/fonts: Provide helpers for calculating glyph pitch and size
Thomas Zimmermann
-1
/
+1
2026-04-07
lib/tests/slub_kunit: add a test case for {kmalloc,kfree}_nolock
Harry Yoo (Oracle)
-0
/
+92
2026-04-06
Merge tag 'v7.0-rc7' into usb-next
Greg Kroah-Hartman
-6
/
+11
2026-04-05
bug: avoid format attribute warning for clang as well
Arnd Bergmann
-5
/
+2
2026-04-05
ubsan: turn off kmsan inside of ubsan instrumentation
Arnd Bergmann
-0
/
+1
2026-04-05
mm: rename zap_vma_pages() to zap_vma()
David Hildenbrand (Arm)
-1
/
+1
2026-04-05
maple_tree: clean up mas_wr_node_store()
Liam R. Howlett
-16
/
+26
2026-04-05
maple_tree: don't pass end to mas_wr_append()
Liam R. Howlett
-4
/
+3
2026-04-05
maple_tree: pass maple copy node to mas_wmb_replace()
Liam R. Howlett
-35
/
+25
2026-04-05
maple_tree: remove maple big node and subtree structs
Liam R. Howlett
-1184
/
+0
2026-04-05
maple_tree: use maple copy node for mas_wr_split()
Liam R. Howlett
-16
/
+138
2026-04-05
maple_tree: add cp_converged() helper
Liam R. Howlett
-3
/
+11
2026-04-05
maple_tree: add copy_tree_location() helper
Liam R. Howlett
-6
/
+12
2026-04-05
maple_tree: use maple copy node for mas_wr_rebalance() operation
Liam R. Howlett
-7
/
+206
2026-04-05
maple_tree: add cp_is_new_root() helper
Liam R. Howlett
-32
/
+38
2026-04-05
maple_tree: separate wr_split_store and wr_rebalance store type code path
Liam R. Howlett
-24
/
+23
2026-04-05
maple_tree: remove unnecessary return statements
Liam R. Howlett
-11
/
+0
2026-04-05
maple_tree: inline mas_wr_spanning_rebalance()
Liam R. Howlett
-23
/
+15
2026-04-05
maple_tree: start using maple copy node for destination
Liam R. Howlett
-181
/
+443
2026-04-05
maple_tree: add gap support, slot and pivot sizes for maple copy
Liam R. Howlett
-0
/
+5
2026-04-05
maple_tree: introduce ma_leaf_max_gap()
Liam R. Howlett
-20
/
+28
2026-04-05
maple_tree: change initial big node setup in mas_wr_spanning_rebalance()
Liam R. Howlett
-23
/
+152
2026-04-05
maple_tree: inline mas_spanning_rebalance_loop() into mas_wr_spanning_rebalan...
Liam R. Howlett
-1
/
+107
2026-04-05
maple_tree: introduce maple_copy node and use it in mas_spanning_rebalance()
Liam R. Howlett
-9
/
+131
2026-04-05
maple_tree: correct right ma_wr_state end pivot in mas_wr_spanning_store()
Liam R. Howlett
-0
/
+1
2026-04-05
maple_tree: move maple_subtree_state from mas_wr_spanning_store to mas_wr_spa...
Liam R. Howlett
-20
/
+21
2026-04-05
maple_tree: don't pass through height in mas_wr_spanning_store
Liam R. Howlett
-5
/
+4
2026-04-05
maple_tree: remove l_wr_mas from mas_wr_spanning_rebalance
Liam R. Howlett
-11
/
+8
2026-04-05
maple_tree: make ma_wr_states reliable for reuse in spanning store
Liam R. Howlett
-0
/
+2
2026-04-05
maple_tree: inline mas_spanning_rebalance() into mas_wr_spanning_rebalance()
Liam R. Howlett
-1
/
+19
2026-04-05
maple_tree: remove unnecessary assignment of orig_l index
Liam R. Howlett
-1
/
+1
2026-04-05
maple_tree: extract use of big node from mas_wr_spanning_store()
Liam R. Howlett
-18
/
+26
2026-04-05
maple_tree: move mas_spanning_rebalance loop to function
Liam R. Howlett
-50
/
+58
2026-04-05
maple_tree: fix mas_dup_alloc() sparse warning
Liam R. Howlett
-2
/
+9
2026-04-04
lib/string_kunit: extend benchmarks to strnlen() and chr searches
Feng Jiang
-0
/
+18
2026-04-04
lib/string_kunit: add performance benchmark for strlen()
Feng Jiang
-0
/
+171
2026-04-04
lib/string_kunit: add correctness test for strrchr()
Feng Jiang
-0
/
+31
2026-04-04
lib/string_kunit: add correctness test for strnlen()
Feng Jiang
-0
/
+35
2026-04-04
lib/string_kunit: add correctness test for strlen()
Feng Jiang
-0
/
+30
[prev]
[next]