index
:
laptop-kernel
master
Linux kernel tree for laptop
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
Age
Commit message (
Expand
)
Author
Files
Lines
2025-11-24
mm/zone_device: rename page_free callback to folio_free
Balbir Singh
1
-2
/
+3
2025-11-24
mm/zone_device: support large zone device private folios
Balbir Singh
1
-1
/
+1
2025-11-24
lib/vsprintf: Unify FORMAT_STATE_NUM handlers
Andy Shevchenko
1
-6
/
+6
2025-11-24
crypto: lib/mpi - use min() instead of min_t()
David Laight
1
-1
/
+1
2025-11-23
lib/crypto: chacha20poly1305: Statically check fixed array lengths
Jason A. Donenfeld
1
-9
/
+9
2025-11-22
Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linux
Linus Torvalds
1
-0
/
+1
2025-11-21
lib: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGION
Yicong Yang
3
-0
/
+143
2025-11-21
lib/crypto: tests: Fix KMSAN warning in test_sha256_finup_2x()
Eric Biggers
1
-0
/
+1
2025-11-21
bug: Add report_bug_entry()
Peter Zijlstra
1
-7
/
+21
2025-11-21
bug: Add BUG_FORMAT_ARGS infrastructure
Peter Zijlstra
1
-2
/
+15
2025-11-21
bug: Add BUG_FORMAT infrastructure
Peter Zijlstra
1
-7
/
+32
2025-11-21
Merge branch 'objtool/core'
Peter Zijlstra
164
-3308
/
+10766
2025-11-20
lib: ratelimit: fix spelling mistake 'seperately'
Chia-Liang Wang
1
-1
/
+1
2025-11-20
lib: add KUnit tests for base64 encoding/decoding
Guan-Chun Wu
3
-1
/
+313
2025-11-20
lib/base64: rework encode/decode for speed and stricter validation
Guan-Chun Wu
1
-41
/
+68
2025-11-20
lib/base64: optimize base64_decode() with reverse lookup tables
Kuan-Wei Chiu
1
-4
/
+48
2025-11-20
lib/base64: add support for multiple variants
Kuan-Wei Chiu
1
-26
/
+36
2025-11-20
sys_info: add a default kernel sys_info mask
Feng Tang
1
-1
/
+30
2025-11-20
Revert "lib/plist.c: enforce memory ordering in plist_check_list"
Kuan-Wei Chiu
1
-2
/
+2
2025-11-20
lib: test_mul_u64_u64_div_u64(): test the 32bit code on 64bit
David Laight
1
-0
/
+29
2025-11-20
lib: mul_u64_u64_div_u64(): optimise the divide code
David Laight
1
-37
/
+83
2025-11-20
lib: mul_u64_u64_div_u64(): optimise multiply on 32bit x86
David Laight
1
-14
/
+26
2025-11-20
lib: test_mul_u64_u64_div_u64(): test both generic and arch versions
David Laight
2
-9
/
+51
2025-11-20
lib: add tests for mul_u64_u64_div_u64_roundup()
David Laight
1
-49
/
+73
2025-11-20
lib: add mul_u64_add_u64_div_u64() and mul_u64_u64_div_u64_roundup()
David Laight
1
-6
/
+8
2025-11-20
lib: mul_u64_u64_div_u64(): simplify check for a 64bit product
David Laight
1
-3
/
+3
2025-11-20
lib: mul_u64_u64_div_u64(): combine overflow and divide by zero checks
David Laight
1
-10
/
+9
2025-11-20
lib: mul_u64_u64_div_u64(): rename parameter 'c' to 'd'
David Laight
1
-12
/
+12
2025-11-20
lib/Kconfig.debug: cleanup CONFIG_DEBUG_SECTION_MISMATCH help text
Borislav Petkov (AMD)
1
-16
/
+16
2025-11-20
panic: sys_info: factor out read and write handlers
Andy Shevchenko
1
-33
/
+46
2025-11-20
panic: sys_info: deduplicate local variable 'table; assignments
Andy Shevchenko
1
-6
/
+4
2025-11-20
panic: sys_info: rewrite a fix for a compilation error (`make W=1`)
Andy Shevchenko
1
-12
/
+16
2025-11-20
panic: sys_info:replace struct sys_info_name with plain array of strings
Andy Shevchenko
1
-24
/
+20
2025-11-20
panic: sys_info: align constant definition names with parameters
Andy Shevchenko
1
-2
/
+2
2025-11-20
panic: sys_info: capture si_bits_global before iterating over it
Andy Shevchenko
1
-2
/
+5
2025-11-20
lib/alloc_tag: use %pe format specifier
Zeng Chi
1
-1
/
+1
2025-11-20
gpio: improve support for shared GPIOs
Mark Brown
1
-0
/
+13
2025-11-20
cpumask: Introduce cpumask_weighted_or()
Thomas Gleixner
1
-0
/
+6
2025-11-19
raid6: test: Add support for RISC-V
Chunyan Zhang
1
-0
/
+8
2025-11-19
raid6: riscv: Allow code to be compiled in userspace
Chunyan Zhang
3
-151
/
+170
2025-11-19
raid6: riscv: Prevent compiler from breaking inline vector assembly code
Chunyan Zhang
1
-0
/
+4
2025-11-19
lib/vsprintf: Add specifier for printing struct timespec64
Andy Shevchenko
2
-1
/
+31
2025-11-19
lib/vsprintf: Deduplicate special hex number specifier data
Andy Shevchenko
1
-16
/
+10
2025-11-18
lib/strn*,uaccess: Use masked_user_{read/write}_access_begin when required
Christophe Leroy
2
-2
/
+2
2025-11-18
iov_iter: Add missing speculation barrier to copy_from_user_iter()
Christophe Leroy
1
-3
/
+11
2025-11-18
iov_iter: Convert copy_from_user_iter() to masked user access
Christophe Leroy
1
-6
/
+10
2025-11-17
string: provide strends()
Bartosz Golaszewski
1
-0
/
+13
2025-11-16
lib/test_vmalloc: remove xfail condition check
Uladzislau Rezki (Sony)
1
-1
/
+1
2025-11-16
lib/test_vmalloc: add no_block_alloc_test case
Uladzislau Rezki (Sony)
1
-0
/
+26
2025-11-15
lib/test_kho: check if KHO is enabled
Pasha Tatashin
1
-0
/
+3
[prev]
[next]