summaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-09-10Merge tag 'mm-hotfixes-stable-2025-09-10-20-00' of git://git.kernel.org/pub/s...Linus Torvalds12-45/+94
2025-09-08mm/damon/sysfs: fix use-after-free in state_show()Stanislav Fort1-5/+9
2025-09-08mm/vmalloc, mm/kasan: respect gfp mask in kasan_populate_vmalloc()Uladzislau Rezki (Sony)2-11/+28
2025-09-08mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memoryMiaohe Lin1-4/+3
2025-09-08mm/mremap: fix regression in vrm->new_addr checkCarlos Llamas1-3/+6
2025-09-08percpu: fix race on alloc failed warning limitVlad Dumitrescu1-8/+12
2025-09-04Merge tag 'slab-for-6.17-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-11/+26
2025-09-03mm/memory-failure: fix redundant updates for already poisoned pagesKyle Meyer1-7/+6
2025-09-03mm/damon/reclaim: avoid divide-by-zero in damon_reclaim_apply_parameters()Quanmin Yan1-0/+5
2025-09-03mm/damon/lru_sort: avoid divide-by-zero in damon_lru_sort_apply_parameters()Quanmin Yan1-0/+5
2025-09-03mm/damon/core: set quota->charged_from to jiffies at first charge windowSang-Heon Jeon1-0/+4
2025-09-03mm/hugetlb: add missing hugetlb_lock in __unmap_hugepage_range()Jeongjun Park1-3/+6
2025-09-03mm/memory_hotplug: fix hwpoisoned large folio handling in do_migrate_range()Jinjiang Tu1-2/+8
2025-09-03mm/khugepaged: fix the address passed to notifier on testing youngWei Yang1-2/+2
2025-09-02Merge tag 'mm-hotfixes-stable-2025-09-01-17-20' of git://git.kernel.org/pub/s...Linus Torvalds9-42/+66
2025-09-01mm: fix possible deadlock in kmemleakGu Bowen1-7/+20
2025-09-01mm: slub: avoid wake up kswapd in set_track_prepareyangshiguang1-10/+20
2025-08-28Merge tag 'fixes-2025-08-28' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-11/+18
2025-08-27mm: introduce and use {pgd,p4d}_populate_kernel()Harry Yoo3-12/+12
2025-08-27mm: fix accounting of memmap pagesSumanth Korikkar2-11/+9
2025-08-27mm/damon/core: prevent unnecessary overflow in damos_set_effective_quota()Quanmin Yan1-2/+2
2025-08-27mm/kasan: avoid lazy MMU mode hazardsAlexander Gordeev1-0/+8
2025-08-27mm/kasan: fix vmalloc shadow memory (de-)population racesAlexander Gordeev1-10/+8
2025-08-27kunit: kasan_test: disable fortify string checker on kasan_strings() testYeoreum Yun1-0/+2
2025-08-27mm/userfaultfd: fix kmap_local LIFO ordering for CONFIG_HIGHPTESasha Levin1-2/+7
2025-08-26memblock: fix kernel-doc for MEMBLOCK_RSRV_NOINITMike Rapoport (Microsoft)1-4/+11
2025-08-25mm/slub: avoid accessing metadata when pointer is invalid in object_err()Li Qiong1-1/+6
2025-08-23Merge tag 'driver-core-6.17-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-2/+2
2025-08-20mm: numa,memblock: Use SZ_1M macro to denote bytes to MB conversionPratyush Brahma3-6/+6
2025-08-19mm/mremap: fix WARN with uffd that has remap events disabledDavid Hildenbrand1-18/+23
2025-08-19mm/damon/sysfs-schemes: put damos dests dir after removing its filesSeongJae Park1-1/+1
2025-08-19mm/migrate: fix NULL movable_ops if CONFIG_ZSMALLOC=mHuacai Chen3-8/+46
2025-08-19mm/damon/core: fix damos_commit_filter not changing allowSang-Heon Jeon1-0/+1
2025-08-19mm/memory-failure: fix infinite UCE for VM_PFNMAP pfnJinjiang Tu1-0/+8
2025-08-19mm/mremap: catch invalid multi VMA moves earlierLorenzo Stoakes1-8/+13
2025-08-19mm/mremap: allow multi-VMA move when filesystem uses thp_get_unmapped_areaLorenzo Stoakes1-9/+11
2025-08-19mm/damon/core: fix commit_ops_filters by using correct nth functionSang-Heon Jeon1-1/+13
2025-08-19mm/debug_vm_pgtable: clear page table entries at destroy_args()Herton R. Krzesinski1-2/+7
2025-08-13mm/numa_memblks: Use pr_debug instead of printk(KERN_DEBUG)Pratyush Brahma1-1/+1
2025-08-11mm/mremap: avoid expensive folio lookup on mremap folio pte batchLorenzo Stoakes1-0/+4
2025-08-11userfaultfd: fix a crash in UFFDIO_MOVE when PMD is a migration entrySuren Baghdasaryan1-7/+10
2025-08-11mm: pass page directly instead of using folio_pageDev Jain1-13/+10
2025-08-10mm/vmscan: fix inverted polarity in lru_gen_seq_show()Danilo Krummrich1-2/+2
2025-08-05mm: fix the race between collapse and PT_RECLAIM under per-vma lockBarry Song1-1/+1
2025-08-05mm/kmemleak: avoid soft lockup in __kmemleak_do_cleanup()Waiman Long1-0/+5
2025-08-05mm/kmemleak: avoid deadlock by moving pr_warn() outside kmemleak_lockBreno Leitao1-1/+4
2025-08-05kasan/test: fix protection against compiler elisionJann Horn1-1/+1
2025-08-05Merge tag 'mm-stable-2025-08-03-12-35' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds21-418/+518
2025-08-04Merge tag 'printk-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+2
2025-08-02mm: mempool: fix crash in mempool_free() for zero-minimum poolsYadan Fan1-14/+10