summaryrefslogtreecommitdiffstats
path: root/mm
Commit message (Expand)AuthorAgeFilesLines
* hugetlb: convert remove_pool_huge_page() to remove_pool_hugetlb_folio()Matthew Wilcox (Oracle)2023-10-041-14/+15
* hugetlb: remove a few calls to page_folio()Matthew Wilcox (Oracle)2023-10-041-15/+11
* hugetlb: use a folio in free_hpage_workfn()Matthew Wilcox (Oracle)2023-10-041-6/+6
* mm: hugetlb: skip initialization of gigantic tail struct pages if freed by HVOUsama Arif2023-10-045-15/+69
* memblock: introduce MEMBLOCK_RSRV_NOINIT flagUsama Arif2023-10-041-5/+28
* memblock: pass memblock_type to memblock_setclr_flagUsama Arif2023-10-041-8/+8
* mm: hugetlb_vmemmap: use nid of the head page to reallocate itUsama Arif2023-10-041-1/+1
* mm/damon/core: mark damon_moving_sum() as a static functionSeongJae Park2023-10-041-1/+1
* mm/damon/core: skip updating nr_accesses_bp for each aggregation intervalSeongJae Park2023-10-041-2/+0
* mm/damon/core: use pseudo-moving sum for nr_accesses_bpSeongJae Park2023-10-043-10/+27
* mm/damon/core: introduce nr_accesses_bpSeongJae Park2023-10-042-0/+11
* mm/damon/core-test: add a unit test for damon_moving_sum()SeongJae Park2023-10-041-0/+16
* mm/damon/core: implement a pseudo-moving sum functionSeongJae Park2023-10-041-0/+40
* mm/damon/vaddr: call damon_update_region_access_rate() alwaysSeongJae Park2023-10-041-3/+7
* mm/damon/core: define and use a dedicated function for region access rate updateSeongJae Park2023-10-043-8/+20
* mm/damon/core: use number of passed access sampling as a timerSeongJae Park2023-10-041-49/+47
* mm/memory_hotplug: use pfn math in place of direct struct page manipulationZi Yan2023-10-041-1/+1
* mm/hugetlb: use nth_page() in place of direct struct page manipulationZi Yan2023-10-041-1/+1
* mm/cma: use nth_page() in place of direct struct page manipulationZi Yan2023-10-041-1/+1
* mm, vmscan: remove ISOLATE_UNMAPPEDVlastimil Babka2023-10-041-2/+1
* mm/damon/core: add a tracepoint for damos apply target regionsSeongJae Park2023-10-041-1/+31
* mm: migrate: remove isolated variable in add_page_for_migration()Kefeng Wang2023-10-041-7/+4
* mm: migrate: remove PageHead() check for HugeTLB in add_page_for_migration()Kefeng Wang2023-10-041-4/+2
* mm: migrate: use a folio in add_page_for_migration()Kefeng Wang2023-10-041-21/+19
* mm: migrate: use __folio_test_movable()Kefeng Wang2023-10-041-7/+7
* mm: migrate: convert migrate_misplaced_page() to migrate_misplaced_folio()Kefeng Wang2023-10-043-20/+23
* mm: migrate: convert numamigrate_isolate_page() to numamigrate_isolate_folio()Kefeng Wang2023-10-041-10/+10
* mm: migrate: remove THP mapcount check in numamigrate_isolate_page()Kefeng Wang2023-10-041-4/+0
* mm: migrate: remove PageTransHuge check in numamigrate_isolate_page()Kefeng Wang2023-10-041-2/+0
* mm/rmap: pass folio to hugepage_add_anon_rmap()David Hildenbrand2023-10-042-6/+4
* mm/rmap: simplify PageAnonExclusive sanity checks when adding anon rmapDavid Hildenbrand2023-10-041-8/+8
* mm/rmap: warn on new PTE-mapped folios in page_add_anon_rmap()David Hildenbrand2023-10-041-0/+7
* mm/rmap: move folio_test_anon() check out of __folio_set_anon()David Hildenbrand2023-10-041-15/+8
* mm/rmap: move SetPageAnonExclusive out of __page_set_anon_rmap()David Hildenbrand2023-10-041-20/+21
* mm/rmap: drop stale comment in page_add_anon_rmap and hugepage_add_anon_rmap()David Hildenbrand2023-10-041-2/+0
* mm: memcg: add THP swap out info for anonymous reclaimXin Hao2023-10-043-4/+7
* mm: vmscan: modify an easily misunderstood function nameliujinlong2023-10-041-2/+2
* mm: shrinker: convert shrinker_rwsem to mutexQi Zheng2023-10-042-22/+22
* mm: shrinker: hold write lock to reparent shrinker nr_deferredQi Zheng2023-10-041-2/+2
* mm: shrinker: make memcg slab shrink locklessQi Zheng2023-10-041-19/+66
* mm: shrinker: make global slab shrink locklessQi Zheng2023-10-041-21/+68
* mm: shrinker: rename {prealloc|unregister}_memcg_shrinker() to shrinker_memcg...Qi Zheng2023-10-041-6/+6
* mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}Qi Zheng2023-10-041-96/+154
* mm: shrinker: remove old APIsQi Zheng2023-10-041-143/+0
* zsmalloc: dynamically allocate the mm-zspool shrinkerQi Zheng2023-10-041-12/+15
* mm: workingset: dynamically allocate the mm-shadow shrinkerQi Zheng2023-10-041-13/+16
* mm: thp: dynamically allocate the thp-related shrinkersQi Zheng2023-10-041-24/+43
* mm: shrinker: add infrastructure for dynamically allocating shrinkerQi Zheng2023-10-043-3/+128
* drm/ttm: introduce pool_shrink_rwsemQi Zheng2023-10-041-15/+0
* mm: shrinker: remove redundant shrinker_rwsem in debugfs operationsQi Zheng2023-10-041-15/+1