summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2026-08-05lib/ucs2_string.c: fix indentationVincent Mailhol
2026-08-05lib/ucs2_string.c: fix out-of-bounds read in ucs2_strnlen()Vincent Mailhol
2026-08-05sysctl: remove CONFIG_PROC_SYSCTL, it just mirrors CONFIG_SYSCTLOleg Nesterov
2026-08-04selftests/mm: add HMM test for mmap lock-dropping faultsStanislav Kinsburskii
2026-08-04lib/maple_tree: add missing spaces after switch keywordWatson Wheeler
2026-08-04slub_kunit: extend the test for kfree_rcu_nolock()Harry Yoo (Oracle)
2026-08-03raid6/kunit: add a benchmarkChristoph Hellwig
2026-08-03raid6: improve the runtime selection benchmarkChristoph Hellwig
2026-08-03raid6: defer implementation selection when built-inChristoph Hellwig
2026-08-03raid6: enable lock context analysisChristoph Hellwig
2026-08-03xor/kunit: add a benchmarkChristoph Hellwig
2026-08-03xor/kunit: fix a spelling errorChristoph Hellwig
2026-08-03xor: improve the runtime selection benchmarkChristoph Hellwig
2026-08-03xor: enable lock context analysisChristoph Hellwig
2026-08-03Revert "printf: Compile the kunit test with DISABLE_BRANCH_PROFILING DISABLE_...Petr Mladek
2026-08-03lib/random32: convert selftest to KUnitKir Chou
2026-08-03lib/math: add KUnit test suite for polynomial_calc()Adi Nata
2026-08-03lib/string: fix memchr_inv() for large rangesBradley Morgan
2026-07-31block: validate user space vectors during extractionKeith Busch
2026-07-31seq_file: rename mangle_path to seq_mangle_pathJohannes Berg
2026-07-31lockref: tidy up dead count handlingMateusz Guzik
2026-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Herbert Xu
2026-07-30lib/test_hmm: fail dmirror_fault() when the mirrored mm is goneStanislav Kinsburskii
2026-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-07-30rhashtable: fix false-positive lockdep splat on rhltable destructionFlorian Westphal
2026-07-29mm/slab, slub_kunit: register kprobe to trigger _nolock APIsHarry Yoo (Oracle)
2026-07-28mm: move alloc tag to mmLorenzo Stoakes
2026-07-28percpu_ref: fix documentation of maximum valueMatthew Wilcox (Oracle)
2026-07-28lib: test bitmap vs IDA vs Maple Tree performance for region allocationsYury Norov
2026-07-28Merge tag 'hardening-v7.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-07-27Merge tag 'mm-hotfixes-stable-2026-07-27-14-18' of git://git.kernel.org/pub/s...Linus Torvalds
2026-07-27Merge tag 'for-next-keys-7.2-rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-07-24Merge tag 'slab-for-7.2-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-07-23lib/crypto: aesgcm: Remove old AES-GCM libraryEric Biggers
2026-07-23assoc_array: trim the final shortcut word using the current chunk endMichael Bommarito
2026-07-22bitmap: Return size when no zero area is foundYury Norov
2026-07-22bitmap: Properly initialise destination bitmap for scatter & gather testChristophe Leroy (CS GROUP)
2026-07-22lib/bitmap-str: get rid of cpumap_print_to_pagebuf()Yury Norov
2026-07-22lib: bitmap: optimize bitmap_find_next_zero_area_off()sunyi
2026-07-22lib: bitmap: add tests for bitmap_find_next_zero_area_off()sunyi
2026-07-22lib/crypto: aes: Add CCM supportEric Biggers
2026-07-22lib/crypto: aes: Add GCM supportEric Biggers
2026-07-22Merge branch 'big-tcp-for-udp-tunnels'Paolo Abeni
2026-07-22net: Use helpers to get/set UDP len tree-wideAlice Mikityanska
2026-07-20lib: test_hmm: use device devt for coherent device range selectionStanislav Kinsburskii
2026-07-20Merge tag 'v7.2-p2' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
2026-07-20Merge tag 'swnode-7.3-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git...Bartosz Golaszewski
2026-07-19lib/crypto: aes: Add XTS supportEric Biggers
2026-07-19lib/crypto: aes: Add CTR and XCTR supportEric Biggers