aboutsummaryrefslogtreecommitdiffstats
path: root/mm (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-26mm/rmap: use page_not_mapped in try_to_unmap()Miaohe Lin1-8/+3
2021-02-26mm/rmap: fix obsolete comment in __page_check_anon_rmap()Miaohe Lin1-2/+1
2021-02-26mm/rmap: remove unneeded semicolon in page_not_mapped()Miaohe Lin1-1/+1
2021-02-26mm/rmap: correct some obsolete comments of anon_vmaMiaohe Lin1-2/+2
2021-02-26mm/mlock: stop counting mlocked pages when none vma is foundMiaohe Lin1-1/+1
2021-02-26mm/memory_hotplug: prevalidate the address range being added with platformAnshuman Khandual2-20/+66
2021-02-26mm/memory_hotplug: use helper function zone_end_pfn() to get end_pfnMiaohe Lin1-5/+4
2021-02-26mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCEDavid Hildenbrand1-1/+1
2021-02-26mm/memory_hotplug: rename all existing 'memhp' into 'mhp'Anshuman Khandual1-6/+6
2021-02-26mm: fix memory_failure() handling of dax-namespace metadataDan Williams2-0/+21
2021-02-26mm: teach pfn_to_online_page() about ZONE_DEVICE section collisionsDan Williams1-0/+38
2021-02-26mm: teach pfn_to_online_page() to consider subsection validityDan Williams1-4/+19
2021-02-26mm: move pfn_to_online_page() out of lineDan Williams1-0/+16
2021-02-26mm/vmstat.c: erase latency in vmstat_shepherdJiang Biao1-0/+2
2021-02-26mm: vmstat: add some comments on internal storage of byte itemsJohannes Weiner1-0/+12
2021-02-26mm: vmstat: fix NOHZ wakeups for node stat changesJohannes Weiner1-6/+9
2021-02-26mm: cma: print region name on failurePatrick Daly1-2/+2
2021-02-26mm/page_alloc: count CMA pages per zone and print them in /proc/zoneinfoDavid Hildenbrand2-2/+5
2021-02-26mm/cma: expose all pages to the buddy if activation of an area failsDavid Hildenbrand1-22/+21
2021-02-26mm: cma: allocate cma areas bottom-upRoman Gushchin1-0/+17
2021-02-26mm,shmem,thp: limit shmem THP allocations to requested zonesRik van Riel1-1/+5
2021-02-26mm,thp,shmem: make khugepaged obey tmpfs mount flagsRik van Riel1-6/+16
2021-02-26mm,thp,shm: limit gfp mask to no more than specifiedRik van Riel1-0/+21
2021-02-26mm,thp,shmem: limit shmem THP alloc gfp_maskRik van Riel2-6/+8
2021-02-26mm: remove pagevec_lookup_entriesMatthew Wilcox (Oracle)2-36/+4
2021-02-26mm: pass pvec directly to find_get_entriesMatthew Wilcox (Oracle)3-18/+12
2021-02-26mm: remove nr_entries parameter from pagevec_lookup_entriesMatthew Wilcox (Oracle)2-5/+4
2021-02-26mm: add an 'end' parameter to pagevec_lookup_entriesMatthew Wilcox (Oracle)2-35/+14
2021-02-26mm: add an 'end' parameter to find_get_entriesMatthew Wilcox (Oracle)3-13/+8
2021-02-26mm: add and use find_lock_entriesMatthew Wilcox (Oracle)4-97/+78
2021-02-26iomap: use mapping_seek_hole_dataMatthew Wilcox (Oracle)1-5/+32
2021-02-26mm/filemap: add mapping_seek_hole_dataMatthew Wilcox (Oracle)2-70/+80
2021-02-26mm/filemap: add helper for finding pagesMatthew Wilcox (Oracle)1-55/+42
2021-02-26mm/filemap: rename find_get_entry to mapping_get_entryMatthew Wilcox (Oracle)1-3/+4
2021-02-26mm: add FGP_ENTRYMatthew Wilcox (Oracle)4-41/+12
2021-02-26mm/swap: optimise get_shadow_from_swap_cacheMatthew Wilcox (Oracle)1-3/+1
2021-02-26mm/shmem: use pagevec_lookup in shmem_unlock_mappingMatthew Wilcox (Oracle)1-10/+1
2021-02-26mm: make pagecache tagged lookups return only head pagesMatthew Wilcox (Oracle)1-5/+6
2021-02-24mm/hugetlb: change hugetlb_reserve_pages() to type boolMike Kravetz1-23/+14
2021-02-24mm, oom: fix a comment in dump_task()Tang Yizhou1-3/+2
2021-02-24mm/mempolicy: use helper range_in_vma() in queue_pages_test_walk()Miaohe Lin1-1/+1
2021-02-24numa balancing: migrate on fault among multiple bound nodesHuang Ying1-0/+16
2021-02-24mm, compaction: make fast_isolate_freepages() stay within zoneVlastimil Babka1-5/+11
2021-02-24mm/compaction: fix misbehaviors of fast_find_migrateblock()Wonhyuk Yang1-15/+12
2021-02-24mm/compaction: correct deferral logic for proactive compactionCharan Teja Reddy1-6/+14
2021-02-24mm/compaction: remove duplicated VM_BUG_ON_PAGE !PageLockedMiaohe Lin1-1/+0
2021-02-24mm/compaction: remove rcu_read_lock during page compactionAlex Shi1-4/+1
2021-02-24z3fold: simplify the zhdr initialization code in init_z3fold_page()Miaohe Lin1-7/+1
2021-02-24z3fold: remove unused attribute for release_z3fold_pageMiaohe Lin1-2/+1
2021-02-24mm/vmscan: restore zone_reclaim_mode ABIDave Hansen1-2/+7