aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2025-11-27Merge branch 'mm-hotfixes-stable' into mm-nonmm-stable in order to be ableAndrew Morton2-14/+19
2025-11-27Merge tag 'cache-for-v6.19' of https://git.kernel.org/pub/scm/linux/kernel/gi...Arnd Bergmann3-0/+143
2025-11-27debugobjects: Use LD_WAIT_CONFIG instead of LD_WAIT_SLEEPSebastian Andrzej Siewior1-2/+2
2025-11-27debugobjects: Allow to refill the pool before SYSTEM_SCHEDULINGSebastian Andrzej Siewior1-1/+1
2025-11-27debugfs: Remove broken no-mount modeAaron Thompson1-8/+1
2025-11-27x86/bug: Fix BUG_FORMAT vs KASLRPeter Zijlstra1-1/+11
2025-11-26ASoC: stm32: sai: fix device and OF node leaks onMark Brown1-0/+1
2025-11-26Increase the default 32-bit build frame size warning limit to 1280 bytesLinus Torvalds1-2/+1
2025-11-24mm/hmm/test: fix error handling in dmirror_device_initMa Ke1-2/+7
2025-11-24lib/test_hmm: add large page allocation failure testingBalbir Singh2-20/+44
2025-11-24mm/migrate_device: add THP splitting during migrationBalbir Singh1-0/+9
2025-11-24mm/memremap: add driver callback support for folio splittingBalbir Singh1-0/+35
2025-11-24lib/test_hmm: add zone device private THP test infrastructureBalbir Singh1-76/+292
2025-11-24mm/zone_device: rename page_free callback to folio_freeBalbir Singh1-2/+3
2025-11-24mm/zone_device: support large zone device private foliosBalbir Singh1-1/+1
2025-11-24lib/vsprintf: Unify FORMAT_STATE_NUM handlersAndy Shevchenko1-6/+6
2025-11-24crypto: lib/mpi - use min() instead of min_t()David Laight1-1/+1
2025-11-23lib/crypto: chacha20poly1305: Statically check fixed array lengthsJason A. Donenfeld1-9/+9
2025-11-22Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2025-11-21lib: Support ARCH_HAS_CPU_CACHE_INVALIDATE_MEMREGIONYicong Yang3-0/+143
2025-11-21lib/crypto: tests: Fix KMSAN warning in test_sha256_finup_2x()Eric Biggers1-0/+1
2025-11-21bug: Add report_bug_entry()Peter Zijlstra1-7/+21
2025-11-21bug: Add BUG_FORMAT_ARGS infrastructurePeter Zijlstra1-2/+15
2025-11-21bug: Add BUG_FORMAT infrastructurePeter Zijlstra1-7/+32
2025-11-21Merge branch 'objtool/core'Peter Zijlstra164-3309/+10767
2025-11-20lib: ratelimit: fix spelling mistake 'seperately'Chia-Liang Wang1-1/+1
2025-11-20lib: add KUnit tests for base64 encoding/decodingGuan-Chun Wu3-1/+313
2025-11-20lib/base64: rework encode/decode for speed and stricter validationGuan-Chun Wu1-41/+68
2025-11-20lib/base64: optimize base64_decode() with reverse lookup tablesKuan-Wei Chiu1-4/+48
2025-11-20lib/base64: add support for multiple variantsKuan-Wei Chiu1-26/+36
2025-11-20sys_info: add a default kernel sys_info maskFeng Tang1-1/+30
2025-11-20Revert "lib/plist.c: enforce memory ordering in plist_check_list"Kuan-Wei Chiu1-2/+2
2025-11-20lib: test_mul_u64_u64_div_u64(): test the 32bit code on 64bitDavid Laight1-0/+29
2025-11-20lib: mul_u64_u64_div_u64(): optimise the divide codeDavid Laight1-39/+85
2025-11-20lib: mul_u64_u64_div_u64(): optimise multiply on 32bit x86David Laight1-14/+26
2025-11-20lib: test_mul_u64_u64_div_u64(): test both generic and arch versionsDavid Laight2-9/+51
2025-11-20lib: add tests for mul_u64_u64_div_u64_roundup()David Laight1-49/+73
2025-11-20lib: add mul_u64_add_u64_div_u64() and mul_u64_u64_div_u64_roundup()David Laight1-6/+8
2025-11-20lib: mul_u64_u64_div_u64(): simplify check for a 64bit productDavid Laight1-3/+3
2025-11-20lib: mul_u64_u64_div_u64(): combine overflow and divide by zero checksDavid Laight1-10/+9
2025-11-20lib: mul_u64_u64_div_u64(): rename parameter 'c' to 'd'David Laight1-12/+12
2025-11-20lib/Kconfig.debug: cleanup CONFIG_DEBUG_SECTION_MISMATCH help textBorislav Petkov (AMD)1-16/+16
2025-11-20panic: sys_info: factor out read and write handlersAndy Shevchenko1-33/+46
2025-11-20panic: sys_info: deduplicate local variable 'table; assignmentsAndy Shevchenko1-6/+4
2025-11-20panic: sys_info: rewrite a fix for a compilation error (`make W=1`)Andy Shevchenko1-12/+16
2025-11-20panic: sys_info:replace struct sys_info_name with plain array of stringsAndy Shevchenko1-24/+20
2025-11-20panic: sys_info: align constant definition names with parametersAndy Shevchenko1-2/+2
2025-11-20panic: sys_info: capture si_bits_global before iterating over itAndy Shevchenko1-2/+5
2025-11-20lib/alloc_tag: use %pe format specifierZeng Chi1-1/+1
2025-11-20gpio: improve support for shared GPIOsMark Brown1-0/+13