summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2021-02-26mm/rmap: use page_not_mapped in try_to_unmap()Miaohe Lin
2021-02-26mm/rmap: fix obsolete comment in __page_check_anon_rmap()Miaohe Lin
2021-02-26mm/rmap: remove unneeded semicolon in page_not_mapped()Miaohe Lin
2021-02-26mm/rmap: correct some obsolete comments of anon_vmaMiaohe Lin
2021-02-26mm/mlock: stop counting mlocked pages when none vma is foundMiaohe Lin
2021-02-26mm/memory_hotplug: prevalidate the address range being added with platformAnshuman Khandual
2021-02-26mm/memory_hotplug: use helper function zone_end_pfn() to get end_pfnMiaohe Lin
2021-02-26mm/memory_hotplug: MEMHP_MERGE_RESOURCE -> MHP_MERGE_RESOURCEDavid Hildenbrand
2021-02-26mm/memory_hotplug: rename all existing 'memhp' into 'mhp'Anshuman Khandual
2021-02-26mm: fix memory_failure() handling of dax-namespace metadataDan Williams
2021-02-26mm: teach pfn_to_online_page() about ZONE_DEVICE section collisionsDan Williams
2021-02-26mm: teach pfn_to_online_page() to consider subsection validityDan Williams
2021-02-26mm: move pfn_to_online_page() out of lineDan Williams
2021-02-26mm/vmstat.c: erase latency in vmstat_shepherdJiang Biao
2021-02-26mm: vmstat: add some comments on internal storage of byte itemsJohannes Weiner
2021-02-26mm: vmstat: fix NOHZ wakeups for node stat changesJohannes Weiner
2021-02-26mm: cma: print region name on failurePatrick Daly
2021-02-26mm/page_alloc: count CMA pages per zone and print them in /proc/zoneinfoDavid Hildenbrand
2021-02-26mm/cma: expose all pages to the buddy if activation of an area failsDavid Hildenbrand
2021-02-26mm: cma: allocate cma areas bottom-upRoman Gushchin
2021-02-26mm,shmem,thp: limit shmem THP allocations to requested zonesRik van Riel
2021-02-26mm,thp,shmem: make khugepaged obey tmpfs mount flagsRik van Riel
2021-02-26mm,thp,shm: limit gfp mask to no more than specifiedRik van Riel
2021-02-26mm,thp,shmem: limit shmem THP alloc gfp_maskRik van Riel
2021-02-26mm: remove pagevec_lookup_entriesMatthew Wilcox (Oracle)
2021-02-26mm: pass pvec directly to find_get_entriesMatthew Wilcox (Oracle)
2021-02-26mm: remove nr_entries parameter from pagevec_lookup_entriesMatthew Wilcox (Oracle)
2021-02-26mm: add an 'end' parameter to pagevec_lookup_entriesMatthew Wilcox (Oracle)
2021-02-26mm: add an 'end' parameter to find_get_entriesMatthew Wilcox (Oracle)
2021-02-26mm: add and use find_lock_entriesMatthew Wilcox (Oracle)
2021-02-26iomap: use mapping_seek_hole_dataMatthew Wilcox (Oracle)
2021-02-26mm/filemap: add mapping_seek_hole_dataMatthew Wilcox (Oracle)
2021-02-26mm/filemap: add helper for finding pagesMatthew Wilcox (Oracle)
2021-02-26mm/filemap: rename find_get_entry to mapping_get_entryMatthew Wilcox (Oracle)
2021-02-26mm: add FGP_ENTRYMatthew Wilcox (Oracle)
2021-02-26mm/swap: optimise get_shadow_from_swap_cacheMatthew Wilcox (Oracle)
2021-02-26mm/shmem: use pagevec_lookup in shmem_unlock_mappingMatthew Wilcox (Oracle)
2021-02-26mm: make pagecache tagged lookups return only head pagesMatthew Wilcox (Oracle)
2021-02-24mm/hugetlb: change hugetlb_reserve_pages() to type boolMike Kravetz
2021-02-24mm, oom: fix a comment in dump_task()Tang Yizhou
2021-02-24mm/mempolicy: use helper range_in_vma() in queue_pages_test_walk()Miaohe Lin
2021-02-24numa balancing: migrate on fault among multiple bound nodesHuang Ying
2021-02-24mm, compaction: make fast_isolate_freepages() stay within zoneVlastimil Babka
2021-02-24mm/compaction: fix misbehaviors of fast_find_migrateblock()Wonhyuk Yang
2021-02-24mm/compaction: correct deferral logic for proactive compactionCharan Teja Reddy
2021-02-24mm/compaction: remove duplicated VM_BUG_ON_PAGE !PageLockedMiaohe Lin
2021-02-24mm/compaction: remove rcu_read_lock during page compactionAlex Shi
2021-02-24z3fold: simplify the zhdr initialization code in init_z3fold_page()Miaohe Lin
2021-02-24z3fold: remove unused attribute for release_z3fold_pageMiaohe Lin
2021-02-24mm/vmscan: restore zone_reclaim_mode ABIDave Hansen