summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)AuthorFilesLines
2026-04-18mm/vmscan: avoid false-positive -Wuninitialized warningArnd Bergmann1-2/+2
2026-04-18mm: remove '!root_reclaim' checking in should_abort_scan()Zhaoyang Huang1-4/+0
2026-04-18mm/vmscan: prevent MGLRU reclaim from pinning address spaceSuren Baghdasaryan1-2/+3
2026-04-18mm: vmscan: fix dirty folios throttling on cgroup v1 for MGLRUBaolin Wang1-1/+16
2026-04-18mm: lru: add VM_WARN_ON_ONCE_FOLIO to lru maintenance helpersMuchun Song1-1/+0
2026-04-18mm: workingset: use lruvec_lru_size() to get the number of lru pagesQi Zheng1-2/+1
2026-04-18mm: vmscan: prepare for reparenting MGLRU foliosQi Zheng1-0/+142
2026-04-18mm: vmscan: prepare for reparenting traditional LRU foliosQi Zheng1-19/+0
2026-04-18mm: do not open-code lruvec lockQi Zheng1-19/+19
2026-04-18mm: mglru: prevent memory cgroup release in mglruMuchun Song1-6/+16
2026-04-18mm: vmscan: refactor move_folios_to_lru()Muchun Song1-25/+21
2026-04-18mm: vmscan: prepare for the refactoring the move_folios_to_lru()Qi Zheng1-3/+3
2026-04-18mm: rename unlock_page_lruvec_irq and its variantsMuchun Song1-2/+2
2026-04-05mm: update outdated comments for removed scan_swap_map_slots()Kexin Sun1-1/+1
2026-04-05mm/mglru: fix cgroup OOM during MGLRU state switchingLeno Hou1-9/+24
2026-04-05mm/vmscan: fix unintended mtc->nmask mutation in alloc_demote_folio()Bing Jiao1-9/+5
2026-04-05mm: support batched checking of the young flag for MGLRUBaolin Wang1-11/+32
2026-04-05mm: rename ptep/pmdp_clear_young_notify() to ptep/pmdp_test_and_clear_young_n...Baolin Wang1-4/+4
2026-04-05folio_batch: rename pagevec.h to folio_batch.hTal Zussman1-1/+1
2026-04-05mm: vmscan: add cgroup IDs to vmscan tracepointsThomas Ballasi1-8/+9
2026-04-05mm: add folio_test_lazyfree helperVernon Yang1-3/+2
2026-04-05mm: move pgscan, pgsteal, pgrefill to node statsJP Kobryn (Meta)1-26/+13
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook1-1/+2
2026-02-13mm/vmscan: select the closest preferred node in demote_folio_list()Bing Jiao1-3/+2
2026-02-13mm/vmscan: fix demotion targets checks in reclaim/demotionBing Jiao1-12/+22
2026-02-07mm/vmscan: use %pe to print error pointersSahil Chandna1-2/+2
2026-02-01mm, swap: use swap cache as the swap in synchronize layerKairui Song1-2/+1
2026-02-01mm/vmscan: add tracepoint and reason for kswapd_failures resetJiayuan Chen1-9/+20
2026-02-01mm/vmscan: mitigate spurious kswapd_failures reset from direct reclaimJiayuan Chen1-2/+20
2026-02-01mm/vmscan: drop inclusion of balloon_compaction.hDavid Hildenbrand (Red Hat)1-1/+0
2026-01-27memcg: rename mem_cgroup_ino() to mem_cgroup_id()Shakeel Butt1-3/+3
2026-01-27mm/vmscan: use cgroup ID instead of private memcg ID in lru_gen interfaceShakeel Butt1-13/+6
2026-01-21mm: fix minor spelling mistakes in commentsKevin Lourenco1-1/+1
2026-01-21mm/block/fs: remove laptop_modeJohannes Weiner1-22/+8
2026-01-21memcg: remove mem_cgroup_size()Chen Ridong1-5/+4
2026-01-21mm/vmscan.c:shrink_folio_list(): save a tabstopAndrew Morton1-49/+49
2026-01-21mm: introduce generic lazy_mmu helpersKevin Brodsky1-6/+6
2026-01-20mm: restore per-memcg proactive reclaim with !CONFIG_NUMAYosry Ahmed1-2/+11
2025-12-13Merge tag 'mm-stable-2025-12-11-11-39' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+5
2025-12-09mm: vmscan: correct nr_requested tracing in scan_foliosChen Ridong1-2/+3
2025-12-09mm/huge_memory: replace can_split_folio() with direct refcount calculationZi Yan1-1/+2
2025-12-06Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-59/+24
2025-11-29mm/vmscan: skip increasing kswapd_failures when reclaim was boostedJiayuan Chen1-1/+6
2025-11-25fs: cosmetic fixes to lru handlingMateusz Guzik1-1/+1
2025-11-25memcg: remove __mod_lruvec_stateShakeel Butt1-2/+2
2025-11-21mm: vmscan: simplify the folio refcount check in pageout()Baolin Wang1-12/+4
2025-11-21mm: vmscan: remove folio_test_private() check in pageout()Baolin Wang1-16/+1
2025-11-17mm, swap: cleanup swap entry allocation parameterKairui Song1-2/+2
2025-11-17mm: vmscan: simplify the logic for activating dirty file foliosBaolin Wang1-22/+3
2025-11-17mm: vmscan: filter out the dirty file folios for node_reclaim()Baolin Wang1-3/+5