summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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 Arif2-5/+37
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 Park2-3/+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 Park4-13/+36
2023-10-04mm/damon/core: introduce nr_accesses_bpSeongJae Park3-0/+16
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 Park2-0/+42
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 Park4-9/+24
2023-10-04mm/damon/core: use number of passed access sampling as a timerSeongJae Park2-51/+59
2023-10-04mips: use nth_page() in place of direct struct page manipulationZi Yan1-1/+1
2023-10-04fs: use nth_page() in place of direct struct page manipulationZi Yan1-2/+2
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 Babka4-14/+7
2023-10-04trace-vmscan-postprocess: sync with tracepoints updatesVlastimil Babka1-23/+17
2023-10-04buffer: remove __getblk_gfp()Matthew Wilcox (Oracle)2-27/+11
2023-10-04ext4: call bdev_getblk() from sb_getblk_gfp()Matthew Wilcox (Oracle)2-5/+11
2023-10-04buffer: convert sb_getblk() to call __getblk()Matthew Wilcox (Oracle)1-4/+3
2023-10-04buffer: convert getblk_unmovable() and __getblk() to use bdev_getblk()Matthew Wilcox (Oracle)1-14/+22
2023-10-04buffer: use bdev_getblk() to avoid memory reclaim in readahead pathMatthew Wilcox (Oracle)1-1/+3
2023-10-04ext4: use bdev_getblk() to avoid memory reclaim in readahead pathMatthew Wilcox (Oracle)1-1/+2
2023-10-04buffer: hoist GFP flags from grow_dev_page() to __getblk_gfp()Matthew Wilcox (Oracle)2-21/+42
2023-10-04buffer: pass GFP flags to folio_alloc_buffers()Matthew Wilcox (Oracle)2-9/+10
2023-10-04Docs/admin-guide/mm/damon/usage: document damos_before_apply tracepointSeongJae Park1-7/+30
2023-10-04mm/damon/core: add a tracepoint for damos apply target regionsSeongJae Park2-1/+70
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
2023-10-04mm: migrate: use a folio in add_page_for_migration()Kefeng Wang1-21/+19
2023-10-04mm: migrate: use __folio_test_movable()Kefeng Wang1-7/+7
2023-10-04mm: migrate: convert migrate_misplaced_page() to migrate_misplaced_folio()Kefeng Wang4-22/+25
2023-10-04mm: migrate: convert numamigrate_isolate_page() to numamigrate_isolate_folio()Kefeng Wang1-10/+10
2023-10-04mm: migrate: remove THP mapcount check in numamigrate_isolate_page()Kefeng Wang1-4/+0
2023-10-04mm: migrate: remove PageTransHuge check in numamigrate_isolate_page()Kefeng Wang1-2/+0
2023-10-04mm/rmap: pass folio to hugepage_add_anon_rmap()David Hildenbrand3-7/+5
2023-10-04mm/rmap: simplify PageAnonExclusive sanity checks when adding anon rmapDavid Hildenbrand1-8/+8
2023-10-04mm/rmap: warn on new PTE-mapped folios in page_add_anon_rmap()David Hildenbrand1-0/+7
2023-10-04mm/rmap: move folio_test_anon() check out of __folio_set_anon()David Hildenbrand1-15/+8
2023-10-04mm/rmap: move SetPageAnonExclusive out of __page_set_anon_rmap()David Hildenbrand1-20/+21
2023-10-04mm/rmap: drop stale comment in page_add_anon_rmap and hugepage_add_anon_rmap()David Hildenbrand1-2/+0
2023-10-04mm: memcg: add THP swap out info for anonymous reclaimXin Hao4-4/+16
2023-10-04mm: vmscan: modify an easily misunderstood function nameliujinlong1-2/+2
2023-10-04mm: shrinker: convert shrinker_rwsem to mutexQi Zheng4-24/+24
2023-10-04mm: shrinker: hold write lock to reparent shrinker nr_deferredQi Zheng1-2/+2
2023-10-04mm: shrinker: make memcg slab shrink locklessQi Zheng1-19/+66