summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2021-05-05mm: /proc/sys/vm/stat_refresh skip checking known negative statsHugh Dickins
2021-05-05mm: no more EINVAL from /proc/sys/vm/stat_refreshHugh Dickins
2021-05-05mm: restore node stat checking in /proc/sys/vm/stat_refreshHugh Dickins
2021-05-05mm/ksm: remove unused parameter from remove_trailing_rmap_items()Chengyang Fan
2021-05-05ksm: fix potential missing rmap_item for stable_nodeMiaohe Lin
2021-05-05ksm: remove dedicated macro KSM_FLAG_MASKMiaohe Lin
2021-05-05ksm: use GET_KSM_PAGE_NOLOCK to get ksm page in remove_rmap_item_from_tree()Miaohe Lin
2021-05-05ksm: remove redundant VM_BUG_ON_PAGE() on stable_tree_search()Miaohe Lin
2021-05-05mm: use proper type for cma_[alloc|release]Minchan Kim
2021-05-05mm: cma: add the CMA instance name to cma trace eventsMinchan Kim
2021-05-05mm: cma: support sysfsMinchan Kim
2021-05-05mm: cma: add trace events for CMA alloc perf testingLiam Mark
2021-05-05mm: cma: use pr_err_ratelimited for CMA warningBaolin Wang
2021-05-05mm: vmstat: add cma statisticsMinchan Kim
2021-05-05Revert "mm: migrate: skip shared exec THP for NUMA balancing"Miaohe Lin
2021-05-05mm/migrate.c: use helper migrate_vma_collect_skip() in migrate_vma_collect_ho...Miaohe Lin
2021-05-05mm/migrate.c: fix potential indeterminate pte entry in migrate_vma_insert_page()Miaohe Lin
2021-05-05mm/migrate.c: remove unnecessary rc != MIGRATEPAGE_SUCCESS check in 'else' caseMiaohe Lin
2021-05-05mm/migrate.c: make putback_movable_page() staticMiaohe Lin
2021-05-05mm: fs: invalidate BH LRU during page migrationMinchan Kim
2021-05-05mm: replace migrate_[prep|finish] with lru_cache_[disable|enable]Minchan Kim
2021-05-05mm: disable LRU pagevec during the migration temporarilyMinchan Kim
2021-05-05mm: compaction: update the COMPACT[STALL|FAIL] events properlyCharan Teja Reddy
2021-05-05mm/compaction: remove unused variable sysctl_compact_memoryPintu Kumar
2021-05-05mm: vmscan: shrink deferred objects proportional to priorityYang Shi
2021-05-05mm: memcontrol: reparent nr_deferred when memcg offlineYang Shi
2021-05-05mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkersYang Shi
2021-05-05mm: vmscan: use per memcg nr_deferred of shrinkerYang Shi
2021-05-05mm: vmscan: add per memcg shrinker nr_deferredYang Shi
2021-05-05mm: vmscan: use a new flag to indicate shrinker is registeredYang Shi
2021-05-05mm: vmscan: add shrinker_info_protected() helperYang Shi
2021-05-05mm: memcontrol: rename shrinker_map to shrinker_infoYang Shi
2021-05-05mm: vmscan: use kvfree_rcu instead of call_rcuYang Shi
2021-05-05mm: vmscan: remove memcg_shrinker_map_sizeYang Shi
2021-05-05mm: vmscan: use shrinker_rwsem to protect shrinker_maps allocationYang Shi
2021-05-05mm: vmscan: consolidate shrinker_maps handling codeYang Shi
2021-05-05mm: vmscan: use nid from shrink_control for tracepointYang Shi
2021-05-05mm/vmscan: replace implicit RECLAIM_ZONE checks with explicit checksDave Hansen
2021-05-05mm/vmscan: move RECLAIM* bits to uapi headerDave Hansen
2021-05-05userfaultfd: add UFFDIO_CONTINUE ioctlAxel Rasmussen
2021-05-05userfaultfd: hugetlbfs: only compile UFFD helpers if config enabledAxel Rasmussen
2021-05-05userfaultfd: add minor fault registration modeAxel Rasmussen
2021-05-05mm,page_alloc: drop unnecessary checks from pfn_range_valid_contigOscar Salvador
2021-05-05mm: make alloc_contig_range handle in-use hugetlb pagesOscar Salvador
2021-05-05mm: make alloc_contig_range handle free hugetlb pagesOscar Salvador
2021-05-05mm,hugetlb: split prep_new_huge_page functionalityOscar Salvador
2021-05-05mm,hugetlb: drop clearing of flag from prep_new_huge_pageOscar Salvador
2021-05-05mm,compaction: let isolate_migratepages_{range,block} return error codesOscar Salvador
2021-05-05mm,page_alloc: bail out earlier on -ENOMEM in alloc_contig_migrate_rangeOscar Salvador
2021-05-05hugetlb: add lockdep_assert_held() calls for hugetlb_lockMike Kravetz