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
2025-03-17
lib/rbtree: add random seed
Wei Yang
-2
/
+4
2025-03-17
lib/rbtree: split tests
Wei Yang
-20
/
+59
2025-03-17
objtool: Add CONFIG_OBJTOOL_WERROR
Josh Poimboeuf
-0
/
+11
2025-03-17
lib/dump_stack: Use preempt_model_str()
Sebastian Andrzej Siewior
-2
/
+2
2025-03-17
lib/test_hmm: make dmirror_atomic_map() consume a single page
David Hildenbrand
-22
/
+10
2025-03-16
lib min_heap: use size_t for array size and index variables
Kuan-Wei Chiu
-2
/
+2
2025-03-16
lib/zlib: drop EQUAL macro
Yury Norov
-5
/
+1
2025-03-16
lib/plist.c: add shortcut for plist_requeue()
I Hsin Cheng
-0
/
+12
2025-03-16
maple_tree: remove a BUG_ON() in mas_alloc_nodes()
Petr Tesarik
-1
/
+0
2025-03-16
maple_tree: use ma_dead_node() in mte_dead_node()
I Hsin Cheng
-5
/
+2
2025-03-16
maple_tree: correct comment for mas_start()
I Hsin Cheng
-1
/
+1
2025-03-16
mm: avoid extra mem_alloc_profiling_enabled() checks
Suren Baghdasaryan
-3
/
+3
2025-03-16
mm/rmap: convert make_device_exclusive_range() to make_device_exclusive()
David Hildenbrand
-26
/
+15
2025-03-16
mm: decline to manipulate the refcount on a slab page
Matthew Wilcox (Oracle)
-2
/
+6
2025-03-15
Kunit to check the longest symbol length
Sergio González Collado
-0
/
+93
2025-03-15
kbuild: implement CONFIG_HEADERS_INSTALL for Usermode Linux
Thomas Weißschuh
-1
/
+0
2025-03-14
scanf: break kunit into test cases
Tamir Duberstein
-35
/
+47
2025-03-14
scanf: convert self-test to KUnit
Tamir Duberstein
-134
/
+132
2025-03-14
scanf: remove redundant debug logs
Tamir Duberstein
-3
/
+0
2025-03-14
scanf: implicate test line in failure messages
Tamir Duberstein
-33
/
+33
2025-03-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
-1
/
+1
2025-03-13
zstd: Import upstream v1.5.7
Nick Terrell
-4109
/
+7781
2025-03-13
printf: implicate test line in failure messages
Tamir Duberstein
-27
/
+33
2025-03-13
printf: break kunit into test cases
Tamir Duberstein
-193
/
+102
2025-03-13
printf: convert self-test to KUnit
Tamir Duberstein
-95
/
+126
2025-03-12
kunit/fortify: Replace "volatile" with OPTIMIZER_HIDE_VAR()
Kees Cook
-62
/
+77
2025-03-12
kunit/fortify: Expand testing of __compiletime_strlen()
Kees Cook
-0
/
+17
2025-03-10
lib/crc: remove unnecessary prompt for CONFIG_CRC64
Eric Biggers
-6
/
+1
2025-03-10
lib/crc: remove unnecessary prompt for CONFIG_LIBCRC32C
Eric Biggers
-1
/
+1
2025-03-10
lib/crc: remove unnecessary prompt for CONFIG_CRC8
Eric Biggers
-5
/
+1
2025-03-10
lib/crc: remove unnecessary prompt for CONFIG_CRC7
Eric Biggers
-6
/
+1
2025-03-10
lib/crc: remove unnecessary prompt for CONFIG_CRC4
Eric Biggers
-6
/
+1
2025-03-10
lib/crc7: unexport crc7_be_syndrome_table
Eric Biggers
-4
/
+2
2025-03-10
lib/crc_kunit.c: update comment in crc_benchmark()
Eric Biggers
-2
/
+3
2025-03-10
lib/crc_kunit.c: add test and benchmark for crc7_be()
Eric Biggers
-2
/
+34
2025-03-10
bug: Use RCU instead RCU-sched to protect module_bug_list.
Sebastian Andrzej Siewior
-13
/
+9
2025-03-10
tests/module: nix-ify
Joel Granados
-1
/
+1
2025-03-10
Merge 6.14-rc6 into char-misc-next
Greg Kroah-Hartman
-12
/
+13
2025-03-09
print: use new #[export] macro for rust_fmt_argument
Alice Ryhl
-3
/
+0
2025-03-09
rust: fix signature of rust_fmt_argument
Alice Ryhl
-1
/
+1
2025-03-08
Merge tag 'mm-hotfixes-stable-2025-03-08-16-27' of git://git.kernel.org/pub/s...
Linus Torvalds
-1
/
+1
2025-03-08
vdso: Rework struct vdso_time_data and introduce struct vdso_clock
Anna-Maria Behnsen
-10
/
+10
2025-03-08
vdso/namespace: Rename timens_setup_vdso_data() to reflect new vdso_clock struct
Anna-Maria Behnsen
-1
/
+1
2025-03-08
vdso/gettimeofday: Prepare helper functions for introduction of struct vdso_c...
Anna-Maria Behnsen
-10
/
+10
2025-03-08
vdso/gettimeofday: Prepare do_coarse_timens() for introduction of struct vdso...
Anna-Maria Behnsen
-9
/
+14
2025-03-08
vdso/gettimeofday: Prepare do_coarse() for introduction of struct vdso_clock
Anna-Maria Behnsen
-8
/
+9
2025-03-08
vdso/gettimeofday: Prepare do_hres_timens() for introduction of struct vdso_c...
Anna-Maria Behnsen
-17
/
+18
2025-03-08
vdso/gettimeofday: Prepare do_hres() for introduction of struct vdso_clock
Anna-Maria Behnsen
-16
/
+17
2025-03-08
vdso/gettimeofday: Prepare introduction of struct vdso_clock
Anna-Maria Behnsen
-9
/
+15
2025-03-08
vsprintf: add simple_strntoul
David Disseldorp
-0
/
+7
[prev]
[next]