summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
3 daysMerge tag 'integrity-v6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
4 daysMerge tag 'v6.18-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
6 dayslib/digsig: Use SHA-1 library instead of crypto_shashEric Biggers
6 daysMerge tag 'mm-nonmm-stable-2025-10-02-15-29' of git://git.kernel.org/pub/scm/...Linus Torvalds
6 daysMerge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
6 daysMerge tag 'slab-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/git/vb...Linus Torvalds
7 daysMerge tag 'for-6.18/block-20250929' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
7 daysMerge tag 'bitmap-for-6.18' of https://github.com/norov/linuxLinus Torvalds
7 daysMerge tag 'kbuild-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kb...Linus Torvalds
7 daysMerge tag 'linux_kselftest-kunit-6.18-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
8 daysMerge tag 'timers-vdso-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
8 daysMerge tag 'timers-core-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
9 daysMerge tag 'riscv-for-linus-6.18-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
9 daysMerge tag 'hardening-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
9 daysMerge tag 'ffs-const-v6.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
9 daysMerge tag 'fsverity-for-linus' of git://git.kernel.org/pub/scm/fs/fsverity/linuxLinus Torvalds
9 daysMerge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
9 daysMerge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
10 daysmaple_tree: Convert forking to use the sheaf interfaceLiam R. Howlett
10 daysmaple_tree: Add single node allocation support to maple stateLiam R. Howlett
10 daysmaple_tree: Prefilled sheaf conversion and testingLiam R. Howlett
10 daysmaple_tree: Replace mt_free_one() with kfree()Pedro Falcato
10 daysmaple_tree: Use kfree_rcu in ma_free_rcuPedro Falcato
10 daysmaple_tree: use percpu sheaves for maple_node_cacheVlastimil Babka
10 daysmaple_tree: Drop bulk insert supportLiam R. Howlett
10 daysmaple_tree: remove redundant __GFP_NOWARNQianfeng Rong
10 dayslib/genalloc: fix device leak in of_gen_pool_get()Johan Hovold
10 dayspanic: remove CONFIG_PANIC_ON_OOPS_VALUEJohannes Berg
2025-09-24kcfi: Rename CONFIG_CFI_CLANG to CONFIG_CFIKees Cook
2025-09-22lib/decompress: use designated initializers for struct compress_formatThorsten Blum
2025-09-22rust: add find_bit_benchmark_rust module.Burak Emir
2025-09-21alloc_tag: mark inaccurate allocation counters in /proc/allocinfo outputSuren Baghdasaryan
2025-09-21alloc_tag: prevent enabling memory profiling if it was shut downSuren Baghdasaryan
2025-09-21alloc_tag: use release_pages() in the cleanup pathSuren Baghdasaryan
2025-09-21kasan: introduce ARCH_DEFER_KASAN and unify static key across modesSabyrzhan Tasbolatov
2025-09-19Merge 6.17-rc6 into kbuild-nextNathan Chancellor
2025-09-17lib/crypto: tests: Add tests and benchmark for sha256_finup_2x()Eric Biggers
2025-09-17lib/crypto: x86/sha256: Add support for 2-way interleaved hashingEric Biggers
2025-09-17lib/crypto: arm64/sha256: Add support for 2-way interleaved hashingEric Biggers
2025-09-17lib/crypto: sha256: Add support for 2-way interleaved hashingEric Biggers
2025-09-16raid6: riscv: replace one load with a move to speed up the caculationChunyan Zhang
2025-09-16raid6: riscv: Clean up unused header file inclusionChunyan Zhang
2025-09-16kunit: Extend kconfig help text for KUNIT_UML_PCIThomas Weißschuh
2025-09-15kunit: Enable PCI on UML without triggering WARN()Thomas Weißschuh
2025-09-13btree: simplify merge logic by using btree_last() return valueGuan-Chun Wu
2025-09-13panic/printk: replace this_cpu_in_panic() with panic_on_this_cpu()Jinchao Wang
2025-09-13lib/sys_info: handle sys_info_mask==0 caseFeng Tang
2025-09-13alloc_tag: use str_on_off() helperKuan-Wei Chiu
2025-09-13test_firmware: use str_true_false() helperKuan-Wei Chiu
2025-09-13lib/fault-inject-usercopy.c: use PTR_ERR_OR_ZERO() to simplify codeXichao Zhao