summaryrefslogtreecommitdiff
path: root/mm
AgeCommit message (Expand)Author
2023-10-04mm: hugetlb_vmemmap: use nid of the head page to reallocate itUsama Arif
2023-10-04mm/damon/core: mark damon_moving_sum() as a static functionSeongJae Park
2023-10-04mm/damon/core: skip updating nr_accesses_bp for each aggregation intervalSeongJae Park
2023-10-04mm/damon/core: use pseudo-moving sum for nr_accesses_bpSeongJae Park
2023-10-04mm/damon/core: introduce nr_accesses_bpSeongJae Park
2023-10-04mm/damon/core-test: add a unit test for damon_moving_sum()SeongJae Park
2023-10-04mm/damon/core: implement a pseudo-moving sum functionSeongJae Park
2023-10-04mm/damon/vaddr: call damon_update_region_access_rate() alwaysSeongJae Park
2023-10-04mm/damon/core: define and use a dedicated function for region access rate updateSeongJae Park
2023-10-04mm/damon/core: use number of passed access sampling as a timerSeongJae Park
2023-10-04mm/memory_hotplug: use pfn math in place of direct struct page manipulationZi Yan
2023-10-04mm/hugetlb: use nth_page() in place of direct struct page manipulationZi Yan
2023-10-04mm/cma: use nth_page() in place of direct struct page manipulationZi Yan
2023-10-04mm, vmscan: remove ISOLATE_UNMAPPEDVlastimil Babka
2023-10-04mm/damon/core: add a tracepoint for damos apply target regionsSeongJae Park
2023-10-04mm: migrate: remove isolated variable in add_page_for_migration()Kefeng Wang
2023-10-04mm: migrate: remove PageHead() check for HugeTLB in add_page_for_migration()Kefeng Wang
2023-10-04mm: migrate: use a folio in add_page_for_migration()Kefeng Wang
2023-10-04mm: migrate: use __folio_test_movable()Kefeng Wang
2023-10-04mm: migrate: convert migrate_misplaced_page() to migrate_misplaced_folio()Kefeng Wang
2023-10-04mm: migrate: convert numamigrate_isolate_page() to numamigrate_isolate_folio()Kefeng Wang
2023-10-04mm: migrate: remove THP mapcount check in numamigrate_isolate_page()Kefeng Wang
2023-10-04mm: migrate: remove PageTransHuge check in numamigrate_isolate_page()Kefeng Wang
2023-10-04mm/rmap: pass folio to hugepage_add_anon_rmap()David Hildenbrand
2023-10-04mm/rmap: simplify PageAnonExclusive sanity checks when adding anon rmapDavid Hildenbrand
2023-10-04mm/rmap: warn on new PTE-mapped folios in page_add_anon_rmap()David Hildenbrand
2023-10-04mm/rmap: move folio_test_anon() check out of __folio_set_anon()David Hildenbrand
2023-10-04mm/rmap: move SetPageAnonExclusive out of __page_set_anon_rmap()David Hildenbrand
2023-10-04mm/rmap: drop stale comment in page_add_anon_rmap and hugepage_add_anon_rmap()David Hildenbrand
2023-10-04mm: memcg: add THP swap out info for anonymous reclaimXin Hao
2023-10-04mm: vmscan: modify an easily misunderstood function nameliujinlong
2023-10-04mm: shrinker: convert shrinker_rwsem to mutexQi Zheng
2023-10-04mm: shrinker: hold write lock to reparent shrinker nr_deferredQi Zheng
2023-10-04mm: shrinker: make memcg slab shrink locklessQi Zheng
2023-10-04mm: shrinker: make global slab shrink locklessQi Zheng
2023-10-04mm: shrinker: rename {prealloc|unregister}_memcg_shrinker() to shrinker_memcg...Qi Zheng
2023-10-04mm: shrinker: add a secondary array for shrinker_info::{map, nr_deferred}Qi Zheng
2023-10-04mm: shrinker: remove old APIsQi Zheng
2023-10-04zsmalloc: dynamically allocate the mm-zspool shrinkerQi Zheng
2023-10-04mm: workingset: dynamically allocate the mm-shadow shrinkerQi Zheng
2023-10-04mm: thp: dynamically allocate the thp-related shrinkersQi Zheng
2023-10-04mm: shrinker: add infrastructure for dynamically allocating shrinkerQi Zheng
2023-10-04drm/ttm: introduce pool_shrink_rwsemQi Zheng
2023-10-04mm: shrinker: remove redundant shrinker_rwsem in debugfs operationsQi Zheng
2023-10-04mm: vmscan: move shrinker-related code into a separate fileQi Zheng
2023-10-04mm: move some shrinker-related function declarations to mm/internal.hQi Zheng
2023-10-04kmsan: introduce test_memcpy_initialized_gap()Alexander Potapenko
2023-10-04kmsan: merge test_memcpy_aligned_to_unaligned{,2}() togetherAlexander Potapenko
2023-10-04kmsan: prevent optimizations in memcpy testsAlexander Potapenko
2023-10-04kmsan: simplify kmsan_internal_memmove_metadata()Alexander Potapenko