summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)AuthorFilesLines
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
2025-11-17mm/vmscan: remove redundant __GFP_NOWARNFushuai Wang1-1/+1
2025-11-17mm: replace READ_ONCE() with standard page table accessorsAnshuman Khandual1-1/+1
2025-09-22mm: re-enable kswapd when memory pressure subsides or demotion is toggledChanwon Park1-7/+7
2025-09-22mm, swap: use the swap table for the swap cache and switch APIKairui Song1-6/+14
2025-09-22mm, swap: cleanup swap cache API and add kerneldocKairui Song1-1/+1
2025-09-22Merge branch 'mm-hotfixes-stable' into mm-stable in order to pick upAndrew Morton1-1/+1
2025-09-14mm: fix duplicate accounting of free pages in should_reclaim_retry()liuqiqi1-9/+2
2025-09-14mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)1-9/+9
2025-09-14mm/mglru: update MG-LRU proactive reclaim statistics only to memcgHao Jia1-0/+2
2025-09-13mm: revert "mm: vmscan.c: fix OOM on swap stress test"Hugh Dickins1-1/+1
2025-08-10mm/vmscan: fix inverted polarity in lru_gen_seq_show()Danilo Krummrich1-2/+2
2025-08-01Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-158/+308
2025-07-29Merge tag 'driver-core-6.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+5
2025-07-25mm: optimize lru_note_cost() by adding lru_note_cost_unlock_irq()Hugh Dickins1-5/+3
2025-07-25mm/mglru: stop try_to_inc_min_seq() if min_seq[type] has not increasedHao Jia1-0/+10
2025-07-20mm/vmscan: fix hwpoisoned large folio handling in shrink_folio_listJinjiang Tu1-0/+8
2025-07-20mm: introduce per-node proactive reclaim interfaceDavidlohr Bueso1-7/+48
2025-07-20mm/vmscan: make __node_reclaim() more genericDavidlohr Bueso1-23/+25
2025-07-20mm/memcg: make memory.reclaim interface genericDavidlohr Bueso1-0/+98
2025-07-20mm/vmscan: respect psi_memstall region in node reclaimDavidlohr Bueso1-1/+1
2025-07-14mm: remove __folio_test_movable()David Hildenbrand1-2/+4
2025-07-10mm: remove redundant pXd_devmap callsAlistair Popple1-3/+0