summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* memfd: check for non-NULL file_seals in memfd_create() syscallRoberto Sassu2023-06-281-1/+2
* mm: Fix copy_from_user_nofault().Alexei Starovoitov2023-06-282-6/+12
* zswap: do not shrink if cgroup may not zswapNhat Pham2023-06-211-2/+9
* mm: page_table_check: Ensure user pages are not slab pagesRuihan Li2023-06-141-0/+6
* mm: page_table_check: Make it dependent on EXCLUSIVE_SYSTEM_RAMRuihan Li2023-06-141-0/+1
* mm: fix zswap writeback race conditionDomenico Cerasuolo2023-05-241-0/+16
* mm/mempolicy: correctly update prev when policy is equal on mbindLorenzo Stoakes2023-05-111-1/+3
* kasan: hw_tags: avoid invalid virt_to_page()Mark Rutland2023-05-111-2/+2
* mm: do not reclaim private data from pinned pageJan Kara2023-05-111-0/+10
* mm/mempolicy: fix use-after-free of VMA iteratorLiam R. Howlett2023-05-011-62/+53
* mm/page_alloc: fix potential deadlock on zonelist_update_seq seqlockTetsuo Handa2023-04-261-0/+16
* mm/mmap: regression fix for unmapped_area{_topdown}Liam R. Howlett2023-04-261-5/+43
* mm: page_alloc: skip regions with hugetlbfs pages when allocating 1G pagesMel Gorman2023-04-261-0/+3
* mm: kmsan: handle alloc failures in kmsan_vmap_pages_range_noflush()Alexander Potapenko2023-04-262-10/+23
* mm: kmsan: handle alloc failures in kmsan_ioremap_page_range()Alexander Potapenko2023-04-262-10/+49
* mm/huge_memory.c: warn with pr_warn_ratelimited instead of VM_WARN_ON_ONCE_FOLIONaoya Horiguchi2023-04-261-2/+3
* mm/khugepaged: check again on anon uffd-wp during isolationPeter Xu2023-04-261-0/+4
* mm/userfaultfd: fix uffd-wp handling for THP migration entriesDavid Hildenbrand2023-04-261-2/+12
* writeback, cgroup: fix null-ptr-deref write in bdi_split_work_to_wbsBaokun Li2023-04-261-2/+10
* mm: enable maple tree RCU mode by default.Liam R. Howlett2023-04-131-1/+2
* mm: take a page reference when removing device exclusive entriesAlistair Popple2023-04-131-1/+15
* mm/hugetlb: fix uffd wr-protection for CoW optimization pathPeter Xu2023-04-131-2/+12
* mm/swap: fix swap_info_struct race between swapoff and get_swap_pages()Rongwei Wang2023-04-131-1/+2
* mm: vmalloc: avoid warn_alloc noise caused by fatal signalYafang Shao2023-04-131-3/+5
* mm: kfence: fix handling discontiguous pageMuchun Song2023-04-131-2/+2
* mm: kfence: fix PG_slab and memcg_data clearingMuchun Song2023-04-131-15/+15
* mm/ksm: fix race with VMA iteration and mm_struct teardownLiam R. Howlett2023-03-301-2/+9
* Revert "kasan: drop skip_kasan_poison variable in free_pages_prepare"Peter Collingbourne2023-03-301-1/+2
* kfence: avoid passing -g for testMarco Elver2023-03-301-1/+1
* mm: kfence: fix using kfence_metadata without initialization in show_object()Muchun Song2023-03-301-2/+8
* mm/slab: Fix undefined init_cache_node_node() for NUMA and !SMPGeert Uytterhoeven2023-03-301-1/+1
* mm: teach mincore_hugetlb about pte markersJames Houghton2023-03-221-1/+1
* mm/userfaultfd: propagate uffd-wp bit when PTE-mapping the huge zeropageDavid Hildenbrand2023-03-221-2/+4
* memory tier: release the new_memtier in find_create_memory_tier()Tong Tiangen2023-03-101-2/+2
* mm/thp: check and bail out if page in deferred queue alreadyYin Fengwei2023-03-101-0/+3
* mm: memcontrol: deprecate charge movingJohannes Weiner2023-03-101-0/+4
* mm/hwpoison: convert TTU_IGNORE_HWPOISON to TTU_HWPOISONNaoya Horiguchi2023-03-102-5/+5
* mm/damon/paddr: fix missing folio_put()andrew.yang2023-03-101-4/+3
* mm/gup: add folio to list when folio_isolate_lru() succeedKuan-Ying Lee2023-02-221-1/+1
* Revert "mm: Always release pages to the buddy allocator in memblock_free_late...Aaron Thompson2023-02-221-7/+1
* mm/migrate: fix wrongly apply write bit after mkdirty on sparc64Peter Xu2023-02-222-2/+6
* mm/filemap: fix page end in filemap_get_read_batchQian Yingjin2023-02-221-2/+3
* mm/MADV_COLLAPSE: set EAGAIN on unexpected page refcountZach O'Keefe2023-02-221-0/+1
* mm: shrinkers: fix deadlock in shrinker debugfsQi Zheng2023-02-222-6/+13
* kasan: fix Oops due to missing calls to kasan_arch_is_ready()Christophe Leroy2023-02-223-1/+21
* Fix page corruption caused by racy check in __free_pagesDavid Chen2023-02-141-1/+4
* migrate: hugetlb: check for hugetlb shared PMD in node migrationMike Kravetz2023-02-091-1/+2
* mm/MADV_COLLAPSE: catch !none !huge !bad pmd lookupsZach O'Keefe2023-02-091-0/+8
* mm, mremap: fix mremap() expanding for vma's with vm_ops->close()Vlastimil Babka2023-02-091-6/+19
* mm/khugepaged: fix ->anon_vma raceJann Horn2023-02-091-1/+13