summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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-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-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-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-08ratelimit: Drop redundant accesses to burstPaul E. McKenney
2025-05-08ratelimit: Use nolock_ret restructuring to collapse common case codePaul E. McKenney
2025-05-08ratelimit: Use nolock_ret label to collapse lock-failure codePaul E. McKenney
2025-05-08ratelimit: Use nolock_ret label to save a couple of lines of codePaul E. McKenney
2025-05-08ratelimit: Simplify common-case exit pathPaul E. McKenney
2025-05-08ratelimit: Warn if ->interval or ->burst are negativePetr Mladek
2025-05-08ratelimit: Avoid atomic decrement under lock if already rate-limitedPaul E. McKenney
2025-05-08ratelimit: Avoid atomic decrement if already rate-limitedPaul E. McKenney
2025-05-08ratelimit: Don't flush misses counter if RATELIMIT_MSG_ON_RELEASEPaul E. McKenney
2025-05-08ratelimit: Force re-initialization when rate-limiting re-enabledPaul E. McKenney
2025-05-08ratelimit: Allow zero ->burst to disable ratelimitingPaul E. McKenney
2025-05-08ratelimit: Reduce ___ratelimit() false-positive rate limitingPetr Mladek
2025-05-08ratelimit: Avoid jiffies=0 special casePaul E. McKenney
2025-05-08ratelimit: Count misses due to lock contentionPaul E. McKenney
2025-05-08ratelimit: Convert the ->missed field to atomic_tPaul E. McKenney
2025-05-08ratelimit: Create functions to handle ratelimit_state internalsPaul E. McKenney
2025-05-08lib/tests: randstruct: Add deep function pointer layout testKees Cook
2025-05-08lib/tests: Add randstruct KUnit testKees Cook
2025-05-08kbuild: Switch from -Wvla to -Wvla-larger-than=1Kees Cook
2025-05-08kunit/overflow: Add tests for STACK_FLEX_ARRAY_SIZE() helperGustavo A. R. Silva
2025-05-06crypto: lib/poly1305 - Build main library on LIB_POLY1305 and split generic c...Herbert Xu
2025-05-06Merge drm/drm-next into drm-misc-nextThomas Zimmermann
2025-05-06BackMerge tag 'v6.15-rc5' into drm-nextDave Airlie
2025-05-05crypto: lib/sha256 - Use generic block helperHerbert Xu
2025-05-05crypto: lib/sha256 - Add helpers for block-based shashHerbert Xu