summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-25hugetlbfs: use helper macro default_hstate in init_hugetlbfs_fsMiaohe Lin1-1/+1
2021-02-25hugetlbfs: remove useless BUG_ON(!inode) in hugetlbfs_setattr()Miaohe Lin1-2/+0
2021-02-25hugetlbfs: remove special hugetlbfs_set_page_dirty()Mike Kravetz1-12/+1
2021-02-25mm/hugetlb: change hugetlb_reserve_pages() to type boolMike Kravetz3-26/+17
2021-02-25mm, oom: fix a comment in dump_task()Tang Yizhou1-3/+2
2021-02-25mm/mempolicy: use helper range_in_vma() in queue_pages_test_walk()Miaohe Lin1-1/+1
2021-02-25numa balancing: migrate on fault among multiple bound nodesHuang Ying2-1/+19
2021-02-25mm, compaction: make fast_isolate_freepages() stay within zoneVlastimil Babka1-5/+11
2021-02-25mm/compaction: fix misbehaviors of fast_find_migrateblock()Wonhyuk Yang1-15/+12
2021-02-25mm/compaction: correct deferral logic for proactive compactionCharan Teja Reddy1-6/+14
2021-02-25mm/compaction: remove duplicated VM_BUG_ON_PAGE !PageLockedMiaohe Lin1-1/+0
2021-02-25mm/compaction: remove rcu_read_lock during page compactionAlex Shi1-4/+1
2021-02-25z3fold: simplify the zhdr initialization code in init_z3fold_page()Miaohe Lin1-7/+1
2021-02-25z3fold: remove unused attribute for release_z3fold_pageMiaohe Lin1-2/+1
2021-02-25mm/vmscan: restore zone_reclaim_mode ABIDave Hansen2-7/+12
2021-02-25hugetlb: fix uninitialized subpool pointerMike Kravetz1-0/+1
2021-02-25include/linux/hugetlb.h: add synchronization information for new hugetlb spec...Mike Kravetz1-0/+10
2021-02-25hugetlb: convert PageHugeFreed to HPageFreed flagMike Kravetz2-19/+7
2021-02-25hugetlb: convert PageHugeTemporary() to HPageTemporary flagMike Kravetz2-29/+13
2021-02-25hugetlb: convert page_huge_active() HPageMigratable flagMike Kravetz5-44/+25
2021-02-25hugetlb: use page.private for hugetlb specific page flagsMike Kravetz3-32/+96
2021-02-25mm: workingset: clarify eviction order and distance calculationOscar Salvador1-1/+1
2021-02-25mm/vmscan.c: make lruvec_lru_size() staticYu Zhao2-3/+2
2021-02-25include/linux/mm_inline.h: fold __update_lru_size() into its sole callerYu Zhao1-8/+1
2021-02-25include/linux/mm_inline.h: fold page_lru_base_type() into its sole callerYu Zhao1-21/+6
2021-02-25mm: VM_BUG_ON lru page flagsYu Zhao3-3/+4
2021-02-25mm: add __clear_page_lru_flags() to replace page_off_lru()Yu Zhao3-24/+13
2021-02-25mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list()Yu Zhao5-23/+17
2021-02-25mm/swap.c: don't pass "enum lru_list" to trace_mm_lru_insertion()Yu Zhao2-11/+5
2021-02-25mm: don't pass "enum lru_list" to lru list addition functionsYu Zhao3-14/+15
2021-02-25include/linux/mm_inline.h: shuffle lru list addition and deletion functionsYu Zhao1-21/+21
2021-02-25mm/vmscan.c: use add_page_to_lru_list()Yu Zhao1-5/+1
2021-02-25mm/workingset.c: avoid unnecessary max_nodes estimation in count_shadow_nodes()Miaohe Lin1-3/+2
2021-02-25mm/vmscan: __isolate_lru_page_prepare() cleanupAlex Shi3-39/+33
2021-02-25mm/hugetlb: suppress wrong warning info when alloc gigantic pageChen Wandun1-2/+2
2021-02-25hugetlb: fix copy_huge_page_from_user contig page struct assumptionMike Kravetz1-4/+6
2021-02-25hugetlb: fix update_and_free_page contig page struct assumptionMike Kravetz1-2/+4
2021-02-25mm/hugetlb: use helper huge_page_size() to get hugepage sizeMiaohe Lin1-8/+6
2021-02-25mm/hugetlb: remove unnecessary VM_BUG_ON_PAGE on putback_active_hugepage()Miaohe Lin1-1/+0
2021-02-25mm/hugetlb: use helper function range_in_vma() in page_table_shareable()Miaohe Lin1-1/+1
2021-02-25hugetlb_cgroup: use helper pages_per_huge_page() in hugetlb_cgroupMiaohe Lin1-3/+3
2021-02-25mm/pmem: avoid inserting hugepage PTE entry with fsdax if hugepage support is...Aneesh Kumar K.V2-7/+14
2021-02-25mm/huge_memory.c: remove unused return value of set_huge_zero_page()Miaohe Lin1-3/+2
2021-02-25mm/hugetlb.c: fix typos in commentsZhiyuan Dai1-1/+1
2021-02-25mm/hugetlb: remove redundant check in preparing and destroying gigantic pageYanfei Xu1-5/+2
2021-02-25mm/hugetlb: fix some comment typosMiaohe Lin2-4/+4
2021-02-25mm/hugetlb: refactor subpage recordingJoao Martins1-21/+28
2021-02-25mm/hugetlb: grab head page refcount once for group of subpagesJoao Martins3-22/+29
2021-02-25mm/hugetlb: simplify the calculation of variablesJiapeng Zhong1-2/+1
2021-02-25mm/hugetlb: fix use after free when subpool max_hpages accounting is not enabledMiaohe Lin1-3/+13