summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* | mm: free folios directly in move_folios_to_lru()Matthew Wilcox (Oracle)2024-03-051-20/+12
* | mm: free folios in a batch in shrink_folio_list()Matthew Wilcox (Oracle)2024-03-051-11/+9
* | mm: madvise: pageout: ignore references rather than clearing youngBarry Song2024-03-051-5/+7
* | mm/mglru: improve swappiness handlingKinsey Ho2024-02-221-10/+10
* | mm/mglru: improve struct lru_gen_mm_walkKinsey Ho2024-02-221-24/+26
* | mm/mglru: improve reset_mm_stats()Kinsey Ho2024-02-221-20/+22
* | mm/mglru: improve should_run_aging()Kinsey Ho2024-02-221-14/+11
* | mm/mglru: drop unused parameterKinsey Ho2024-02-221-5/+5
* | mm/vmscan: make too_many_isolated return boolHao Ge2024-02-221-3/+3