summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
3 daysbootconfig: fix NULL-pointer arithmetic in xbc_snprint_cmdline()Breno Leitao1-7/+16
3 daysbootconfig: move xbc_snprint_cmdline() to lib/bootconfig.cBreno Leitao1-0/+56
3 daysaudit: use 'unsigned int' instead of 'unsigned'Ricardo Robaina1-6/+6
3 daysrhashtable: clear stale iter->p on table restartCen Zhang (Microsoft)1-0/+1
13 daysalloc_tag: fix use-after-free in /proc/allocinfo after module unloadHao Ge1-2/+7
13 dayslib: kunit_iov_iter: repeatedly call alloc_pages_bulk()Thomas Weißschuh1-2/+10
13 dayslockdep/selftests: Restore sched_rt_mutex state on PREEMPT_RTKarl Mehltretter1-0/+3
13 dayslockdep/selftests: Restore migrate_disable() state on PREEMPT_RTKarl Mehltretter1-4/+0
13 dayslib/test_meminit: use && for boolsAlexander Potapenko1-1/+1
13 dayslib/vsprintf: Fix to check field_width and precisionMasami Hiramatsu (Google)1-22/+14
2026-07-18tracing: Prevent out-of-bounds read in glob matchingHuihui Huang1-2/+29
2026-07-18debugobjects: Plug race against a concurrent OOM disableThomas Gleixner1-0/+17
2026-06-27debugobjects: Dont call fill_pool() in early boot hardirq contextWaiman Long1-9/+37
2026-06-27debugobjects: Do not fill_pool() if pi_blocked_onHelen Koike1-4/+14
2026-06-27debugobjects: Use LD_WAIT_CONFIG instead of LD_WAIT_SLEEPSebastian Andrzej Siewior1-2/+2
2026-06-27debugobjects: Allow to refill the pool before SYSTEM_SCHEDULINGSebastian Andrzej Siewior1-1/+1
2026-06-09iommu, debugobjects: avoid gcc-16.1 section mismatch warningsArnd Bergmann1-1/+1
2026-06-09kunit: fix use-after-free in debugfs when using kunit.filterFlorian Schmaus2-3/+17
2026-06-01test_kprobes: clear kprobes between test runsMartin Kaiser1-11/+18
2026-06-01kunit: config: KUNIT_DEBUGFS should depend on DEBUG_FSDavid Gow1-0/+1
2026-06-01kunit: config: Enable KUNIT_DEBUGFS by defaultDavid Gow1-2/+2
2026-05-23lib: kunit_iov_iter: fix memory leaksChristian A. Ehrhardt1-6/+8
2026-05-14lib/scatterlist: fix temp buffer in extract_user_to_sg()Christian A. Ehrhardt1-2/+1
2026-05-14lib/scatterlist: fix length calculations in extract_kvec_to_sgChristian A. Ehrhardt1-2/+3
2026-05-14lib/crypto: mpi: Fix integer underflow in mpi_read_raw_from_sgl()Lukas Wunner1-1/+1
2026-05-07lib: test_hmm: evict device pages on file close to avoid use-after-freeAlistair Popple1-37/+49
2026-05-07mm/alloc_tag: clear codetag for pages allocated before page_ext initializationHao Ge1-0/+109
2026-05-07lib/ts_kmp: fix integer overflow in pattern length calculationJosh Law1-2/+16
2026-04-27lib/crypto: tests: Drop the default to CRYPTO_SELFTESTSEric Biggers1-7/+7
2026-04-27lib/crypto: tests: Introduce CRYPTO_LIB_ENABLE_ALL_FOR_KUNITEric Biggers2-13/+19
2026-04-27lib/crypto: tests: Add a .kunitconfig fileEric Biggers1-0/+23
2026-04-27lib/crc: tests: Add a .kunitconfig fileEric Biggers1-0/+3
2026-04-27lib/crc: tests: Add CRC_ENABLE_ALL_FOR_KUNITEric Biggers1-0/+14
2026-04-27lib/crc: tests: Make crc_kunit test only the enabled CRC variantsEric Biggers2-12/+23
2026-04-22x86-64/arm64/powerpc: clean up and rename __copy_from_user_flushcacheLinus Torvalds1-1/+1
2026-04-22x86: rename and clean up __copy_from_user_inatomic_nocache()Linus Torvalds1-1/+1
2026-04-11lib/crypto: chacha: Zeroize permuted_state before it leaves scopeEric Biggers1-0/+4
2026-03-25lib/bootconfig: check xbc_init_node() return in override pathJosh Law1-1/+2
2026-03-19lib/crypto: tests: Depend on library options rather than selecting themEric Biggers1-13/+7
2026-03-19lib/bootconfig: check bounds before writing in __xbc_open_brace()Josh Law1-1/+1
2026-03-19lib/bootconfig: fix snprintf truncation check in xbc_node_compose_key_after()Josh Law1-1/+1
2026-03-19lib/bootconfig: fix off-by-one in xbc_verify_tree() unclosed brace errorJosh Law1-1/+1
2026-03-12debugobject: Make it work with deferred page initialization - againThomas Gleixner2-1/+19
2026-03-04Remove WARN_ALL_UNSEEDED_RANDOM kernel config optionLinus Torvalds1-27/+0
2026-02-27objpool: fix the overestimation of object pooling metadata sizezhouwenhao1-1/+1
2026-02-27lib/kstrtox: fix kstrtobool() docstring to mention enabled/disabledChaitanya Mishra1-2/+2
2026-02-11procfs: avoid fetching build ID while holding VMA lockAndrii Nakryiko1-12/+30
2026-02-06flex_proportions: make fprop_new_period() hardirq safeJan Kara1-2/+3
2026-01-23lib/buildid: use __kernel_read() for sleepable contextShakeel Butt1-12/+20
2026-01-17lib/crypto: aes: Fix missing MMU protection for AES S-boxEric Biggers1-2/+2