summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-11-04lib/crypto: arm/curve25519: Disable on CPU_BIG_ENDIANEric Biggers
2025-11-04lib/crypto: curve25519-hacl64: Fix older clang KASAN workaround for GCCNathan Chancellor
2025-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after 6.18-rc4Alexei Starovoitov
2025-11-03lib/vsprintf: Improve vsprintf + sprintf function commentsThorsten Blum
2025-11-01Merge tag 'kbuild-fixes-6.18-2' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-10-30Merge tag 'linux_kselftest-kunit-fixes-6.18-rc4' of git://git.kernel.org/pub/...Linus Torvalds
2025-10-29lib/crypto: arm/blake2b: Migrate optimized code into libraryEric Biggers
2025-10-29lib/crypto: blake2b: Add BLAKE2b library functionsEric Biggers
2025-10-29lib/crypto: blake2s: Drop excessive const & rename block => dataEric Biggers
2025-10-29lib/crypto: blake2s: Rename blake2s_state to blake2s_ctxEric Biggers
2025-10-29lib/crypto: blake2s: Adjust parameter order of blake2s()Eric Biggers
2025-10-29lib/crypto: Add FIPS self-tests for SHA-1 and SHA-2Eric Biggers
2025-10-27KMSAN: Restore dynamic check for '-fsanitize=kernel-memory'Nathan Chancellor
2025-10-27kunit: prevent log overwrite in param_testsCarlos Llamas
2025-10-27lib/freader: support reading more than 2 foliosMykyta Yatsenko
2025-10-27lib: move freader into buildid.hMykyta Yatsenko
2025-10-24treewide: Remove in_irq()Matthew Wilcox (Oracle)
2025-10-22lib/crypto: poly1305: Restore dependency of arch code on !KMSANEric Biggers
2025-10-20kunit: test_dev_action: Correctly cast 'priv' pointer to long*Florian Schmaus
2025-10-14interval_tree: Fix ITSTATIC usage for *_subtree_search()Josh Poimboeuf
2025-10-07lib/test_kho: use kho_preserve_vmalloc instead of storing addresses in fdtMike Rapoport (Microsoft)
2025-10-05Merge tag 'integrity-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-10-04Merge tag 'v6.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-10-03lib/digsig: Use SHA-1 library instead of crypto_shashEric Biggers
2025-10-02Merge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-10-02Merge tag 'slab-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
2025-10-02Merge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-10-02Merge tag 'bitmap-for-6.18' of https://github.com/norov/linuxLinus Torvalds
2025-10-01Merge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds
2025-10-01Merge tag 'linux_kselftest-kunit-6.18-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2025-09-30Merge tag 'timers-vdso-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-30Merge tag 'timers-core-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-09-29Merge tag 'riscv-for-linus-6.18-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-09-29Merge tag 'hardening-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-09-29Merge tag 'ffs-const-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-09-29Merge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
2025-09-29Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-09-29Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-09-29maple_tree: Convert forking to use the sheaf interfaceLiam R. Howlett
2025-09-29maple_tree: Add single node allocation support to maple stateLiam R. Howlett
2025-09-29maple_tree: Prefilled sheaf conversion and testingLiam R. Howlett
2025-09-29maple_tree: Replace mt_free_one() with kfree()Pedro Falcato
2025-09-29maple_tree: Use kfree_rcu in ma_free_rcuPedro Falcato
2025-09-29maple_tree: use percpu sheaves for maple_node_cacheVlastimil Babka
2025-09-29maple_tree: Drop bulk insert supportLiam R. Howlett
2025-09-29maple_tree: remove redundant __GFP_NOWARNQianfeng Rong
2025-09-28lib/genalloc: fix device leak in of_gen_pool_get()Johan Hovold
2025-09-28panic: remove CONFIG_PANIC_ON_OOPS_VALUEJohannes Berg
2025-09-24kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFIKees Cook