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-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
2025-03-08
crypto: lib/chachapoly - Drop dependency on CRYPTO_ALGAPI
Ard Biesheuvel
-6
/
+3
2025-03-08
crypto: lzo - Fix compression buffer overrun
Herbert Xu
-26
/
+96
2025-03-07
ubsan/overflow: Enable ignorelist parsing and add type filter
Kees Cook
-0
/
+1
2025-03-07
ubsan/overflow: Enable pattern exclusions
Kees Cook
-0
/
+1
2025-03-07
ubsan/overflow: Rework integer overflow sanitizer option to turn on everything
Kees Cook
-18
/
+59
2025-03-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
-3
/
+2
2025-03-05
kunit/stackinit: Use fill byte different from Clang i386 pattern
Kees Cook
-10
/
+20
2025-03-05
Documentation: fix doc link to fault-injection.rst
Ujwal Kundur
-1
/
+1
2025-03-04
kunit/overflow: Fix DEFINE_FLEX tests for counted_by
Kees Cook
-10
/
+28
2025-03-04
s390/vx: Convert cpu_has_vx() to cpu feature function
Heiko Carstens
-0
/
+1
2025-03-04
Merge branch 'x86/urgent' into x86/cpu, to pick up dependent commits
Ingo Molnar
-11
/
+12
2025-03-04
kunit, slub: Add test_kfree_rcu_wq_destroy use case
Uladzislau Rezki (Sony)
-0
/
+59
2025-03-02
crypto: lib/Kconfig - Hide arch options from user
Herbert Xu
-20
/
+21
2025-03-01
asm-generic/io.h: rework split ioread64/iowrite64 helpers
Arnd Bergmann
-20
/
+20
2025-02-28
Merge tag 'locking-urgent-2025-02-28' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-3
/
+2
[prev]
[next]