summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
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
2021-02-24hugetlb: fix uninitialized subpool pointerMike Kravetz
2021-02-24hugetlb: convert PageHugeFreed to HPageFreed flagMike Kravetz
2021-02-24hugetlb: convert PageHugeTemporary() to HPageTemporary flagMike Kravetz
2021-02-24hugetlb: convert page_huge_active() HPageMigratable flagMike Kravetz
2021-02-24hugetlb: use page.private for hugetlb specific page flagsMike Kravetz
2021-02-24mm: workingset: clarify eviction order and distance calculationOscar Salvador
2021-02-24mm/vmscan.c: make lruvec_lru_size() staticYu Zhao
2021-02-24mm: VM_BUG_ON lru page flagsYu Zhao
2021-02-24mm: add __clear_page_lru_flags() to replace page_off_lru()Yu Zhao
2021-02-24mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list()Yu Zhao
2021-02-24mm/swap.c: don't pass "enum lru_list" to trace_mm_lru_insertion()Yu Zhao
2021-02-24mm: don't pass "enum lru_list" to lru list addition functionsYu Zhao
2021-02-24mm/vmscan.c: use add_page_to_lru_list()Yu Zhao
2021-02-24mm/workingset.c: avoid unnecessary max_nodes estimation in count_shadow_nodes()Miaohe Lin
2021-02-24mm/vmscan: __isolate_lru_page_prepare() cleanupAlex Shi
2021-02-24mm/hugetlb: suppress wrong warning info when alloc gigantic pageChen Wandun
2021-02-24hugetlb: fix copy_huge_page_from_user contig page struct assumptionMike Kravetz
2021-02-24hugetlb: fix update_and_free_page contig page struct assumptionMike Kravetz
2021-02-24mm/hugetlb: use helper huge_page_size() to get hugepage sizeMiaohe Lin
2021-02-24mm/hugetlb: remove unnecessary VM_BUG_ON_PAGE on putback_active_hugepage()Miaohe Lin
2021-02-24mm/hugetlb: use helper function range_in_vma() in page_table_shareable()Miaohe Lin
2021-02-24hugetlb_cgroup: use helper pages_per_huge_page() in hugetlb_cgroupMiaohe Lin
2021-02-24mm/pmem: avoid inserting hugepage PTE entry with fsdax if hugepage support is...Aneesh Kumar K.V
2021-02-24mm/huge_memory.c: remove unused return value of set_huge_zero_page()Miaohe Lin
2021-02-24mm/hugetlb.c: fix typos in commentsZhiyuan Dai
2021-02-24mm/hugetlb: remove redundant check in preparing and destroying gigantic pageYanfei Xu
2021-02-24mm/hugetlb: fix some comment typosMiaohe Lin
2021-02-24mm/hugetlb: refactor subpage recordingJoao Martins
2021-02-24mm/hugetlb: grab head page refcount once for group of subpagesJoao Martins