aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-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-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-08ratelimit: Drop redundant accesses to burstPaul E. McKenney1-2/+2
2025-05-08ratelimit: Use nolock_ret restructuring to collapse common case codePaul E. McKenney1-10/+3
2025-05-08ratelimit: Use nolock_ret label to collapse lock-failure codePaul E. McKenney1-14/+4
2025-05-08ratelimit: Use nolock_ret label to save a couple of lines of codePaul E. McKenney1-5/+3
2025-05-08ratelimit: Simplify common-case exit pathPaul E. McKenney1-9/+5
2025-05-08ratelimit: Warn if ->interval or ->burst are negativePetr Mladek1-0/+1
2025-05-08ratelimit: Avoid atomic decrement under lock if already rate-limitedPaul E. McKenney1-5/+8
2025-05-08ratelimit: Avoid atomic decrement if already rate-limitedPaul E. McKenney1-1/+3
2025-05-08ratelimit: Don't flush misses counter if RATELIMIT_MSG_ON_RELEASEPaul E. McKenney1-3/+3
2025-05-08ratelimit: Force re-initialization when rate-limiting re-enabledPaul E. McKenney1-1/+14
2025-05-08ratelimit: Allow zero ->burst to disable ratelimitingPaul E. McKenney1-2/+6
2025-05-08ratelimit: Reduce ___ratelimit() false-positive rate limitingPetr Mladek1-13/+38
2025-05-08ratelimit: Avoid jiffies=0 special casePaul E. McKenney1-1/+3
2025-05-08ratelimit: Count misses due to lock contentionPaul E. McKenney1-1/+3
2025-05-08ratelimit: Convert the ->missed field to atomic_tPaul E. McKenney1-1/+1
2025-05-08ratelimit: Create functions to handle ratelimit_state internalsPaul E. McKenney1-4/+4
2025-05-08lib/tests: randstruct: Add deep function pointer layout testKees Cook1-14/+65
2025-05-08lib/tests: Add randstruct KUnit testKees Cook3-0/+292
2025-05-08kbuild: Switch from -Wvla to -Wvla-larger-than=1Kees Cook1-1/+0
2025-05-08kunit/overflow: Add tests for STACK_FLEX_ARRAY_SIZE() helperGustavo A. R. Silva1-0/+4
2025-05-06crypto: lib/poly1305 - Build main library on LIB_POLY1305 and split generic code outHerbert Xu3-11/+30
2025-05-06Merge drm/drm-next into drm-misc-nextThomas Zimmermann10-16/+39
2025-05-06BackMerge tag 'v6.15-rc5' into drm-nextDave Airlie10-16/+39
2025-05-05crypto: lib/sha256 - Use generic block helperHerbert Xu1-61/+10
2025-05-05crypto: lib/sha256 - Add helpers for block-based shashHerbert Xu2-23/+17