summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-29mm/mmap: drop arch_vm_get_page_pgprot()Anshuman Khandual1-3/+1
2022-04-29mm/mmap: drop arch_filter_pgprot()Anshuman Khandual2-14/+2
2022-04-29mm/mmap: add new config ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2-0/+5
2022-04-29mm/mmap.c: use helper mlock_future_check()Miaohe Lin1-9/+2
2022-04-29mm/mmap: clarify protection_map[] indicesAnshuman Khandual1-2/+16
2022-04-29mm/debug_vm_pgtable: drop protection_map[] usageAnshuman Khandual1-12/+19
2022-04-29mm/mmu_gather: limit free batch count and add schedule point in tlb_batch_pag...Jianxing Wang1-2/+14
2022-04-29mm/mmap.c: use mmap_assert_write_locked() instead of open coding itRolf Eike Beer1-2/+2
2022-04-29mm: simplify follow_invalidate_pte()Muchun Song1-58/+23
2022-04-29mm: pvmw: add support for walking devmap pagesMuchun Song1-8/+9
2022-04-29mm: rmap: introduce pfn_mkclean_range() to cleans PTEsMuchun Song2-20/+71
2022-04-29mm: rmap: fix cache flush on THP pagesMuchun Song1-1/+2
2022-04-29mm/madvise: fix potential pte_unmap_unlock pte errorMiaohe Lin1-4/+4
2022-04-29mm: untangle config dependencies for demote-on-reclaimOscar Salvador2-7/+6
2022-04-29mm: migrate: simplify the refcount validation when migrating hugetlb mappingBaolin Wang1-5/+0
2022-04-29mm/migration: fix possible do_pages_stat_array racing with memory offlineMiaohe Lin1-2/+7
2022-04-29mm/migration: fix potential invalid node access for reclaim-based migrationMiaohe Lin1-3/+3
2022-04-29mm/migration: fix potential page refcounts leak in migrate_pagesMiaohe Lin1-0/+8
2022-04-29mm/migration: remove some duplicated codes in migrate_pagesMiaohe Lin1-24/+12
2022-04-29mm/migration: avoid unneeded nodemask_t initializationMiaohe Lin1-2/+2
2022-04-29mm/migration: use helper macro min in do_pages_statMiaohe Lin1-6/+2
2022-04-29mm/migration: use helper function vma_lookup() in add_page_for_migrationMiaohe Lin1-2/+2
2022-04-29mm/migration: remove unneeded local variable page_lruMiaohe Lin1-3/+1
2022-04-29mm/migration: remove unneeded local variable mapping_lockedMiaohe Lin1-4/+2
2022-04-29mm/mempolicy: clean up the code logic in queue_pages_pte_rangeMiaohe Lin1-9/+3
2022-04-29mm: compaction: use helper isolation_suitable()Miaohe Lin1-1/+1
2022-04-29mm/z3fold: remove unneeded PAGE_HEADLESS check in free_handle()Miaohe Lin1-3/+0
2022-04-29mm/z3fold: remove redundant list_del_init of zhdr->buddy in z3fold_freeMiaohe Lin1-3/+0
2022-04-29mm/z3fold: move decrement of pool->pages_nr into __release_z3fold_page()Miaohe Lin1-29/+12