summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2 dayslib/scatterlist: fix temp buffer in extract_user_to_sg()Christian A. Ehrhardt1-2/+1
2 dayslib/scatterlist: fix length calculations in extract_kvec_to_sgChristian A. Ehrhardt1-2/+3
2 dayslib/crypto: mpi: Fix integer underflow in mpi_read_raw_from_sgl()Lukas Wunner1-1/+1
9 dayslib: test_hmm: evict device pages on file close to avoid use-after-freeAlistair Popple1-37/+49
9 daysmm/alloc_tag: clear codetag for pages allocated before page_ext initializationHao Ge1-0/+109
9 dayslib/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-26objpool: fix the overestimation of object pooling metadata sizezhouwenhao1-1/+1
2026-02-26lib/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
2026-01-08idr: fix idr_alloc() returning an ID out of rangeMatthew Wilcox (Oracle)1-0/+2
2026-01-02lib/crypto: riscv: Depend on RISCV_EFFICIENT_VECTOR_UNALIGNED_ACCESSEric Biggers1-3/+6
2026-01-02lib/crypto: riscv: Add poly1305-core.S to .gitignoreCharles Mirabile1-0/+2
2026-01-02lib/crypto: riscv/chacha: Avoid s0/fp registerVivian Wang1-3/+2
2026-01-02lib/crypto: x86/blake2s: Fix 32-bit arg treated as 64-bitEric Biggers1-2/+2
2025-12-18lib/vsprintf: Check pointer before dereferencing in time_and_date()Andy Shevchenko1-3/+3
2025-11-26Increase the default 32-bit build frame size warning limit to 1280 bytesLinus Torvalds1-2/+1
2025-11-22Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1
2025-11-21lib/crypto: tests: Fix KMSAN warning in test_sha256_finup_2x()Eric Biggers1-0/+1
2025-11-15lib/test_kho: check if KHO is enabledPasha Tatashin1-0/+3
2025-11-09maple_tree: fix tracepoint string pointersMartin Kaiser1-14/+16
2025-11-06Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2-2/+2
2025-11-04lib/crypto: arm/curve25519: Disable on CPU_BIG_ENDIANEric Biggers1-1/+1
2025-11-04lib/crypto: curve25519-hacl64: Fix older clang KASAN workaround for GCCNathan Chancellor1-1/+1
2025-11-01Merge tag 'kbuild-fixes-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2025-10-30Merge tag 'linux_kselftest-kunit-fixes-6.18-rc4' of git://git.kernel.org/pub/...Linus Torvalds2-2/+3
2025-10-27KMSAN: Restore dynamic check for '-fsanitize=kernel-memory'Nathan Chancellor1-1/+1
2025-10-27kunit: prevent log overwrite in param_testsCarlos Llamas1-1/+2
2025-10-22lib/crypto: poly1305: Restore dependency of arch code on !KMSANEric Biggers1-1/+1
2025-10-20kunit: test_dev_action: Correctly cast 'priv' pointer to long*Florian Schmaus1-1/+1
2025-10-07lib/test_kho: use kho_preserve_vmalloc instead of storing addresses in fdtMike Rapoport (Microsoft)1-12/+29
2025-10-05Merge tag 'integrity-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-42/+7