summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)AuthorFilesLines
2023-10-17dax, kmem: calculate abstract distance with general interfaceHuang Ying1-1/+2
2023-10-17acpi, hmat: calculate abstract distance with HMATHuang Ying1-1/+102
2023-10-17memory tiering: add abstract distance calculation algorithms managementHuang Ying1-0/+59
2023-10-17mm/hugetlb: replace page_ref_freeze() with folio_ref_freeze() in hugetlb_foli...Sidhartha Kumar1-1/+1
2023-10-17mm/filemap: remove hugetlb special casing in filemap.cSidhartha Kumar3-53/+19
2023-10-17mm/damon/core: remove unnecessary si_meminfo invoke.Huan Yang1-4/+2
2023-10-17sched/numa, mm: make numa migrate functions to take a folioKefeng Wang1-1/+1
2023-10-17mm: mempolicy: make mpol_misplaced() to take a folioKefeng Wang2-11/+13
2023-10-17mm: memory: make numa_migrate_prep() to take a folioKefeng Wang3-7/+6
2023-10-17mm: memory: use a folio in do_numa_page()Kefeng Wang1-17/+17
2023-10-17mm: huge_memory: use a folio in do_huge_pmd_numa_page()Kefeng Wang1-16/+13
2023-10-17mm: memory: add vm_normal_folio_pmd()Kefeng Wang1-0/+10
2023-10-07mm/filemap: increase usage of folio_next_index() helperMinjie Du1-1/+1
2023-10-07delayacct: add memory reclaim delay in get_page_from_freelistliwenyu1-0/+2
2023-10-07memcg: remove unused do_memsw_account in memcg1_stat_formatLiu Shixin1-7/+2
2023-10-07memcg: expose swapcache stat for memcg v1Liu Shixin1-0/+6
2023-10-07acpi,mm: fix typo sibiling -> siblingLi Zhijian1-5/+5
2023-10-04mm: mlock: update mlock_pte_range to handle large folioYin Fengwei1-2/+64
2023-10-04mm: handle large folio when large folio in VM_LOCKED VMA rangeYin Fengwei2-21/+68
2023-10-04mm: add functions folio_in_range() and folio_within_vma()Yin Fengwei1-0/+50
2023-10-04mm/damon/core-test: fix memory leak in damon_new_ctx()Jinjie Ruan1-0/+4
2023-10-04mm/damon/core-test: fix memory leak in damon_new_region()Jinjie Ruan1-1/+3
2023-10-04mm/writeback: update filemap_dirty_folio() commentJianguo Bao1-1/+1
2023-10-04mm/damon/sysfs-schemes: support DAMOS apply intervalSeongJae Park1-4/+34
2023-10-04mm/damon/core: implement scheme-specific apply intervalSeongJae Park5-9/+72
2023-10-04mm/damon/sysfs-schemes: use nr_accesses_bp as the source of tried_regions/<N>...SeongJae Park1-1/+1
2023-10-04mm/damon/core: make DAMOS uses nr_accesses_bp instead of nr_accessesSeongJae Park1-2/+3
2023-10-04hugetlb: convert remove_pool_huge_page() to remove_pool_hugetlb_folio()Matthew Wilcox (Oracle)1-14/+15
2023-10-04hugetlb: remove a few calls to page_folio()Matthew Wilcox (Oracle)1-15/+11
2023-10-04hugetlb: use a folio in free_hpage_workfn()Matthew Wilcox (Oracle)1-6/+6
2023-10-04mm: hugetlb: skip initialization of gigantic tail struct pages if freed by HVOUsama Arif5-15/+69
2023-10-04memblock: introduce MEMBLOCK_RSRV_NOINIT flagUsama Arif1-5/+28
2023-10-04memblock: pass memblock_type to memblock_setclr_flagUsama Arif1-8/+8
2023-10-04mm: hugetlb_vmemmap: use nid of the head page to reallocate itUsama Arif1-1/+1
2023-10-04mm/damon/core: mark damon_moving_sum() as a static functionSeongJae Park1-1/+1
2023-10-04mm/damon/core: skip updating nr_accesses_bp for each aggregation intervalSeongJae Park1-2/+0
2023-10-04mm/damon/core: use pseudo-moving sum for nr_accesses_bpSeongJae Park3-10/+27
2023-10-04mm/damon/core: introduce nr_accesses_bpSeongJae Park2-0/+11
2023-10-04mm/damon/core-test: add a unit test for damon_moving_sum()SeongJae Park1-0/+16
2023-10-04mm/damon/core: implement a pseudo-moving sum functionSeongJae Park1-0/+40
2023-10-04mm/damon/vaddr: call damon_update_region_access_rate() alwaysSeongJae Park1-3/+7
2023-10-04mm/damon/core: define and use a dedicated function for region access rate updateSeongJae Park3-8/+20
2023-10-04mm/damon/core: use number of passed access sampling as a timerSeongJae Park1-49/+47
2023-10-04mm/memory_hotplug: use pfn math in place of direct struct page manipulationZi Yan1-1/+1
2023-10-04mm/hugetlb: use nth_page() in place of direct struct page manipulationZi Yan1-1/+1
2023-10-04mm/cma: use nth_page() in place of direct struct page manipulationZi Yan1-1/+1
2023-10-04mm, vmscan: remove ISOLATE_UNMAPPEDVlastimil Babka1-2/+1
2023-10-04mm/damon/core: add a tracepoint for damos apply target regionsSeongJae Park1-1/+31
2023-10-04mm: migrate: remove isolated variable in add_page_for_migration()Kefeng Wang1-7/+4
2023-10-04mm: migrate: remove PageHead() check for HugeTLB in add_page_for_migration()Kefeng Wang1-4/+2