summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2022-05-10mm: remember exclusively mapped anonymous pages with PG_anon_exclusiveDavid Hildenbrand8-30/+213
2022-05-10mm/page-flags: reuse PG_mappedtodisk as PG_anon_exclusive for PageAnon() pagesDavid Hildenbrand4-0/+26
2022-05-10mm/huge_memory: remove outdated VM_WARN_ON_ONCE_PAGE from unmap_page()David Hildenbrand1-2/+0
2022-05-10mm/rmap: use page_move_anon_rmap() when reusing a mapped PageAnon() page excl...David Hildenbrand2-0/+3
2022-05-10mm/rmap: drop "compound" parameter from page_add_new_anon_rmap()David Hildenbrand7-15/+16
2022-05-10mm/rmap: pass rmap flags to hugepage_add_anon_rmap()David Hildenbrand2-4/+8
2022-05-10mm/rmap: remove do_page_add_anon_rmap()David Hildenbrand6-19/+8
2022-05-10mm/rmap: convert RMAP flags to a proper distinct rmap_t typeDavid Hildenbrand2-6/+7
2022-05-10mm/rmap: split page_dup_rmap() into page_dup_file_rmap() and page_try_dup_ano...David Hildenbrand4-32/+30
2022-05-10mm/memory: slightly simplify copy_present_pte()David Hildenbrand1-37/+16
2022-05-10mm/hugetlb: take src_mm->write_protect_seq in copy_hugetlb_page_range()David Hildenbrand1-2/+6
2022-05-10mm/rmap: fix missing swap_free() in try_to_unmap() after arch_unmap_one() failedDavid Hildenbrand1-0/+1
2022-04-30mm/damon/reclaim: fix the timer always stays activeHailong Tu1-2/+25
2022-04-30mm/damon: remove unnecessary type castingsYu Zhe1-1/+1
2022-04-30mm/damon/core-test: add a kunit test case for ops registrationSeongJae Park1-0/+36
2022-04-30damon: vaddr-test: tweak code to make the logic clearerXiaomeng Tong1-3/+5
2022-04-30memcg: introduce per-memcg reclaim interfaceShakeel Butt1-0/+45
2022-04-30mm/page_alloc: simplify update of pgdat in wake_all_kswapdsChen Wandun1-2/+3
2022-04-30kasan: fix sleeping function called from invalid context on RT kernelZqiang1-3/+49
2022-04-30mm: hugetlb: add missing cache flushing in hugetlb_unshare_all_pmds()Baolin Wang1-0/+1
2022-04-30mm/khugepaged: use vma_is_anonymousxu xin1-2/+2
2022-04-30mm: use for_each_online_node and node_online instead of open codingPeng Liu2-3/+3
2022-04-30hugetlb: fix return value of __setup handlersPeng Liu1-8/+8
2022-04-30hugetlb: fix hugepages_setup when deal with pernodePeng Liu1-0/+15
2022-04-30hugetlb: fix wrong use of nr_online_nodesPeng Liu1-7/+5
2022-04-29mm: compaction: make sure highest is above the min_pfnMiaohe Lin1-1/+1
2022-04-29mm: compaction: simplify the code in __compact_finishedMiaohe Lin1-21/+8
2022-04-29mm: compaction: make compaction_zonelist_suitable return false when COMPACT_S...Miaohe Lin1-1/+1
2022-04-29mm: compaction: avoid possible NULL pointer dereference in kcompactd_cpu_onlineMiaohe Lin1-1/+2
2022-04-29mm: compaction: clean up comment about async compaction in isolate_migratepagesMiaohe Lin1-6/+6
2022-04-29mm: compaction: use helper compound_nr in isolate_migratepages_blockMiaohe Lin1-1/+1
2022-04-29mm: compaction: use COMPACT_CLUSTER_MAX in compaction.cMiaohe Lin1-4/+4
2022-04-29mm: compaction: clean up comment about suitable migration target recheckMiaohe Lin1-7/+1
2022-04-29mm: compaction: clean up comment for sched contentionMiaohe Lin2-8/+5
2022-04-29mm: compaction: remove unneeded assignment to isolate_start_pfnMiaohe Lin1-1/+1
2022-04-29mm: compaction: remove unneeded pfn updateMiaohe Lin1-1/+0
2022-04-29mm: compaction: remove unneeded return value of kcompactd_runMiaohe Lin1-5/+2
2022-04-29mm/vmstat: add events for ksm cowYang Yang2-0/+7
2022-04-29ksm: count ksm merging pages for each processxu xin1-0/+8
2022-04-29mm/page_alloc: reuse tail struct pages for compound devmapsJoao Martins1-1/+16
2022-04-29mm/sparse-vmemmap: improve memory savings for compound devmapsJoao Martins2-10/+123
2022-04-29mm/hugetlb_vmemmap: move comment block to Documentation/vmJoao Martins1-167/+1
2022-04-29mm/sparse-vmemmap: refactor core of vmemmap_populate_basepages() to helperJoao Martins1-17/+36
2022-04-29mm/sparse-vmemmap: add a pgmap argument to section activationJoao Martins3-12/+20
2022-04-29mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song4-7/+7
2022-04-29mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*Muchun Song2-6/+6
2022-04-29mm: hugetlb_vmemmap: cleanup hugetlb_vmemmap related functionsMuchun Song3-37/+35
2022-04-29mm/page_alloc.c: calc the right pfn if page size is not 4KMa Wupeng1-1/+1
2022-04-29mm/mremap: avoid unneeded do_munmap callMiaohe Lin1-2/+2
2022-04-29mm/mremap: use helper mlock_future_check()Miaohe Lin1-8/+2