summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2025-11-21lib: add mul_u64_add_u64_div_u64() and mul_u64_u64_div_u64_roundup()David Laight1-6/+8
2025-11-21lib: mul_u64_u64_div_u64(): simplify check for a 64bit productDavid Laight1-3/+3
2025-11-21lib: mul_u64_u64_div_u64(): combine overflow and divide by zero checksDavid Laight1-10/+9
2025-11-21lib: mul_u64_u64_div_u64(): rename parameter 'c' to 'd'David Laight1-12/+12
2025-11-21lib/Kconfig.debug: cleanup CONFIG_DEBUG_SECTION_MISMATCH help textBorislav Petkov (AMD)1-16/+16
2025-11-21panic: sys_info: factor out read and write handlersAndy Shevchenko1-33/+46
2025-11-21panic: sys_info: deduplicate local variable 'table; assignmentsAndy Shevchenko1-6/+4
2025-11-21panic: sys_info: rewrite a fix for a compilation error (`make W=1`)Andy Shevchenko1-12/+16
2025-11-21panic: sys_info:replace struct sys_info_name with plain array of stringsAndy Shevchenko1-24/+20
2025-11-21panic: sys_info: align constant definition names with parametersAndy Shevchenko1-2/+2
2025-11-21panic: sys_info: capture si_bits_global before iterating over itAndy Shevchenko1-2/+5
2025-11-21lib/alloc_tag: use %pe format specifierZeng Chi1-1/+1
2025-11-20gpio: improve support for shared GPIOsMark Brown1-0/+13
2025-11-20cpumask: Introduce cpumask_weighted_or()Thomas Gleixner1-0/+6
2025-11-19raid6: test: Add support for RISC-VChunyan Zhang1-0/+8
2025-11-19raid6: riscv: Allow code to be compiled in userspaceChunyan Zhang3-151/+170
2025-11-19raid6: riscv: Prevent compiler from breaking inline vector assembly codeChunyan Zhang1-0/+4
2025-11-19lib/vsprintf: Add specifier for printing struct timespec64Andy Shevchenko2-1/+31
2025-11-19lib/vsprintf: Deduplicate special hex number specifier dataAndy Shevchenko1-16/+10
2025-11-18lib/strn*,uaccess: Use masked_user_{read/write}_access_begin when requiredChristophe Leroy2-2/+2
2025-11-18iov_iter: Add missing speculation barrier to copy_from_user_iter()Christophe Leroy1-3/+11
2025-11-18iov_iter: Convert copy_from_user_iter() to masked user accessChristophe Leroy1-6/+10
2025-11-17string: provide strends()Bartosz Golaszewski1-0/+13
2025-11-17lib/test_vmalloc: remove xfail condition checkUladzislau Rezki (Sony)1-1/+1
2025-11-17lib/test_vmalloc: add no_block_alloc_test caseUladzislau Rezki (Sony)1-0/+26
2025-11-15lib/test_kho: check if KHO is enabledPasha Tatashin1-0/+3
2025-11-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov3-16/+18
2025-11-14kunit: Make filter parameters configurable via KconfigThomas Weißschuh2-3/+29
2025-11-13Merge tag 'v6.18-rc5' into objtool/core, to pick up fixesIngo Molnar5-6/+7
2025-11-12Merge tag 'arm64-fpsimd-on-stack-for-v6.19' into libcrypto-fpsimd-on-stackEric Biggers6-62/+35
2025-11-12lib/crypto: arm64: Move remaining algorithms to scoped ksimd APIArd Biesheuvel2-21/+16
2025-11-12lib/xxhash: remove more unused xxh functionsDr. David Alan Gilbert1-29/+0
2025-11-12dynamic_debug: add support for print stackYe Bin1-0/+1
2025-11-12uaccess: decouple INLINE_COPY_FROM_USER and CONFIG_RUSTYury Norov (NVIDIA)1-2/+2
2025-11-12lib/xz: remove dead IA-64 (Itanium) support codeAnkan Biswas2-99/+0
2025-11-12hung_task: panic when there are more than N hung tasks at the same timeLi RongQing1-4/+5
2025-11-12treewide: drop outdated compiler version remarks in Kconfig help textsLukas Bulwahn1-2/+1
2025-11-12lib/crypto: arm/blake2b: Move to scoped ksimd APIArd Biesheuvel1-3/+2
2025-11-12Merge tag 'scoped-ksimd-for-arm-arm64' into libcrypto-fpsimd-on-stackEric Biggers11-60/+43
2025-11-12lib/vsprintf: Check pointer before dereferencing in time_and_date()Andy Shevchenko1-3/+3
2025-11-12raid6: Move to more abstract 'ksimd' guard APIArd Biesheuvel2-19/+13
2025-11-12lib/crc: Switch ARM and arm64 to 'ksimd' scoped guard APIArd Biesheuvel4-43/+22
2025-11-12lib/crypto: Switch ARM and arm64 to 'ksimd' scoped guard APIArd Biesheuvel11-60/+43
2025-11-11lib/crypto: tests: Add KUnit tests for POLYVALEric Biggers4-0/+419
2025-11-11lib/crypto: tests: Add additional SHAKE testsEric Biggers2-55/+151
2025-11-11lib/crypto: tests: Add SHA3 kunit testsDavid Howells4-0/+587
2025-11-11lib/crypto: tests: Add KUnit tests for BLAKE2bEric Biggers4-0/+485
2025-11-11lib/crypto: x86/polyval: Migrate optimized code into libraryEric Biggers4-0/+404
2025-11-11lib/crypto: arm64/polyval: Migrate optimized code into libraryEric Biggers4-0/+443
2025-11-11lib/crypto: polyval: Add POLYVAL libraryEric Biggers3-0/+325