summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-11-20lib/base64: optimize base64_decode() with reverse lookup tablesKuan-Wei Chiu
2025-11-20lib/base64: add support for multiple variantsKuan-Wei Chiu
2025-11-20sys_info: add a default kernel sys_info maskFeng Tang
2025-11-20Revert "lib/plist.c: enforce memory ordering in plist_check_list"Kuan-Wei Chiu
2025-11-20lib: test_mul_u64_u64_div_u64(): test the 32bit code on 64bitDavid Laight
2025-11-20lib: mul_u64_u64_div_u64(): optimise the divide codeDavid Laight
2025-11-20lib: mul_u64_u64_div_u64(): optimise multiply on 32bit x86David Laight
2025-11-20lib: test_mul_u64_u64_div_u64(): test both generic and arch versionsDavid Laight
2025-11-20lib: add tests for mul_u64_u64_div_u64_roundup()David Laight
2025-11-20lib: add mul_u64_add_u64_div_u64() and mul_u64_u64_div_u64_roundup()David Laight
2025-11-20lib: mul_u64_u64_div_u64(): simplify check for a 64bit productDavid Laight
2025-11-20lib: mul_u64_u64_div_u64(): combine overflow and divide by zero checksDavid Laight
2025-11-20lib: mul_u64_u64_div_u64(): rename parameter 'c' to 'd'David Laight
2025-11-20lib/Kconfig.debug: cleanup CONFIG_DEBUG_SECTION_MISMATCH help textBorislav Petkov (AMD)
2025-11-20panic: sys_info: factor out read and write handlersAndy Shevchenko
2025-11-20panic: sys_info: deduplicate local variable 'table; assignmentsAndy Shevchenko
2025-11-20panic: sys_info: rewrite a fix for a compilation error (`make W=1`)Andy Shevchenko
2025-11-20panic: sys_info:replace struct sys_info_name with plain array of stringsAndy Shevchenko
2025-11-20panic: sys_info: align constant definition names with parametersAndy Shevchenko
2025-11-20panic: sys_info: capture si_bits_global before iterating over itAndy Shevchenko
2025-11-20lib/alloc_tag: use %pe format specifierZeng Chi
2025-11-20gpio: improve support for shared GPIOsMark Brown
2025-11-20cpumask: Introduce cpumask_weighted_or()Thomas Gleixner
2025-11-19raid6: test: Add support for RISC-VChunyan Zhang
2025-11-19raid6: riscv: Allow code to be compiled in userspaceChunyan Zhang
2025-11-19raid6: riscv: Prevent compiler from breaking inline vector assembly codeChunyan Zhang
2025-11-19lib/vsprintf: Add specifier for printing struct timespec64Andy Shevchenko
2025-11-19lib/vsprintf: Deduplicate special hex number specifier dataAndy Shevchenko
2025-11-18lib/strn*,uaccess: Use masked_user_{read/write}_access_begin when requiredChristophe Leroy
2025-11-18iov_iter: Add missing speculation barrier to copy_from_user_iter()Christophe Leroy
2025-11-18iov_iter: Convert copy_from_user_iter() to masked user accessChristophe Leroy
2025-11-17string: provide strends()Bartosz Golaszewski
2025-11-16lib/test_vmalloc: remove xfail condition checkUladzislau Rezki (Sony)
2025-11-16lib/test_vmalloc: add no_block_alloc_test caseUladzislau Rezki (Sony)
2025-11-15lib/test_kho: check if KHO is enabledPasha Tatashin
2025-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc5+Alexei Starovoitov
2025-11-14kunit: Make filter parameters configurable via KconfigThomas Weißschuh
2025-11-13Merge tag 'v6.18-rc5' into objtool/core, to pick up fixesIngo Molnar
2025-11-12Merge tag 'arm64-fpsimd-on-stack-for-v6.19' into libcrypto-fpsimd-on-stackEric Biggers
2025-11-12lib/crypto: arm64: Move remaining algorithms to scoped ksimd APIArd Biesheuvel
2025-11-12lib/xxhash: remove more unused xxh functionsDr. David Alan Gilbert
2025-11-12dynamic_debug: add support for print stackYe Bin
2025-11-12uaccess: decouple INLINE_COPY_FROM_USER and CONFIG_RUSTYury Norov (NVIDIA)
2025-11-12lib/xz: remove dead IA-64 (Itanium) support codeAnkan Biswas
2025-11-12hung_task: panic when there are more than N hung tasks at the same timeLi RongQing
2025-11-12treewide: drop outdated compiler version remarks in Kconfig help textsLukas Bulwahn
2025-11-12lib/crypto: arm/blake2b: Move to scoped ksimd APIArd Biesheuvel
2025-11-12Merge tag 'scoped-ksimd-for-arm-arm64' into libcrypto-fpsimd-on-stackEric Biggers
2025-11-12lib/vsprintf: Check pointer before dereferencing in time_and_date()Andy Shevchenko
2025-11-12raid6: Move to more abstract 'ksimd' guard APIArd Biesheuvel