summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2025-06-28Merge tag 'mm-hotfixes-stable-2025-06-27-16-56' of git://git.kernel.org/pub/s...Linus Torvalds2-2/+15
2025-06-28Merge tag 'riscv-for-linus-5.16-rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-20/+28
2025-06-28kunit: Make default kunit_test timeout configurable via both a module paramet...Marie Zhussupova2-7/+21
2025-06-27Merge branch 'ref_tracker-fix'Jakub Kicinski1-2/+8
2025-06-27ref_tracker: do xarray and workqueue job initializations earlierJeff Layton1-2/+8
2025-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-2/+4
2025-06-26mm/alloc_tag: fix the kmemleak false positive issue in the allocation of the ...Hao Ge1-1/+7
2025-06-26lib/group_cpus: fix NULL pointer dereference from group_cpus_evenly()Yu Kuai1-1/+8
2025-06-25kunit: Adjust kunit_test timeout based on test_{suite,case} speedUjwal Jain4-33/+55
2025-06-24char: misc: add test casesThadeu Lima de Souza Cascardo1-2/+2
2025-06-24lib: Add stress test for ratelimitPaul E. McKenney1-2/+67
2025-06-24lib: Make the ratelimit test more reliablePetr Mladek1-4/+4
2025-06-24lib: Add trivial kunit test for ratelimitPaul E. McKenney3-0/+91
2025-06-24lib: test_objagg: split test_hints_case() into two functionsArnd Bergmann1-32/+45
2025-06-23Merge tag 'mm-hotfixes-stable-2025-06-22-18-52' of git://git.kernel.org/pub/s...Linus Torvalds1-1/+3
2025-06-20Merge tag 'v6.16-p5' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-1/+1
2025-06-20maple_tree: fix MA_STATE_PREALLOC flag in mas_preallocate()Liam R. Howlett1-1/+3
2025-06-20Merge branch 'ref_tracker-add-ability-to-register-a-debugfs-file-for-a-ref_tr...Jakub Kicinski1-15/+268
2025-06-20ref_tracker: eliminate the ref_tracker_dir name fieldJeff Layton2-4/+4
2025-06-20ref_tracker: add a way to create a symlink to the ref_tracker_dir debugfs fileJeff Layton1-0/+50
2025-06-20ref_tracker: automatically register a file in debugfs for a ref_tracker_dirJeff Layton1-5/+147
2025-06-20ref_tracker: allow pr_ostream() to print directly to a seq_fileJeff Layton1-0/+26
2025-06-20ref_tracker: add a static classname string to each ref_tracker_dirJeff Layton1-1/+1
2025-06-20ref_tracker: have callers pass output function to pr_ostream()Jeff Layton1-15/+37
2025-06-20ref_tracker: add a top level debugfs directory for ref_trackerJeff Layton1-0/+13
2025-06-20ref_tracker: don't use %pK in pr_ostream() outputJeff Layton1-3/+3
2025-06-19Merge tag 'net-6.16-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2025-06-19Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds3-27/+31
2025-06-18kunit: Add test for static stubTzung-Bi Shih1-1/+45
2025-06-17s390/drivers: Remove unnecessary include <linux/export.h>Heiko Carstens1-1/+0
2025-06-17pldmfw: Select CRC32 when PLDMFW is selectedSimon Horman1-0/+1
2025-06-16lib/crypto/curve25519-hacl64: Disable KASAN with clang-17 and olderNathan Chancellor1-0/+4
2025-06-16lib/crypto: Annotate crypto strings with nonstringKees Cook2-27/+27
2025-06-13crypto: testmgr - reinstate kconfig control over full self-testsEric Biggers1-1/+1
2025-06-12raid6: riscv: Fix NULL pointer dereference caused by a missing clobberChunyan Zhang1-20/+28
2025-06-12scatterlist: fix extraneous '@'-sign kernel-doc notationRandy Dunlap1-4/+4
2025-06-09slab: Decouple slab_debug and no_hash_pointersKees Cook1-4/+57
2025-06-07Merge tag 'mm-hotfixes-stable-2025-06-06-16-02' of git://git.kernel.org/pub/s...Linus Torvalds3-15/+33
2025-06-07Merge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds5-0/+1490
2025-06-06iov_iter: use iov_offset for length calculation in iov_iter_aligned_bvecNitesh Shetty1-1/+1
2025-06-06alloc_tag: handle module codetag load errors as module load failuresSuren Baghdasaryan2-14/+32
2025-06-06raid6: Add RISC-V SIMD syndrome and recovery calculationsChunyan Zhang5-0/+1490
2025-06-03Merge tag 'bitmap-for-6.16-rc1' of https://github.com/norov/linuxLinus Torvalds1-0/+30
2025-06-03Merge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-16/+13
2025-06-01Merge tag 'hardening-v6.16-rc1-fix1-take2' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-0/+2
2025-06-01iov: remove copy_page_from_iter_atomic()Matthew Wilcox (Oracle)1-16/+13
2025-06-01Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds8-115/+50
2025-06-01Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds7-129/+177
2025-05-31Merge tag 'gcc-minimum-version-6.16' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-41/+3
2025-05-29Merge tag 'devicetree-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+1