summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
11 dayskcov: fix data corruption and race conditions on PREEMPT_RTTetsuo Handa
2026-08-19kunit/fortify: Add back "volatile" for sizeof() constantsKees Cook
2026-08-19kunit/fortify: Replace "volatile" with OPTIMIZER_HIDE_VAR()Kees Cook
2026-08-09rxrpc: Generate rtt_minDavid Howells
2026-08-09lib/alloc_tag: introduce mem_alloc_profiling_permanently_disabled()Harry Yoo (Oracle)
2026-08-09fortify: Disable -Wstringop-overread in testsNathan Chancellor
2026-08-09rhashtable: clear stale iter->p on table restartCen Zhang (Microsoft)
2026-08-09assoc_array: trim the final shortcut word using the current chunk endMichael Bommarito
2026-08-03bootconfig: fix NULL-pointer arithmetic in xbc_snprint_cmdline()Breno Leitao
2026-08-03bootconfig: move xbc_snprint_cmdline() to lib/bootconfig.cBreno Leitao
2026-08-03audit: use 'unsigned int' instead of 'unsigned'Ricardo Robaina
2026-07-24lib/test_meminit: use && for boolsAlexander Potapenko
2026-07-18tracing: Prevent out-of-bounds read in glob matchingHuihui Huang
2026-07-18debugobjects: Plug race against a concurrent OOM disableThomas Gleixner
2026-07-04debugobjects: Dont call fill_pool() in early boot hardirq contextWaiman Long
2026-07-04debugobjects: Do not fill_pool() if pi_blocked_onHelen Koike
2026-07-04debugobjects: Use LD_WAIT_CONFIG instead of LD_WAIT_SLEEPSebastian Andrzej Siewior
2026-07-04debugobjects: 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-23net, treewide: define and use MAC_ADDR_STR_LENUday Shankar
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-07lib/ts_kmp: fix integer overflow in pattern length calculationJosh Law
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-18lib/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-25lib/bootconfig: check bounds before writing in __xbc_open_brace()Josh Law
2026-03-25lib/bootconfig: fix snprintf truncation check in xbc_node_compose_key_after()Josh Law
2026-03-25lib/bootconfig: fix off-by-one in xbc_verify_tree() unclosed brace errorJosh Law
2026-03-04Remove WARN_ALL_UNSEEDED_RANDOM kernel config optionLinus Torvalds
2026-03-04objpool: fix the overestimation of object pooling metadata sizezhouwenhao
2026-02-11procfs: avoid fetching build ID while holding VMA lockAndrii Nakryiko
2026-02-06flex_proportions: make fprop_new_period() hardirq safeJan Kara
2026-01-23lib/buildid: use __kernel_read() for sleepable contextShakeel Butt
2026-01-17lib/crypto: aes: Fix missing MMU protection for AES S-boxEric Biggers
2026-01-08idr: fix idr_alloc() returning an ID out of rangeMatthew Wilcox (Oracle)
2025-12-18lib/vsprintf: Check pointer before dereferencing in time_and_date()Andy Shevchenko
2025-12-01maple_tree: fix tracepoint string pointersMartin Kaiser
2025-11-13lib/crypto: curve25519-hacl64: Fix older clang KASAN workaround for GCCNathan Chancellor
2025-11-13kunit: test_dev_action: Correctly cast 'priv' pointer to long*Florian Schmaus
2025-10-19lib/crypto/curve25519-hacl64: Disable KASAN with clang-17 and olderNathan Chancellor
2025-10-19lib/genalloc: fix device leak in of_gen_pool_get()Johan Hovold
2025-08-20lib/sbitmap: convert shallow_depth from one word to the whole sbitmapYu Kuai