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-11-20
lib/Kconfig.debug: cleanup CONFIG_DEBUG_SECTION_MISMATCH help text
Borislav Petkov (AMD)
-16
/
+16
2025-11-20
panic: sys_info: factor out read and write handlers
Andy Shevchenko
-33
/
+46
2025-11-20
panic: sys_info: deduplicate local variable 'table; assignments
Andy Shevchenko
-6
/
+4
2025-11-20
panic: sys_info: rewrite a fix for a compilation error (`make W=1`)
Andy Shevchenko
-12
/
+16
2025-11-20
panic: sys_info:replace struct sys_info_name with plain array of strings
Andy Shevchenko
-24
/
+20
2025-11-20
panic: sys_info: align constant definition names with parameters
Andy Shevchenko
-2
/
+2
2025-11-20
panic: sys_info: capture si_bits_global before iterating over it
Andy Shevchenko
-2
/
+5
2025-11-20
lib/alloc_tag: use %pe format specifier
Zeng Chi
-1
/
+1
2025-11-20
gpio: improve support for shared GPIOs
Mark Brown
-0
/
+13
2025-11-20
cpumask: Introduce cpumask_weighted_or()
Thomas Gleixner
-0
/
+6
2025-11-19
raid6: test: Add support for RISC-V
Chunyan Zhang
-0
/
+8
2025-11-19
raid6: riscv: Allow code to be compiled in userspace
Chunyan Zhang
-151
/
+170
2025-11-19
raid6: riscv: Prevent compiler from breaking inline vector assembly code
Chunyan Zhang
-0
/
+4
2025-11-19
lib/vsprintf: Add specifier for printing struct timespec64
Andy Shevchenko
-1
/
+31
2025-11-19
lib/vsprintf: Deduplicate special hex number specifier data
Andy Shevchenko
-16
/
+10
2025-11-18
lib/strn*,uaccess: Use masked_user_{read/write}_access_begin when required
Christophe Leroy
-2
/
+2
2025-11-18
iov_iter: Add missing speculation barrier to copy_from_user_iter()
Christophe Leroy
-3
/
+11
2025-11-18
iov_iter: Convert copy_from_user_iter() to masked user access
Christophe Leroy
-6
/
+10
2025-11-17
string: provide strends()
Bartosz Golaszewski
-0
/
+13
2025-11-16
lib/test_vmalloc: remove xfail condition check
Uladzislau Rezki (Sony)
-1
/
+1
2025-11-16
lib/test_vmalloc: add no_block_alloc_test case
Uladzislau Rezki (Sony)
-0
/
+26
2025-11-15
lib/test_kho: check if KHO is enabled
Pasha Tatashin
-0
/
+3
2025-11-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+
Alexei Starovoitov
-16
/
+18
2025-11-14
kunit: Make filter parameters configurable via Kconfig
Thomas Weißschuh
-3
/
+29
2025-11-13
Merge tag 'v6.18-rc5' into objtool/core, to pick up fixes
Ingo Molnar
-6
/
+7
2025-11-12
Merge tag 'arm64-fpsimd-on-stack-for-v6.19' into libcrypto-fpsimd-on-stack
Eric Biggers
-62
/
+35
2025-11-12
lib/crypto: arm64: Move remaining algorithms to scoped ksimd API
Ard Biesheuvel
-21
/
+16
2025-11-12
lib/xxhash: remove more unused xxh functions
Dr. David Alan Gilbert
-29
/
+0
2025-11-12
dynamic_debug: add support for print stack
Ye Bin
-0
/
+1
2025-11-12
uaccess: decouple INLINE_COPY_FROM_USER and CONFIG_RUST
Yury Norov (NVIDIA)
-2
/
+2
2025-11-12
lib/xz: remove dead IA-64 (Itanium) support code
Ankan Biswas
-99
/
+0
2025-11-12
hung_task: panic when there are more than N hung tasks at the same time
Li RongQing
-4
/
+5
2025-11-12
treewide: drop outdated compiler version remarks in Kconfig help texts
Lukas Bulwahn
-2
/
+1
2025-11-12
lib/crypto: arm/blake2b: Move to scoped ksimd API
Ard Biesheuvel
-3
/
+2
2025-11-12
Merge tag 'scoped-ksimd-for-arm-arm64' into libcrypto-fpsimd-on-stack
Eric Biggers
-60
/
+43
2025-11-12
lib/vsprintf: Check pointer before dereferencing in time_and_date()
Andy Shevchenko
-3
/
+3
2025-11-12
raid6: Move to more abstract 'ksimd' guard API
Ard Biesheuvel
-19
/
+13
2025-11-12
lib/crc: Switch ARM and arm64 to 'ksimd' scoped guard API
Ard Biesheuvel
-43
/
+22
2025-11-12
lib/crypto: Switch ARM and arm64 to 'ksimd' scoped guard API
Ard Biesheuvel
-60
/
+43
2025-11-11
lib/crypto: tests: Add KUnit tests for POLYVAL
Eric Biggers
-0
/
+419
2025-11-11
lib/crypto: tests: Add additional SHAKE tests
Eric Biggers
-55
/
+151
2025-11-11
lib/crypto: tests: Add SHA3 kunit tests
David Howells
-0
/
+587
2025-11-11
lib/crypto: tests: Add KUnit tests for BLAKE2b
Eric Biggers
-0
/
+485
2025-11-11
lib/crypto: x86/polyval: Migrate optimized code into library
Eric Biggers
-0
/
+404
2025-11-11
lib/crypto: arm64/polyval: Migrate optimized code into library
Eric Biggers
-0
/
+443
2025-11-11
lib/crypto: polyval: Add POLYVAL library
Eric Biggers
-0
/
+325
2025-11-11
lib/test_fprobe: add testcase for mixed fprobe
Menglong Dong
-1
/
+98
2025-11-09
maple_tree: fix tracepoint string pointers
Martin Kaiser
-14
/
+16
2025-11-06
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
-2
/
+2
2025-11-06
bitops: Update kernel-doc in hweight.c to fix the issues with it
Andy Shevchenko
-2
/
+2
[prev]
[next]