summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* mm: vmscan : pgdemote vmstat is not getting updated when MGLRU is enabled.Donet Tom5 days1-0/+3
* mm: vmscan: account for free pages to prevent infinite Loop in throttle_direc...Seiji Nishikawa2024-12-311-1/+8
* mm/vmscan: wake up flushers conditionally to avoid cgroup OOMZeng Jingxiang2024-11-071-3/+22
* memcg-v1: no need for memcg locking for MGLRUShakeel Butt2024-11-071-15/+1
* mm/mglru: reset page lru tier bits when activatingWei Xu2024-11-071-4/+4
* vmscan: add a vmscan event for reclaim_pagesJaewon Kim2024-11-071-2/+3
* mm: swap: make some count_mthp_stat() call-sites be THP-agnostic.Kanchana P Sridhar2024-11-071-1/+1
* mm: multi-gen LRU: walk_pte_range() use pte_offset_map_rw_nolock()Qi Zheng2024-11-061-1/+8
* mm: fix shrink nr.unqueued_dirty counter issueZhiguo Jiang2024-11-061-1/+2
* mm/thp: fix deferred split unqueue naming and lockingHugh Dickins2024-11-061-2/+2
* mm: multi-gen LRU: use {ptep,pmdp}_clear_young_notify()Yu Zhao2024-11-031-39/+49
* mm: multi-gen LRU: remove MM_LEAF_OLD and MM_NONLEAF_TOTAL statsYu Zhao2024-11-031-9/+5
* mm/mglru: only clear kswapd_failures if reclaimableWei Xu2024-10-171-2/+2
* Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-211-21/+46
|\
| * mm: introduce a pageflag for partially mapped foliosUsama Arif2024-09-101-1/+2
| * mm,memcg: provide per-cgroup counters for NUMA balancing operationsKaiyang Zhao2024-09-041-4/+4
| * mm: shmem: support large folio swap outBaolin Wang2024-09-041-7/+23
| * memcg: use ratelimited stats flush in the reclaimShakeel Butt2024-09-021-3/+4
| * mm: multi-gen LRU: ignore non-leaf pmd_young for force_scan=trueYuanchu Xie2024-09-021-2/+2
| * mm/huge_memory: convert split_huge_pages_pid() from follow_page() to folio_walkDavid Hildenbrand2024-09-021-1/+1
| * mm: create promo_wmark_pages and clean up open-coded sitesKaiyang Zhao2024-09-021-1/+1
| * mm: shrink skip folio mapped by an exiting processZhiguo Jiang2024-09-021-1/+6
| * mm: add node_reclaim successes to VM event countersMatthew Cassell2024-09-021-1/+3
* | mm: vmscan.c: fix OOM on swap stress testChris Li2024-09-101-1/+1
* | Revert "mm: skip CMA pages when they are not available"Usama Arif2024-09-021-22/+2
|/
* Merge tag 'random-6.11-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2024-07-241-9/+0
|\
| * mm: add MAP_DROPPABLE for designating always lazily freeable mappingsJason A. Donenfeld2024-07-191-9/+0
* | mm/mglru: fix ineffective protection calculationYu Zhao2024-07-181-44/+38
* | mm/mglru: fix overshooting shrinker memoryYu Zhao2024-07-181-2/+8
* | mm/mglru: fix div-by-zero in vmpressure_calc_level()Yu Zhao2024-07-181-1/+0
* | mm/vmscan: drop checking if _deferred_list is empty before using TTU_SYNCBarry Song2024-07-101-1/+1
* | mm: add swappiness= arg to memory.reclaimDan Schatzberg2024-07-051-3/+22
* | mm: add defines for min/max swappinessDan Schatzberg2024-07-051-6/+6
* | mm: memcg: rename soft limit reclaim-related functionsRoman Gushchin2024-07-051-5/+5
* | mm: refactor folio_undo_large_rmappable()Kefeng Wang2024-07-051-6/+2
* | mm: rename alloc_demote_folio to alloc_migrate_folioHonggyu Kim2024-07-041-2/+2
* | mm: make alloc_demote_folio externally invokable for migrationHonggyu Kim2024-07-041-2/+1
* | mm: vmscan: reset sc->priority on retryShakeel Butt2024-07-041-0/+1
* | mm: vmscan: restore incremental cgroup iterationJohannes Weiner2024-07-041-2/+40
|/
* mm: drop the 'anon_' prefix for swap-out mTHP countersBaolin Wang2024-06-061-1/+1
* mm/vmscan: remove ignore_references argument of reclaim_folio_list()SeongJae Park2024-05-071-6/+4
* mm/vmscan: remove ignore_references argument of reclaim_pages()SeongJae Park2024-05-071-3/+3
* mm: add per-order mTHP anon_swpout and anon_swpout_fallback countersBarry Song2024-05-061-0/+3
* mm: vmscan: avoid split during shrink_folio_list()Ryan Roberts2024-04-261-10/+10
* mm: hold PTL from the first PTE while reclaiming a large folioBarry Song2024-04-261-0/+14
* mm: record the migration reason for struct migration_target_controlBaolin Wang2024-04-261-1/+2
* Merge branch 'master' into mm-stableAndrew Morton2024-03-181-1/+4
|\
| * mm, vmscan: prevent infinite loop for costly GFP_NOIO | __GFP_RETRY_MAYFAIL a...Vlastimil Babka2024-03-051-1/+4
* | mm, vmscan: retry kswapd's priority loop with cache_trim_mode off on failureByungchul Park2024-03-121-1/+20
* | mm: remove folio from deferred split list before uncharging itMatthew Wilcox (Oracle)2024-03-121-0/+6