aboutsummaryrefslogtreecommitdiffstats
path: root/lib (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-11lib/test_vmalloc.c: replace RWSEM to SRCU for setupUladzislau Rezki (Sony)1-10/+7
2025-05-11maple_tree: reorder mas->store_type case statementsSidhartha Kumar1-26/+25
2025-05-11maple_tree: add sufficient heightSidhartha Kumar1-3/+16
2025-05-11maple_tree: break on convergence in mas_spanning_rebalance()Sidhartha Kumar1-3/+13
2025-05-11maple_tree: use vacant nodes to reduce worst case allocationsSidhartha Kumar1-4/+9
2025-05-11maple_tree: use height and depth consistentlySidhartha Kumar1-40/+44
2025-05-11maple_tree: convert mas_prealloc_calc() to take in a maple write stateSidhartha Kumar1-8/+8
2025-05-11xarray: make xa_alloc_cyclic() return 0 on all success casesPrzemek Kitszel1-2/+15
2025-05-11iov_iter: convert iov_iter_extract_xarray_pages() to use foliosMatthew Wilcox (Oracle)1-8/+8
2025-05-11iov_iter: convert iter_xarray_populate_pages() to use foliosMatthew Wilcox (Oracle)1-7/+7
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-07KVM: arm64: Introduce CONFIG_UBSAN_KVM_EL2Mostafa Saleh2-2/+13
2025-05-07ubsan: Remove regs from report_ubsan_failure()Mostafa Saleh1-1/+1
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-05devres: Export devm_ioremap_resource_wc()Rob Herring (Arm)1-0/+1
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
2025-05-05crypto: lib/sha256 - improve function prototypesEric Biggers1-4/+4
2025-05-05crypto: sparc/sha256 - implement library instead of shashEric Biggers1-0/+3
2025-05-05crypto: sha256 - support arch-optimized lib and expose through shashEric Biggers4-109/+246
2025-05-05crypto: lib/poly1305 - Use block-only interfaceHerbert Xu1-13/+26
2025-05-05crypto: lib/poly1305 - Add block-only interfaceHerbert Xu1-31/+23
2025-05-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux v6.15-rc5Herbert Xu11-47/+65
2025-05-01ASoC: codec: twl4030: Convert to GPIO descriptorsMark Brown10-16/+39
2025-04-30gcc-plugins: remove SANCOV gcc pluginArnd Bergmann1-6/+0
2025-04-30Kbuild: remove structleak gcc pluginArnd Bergmann2-12/+2
2025-04-30raid6: skip avx512 checksArnd Bergmann4-19/+0
2025-04-30kbuild: require gcc-8 and binutils-2.30Arnd Bergmann1-4/+1
2025-04-29test_bits: add tests for BIT_U*()Vincent Mailhol1-0/+10