aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
7 daysalloc_tag: fix use-after-free in /proc/allocinfo after module unloadHao Ge1-2/+7
7 daysmm/alloc_tag: replace fixed-size early PFN array with dynamic linked listHao Ge1-49/+91
2026-06-08lib/test_hmm: check alloc_page_vma() return value and handle OOMQiang Liu1-2/+27
2026-06-08lib/test_hmm: fix memory leak in dmirror_migrate_to_system()Hao Ge1-3/+3
2026-06-02lib/test_vmalloc: add vrealloc test caseShivam Kalra1-0/+62
2026-06-02lib/test_hmm: fix error path in dmirror_devmem_fault()Qiang Liu1-2/+8
2026-06-02lib/test_hmm: use kvfree() to free kvcalloc() allocationsHao Ge1-2/+2
2026-06-02lib/test_meminit: use && for boolsAlexander Potapenko1-1/+1
2026-06-02maple_tree: document that "last" in mtree_insert_range() is inclusiveSteven Rostedt1-2/+5
2026-05-24Merge tag 'core-urgent-2026-05-24' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-4/+14
2026-05-19Merge tag 'mm-hotfixes-stable-2026-05-18-21-07' of git://git.kernel.org/pub/s...Linus Torvalds1-5/+5
2026-05-18debugobjects: Do not fill_pool() if pi_blocked_onHelen Koike1-4/+14
2026-05-17Merge tag 'timers-urgent-2026-05-17' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+2
2026-05-15Merge tag 'v7.1-p4' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/...Linus Torvalds1-7/+26
2026-05-14vdso/gettimeofday: Reload sequence counter after switch to time page in do_aux()Thomas Weißschuh1-3/+2
2026-05-13lib: kunit_iov_iter: fix test fail on powerpcChristian A. Ehrhardt1-5/+5
2026-05-12Merge tag 'probes-fixes-v7.1-rc3' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-11/+18
2026-05-11Merge tag 'linux_kselftest-kunit-fixes-7.1-rc4' of git://git.kernel.org/pub/s...Linus Torvalds1-2/+3
2026-05-08test_kprobes: clear kprobes between test runsMartin Kaiser1-11/+18
2026-05-05Merge tag 'fbdev-for-7.1-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2026-05-05rhashtable: Add bucket_table_free_atomic() helperUladzislau Rezki (Sony)1-1/+9
2026-05-05rhashtable: drop ht->mutex in rhashtable_free_and_destroy()Mikhail Gavrilov1-6/+17
2026-05-04kunit: config: KUNIT_DEBUGFS should depend on DEBUG_FSDavid Gow1-0/+1
2026-05-04kunit: config: Enable KUNIT_DEBUGFS by defaultDavid Gow1-2/+2
2026-05-01Merge tag 'mm-hotfixes-stable-2026-04-30-15-39' of git://git.kernel.org/pub/s...Linus Torvalds2-3/+3
2026-04-28Merge tag 'sched_ext-for-7.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-5/+31
2026-04-28lib/fonts: Fix bit position when rotating by 180 degreesThomas Zimmermann1-1/+1
2026-04-27MAINTAINERS: update Liam's email addressLiam R. Howlett2-3/+3
2026-04-24Merge tag 'riscv-for-linus-7.1-mw1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2-0/+285
2026-04-24Merge tag 'loongarch-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds1-1/+1
2026-04-22LoongArch: Adjust build infrastructure for 32BIT/64BITHuacai Chen1-1/+1
2026-04-21Merge tag 'libcrypto-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2026-04-20rhashtable: Bounce deferred worker kick through irq_workTejun Heo1-3/+28
2026-04-20Merge tag 'printk-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds3-2/+26
2026-04-20Merge branch 'for-7.1-printf-kunit-build' into for-linusPetr Mladek83-730/+1131
2026-04-19Merge tag 'usb-7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds1-0/+36
2026-04-19rhashtable: Restore insecure_elasticity toggleHerbert Xu1-2/+3
2026-04-19Merge tag 'mm-stable-2026-04-18-02-14' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-73/+189
2026-04-18Merge tag 'memblock-v7.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2026-04-18lib: test_hmm: implement a device release methodAlistair Popple1-3/+15
2026-04-18lib: test_hmm: evict device pages on file close to avoid use-after-freeAlistair Popple1-50/+62
2026-04-18mm/alloc_tag: clear codetag for pages allocated before page_ext initializationHao Ge1-0/+109
2026-04-18liveupdate: remove liveupdate_test_unregister()Pasha Tatashin1-18/+0
2026-04-18kho: persist blob size in KHO FDTBreno Leitao1-1/+1
2026-04-18kho: add size parameter to kho_add_subtree()Breno Leitao1-1/+2
2026-04-17Merge tag 'bootconfig-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-26/+36
2026-04-16Merge tag 'mm-nonmm-stable-2026-04-15-04-20' of git://git.kernel.org/pub/scm/...Linus Torvalds62-64/+5927
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds3-1179/+989
2026-04-15Merge tag 'wq-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds3-0/+305
2026-04-15Merge tag 'slab-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/vba...Linus Torvalds1-0/+92