summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
* mm: change to return bool for folio_isolate_lru()Baolin Wang2023-02-201-5/+5
* mm: memcontrol: rename memcg_kmem_enabled()Roman Gushchin2023-02-161-1/+1
* mm: multi-gen LRU: avoid futile retriesYu Zhao2023-02-161-10/+15
* Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2023-02-101-1/+5
|\
| * mm: shrinkers: fix deadlock in shrinker debugfsQi Zheng2023-02-091-1/+5
* | mm: multi-gen LRU: simplify lru_gen_look_around()T.J. Alumbaugh2023-02-021-50/+23
* | mm: multi-gen LRU: improve walk_pmd_range()T.J. Alumbaugh2023-02-021-20/+20
* | mm: multi-gen LRU: improve lru_gen_exit_memcg()T.J. Alumbaugh2023-02-021-0/+5
* | mm: multi-gen LRU: section for memcg LRUT.J. Alumbaugh2023-02-021-108/+142
* | mm: multi-gen LRU: section for Bloom filtersT.J. Alumbaugh2023-02-021-88/+92
* | mm: multi-gen LRU: section for rmap/PT walk feedbackT.J. Alumbaugh2023-02-021-0/+4
* | mm: multi-gen LRU: section for working set protectionT.J. Alumbaugh2023-02-021-0/+4
* | Sync mm-stable with mm-hotfixes-stable to pick up dependent patchesAndrew Morton2023-01-311-4/+5
|\|
| * mm: multi-gen LRU: fix crash during cgroup migrationYu Zhao2023-01-311-1/+4
| * Revert "mm: add nodes= arg to memory.reclaim"Michal Hocko2023-01-311-3/+1
* | mm: add vma_has_recency()Yu Zhao2023-01-181-1/+4
* | mm: multi-gen LRU: simplify arch_has_hw_pte_young() checkYu Zhao2023-01-181-1/+1
* | mm: multi-gen LRU: clarify scan_control flagsYu Zhao2023-01-181-28/+28
* | mm: multi-gen LRU: per-node lru_gen_folio listsYu Zhao2023-01-181-33/+341
* | mm: multi-gen LRU: shuffle should_run_aging()Yu Zhao2023-01-181-62/+62
* | mm: multi-gen LRU: remove aging fairness safeguardYu Zhao2023-01-181-67/+59
* | mm: multi-gen LRU: remove eviction fairness safeguardYu Zhao2023-01-181-58/+23
* | mm: multi-gen LRU: rename lrugen->lists[] to lrugen->folios[]Yu Zhao2023-01-181-10/+10
* | mm: multi-gen LRU: rename lru_gen_struct to lru_gen_folioYu Zhao2023-01-181-17/+17
* | mm/swap: convert deactivate_page() to folio_deactivate()Vishal Moola (Oracle)2023-01-181-1/+1
|/
* Merge tag 'x86_mm_for_6.2_v2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-12-171-4/+1
|\
| * mm: Remove pointless barrier() after pmdp_get_lockless()Peter Zijlstra2022-12-151-3/+0
| * mm: Rename pmd_read_atomic()Peter Zijlstra2022-12-151-2/+2
* | mm: memcg: fix swapcached stat accountingHugh Dickins2022-12-111-2/+1
* | mm: add nodes= arg to memory.reclaimMina Almasry2022-12-111-1/+3
* | mm: disable top-tier fallback to reclaim on proactive reclaimMina Almasry2022-12-111-3/+22
* | mm: memcg: fix stale protection of reclaim target memcgYosry Ahmed2022-12-111-5/+6
* | mm: vmscan: use sysfs_emit() to instead of scnprintf()Xu Panda2022-11-301-1/+1
* | mm: multi-gen LRU: remove NULL checks on NODE_DATA()Yu Zhao2022-11-301-11/+2
* | mm: make drop_caches keep reclaiming on all nodesJan Kara2022-11-301-15/+18
* | mm: vmscan: split khugepaged stats from direct reclaim statsJohannes Weiner2022-11-301-8/+24
* | Merge branch 'mm-hotfixes-stable' into mm-stableAndrew Morton2022-11-301-23/+59
|\ \
| * | mm: introduce arch_has_hw_nonleaf_pmd_young()Juergen Gross2022-11-301-5/+5
| * | mm/cgroup/reclaim: fix dirty pages throttling on cgroup v1Aneesh Kumar K.V2022-11-221-1/+13
| * | mm: multi-gen LRU: retry folios written back while isolatedYu Zhao2022-11-221-11/+37
| * | mm: vmscan: fix extreme overreclaim and swap floodsJohannes Weiner2022-11-221-6/+4
| |/
* / mm: vmscan: make rotations a secondary factor in balancing anon vs fileJohannes Weiner2022-11-081-1/+3
|/
* mglru: mm/vmscan.c: fix imprecise commentsYu Zhao2022-10-071-5/+4
* mm/mglru: don't sync disk for each aging cycleYu Zhao2022-10-071-2/+0
* memcg: convert mem_cgroup_swap_full() to take a folioMatthew Wilcox (Oracle)2022-10-031-2/+1
* mm/swap: convert put_swap_page() to put_swap_folio()Matthew Wilcox (Oracle)2022-10-031-1/+1
* mm/swapfile: convert try_to_free_swap() to folio_free_swap()Matthew Wilcox (Oracle)2022-10-031-1/+1
* mm/vmscan: fix a lot of commentsMatthew Wilcox (Oracle)2022-10-031-133/+130
* mm/vmscan: use vma iterator instead of vm_nextLiam R. Howlett2022-09-261-9/+3
* mm/demotion: demote pages according to allocation fallback orderJagdish Gediya2022-09-261-15/+43