summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-11-27x86/bug: Fix BUG_FORMAT vs KASLRPeter Zijlstra
2025-11-26ASoC: stm32: sai: fix device and OF node leaks onMark Brown
2025-11-26Increase the default 32-bit build frame size warning limit to 1280 bytesLinus Torvalds
2025-11-24mm/hmm/test: fix error handling in dmirror_device_initMa Ke
2025-11-24lib/test_hmm: add large page allocation failure testingBalbir Singh
2025-11-24mm/migrate_device: add THP splitting during migrationBalbir Singh
2025-11-24mm/memremap: add driver callback support for folio splittingBalbir Singh
2025-11-24lib/test_hmm: add zone device private THP test infrastructureBalbir Singh
2025-11-24mm/zone_device: rename page_free callback to folio_freeBalbir Singh
2025-11-24mm/zone_device: support large zone device private foliosBalbir Singh
2025-11-24lib/vsprintf: Unify FORMAT_STATE_NUM handlersAndy Shevchenko
2025-11-24crypto: lib/mpi - use min() instead of min_t()David Laight
2025-11-23lib/crypto: chacha20poly1305: Statically check fixed array lengthsJason A. Donenfeld
2025-11-22Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-11-21lib: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGIONYicong Yang
2025-11-21lib/crypto: tests: Fix KMSAN warning in test_sha256_finup_2x()Eric Biggers
2025-11-21bug: Add report_bug_entry()Peter Zijlstra
2025-11-21bug: Add BUG_FORMAT_ARGS infrastructurePeter Zijlstra
2025-11-21bug: Add BUG_FORMAT infrastructurePeter Zijlstra
2025-11-21Merge branch 'objtool/core'Peter Zijlstra
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-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