summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2025-06-01Merge tag 'hardening-v6.16-rc1-fix1-take2' of git://git.kernel.org/pub/scm/li...HEADmasterLinus Torvalds
2025-05-31Merge tag 'mm-nonmm-stable-2025-05-31-15-28' of git://git.kernel.org/pub/scm/...Linus Torvalds
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-31Merge tag 'gcc-minimum-version-6.16' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-05-29Merge tag 'devicetree-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-05-29Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-05-28ubsan: integer-overflow: depend on BROKEN to keep this out of CIKees Cook
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-05-28Merge tag 'hardening-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-05-27Merge tag 'sysctl-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-05-27llist: make llist_add_batch() a static inlineJens Axboe
2025-05-27Merge tag 'thermal-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2025-05-27Merge tag 'sound-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2025-05-27Merge tag 'ratelimit.2025.05.25a' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-05-27Merge tag 'x86_cache_for_v6.16_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2025-05-26Merge tag 'linux_kselftest-kunit-6.16-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds
2025-05-26Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2025-05-25alloc_tag: allocate percpu counters for module tags dynamicallySuren Baghdasaryan
2025-05-22alloc_tag: check mem_profiling_support in alloc_tag_initCasey Chen
2025-05-21lib/crc32: remove unused support for CRC32C combinationEric Biggers
2025-05-21kunit: Fix wrong parameter to kunit_deactivate_static_stub()Tzung-Bi Shih
2025-05-16vsprintf: remove redundant and unused %pCn format specifierLuca Ceresoli
2025-05-15find: Add find_first_andnot_bit()Yury Norov [NVIDIA]
2025-05-15pldmfw: Don't require send_package_data or send_component_table to be definedLee Trager
2025-05-14lib/crc32: add SPDX license identifierEric Biggers
2025-05-13lib/crc16: unexport crc16_table and crc16_byte()Eric Biggers
2025-05-12xarray: fix kerneldoc for __xa_cmpxchgChristoph Hellwig
2025-05-12crypto: testmgr - make it easier to enable the full set of testsEric Biggers
2025-05-12crypto: testmgr - replace CRYPTO_MANAGER_DISABLE_TESTS with CRYPTO_SELFTESTSEric Biggers
2025-05-12crypto: lib/chacha - add array bounds to function prototypesEric Biggers
2025-05-12crypto: lib/chacha - add strongly-typed state zeroizationEric Biggers
2025-05-12crypto: lib/chacha - use struct assignment to copy stateEric Biggers
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers
2025-05-11lib/oid_registry.c: remove unused sprint_OIDDr. David Alan Gilbert
2025-05-11lib/test_kmod: do not hardcode/depend on any filesystemHerton R. Krzesinski
2025-05-11scatterlist: inline sg_next()Caleb Sander Mateos
2025-05-11errseq: eliminate special limitation for macro MAX_ERRNOZijun Hu
2025-05-11kstrtox: add support for enabled and disabled in kstrtobool()Mario Limonciello
2025-05-11lib/rbtree.c: fix the example typoChisheng Chen
2025-05-11lib/test_vmalloc.c: allow built-in executionUladzislau Rezki (Sony)
2025-05-11lib/test_vmalloc.c: replace RWSEM to SRCU for setupUladzislau Rezki (Sony)
2025-05-11maple_tree: reorder mas->store_type case statementsSidhartha Kumar
2025-05-11maple_tree: add sufficient heightSidhartha Kumar
2025-05-11maple_tree: break on convergence in mas_spanning_rebalance()Sidhartha Kumar
2025-05-11maple_tree: use vacant nodes to reduce worst case allocationsSidhartha Kumar
2025-05-11maple_tree: use height and depth consistentlySidhartha Kumar
2025-05-11maple_tree: convert mas_prealloc_calc() to take in a maple write stateSidhartha Kumar
2025-05-11xarray: make xa_alloc_cyclic() return 0 on all success casesPrzemek Kitszel