summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2022-05-09mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymo...David Hildenbrand
2022-05-09mm: support GUP-triggered unsharing of anonymous pagesDavid Hildenbrand
2022-05-09mm/gup: disallow follow_page(FOLL_PIN)David Hildenbrand
2022-05-09mm/rmap: fail try_to_migrate() early when setting a PMD migration entry failsDavid Hildenbrand
2022-05-09mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand
2022-05-09mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pagesDavid Hildenbrand
2022-05-09mm/huge_memory: remove outdated VM_WARN_ON_ONCE_PAGE from unmap_page()David Hildenbrand
2022-05-09mm/rmap: use page_move_anon_rmap() when reusing a mapped PageAnon() page excl...David Hildenbrand
2022-05-09mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand
2022-05-09mm/rmap: pass rmap flags to hugepage_add_anon_rmap()David Hildenbrand
2022-05-09mm/rmap: remove do_page_add_anon_rmap()David Hildenbrand
2022-05-09mm/rmap: convert RMAP flags to a proper distinct rmap_t typeDavid Hildenbrand
2022-05-09mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...David Hildenbrand
2022-05-09mm/memory: slightly simplify copy_present_pte()David Hildenbrand
2022-05-09mm/hugetlb: take src_mm->write_protect_seq in copy_hugetlb_page_range()David Hildenbrand
2022-05-09mm/rmap: fix missing swap_free() in try_to_unmap() after arch_unmap_one() failedDavid Hildenbrand
2022-04-29mm/damon/reclaim: fix the timer always stays activeHailong Tu
2022-04-29mm/damon: remove unnecessary type castingsYu Zhe
2022-04-29mm/damon/core-test: add a kunit test case for ops registrationSeongJae Park
2022-04-29damon: vaddr-test: tweak code to make the logic clearerXiaomeng Tong
2022-04-29memcg: introduce per-memcg reclaim interfaceShakeel Butt
2022-04-29mm/page_alloc: simplify update of pgdat in wake_all_kswapdsChen Wandun
2022-04-29kasan: fix sleeping function called from invalid context on RT kernelZqiang
2022-04-29mm: hugetlb: add missing cache flushing in hugetlb_unshare_all_pmds()Baolin Wang
2022-04-29mm/khugepaged: use vma_is_anonymousxu xin
2022-04-29mm: use for_each_online_node and node_online instead of open codingPeng Liu
2022-04-29hugetlb: fix return value of __setup handlersPeng Liu
2022-04-29hugetlb: fix hugepages_setup when deal with pernodePeng Liu
2022-04-29hugetlb: fix wrong use of nr_online_nodesPeng Liu
2022-04-28mm: compaction: make sure highest is above the min_pfnMiaohe Lin
2022-04-28mm: compaction: simplify the code in __compact_finishedMiaohe Lin
2022-04-28mm: compaction: make compaction_zonelist_suitable return false when COMPACT_S...Miaohe Lin
2022-04-28mm: compaction: avoid possible NULL pointer dereference in kcompactd_cpu_onlineMiaohe Lin
2022-04-28mm: compaction: clean up comment about async compaction in isolate_migratepagesMiaohe Lin
2022-04-28mm: compaction: use helper compound_nr in isolate_migratepages_blockMiaohe Lin
2022-04-28mm: compaction: use COMPACT_CLUSTER_MAX in compaction.cMiaohe Lin
2022-04-28mm: compaction: clean up comment about suitable migration target recheckMiaohe Lin
2022-04-28mm: compaction: clean up comment for sched contentionMiaohe Lin
2022-04-28mm: compaction: remove unneeded assignment to isolate_start_pfnMiaohe Lin
2022-04-28mm: compaction: remove unneeded pfn updateMiaohe Lin
2022-04-28mm: compaction: remove unneeded return value of kcompactd_runMiaohe Lin
2022-04-28mm/vmstat: add events for ksm cowYang Yang
2022-04-28ksm: count ksm merging pages for each processxu xin
2022-04-28mm/page_alloc: reuse tail struct pages for compound devmapsJoao Martins
2022-04-28mm/sparse-vmemmap: improve memory savings for compound devmapsJoao Martins
2022-04-28mm/hugetlb_vmemmap: move comment block to Documentation/vmJoao Martins
2022-04-28mm/sparse-vmemmap: refactor core of vmemmap_populate_basepages() to helperJoao Martins
2022-04-28mm/sparse-vmemmap: add a pgmap argument to section activationJoao Martins
2022-04-28mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song
2022-04-28mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*Muchun Song