summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-05-11mm/mempolicy: correctly update prev when policy is equal on mbindLorenzo Stoakes1-1/+3
2023-05-11kasan: hw_tags: avoid invalid virt_to_page()Mark Rutland1-2/+2
2023-05-11mm: do not reclaim private data from pinned pageJan Kara1-0/+10
2023-05-01mm/mempolicy: fix use-after-free of VMA iteratorLiam R. Howlett1-62/+53
2023-04-26mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlockTetsuo Handa1-0/+16
2023-04-26mm/mmap: regression fix for unmapped_area{_topdown}Liam R. Howlett1-5/+43
2023-04-26mm: page_alloc: skip regions with hugetlbfs pages when allocating 1G pagesMel Gorman1-0/+3
2023-04-26mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()Alexander Potapenko2-10/+23
2023-04-26mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()Alexander Potapenko2-10/+49
2023-04-26mm/huge_memory.c: warn with pr_warn_ratelimited instead of VM_WARN_ON_ONCE_FOLIONaoya Horiguchi1-2/+3
2023-04-26mm/khugepaged: check again on anon uffd-wp during isolationPeter Xu1-0/+4
2023-04-26mm/userfaultfd: fix uffd-wp handling for THP migration entriesDavid Hildenbrand1-2/+12
2023-04-26writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbsBaokun Li1-2/+10
2023-04-13mm: enable maple tree RCU mode by default.Liam R. Howlett1-1/+2
2023-04-13mm: take a page reference when removing device exclusive entriesAlistair Popple1-1/+15
2023-04-13mm/hugetlb: fix uffd wr-protection for CoW optimization pathPeter Xu1-2/+12
2023-04-13mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()Rongwei Wang1-1/+2
2023-04-13mm: vmalloc: avoid warn_alloc noise caused by fatal signalYafang Shao1-3/+5
2023-04-13mm: kfence: fix handling discontiguous pageMuchun Song1-2/+2
2023-04-13mm: kfence: fix PG_slab and memcg_data clearingMuchun Song1-15/+15
2023-03-30mm/ksm: fix race with VMA iteration and mm_struct teardownLiam R. Howlett1-2/+9
2023-03-30Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare"Peter Collingbourne1-1/+2
2023-03-30kfence: avoid passing -g for testMarco Elver1-1/+1
2023-03-30mm: kfence: fix using kfence_metadata without initialization in show_object()Muchun Song1-2/+8
2023-03-30mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMPGeert Uytterhoeven1-1/+1
2023-03-22mm: teach mincore_hugetlb about pte markersJames Houghton1-1/+1
2023-03-22mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropageDavid Hildenbrand1-2/+4
2023-03-10memory tier: release the new_memtier in find_create_memory_tier()Tong Tiangen1-2/+2
2023-03-10mm/thp: check and bail out if page in deferred queue alreadyYin Fengwei1-0/+3
2023-03-10mm: memcontrol: deprecate charge movingJohannes Weiner1-0/+4
2023-03-10mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISONNaoya Horiguchi2-5/+5
2023-03-10mm/damon/paddr: fix missing folio_put()andrew.yang1-4/+3
2023-02-22mm/gup: add folio to list when folio_isolate_lru() succeedKuan-Ying Lee1-1/+1
2023-02-22Revert "mm: Always release pages to the buddy allocator in memblock_free_late...Aaron Thompson1-7/+1
2023-02-22mm/migrate: fix wrongly apply write bit after mkdirty on sparc64Peter Xu2-2/+6
2023-02-22mm/filemap: fix page end in filemap_get_read_batchQian Yingjin1-2/+3
2023-02-22mm/MADV_COLLAPSE: set EAGAIN on unexpected page refcountZach O'Keefe1-0/+1
2023-02-22mm: shrinkers: fix deadlock in shrinker debugfsQi Zheng2-6/+13
2023-02-22kasan: fix Oops due to missing calls to kasan_arch_is_ready()Christophe Leroy3-1/+21
2023-02-14Fix page corruption caused by racy check in __free_pagesDavid Chen1-1/+4
2023-02-09migrate: hugetlb: check for hugetlb shared PMD in node migrationMike Kravetz1-1/+2
2023-02-09mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookupsZach O'Keefe1-0/+8
2023-02-09mm, mremap: fix mremap() expanding for vma's with vm_ops->close()Vlastimil Babka1-6/+19
2023-02-09mm/khugepaged: fix ->anon_vma raceJann Horn1-1/+13
2023-02-09mm/swapfile: add cond_resched() in get_swap_pages()Longlong Xia1-0/+1
2023-02-09mm/uffd: fix pte marker when fork() without fork eventPeter Xu1-6/+2
2023-02-09mm: multi-gen LRU: fix crash during cgroup migrationYu Zhao1-1/+4
2023-02-09use less confusing names for iov_iter direction initializersAl Viro3-4/+4
2023-02-01Revert "mm/compaction: fix set skip in fast_find_migrateblock"Vlastimil Babka1-0/+1
2023-01-24panic: Consolidate open-coded panic_on_warn checksKees Cook2-4/+3