aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'mm-hotfixes-stable-2025-06-06-16-02' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-15/+33
6 daysMerge tag 'riscv-for-linus-6.16-mw1' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds5-0/+1490
7 daysiov_iter: use iov_offset for length calculation in iov_iter_aligned_bvecNitesh Shetty1-1/+1
7 daysalloc_tag: handle module codetag load errors as module load failuresSuren Baghdasaryan2-14/+32
8 daysraid6: Add RISC-V SIMD syndrome and recovery calculationsChunyan Zhang5-0/+1490
10 daysMerge tag 'bitmap-for-6.16-rc1' of https://github.com/norov/linuxLinus Torvalds1-0/+30
10 daysMerge tag 'mm-stable-2025-06-01-14-06' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-16/+13
12 daysMerge tag 'hardening-v6.16-rc1-fix1-take2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+2
12 daysiov: remove copy_page_from_iter_atomic()Matthew Wilcox (Oracle)1-16/+13
12 daysMerge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds8-115/+50
13 daysMerge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds7-129/+177
13 daysMerge tag 'gcc-minimum-version-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/asm-genericLinus Torvalds7-41/+3
2025-05-29Merge tag 'devicetree-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-0/+1
2025-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-3/+14
2025-05-28ubsan: integer-overflow: depend on BROKEN to keep this out of CIKees Cook1-0/+2
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds3-12/+6
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2-13/+66
2025-05-28Merge tag 'hardening-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds6-1/+348
2025-05-27Merge tag 'sysctl-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/sysctl/sysctlLinus Torvalds1-40/+91
2025-05-27llist: make llist_add_batch() a static inlineJens Axboe1-22/+0
2025-05-27Merge tag 'thermal-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-8/+2
2025-05-27Merge tag 'sound-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/soundLinus Torvalds1-18/+21
2025-05-27Merge tag 'ratelimit.2025.05.25a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds1-23/+52
2025-05-27Merge tag 'x86_cache_for_v6.16_rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+11
2025-05-26Merge tag 'linux_kselftest-kunit-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/shuah/linux-kselftestLinus Torvalds2-2/+2
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds15-244/+553
2025-05-26Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiggers/linuxLinus Torvalds2-8/+5
2025-05-25alloc_tag: allocate percpu counters for module tags dynamicallySuren Baghdasaryan2-20/+72
2025-05-22alloc_tag: check mem_profiling_support in alloc_tag_initCasey Chen1-15/+19
2025-05-21lib/crc32: remove unused support for CRC32C combinationEric Biggers2-12/+0
2025-05-21kunit: Fix wrong parameter to kunit_deactivate_static_stub()Tzung-Bi Shih1-1/+1
2025-05-16vsprintf: remove redundant and unused %pCn format specifierLuca Ceresoli1-8/+2
2025-05-15find: Add find_first_andnot_bit()Yury Norov [NVIDIA]1-0/+11
2025-05-15pldmfw: Don't require send_package_data or send_component_table to be definedLee Trager1-0/+6
2025-05-14lib/crc32: add SPDX license identifierEric Biggers1-3/+1
2025-05-13lib/crc16: unexport crc16_table and crc16_byte()Eric Biggers1-5/+4
2025-05-12xarray: fix kerneldoc for __xa_cmpxchgChristoph Hellwig1-3/+6
2025-05-12crypto: testmgr - make it easier to enable the full set of testsEric Biggers1-1/+1
2025-05-12crypto: testmgr - replace CRYPTO_MANAGER_DISABLE_TESTS with CRYPTO_SELFTESTSEric Biggers6-11/+8
2025-05-12crypto: lib/chacha - add array bounds to function prototypesEric Biggers2-9/+8
2025-05-12crypto: lib/chacha - add strongly-typed state zeroizationEric Biggers1-3/+3
2025-05-12crypto: lib/chacha - use struct assignment to copy stateEric Biggers1-6/+2
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers4-44/+52
2025-05-11lib/oid_registry.c: remove unused sprint_OIDDr. David Alan Gilbert1-24/+1
2025-05-11lib/test_kmod: do not hardcode/depend on any filesystemHerton R. Krzesinski2-36/+34
2025-05-11scatterlist: inline sg_next()Caleb Sander Mateos1-23/+0
2025-05-11errseq: eliminate special limitation for macro MAX_ERRNOZijun Hu1-6/+7
2025-05-11kstrtox: add support for enabled and disabled in kstrtobool()Mario Limonciello1-0/+4
2025-05-11lib/rbtree.c: fix the example typoChisheng Chen1-4/+4
2025-05-11lib/test_vmalloc.c: allow built-in executionUladzislau Rezki (Sony)2-4/+4