summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* mm/swap: remember PG_anon_exclusive via a swp pte bitDavid Hildenbrand2022-05-093-13/+74
* mm/gup: sanity-check with CONFIG_DEBUG_VM that anonymous pages are exclusive ...David Hildenbrand2022-05-093-1/+66
* mm/gup: trigger FAULT_FLAG_UNSHARE when R/O-pinning a possibly shared anonymo...David Hildenbrand2022-05-093-6/+66
* mm: support GUP-triggered unsharing of anonymous pagesDavid Hildenbrand2022-05-093-55/+118
* mm/gup: disallow follow_page(FOLL_PIN)David Hildenbrand2022-05-092-3/+8
* mm/rmap: fail try_to_migrate() early when setting a PMD migration entry failsDavid Hildenbrand2022-05-092-4/+10
* mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand2022-05-098-30/+213
* mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pagesDavid Hildenbrand2022-05-094-0/+26
* mm/huge_memory: remove outdated VM_WARN_ON_ONCE_PAGE from unmap_page()David Hildenbrand2022-05-091-2/+0
* mm/rmap: use page_move_anon_rmap() when reusing a mapped PageAnon() page excl...David Hildenbrand2022-05-092-0/+3
* mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand2022-05-097-15/+16
* mm/rmap: pass rmap flags to hugepage_add_anon_rmap()David Hildenbrand2022-05-092-4/+8
* mm/rmap: remove do_page_add_anon_rmap()David Hildenbrand2022-05-096-19/+8
* mm/rmap: convert RMAP flags to a proper distinct rmap_t typeDavid Hildenbrand2022-05-092-6/+7
* mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...David Hildenbrand2022-05-094-32/+30
* mm/memory: slightly simplify copy_present_pte()David Hildenbrand2022-05-091-37/+16
* mm/hugetlb: take src_mm->write_protect_seq in copy_hugetlb_page_range()David Hildenbrand2022-05-091-2/+6
* mm/rmap: fix missing swap_free() in try_to_unmap() after arch_unmap_one() failedDavid Hildenbrand2022-05-091-0/+1
* mm/damon/reclaim: fix the timer always stays activeHailong Tu2022-04-291-2/+25
* mm/damon: remove unnecessary type castingsYu Zhe2022-04-291-1/+1
* mm/damon/core-test: add a kunit test case for ops registrationSeongJae Park2022-04-291-0/+36
* damon: vaddr-test: tweak code to make the logic clearerXiaomeng Tong2022-04-291-3/+5
* memcg: introduce per-memcg reclaim interfaceShakeel Butt2022-04-291-0/+45
* mm/page_alloc: simplify update of pgdat in wake_all_kswapdsChen Wandun2022-04-291-2/+3
* kasan: fix sleeping function called from invalid context on RT kernelZqiang2022-04-291-3/+49
* mm: hugetlb: add missing cache flushing in hugetlb_unshare_all_pmds()Baolin Wang2022-04-291-0/+1
* mm/khugepaged: use vma_is_anonymousxu xin2022-04-291-2/+2
* mm: use for_each_online_node and node_online instead of open codingPeng Liu2022-04-292-3/+3
* hugetlb: fix return value of __setup handlersPeng Liu2022-04-291-8/+8
* hugetlb: fix hugepages_setup when deal with pernodePeng Liu2022-04-291-0/+15
* hugetlb: fix wrong use of nr_online_nodesPeng Liu2022-04-291-7/+5
* mm: compaction: make sure highest is above the min_pfnMiaohe Lin2022-04-281-1/+1
* mm: compaction: simplify the code in __compact_finishedMiaohe Lin2022-04-281-21/+8
* mm: compaction: make compaction_zonelist_suitable return false when COMPACT_S...Miaohe Lin2022-04-281-1/+1
* mm: compaction: avoid possible NULL pointer dereference in kcompactd_cpu_onlineMiaohe Lin2022-04-281-1/+2
* mm: compaction: clean up comment about async compaction in isolate_migratepagesMiaohe Lin2022-04-281-6/+6
* mm: compaction: use helper compound_nr in isolate_migratepages_blockMiaohe Lin2022-04-281-1/+1
* mm: compaction: use COMPACT_CLUSTER_MAX in compaction.cMiaohe Lin2022-04-281-4/+4
* mm: compaction: clean up comment about suitable migration target recheckMiaohe Lin2022-04-281-7/+1
* mm: compaction: clean up comment for sched contentionMiaohe Lin2022-04-282-8/+5
* mm: compaction: remove unneeded assignment to isolate_start_pfnMiaohe Lin2022-04-281-1/+1
* mm: compaction: remove unneeded pfn updateMiaohe Lin2022-04-281-1/+0
* mm: compaction: remove unneeded return value of kcompactd_runMiaohe Lin2022-04-281-5/+2
* mm/vmstat: add events for ksm cowYang Yang2022-04-282-0/+7
* ksm: count ksm merging pages for each processxu xin2022-04-281-0/+8
* mm/page_alloc: reuse tail struct pages for compound devmapsJoao Martins2022-04-281-1/+16
* mm/sparse-vmemmap: improve memory savings for compound devmapsJoao Martins2022-04-282-10/+123
* mm/hugetlb_vmemmap: move comment block to Documentation/vmJoao Martins2022-04-281-167/+1
* mm/sparse-vmemmap: refactor core of vmemmap_populate_basepages() to helperJoao Martins2022-04-281-17/+36
* mm/sparse-vmemmap: add a pgmap argument to section activationJoao Martins2022-04-283-12/+20