summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2021-06-10mm, hugetlb: fix simple resv_huge_pages underflow on UFFDIO_COPYMina Almasry1-2/+12
2021-06-10mm/page_alloc: fix counting of free pages after take off from buddyDing Hui1-0/+2
2021-06-10mm/debug_vm_pgtable: fix alignment for pmd/pud_advanced_tests()Gerald Schaefer1-2/+2
2021-05-19mm/hugetlb: fix F_SEAL_FUTURE_WRITEPeter Xu1-18/+4
2021-05-19userfaultfd: release page in error path to avoid BUG_ONAxel Rasmussen1-1/+11
2021-05-19mm/gup: check for isolation errorsPavel Tatashin1-26/+34
2021-05-19mm/gup: return an error on migration failurePavel Tatashin1-10/+7
2021-05-19mm/gup: check every subpage of a compound page during isolationPavel Tatashin1-12/+7
2021-05-19ksm: fix potential missing rmap_item for stable_nodeMiaohe Lin1-0/+1
2021-05-19mm/migrate.c: fix potential indeterminate pte entry in migrate_vma_insert_page()Miaohe Lin1-0/+7
2021-05-19mm/hugeltb: handle the error case in hugetlb_fix_reserve_counts()Miaohe Lin1-2/+9
2021-05-19khugepaged: fix wrong result value for trace_mm_collapse_huge_page_isolate()Miaohe Lin1-9/+9
2021-05-14mm/memory-failure: unnecessary amount of unmappingJane Chu1-1/+1
2021-05-14mm/sparse: add the missing sparse_buffer_fini() in error branchWang Wensheng1-0/+1
2021-05-14mm: memcontrol: slab: fix obtain a reference to a freeing memcgMuchun Song1-1/+9
2021-05-14mm/sl?b.c: remove ctor argument from kmem_cache_flagsNikolay Borisov4-13/+7
2021-04-21mm: ptdump: fix build failureChristophe Leroy1-1/+1
2021-04-14percpu: make pcpu_nr_empty_pop_pages per chunk typeRoman Gushchin3-10/+15
2021-04-07mm: fix race by making init_zero_pfn() early_initcallIlya Lipnitskiy1-1/+1
2021-03-30mm/memcg: fix 5.10 backport of splitting page memcgHugh Dickins1-1/+5
2021-03-30mm/mmu_notifiers: ensure range_end() is paired with range_start()Sean Christopherson1-0/+23
2021-03-30hugetlb_cgroup: fix imbalanced css_get and css_put pair for shared mappingsMiaohe Lin2-6/+45
2021-03-30z3fold: prevent reclaim/free race for headless pagesThomas Hebb1-1/+15
2021-03-30mm/memcg: set memcg when splitting pageZhou Guanghui1-0/+1
2021-03-30mm/memcg: rename mem_cgroup_split_huge_fixup to split_page_memcg and add nr_p...Zhou Guanghui2-11/+6
2021-03-17mm/page_alloc.c: refactor initialization of struct page for holes in memory l...Mike Rapoport1-83/+75
2021-03-17mm/madvise: replace ptrace attach requirement for process_madviseSuren Baghdasaryan1-1/+12
2021-03-17mm/userfaultfd: fix memory corruption due to writeprotectNadav Amit1-0/+8
2021-03-17arm64: mte: Map hotplugged memory as Normal TaggedCatalin Marinas1-1/+1
2021-03-17Revert "mm, slub: consider rest of partial list if acquire_slab() fails"Linus Torvalds1-1/+1
2021-03-07swap: fix swapfile read/write offsetJens Axboe2-5/+13
2021-03-07zsmalloc: account the number of compacted pages correctlyRokudo Yan1-6/+11
2021-03-07mm/hugetlb.c: fix unnecessary address expansion of pmd sharingLi Xinhai1-10/+12
2021-03-04mm, compaction: make fast_isolate_freepages() stay within zoneVlastimil Babka1-5/+11
2021-03-04mm/vmscan: restore zone_reclaim_mode ABIDave Hansen1-2/+7
2021-03-04hugetlb: fix copy_huge_page_from_user contig page struct assumptionMike Kravetz1-4/+6
2021-03-04hugetlb: fix update_and_free_page contig page struct assumptionMike Kravetz1-2/+4
2021-03-04mm: memcontrol: fix get_active_memcg return valueMuchun Song1-7/+3
2021-03-04mm: memcontrol: fix swap undercounting in cgroup2Muchun Song1-1/+13
2021-03-04mm: fix memory_failure() handling of dax-namespace metadataDan Williams2-0/+21
2021-03-04mm,thp,shmem: make khugepaged obey tmpfs mount flagsRik van Riel1-6/+16
2021-03-04mm/compaction: fix misbehaviors of fast_find_migrateblock()Wonhyuk Yang1-15/+12
2021-03-04mm/hugetlb: suppress wrong warning info when alloc gigantic pageChen Wandun1-2/+2
2021-03-04mm/hugetlb: fix potential double free in hugetlb_register_node() error pathMiaohe Lin1-1/+3
2021-03-04mm/memory.c: fix potential pte_unmap_unlock pte errorMiaohe Lin1-3/+3
2021-03-04mm: memcontrol: fix slub memory accountingMuchun Song2-6/+6
2021-03-04mm: memcontrol: fix NR_ANON_THPS accounting in charge movingMuchun Song1-4/+2
2021-02-26mm: provide a saner PTE walking API for modulesPaolo Bonzini1-5/+36
2021-02-26mm: simplify follow_pte{,pmd}Christoph Hellwig1-30/+5
2021-02-26mm: unexport follow_pte_pmdChristoph Hellwig1-1/+0