summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2025-10-06mm: swap: check for stable address space before operating on the VMACharan Teja Kalla1-0/+3
2025-10-02mm/damon/sysfs: do not ignore callback's return value in damon_sysfs_damon_ca...Akinobu Mita1-1/+3
2025-10-02kmsan: fix out-of-bounds access to shadow memoryEric Biggers2-3/+23
2025-09-25mm: folio_may_be_lru_cached() unless folio_test_large()Hugh Dickins3-6/+6
2025-09-25mm: revert "mm: vmscan.c: fix OOM on swap stress test"Hugh Dickins1-1/+1
2025-09-25mm/gup: local lru_add_drain() to avoid lru_add_drain_all()Hugh Dickins1-4/+11
2025-09-25gup: optimize longterm pin_user_pages() for large folioLi Zhe1-8/+30
2025-09-25mm: revert "mm/gup: clear the LRU flag of a page before adding to LRU batch"Hugh Dickins1-24/+26
2025-09-25mm/gup: check ref_count instead of lru before migrationHugh Dickins1-1/+2
2025-09-19mm/damon/reclaim: avoid divide-by-zero in damon_reclaim_apply_parameters()Quanmin Yan1-0/+5
2025-09-19mm/damon/sysfs: fix use-after-free in state_show()Stanislav Fort1-5/+9
2025-09-19mm/damon/lru_sort: avoid divide-by-zero in damon_lru_sort_apply_parameters()Quanmin Yan1-0/+5
2025-09-19mm/damon/core: set quota->charged_from to jiffies at first charge windowSang-Heon Jeon1-0/+4
2025-09-19mm/memory-failure: fix redundant updates for already poisoned pagesKyle Meyer1-7/+6
2025-09-19mm/memory-failure: fix VM_BUG_ON_PAGE(PagePoisoned(page)) when unpoison memoryMiaohe Lin1-4/+3
2025-09-19mm/vmalloc, mm/kasan: respect gfp mask in kasan_populate_vmalloc()Uladzislau Rezki (Sony)2-11/+28
2025-09-19mm/khugepaged: fix the address passed to notifier on testing youngWei Yang1-2/+2
2025-09-19mm/hugetlb: add missing hugetlb_lock in __unmap_hugepage_range()Jeongjun Park1-3/+6
2025-09-09kunit: kasan_test: disable fortify string checker on kasan_strings() testYeoreum Yun1-0/+2
2025-09-09mm: slub: avoid wake up kswapd in set_track_prepareyangshiguang1-10/+20
2025-09-09mm: fix possible deadlock in kmemleakGu Bowen1-7/+20
2025-09-09mm: introduce and use {pgd,p4d}_populate_kernel()Harry Yoo3-12/+12
2025-09-09mm: fix accounting of memmap pagesSumanth Korikkar2-11/+9
2025-09-09mm/userfaultfd: fix kmap_local LIFO ordering for CONFIG_HIGHPTESasha Levin1-2/+7
2025-09-09mm/slub: avoid accessing metadata when pointer is invalid in object_err()Li Qiong1-1/+6
2025-08-28mm/mremap: fix WARN with uffd that has remap events disabledDavid Hildenbrand1-18/+23
2025-08-28mm/memory-failure: fix infinite UCE for VM_PFNMAP pfnJinjiang Tu1-0/+8
2025-08-28mm/debug_vm_pgtable: clear page table entries at destroy_args()Herton R. Krzesinski1-2/+7
2025-08-28mm/damon/core: fix damos_commit_filter not changing allowSang-Heon Jeon1-0/+1
2025-08-28mm/damon/core: fix commit_ops_filters by using correct nth functionSang-Heon Jeon1-1/+13
2025-08-28mm/damon/ops-common: ignore migration request to invalid nodesSeongJae Park1-0/+4
2025-08-28kasan/test: fix protection against compiler elisionJann Horn1-1/+1
2025-08-28readahead: fix return value of page_cache_next_miss() when no hole is foundChi Zhiling1-1/+2
2025-08-20mm/kmemleak: avoid deadlock by moving pr_warn() outside kmemleak_lockBreno Leitao1-1/+4
2025-08-20mm/kmemleak: avoid soft lockup in __kmemleak_do_cleanup()Waiman Long1-0/+5
2025-08-20mm/shmem, swap: improve cached mTHP handling and fix potential hangKairui Song1-9/+30
2025-08-20mm/ptdump: take the memory hotplug lock inside ptdump_walk_pgd()Anshuman Khandual1-0/+2
2025-08-20mm/huge_memory: don't ignore queried cachemode in vmf_insert_pfn_pud()David Hildenbrand1-4/+3
2025-08-20mm, slab: restore NUMA policy support for large kmallocVlastimil Babka1-1/+6
2025-08-20userfaultfd: fix a crash in UFFDIO_MOVE when PMD is a migration entrySuren Baghdasaryan1-7/+10
2025-08-20mm/damon/core: commit damos->target_nidBijan Tabatabai1-0/+1
2025-08-15mm: fix a UAF when vma->mm is freed after vma->vm_refcnt got droppedSuren Baghdasaryan1-2/+1
2025-08-15mm: shmem: fix the shmem large folio allocation for the i915 driverBaolin Wang1-2/+2
2025-08-15mm: swap: move nr_swap_pages counter decrement from folio_alloc_swap() to swa...Kemeng Shi1-1/+1
2025-08-15mm: swap: fix potential buffer overflow in setup_clusters()Kemeng Shi1-3/+7
2025-08-15mm: swap: correctly use maxpages in swapon syscall to avoid potential deadloopKemeng Shi1-27/+26
2025-08-15mm/hmm: move pmd_to_hmm_pfn_flags() to the respective #ifdefferyAndy Shevchenko1-1/+1
2025-08-15slub: Fix a documentation build error for krealloc()Jonathan Corbet1-5/+5
2025-07-24Merge tag 'mm-hotfixes-stable-2025-07-24-18-03' of git://git.kernel.org/pub/s...Linus Torvalds6-4/+36
2025-07-24mm/damon/core: commit damos_quota_goal->nidSeongJae Park1-0/+15