summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2025-05-11iov_iter: convert iov_iter_extract_xarray_pages() to use foliosMatthew Wilcox (Oracle)
2025-05-11iov_iter: convert iter_xarray_populate_pages() to use foliosMatthew Wilcox (Oracle)
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-07KVM: arm64: Introduce CONFIG_UBSAN_KVM_EL2Mostafa Saleh