summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-04-29drivers/base/memory: fix an unlikely reference counting issue in __add_memory...Christophe JAILLET1-3/+2
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 Lin2-8/+4
2022-04-29mm/vmstat: add events for ksm cowYang Yang4-0/+28
2022-04-29ksm: count ksm merging pages for each processxu xin3-0/+37
2022-04-29include/linux/swapops.h: remove stub for non_swap_entry()Peter Xu1-8/+0
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 Martins4-14/+177
2022-04-29mm/hugetlb_vmemmap: move comment block to Documentation/vmJoao Martins3-167/+175
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 Martins5-14/+26
2022-04-29mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song14-27/+27
2022-04-29mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*Muchun Song4-13/+13
2022-04-29mm: hugetlb_vmemmap: cleanup hugetlb_vmemmap related functionsMuchun Song4-38/+36
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 Khandual2-7/+1
2022-04-29mm/mmap: drop arch_filter_pgprot()Anshuman Khandual2-14/+2
2022-04-29x86/mm: enable ARCH_HAS_VM_GET_PAGE_PROTChristoph Hellwig5-21/+37
2022-04-29sparc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-6/+13
2022-04-29arm64/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-24/+26
2022-04-29powerpc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual3-12/+18
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-29selftests: vm: fix shellcheck warnings in run_vmtests.shAxel Rasmussen1-28/+27
2022-04-29selftests: vm: refactor run_vmtests.sh to reduce boilerplateAxel Rasmussen1-415/+64
2022-04-29selftests: vm: add test for Soft-Dirty PTE bitGabriel Krisman Bertazi4-0/+150
2022-04-29selftests: vm: bring common functions to a new fileMuhammad Usama Anjum5-113/+124
2022-04-29tools/testing/selftests/vm/gup_test.c: clarify error statementSidhartha Kumar2-11/+44
2022-04-29mm: simplify follow_invalidate_pte()Muchun Song2-61/+23
2022-04-29dax: fix missing writeprotect the pte entryMuchun Song1-87/+12
2022-04-29mm: pvmw: add support for walking devmap pagesMuchun Song1-8/+9
2022-04-29mm: rmap: introduce pfn_mkclean_range() to cleans PTEsMuchun Song3-20/+74
2022-04-29dax: fix cache flush on PMD-mapped pagesMuchun Song1-1/+2
2022-04-29mm: rmap: fix cache flush on THP pagesMuchun Song1-1/+2