summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorLines
2025-05-28ubsan: integer-overflow: depend on BROKEN to keep this out of CIKees Cook-0/+2
2025-05-28Merge tag 'net-next-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds-12/+6
2025-05-28Merge tag 'drm-next-2025-05-28' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds-13/+66
2025-05-28Merge tag 'hardening-v6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+348
2025-05-27Merge tag 'sysctl-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-40/+91
2025-05-27llist: make llist_add_batch() a static inlineJens Axboe-22/+0
2025-05-27Merge tag 'thermal-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-8/+2
2025-05-27Merge tag 'sound-6.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds-18/+21
2025-05-27Merge tag 'ratelimit.2025.05.25a' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-23/+52
2025-05-27Merge tag 'x86_cache_for_v6.16_rc1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+11
2025-05-26Merge tag 'linux_kselftest-kunit-6.16-rc1' of git://git.kernel.org/pub/scm/li...Linus Torvalds-2/+2
2025-05-26Merge tag 'v6.16-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-244/+553
2025-05-26Merge tag 'crc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds-8/+5
2025-05-25alloc_tag: allocate percpu counters for module tags dynamicallySuren Baghdasaryan-20/+72
2025-05-22alloc_tag: check mem_profiling_support in alloc_tag_initCasey Chen-15/+19
2025-05-21lib/crc32: remove unused support for CRC32C combinationEric Biggers-12/+0
2025-05-21kunit: Fix wrong parameter to kunit_deactivate_static_stub()Tzung-Bi Shih-1/+1
2025-05-16vsprintf: remove redundant and unused %pCn format specifierLuca Ceresoli-8/+2
2025-05-15find: Add find_first_andnot_bit()Yury Norov [NVIDIA]-0/+11
2025-05-15pldmfw: Don't require send_package_data or send_component_table to be definedLee Trager-0/+6
2025-05-14lib/crc32: add SPDX license identifierEric Biggers-3/+1
2025-05-13lib/crc16: unexport crc16_table and crc16_byte()Eric Biggers-5/+4
2025-05-12xarray: fix kerneldoc for __xa_cmpxchgChristoph Hellwig-3/+6
2025-05-12crypto: testmgr - make it easier to enable the full set of testsEric Biggers-1/+1
2025-05-12crypto: testmgr - replace CRYPTO_MANAGER_DISABLE_TESTS with CRYPTO_SELFTESTSEric Biggers-11/+8
2025-05-12crypto: lib/chacha - add array bounds to function prototypesEric Biggers-9/+8
2025-05-12crypto: lib/chacha - add strongly-typed state zeroizationEric Biggers-3/+3
2025-05-12crypto: lib/chacha - use struct assignment to copy stateEric Biggers-6/+2
2025-05-12crypto: lib/chacha - strongly type the ChaCha stateEric Biggers-44/+52
2025-05-11lib/oid_registry.c: remove unused sprint_OIDDr. David Alan Gilbert-24/+1
2025-05-11lib/test_kmod: do not hardcode/depend on any filesystemHerton R. Krzesinski-36/+34
2025-05-11scatterlist: inline sg_next()Caleb Sander Mateos-23/+0
2025-05-11errseq: eliminate special limitation for macro MAX_ERRNOZijun Hu-6/+7
2025-05-11kstrtox: add support for enabled and disabled in kstrtobool()Mario Limonciello-0/+4
2025-05-11lib/rbtree.c: fix the example typoChisheng Chen-4/+4
2025-05-11lib/test_vmalloc.c: allow built-in executionUladzislau Rezki (Sony)-4/+4
2025-05-11lib/test_vmalloc.c: replace RWSEM to SRCU for setupUladzislau Rezki (Sony)-10/+7
2025-05-11maple_tree: reorder mas->store_type case statementsSidhartha Kumar-26/+25
2025-05-11maple_tree: add sufficient heightSidhartha Kumar-3/+16
2025-05-11maple_tree: break on convergence in mas_spanning_rebalance()Sidhartha Kumar-3/+13
2025-05-11maple_tree: use vacant nodes to reduce worst case allocationsSidhartha Kumar-4/+9
2025-05-11maple_tree: use height and depth consistentlySidhartha Kumar-40/+44
2025-05-11maple_tree: convert mas_prealloc_calc() to take in a maple write stateSidhartha Kumar-8/+8
2025-05-11xarray: make xa_alloc_cyclic() return 0 on all success casesPrzemek Kitszel-2/+15
2025-05-11iov_iter: convert iov_iter_extract_xarray_pages() to use foliosMatthew Wilcox (Oracle)-8/+8
2025-05-11iov_iter: convert iter_xarray_populate_pages() to use foliosMatthew Wilcox (Oracle)-7/+7
2025-05-08ratelimit: Drop redundant accesses to burstPaul E. McKenney-2/+2
2025-05-08ratelimit: Use nolock_ret restructuring to collapse common case codePaul E. McKenney-10/+3
2025-05-08ratelimit: Use nolock_ret label to collapse lock-failure codePaul E. McKenney-14/+4
2025-05-08ratelimit: Use nolock_ret label to save a couple of lines of codePaul E. McKenney-5/+3