summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-11-27rbtree: inline rb_last()Eric Dumazet
2025-11-27rbtree: inline rb_first()Eric Dumazet
2025-11-27Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable in order to be ableAndrew Morton
2025-11-20lib: ratelimit: fix spelling mistake 'seperately'Chia-Liang Wang
2025-11-20lib: add KUnit tests for base64 encoding/decodingGuan-Chun Wu
2025-11-20lib/base64: rework encode/decode for speed and stricter validationGuan-Chun Wu
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-15lib/test_kho: check if KHO is enabledPasha Tatashin
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-09maple_tree: fix tracepoint string pointersMartin Kaiser
2025-11-06Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-11-04lib/crypto: arm/curve25519: Disable on CPU_BIG_ENDIANEric Biggers
2025-11-04lib/crypto: curve25519-hacl64: Fix older clang KASAN workaround for GCCNathan Chancellor
2025-11-01Merge tag 'kbuild-fixes-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-10-30Merge tag 'linux_kselftest-kunit-fixes-6.18-rc4' of git://git.kernel.org/pub/...Linus Torvalds
2025-10-27KMSAN: Restore dynamic check for '-fsanitize=kernel-memory'Nathan Chancellor
2025-10-27kunit: prevent log overwrite in param_testsCarlos Llamas
2025-10-22lib/crypto: poly1305: Restore dependency of arch code on !KMSANEric Biggers
2025-10-20kunit: test_dev_action: Correctly cast 'priv' pointer to long*Florian Schmaus
2025-10-07lib/test_kho: use kho_preserve_vmalloc instead of storing addresses in fdtMike Rapoport (Microsoft)
2025-10-05Merge tag 'integrity-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-10-04Merge tag 'v6.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-10-03lib/digsig: Use SHA-1 library instead of crypto_shashEric Biggers
2025-10-02Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-02Merge tag 'slab-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds