summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
29 hoursfortify: Disable -Wstringop-overread in testsNathan Chancellor
29 hoursassoc_array: trim the final shortcut word using the current chunk endMichael Bommarito
29 hourslib/alloc_tag: introduce mem_alloc_profiling_permanently_disabled()Harry Yoo (Oracle)
8 daysbootconfig: fix NULL-pointer arithmetic in xbc_snprint_cmdline()Breno Leitao
8 daysbootconfig: move xbc_snprint_cmdline() to lib/bootconfig.cBreno Leitao
8 daysaudit: use 'unsigned int' instead of 'unsigned'Ricardo Robaina
8 daysrhashtable: clear stale iter->p on table restartCen Zhang (Microsoft)
2026-07-24alloc_tag: fix use-after-free in /proc/allocinfo after module unloadHao Ge
2026-07-24lib: kunit_iov_iter: repeatedly call alloc_pages_bulk()Thomas Weißschuh
2026-07-24lockdep/selftests: Restore sched_rt_mutex state on PREEMPT_RTKarl Mehltretter
2026-07-24lockdep/selftests: Restore migrate_disable() state on PREEMPT_RTKarl Mehltretter
2026-07-24lib/test_meminit: use && for boolsAlexander Potapenko
2026-07-24lib/vsprintf: Fix to check field_width and precisionMasami Hiramatsu (Google)
2026-07-18tracing: Prevent out-of-bounds read in glob matchingHuihui Huang
2026-07-18debugobjects: Plug race against a concurrent OOM disableThomas Gleixner
2026-06-27debugobjects: Dont call fill_pool() in early boot hardirq contextWaiman Long
2026-06-27debugobjects: Do not fill_pool() if pi_blocked_onHelen Koike
2026-06-27debugobjects: Use LD_WAIT_CONFIG instead of LD_WAIT_SLEEPSebastian Andrzej Siewior
2026-06-27debugobjects: Allow to refill the pool before SYSTEM_SCHEDULINGSebastian Andrzej Siewior
2026-06-09iommu, debugobjects: avoid gcc-16.1 section mismatch warningsArnd Bergmann
2026-06-09kunit: fix use-after-free in debugfs when using kunit.filterFlorian Schmaus
2026-06-01test_kprobes: clear kprobes between test runsMartin Kaiser
2026-06-01kunit: config: KUNIT_DEBUGFS should depend on DEBUG_FSDavid Gow
2026-06-01kunit: config: Enable KUNIT_DEBUGFS by defaultDavid Gow
2026-05-23lib: kunit_iov_iter: fix memory leaksChristian A. Ehrhardt
2026-05-14lib/scatterlist: fix temp buffer in extract_user_to_sg()Christian A. Ehrhardt
2026-05-14lib/scatterlist: fix length calculations in extract_kvec_to_sgChristian A. Ehrhardt
2026-05-14lib/crypto: mpi: Fix integer underflow in mpi_read_raw_from_sgl()Lukas Wunner
2026-05-07lib: test_hmm: evict device pages on file close to avoid use-after-freeAlistair Popple
2026-05-07mm/alloc_tag: clear codetag for pages allocated before page_ext initializationHao Ge
2026-05-07lib/ts_kmp: fix integer overflow in pattern length calculationJosh Law
2026-04-27lib/crypto: tests: Drop the default to CRYPTO_SELFTESTSEric Biggers
2026-04-27lib/crypto: tests: Introduce CRYPTO_LIB_ENABLE_ALL_FOR_KUNITEric Biggers
2026-04-27lib/crypto: tests: Add a .kunitconfig fileEric Biggers
2026-04-27lib/crc: tests: Add a .kunitconfig fileEric Biggers
2026-04-27lib/crc: tests: Add CRC_ENABLE_ALL_FOR_KUNITEric Biggers
2026-04-27lib/crc: tests: Make crc_kunit test only the enabled CRC variantsEric Biggers
2026-04-22x86-64/arm64/powerpc: clean up and rename __copy_from_user_flushcacheLinus Torvalds
2026-04-22x86: rename and clean up __copy_from_user_inatomic_nocache()Linus Torvalds
2026-04-11lib/crypto: chacha: Zeroize permuted_state before it leaves scopeEric Biggers
2026-03-25lib/bootconfig: check xbc_init_node() return in override pathJosh Law
2026-03-19lib/crypto: tests: Depend on library options rather than selecting themEric Biggers
2026-03-19lib/bootconfig: check bounds before writing in __xbc_open_brace()Josh Law
2026-03-19lib/bootconfig: fix snprintf truncation check in xbc_node_compose_key_after()Josh Law
2026-03-19lib/bootconfig: fix off-by-one in xbc_verify_tree() unclosed brace errorJosh Law
2026-03-12debugobject: Make it work with deferred page initialization - againThomas Gleixner
2026-03-04Remove WARN_ALL_UNSEEDED_RANDOM kernel config optionLinus Torvalds
2026-02-26objpool: fix the overestimation of object pooling metadata sizezhouwenhao
2026-02-26lib/kstrtox: fix kstrtobool() docstring to mention enabled/disabledChaitanya Mishra
2026-02-11procfs: avoid fetching build ID while holding VMA lockAndrii Nakryiko