summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
6 daysMerge branch 'mm-unstable' of https://git.kernel.org/pub/scm/linux/kernel/git...Mark Brown
6 daysMerge branch 'mm-nonmm-stable' of https://git.kernel.org/pub/scm/linux/kernel...Mark Brown
6 daysmaple_tree: add helper mas_make_walkable()Liam R. Howlett (Oracle)
6 daysmaple_tree: avoid extra gap calculationLiam R. Howlett (Oracle)
6 daysmaple_tree: WARN_ON_ONCE when allocations failLiam R. Howlett (Oracle)
6 daysmaple_tree: document that erase may use GFP_KERNEL for allocationsLiam R. Howlett (Oracle)
6 daysmaple_tree: catch race in mas_alloc_cyclic()Liam R. Howlett (Oracle)
6 daysmaple_tree: add bulk parent set helperLiam R. Howlett (Oracle)
6 daysmaple_tree: micro optimisation of mas_wr_store_type()Liam R. Howlett (Oracle)
6 daysmaple_tree: optimise mas_wr_node_store() when not in rcu modeLiam R. Howlett (Oracle)
6 daysmaple_tree: use prefetched value in mas_wr_store_type()Liam R. Howlett (Oracle)
6 daysmaple_tree: clarify comments on mas_nomem()Liam R. Howlett (Oracle)
6 daysmaple_tree: drop dead code from mas_extend_spanning_null()Liam R. Howlett (Oracle)
6 daysmaple_tree-stop-flooding-logs-when-debug_locks-is-set-to-zero-fixLiam R. Howlett (Oracle)
6 daysmaple_tree: add write lock checking with lockdep sequence numbersLiam R. Howlett (Oracle)
6 daysmaple_tree: add rcu locking check when LOCKDEP is enabledLiam R. Howlett (Oracle)
6 dayslib/test_hmm: fix garbage pfn and wrong direction in devmem fault debugQiang Liu
6 dayspercpu: drop CONFIG_DEBUG_FORCE_WEAK_PER_CPUTejun Heo
6 daysmaple_tree: fix comment typoMark Sercombe
6 daysalloc_tag: add ioctl to /proc/allocinfoSuren Baghdasaryan
6 daysmaple_tree: remove unused mas_is_root_limits()Zhan Xusheng
6 daysxarray: honor XA_FLAGS_ACCOUNT in xas_split_alloc()Zi Yan
6 daysMerge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
6 daysMerge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
6 daysMerge tag 'printk-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
7 daysMerge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
7 daysMerge tag 'bitmap-for-7.3' of https://github.com/norov/linuxLinus Torvalds
7 daysMerge tag 'sysctl-7.03-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
7 daysMerge tag 'net-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
7 dayslib/interval_tree: fix allocation warning messagesKarl Mehltretter
7 daysMerge tag 'v7.3-p1' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds
8 daysMerge tag 'driver-core-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
8 daysMerge tag 'watchdog-for-v7.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
8 daysMerge tag 'gpio-updates-for-v7.3-rc1-v2' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
8 daysiov_iter: export iov_iter_restoreOctavian Purdila
8 daysMerge branch 'for-7.3-trivial' into for-linusPetr Mladek
8 daysMerge tag 'timers-vdso-2026-08-17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
9 daysMerge tag 'locking-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
9 daysMerge tag 'v7.2' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/li...Bartosz Golaszewski
9 daysMerge tag 'linux_kselftest-kunit-7.3-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
9 daysMerge tag 'libcrypto-tests-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
9 daysMerge tag 'libcrypto-updates-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
10 daysMerge tag 'vfs-7.3-rc1.misc' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
13 dayshung_task: update DETECT_HUNG_TASK_BLOCKER Kconfig helpXibo Wang
13 dayslib/xz: fix commentsLasse Collin
13 dayslib/xz: use size_t instead of uint32_t in a few placesLasse Collin
13 dayslib/xz: replace min_t with minThorsten Blum
14 daysMerge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2026-08-10lib/crypto: aes-cmac: Use __cleanup() instead of memzero_explicit()Thomas Huth
2026-08-10lib/crypto: tests: Add KUnit test suite for AES-GCMEric Biggers