summaryrefslogtreecommitdiffstats
path: root/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm/sparse-vmemmap: add a pgmap argument to section activationJoao Martins2022-04-293-12/+20
* mm: hugetlb_vmemmap: cleanup CONFIG_HUGETLB_PAGE_FREE_VMEMMAP*Muchun Song2022-04-294-7/+7
* mm: hugetlb_vmemmap: cleanup hugetlb_free_vmemmap_enabled*Muchun Song2022-04-292-6/+6
* mm: hugetlb_vmemmap: cleanup hugetlb_vmemmap related functionsMuchun Song2022-04-293-37/+35
* mm/page_alloc.c: calc the right pfn if page size is not 4KMa Wupeng2022-04-291-1/+1
* mm/mremap: avoid unneeded do_munmap callMiaohe Lin2022-04-291-2/+2
* mm/mremap: use helper mlock_future_check()Miaohe Lin2022-04-291-8/+2
* mm/mmap: drop arch_vm_get_page_pgprot()Anshuman Khandual2022-04-291-3/+1
* mm/mmap: drop arch_filter_pgprot()Anshuman Khandual2022-04-292-14/+2
* mm/mmap: add new config ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-04-292-0/+5
* mm/mmap.c: use helper mlock_future_check()Miaohe Lin2022-04-291-9/+2
* mm/mmap: clarify protection_map[] indicesAnshuman Khandual2022-04-291-2/+16
* mm/debug_vm_pgtable: drop protection_map[] usageAnshuman Khandual2022-04-291-12/+19
* mm/mmu_gather: limit free batch count and add schedule point in tlb_batch_pag...Jianxing Wang2022-04-291-2/+14
* mm/mmap.c: use mmap_assert_write_locked() instead of open coding itRolf Eike Beer2022-04-291-2/+2
* mm: simplify follow_invalidate_pte()Muchun Song2022-04-291-58/+23
* mm: pvmw: add support for walking devmap pagesMuchun Song2022-04-291-8/+9
* mm: rmap: introduce pfn_mkclean_range() to cleans PTEsMuchun Song2022-04-292-20/+71
* mm: rmap: fix cache flush on THP pagesMuchun Song2022-04-291-1/+2
* mm/madvise: fix potential pte_unmap_unlock pte errorMiaohe Lin2022-04-291-4/+4
* mm: untangle config dependencies for demote-on-reclaimOscar Salvador2022-04-292-7/+6
* mm: migrate: simplify the refcount validation when migrating hugetlb mappingBaolin Wang2022-04-291-5/+0
* mm/migration: fix possible do_pages_stat_array racing with memory offlineMiaohe Lin2022-04-291-2/+7
* mm/migration: fix potential invalid node access for reclaim-based migrationMiaohe Lin2022-04-291-3/+3
* mm/migration: fix potential page refcounts leak in migrate_pagesMiaohe Lin2022-04-291-0/+8
* mm/migration: remove some duplicated codes in migrate_pagesMiaohe Lin2022-04-291-24/+12
* mm/migration: avoid unneeded nodemask_t initializationMiaohe Lin2022-04-291-2/+2
* mm/migration: use helper macro min in do_pages_statMiaohe Lin2022-04-291-6/+2
* mm/migration: use helper function vma_lookup() in add_page_for_migrationMiaohe Lin2022-04-291-2/+2
* mm/migration: remove unneeded local variable page_lruMiaohe Lin2022-04-291-3/+1
* mm/migration: remove unneeded local variable mapping_lockedMiaohe Lin2022-04-291-4/+2
* mm/mempolicy: clean up the code logic in queue_pages_pte_rangeMiaohe Lin2022-04-291-9/+3
* mm: compaction: use helper isolation_suitable()Miaohe Lin2022-04-291-1/+1
* mm/z3fold: remove unneeded PAGE_HEADLESS check in free_handle()Miaohe Lin2022-04-291-3/+0
* mm/z3fold: remove redundant list_del_init of zhdr->buddy in z3fold_freeMiaohe Lin2022-04-291-3/+0
* mm/z3fold: move decrement of pool->pages_nr into __release_z3fold_page()Miaohe Lin2022-04-291-29/+12
* mm/z3fold: remove confusing local variable l reassignmentMiaohe Lin2022-04-291-1/+0
* mm/z3fold: remove unneeded page_mapcount_reset and ClearPagePrivateMiaohe Lin2022-04-291-3/+0
* mm/z3fold: minor clean up for z3fold_freeMiaohe Lin2022-04-291-4/+4
* mm/z3fold: remove obsolete comment in z3fold_allocMiaohe Lin2022-04-291-3/+0
* mm/z3fold: declare z3fold_mount with __initMiaohe Lin2022-04-291-1/+1
* mm/vmscan: fix comment for isolate_lru_pagesMiaohe Lin2022-04-291-2/+2
* mm/vmscan: fix comment for current_may_throttleMiaohe Lin2022-04-291-4/+3
* mm/vmscan: remove obsolete comment in get_scan_countMiaohe Lin2022-04-291-3/+1
* mm/vmscan: sc->reclaim_idx must be a valid zone indexWei Yang2022-04-291-2/+2
* mm/vmscan: make sure wakeup_kswapd with managed zoneWei Yang2022-04-292-3/+5
* mm/vmscan: reclaim only affects managed_zonesWei Yang2022-04-291-2/+2
* hugetlb: remove use of list iterator variable after loopJakob Koschel2022-04-291-14/+19
* mm, hugetlb, hwpoison: separate branch for free and in-use hugepageNaoya Horiguchi2022-04-292-2/+6
* mm/memory-failure.c: dissolve truncated hugetlb pageMiaohe Lin2022-04-291-5/+4