- e4b424b vmscan: make drop_slab_node static by Gang Li · 3 years ago
- 8008293 mm: vmscan: reduce throttling due to a failure to make progress -fix by Mel Gorman · 3 years ago
- 1b4e3f2 mm: vmscan: Reduce throttling due to a failure to make progress by Mel Gorman · 3 years, 1 month ago
- 59a2cee Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
- 51b8c1f vfs: keep inodes with page cache off the inode shrinker LRU by Johannes Weiner · 3 years, 2 months ago
- 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
- 66ce520 mm/vmscan: delay waking of tasks throttled on NOPROGRESS by Mel Gorman · 3 years, 2 months ago
- a19594c mm/vmscan: increase the timeout if page reclaim is not making progress by Mel Gorman · 3 years, 2 months ago
- c3f4a9a mm/vmscan: centralise timeout values for reclaim_throttle by Mel Gorman · 3 years, 2 months ago
- 69392a4 mm/vmscan: throttle reclaim when no progress is being made by Mel Gorman · 3 years, 2 months ago
- d818fca mm/vmscan: throttle reclaim and compaction when too may pages are isolated by Mel Gorman · 3 years, 2 months ago
- 8cd7c58 mm/vmscan: throttle reclaim until some writeback completes if congested by Mel Gorman · 3 years, 2 months ago
- cb75463 mm/vmscan.c: fix -Wunused-but-set-variable warning by Kai Song · 3 years, 2 months ago
- 56d3375 Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drm by Linus Torvalds · 3 years, 2 months ago
- 0de340c mm/memcg: Add folio_lruvec_relock_irq() and folio_lruvec_relock_irqsave() by Matthew Wilcox (Oracle) · 3 years, 6 months ago
- e809c3f mm/memcg: Add folio_lruvec_lock() and similar functions by Matthew Wilcox (Oracle) · 3 years, 6 months ago
- 2f76520 Merge drm/drm-next into drm-misc-next by Maxime Ripard · 3 years, 3 months ago
- 32d4f4b mm,vmscan: fix divide by zero in get_scan_count by Rik van Riel · 3 years, 4 months ago
- 1399af7 mm, vmscan: guarantee drop_slab_node() termination by Vlastimil Babka · 3 years, 4 months ago
- 2e786d9 mm/vmscan: add 'else' to remove check_pending label by Miaohe Lin · 3 years, 4 months ago
- b87c517a mm/vmscan: remove unneeded return value of kswapd_run() by Miaohe Lin · 3 years, 4 months ago
- eaad1ae mm/vmscan: remove misleading setting to sc->priority by Miaohe Lin · 3 years, 4 months ago
- d17be2d mm/vmscan: remove the PageDirty check after MADV_FREE pages are page_ref_freezed by Miaohe Lin · 3 years, 4 months ago
- 20b51af1 mm/migrate: add sysfs interface to enable reclaim migration by Huang Ying · 3 years, 4 months ago
- 3a23569 mm/vmscan: never demote for memcg reclaim by Dave Hansen · 3 years, 4 months ago
- a2a3648 mm/vmscan: Consider anonymous pages without swap by Keith Busch · 3 years, 4 months ago
- 2f368a9 mm/vmscan: add helper for querying ability to age anonymous pages by Dave Hansen · 3 years, 4 months ago
- 668e414 mm/vmscan: add page demotion counter by Yang Shi · 3 years, 4 months ago
- 26aa2d1 mm/migrate: demote pages during reclaim by Dave Hansen · 3 years, 4 months ago
- aa48e47 memcg: infrastructure to flush memcg stats by Shakeel Butt · 3 years, 4 months ago
- 3047250 mm: remove irqsave/restore locking from contexts with irqs enabled by Johannes Weiner · 3 years, 4 months ago
- 4f3eaf4 mm: report a more useful address for reclaim acquisition by Matthew Wilcox (Oracle) · 3 years, 4 months ago
- 880121b mm/vmscan: add sync_shrinkers function v3 by Christian König · 3 years, 9 months ago
- 57f2976 mm: vmscan: fix missing psi annotation for node_reclaim() by Johannes Weiner · 3 years, 4 months ago
- f56ce41 mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaim by Johannes Weiner · 3 years, 4 months ago
- f611fab mm/vmscan: remove kerneldoc-like comment from isolate_lru_pages by Mel Gorman · 3 years, 6 months ago
- 1fb08ac mm: rmap: make try_to_unmap() void function by Yang Shi · 3 years, 6 months ago
- 2d2b8d2 mm/vmscan.c: fix potential deadlock in reclaim_pages() by Yu Zhao · 3 years, 6 months ago
- c49c2c4 mm/page_alloc: limit the number of pages on PCP lists when reclaim is active by Mel Gorman · 3 years, 6 months ago
- 9ef56b7 mm: vmscan: remove noinline_for_stack by Muchun Song · 3 years, 6 months ago
- 7467c39 mm: memcontrol: rename lruvec_holds_page_lru_lock to page_matches_lruvec by Muchun Song · 3 years, 6 months ago
- 68d68ff mm/mempool: minor coding style tweaks by Zhiyuan Dai · 3 years, 8 months ago
- 18bb473 mm: vmscan: shrink deferred objects proportional to priority by Yang Shi · 3 years, 8 months ago
- a178015 mm: memcontrol: reparent nr_deferred when memcg offline by Yang Shi · 3 years, 8 months ago
- 476b30a mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkers by Yang Shi · 3 years, 8 months ago
- 8675083 mm: vmscan: use per memcg nr_deferred of shrinker by Yang Shi · 3 years, 8 months ago
- 3c6f17e mm: vmscan: add per memcg shrinker nr_deferred by Yang Shi · 3 years, 8 months ago
- 41ca668 mm: vmscan: use a new flag to indicate shrinker is registered by Yang Shi · 3 years, 8 months ago
- 468ab84 mm: vmscan: add shrinker_info_protected() helper by Yang Shi · 3 years, 8 months ago
- e4262c4 mm: memcontrol: rename shrinker_map to shrinker_info by Yang Shi · 3 years, 8 months ago
- 72673e8 mm: vmscan: use kvfree_rcu instead of call_rcu by Yang Shi · 3 years, 8 months ago
- a2fb126 mm: vmscan: remove memcg_shrinker_map_size by Yang Shi · 3 years, 8 months ago
- d27cf2a mm: vmscan: use shrinker_rwsem to protect shrinker_maps allocation by Yang Shi · 3 years, 8 months ago
- 2bfd363 mm: vmscan: consolidate shrinker_maps handling code by Yang Shi · 3 years, 8 months ago
- 8efb4b5 mm: vmscan: use nid from shrink_control for tracepoint by Yang Shi · 3 years, 8 months ago
- b6676de mm/vmscan: move RECLAIM* bits to uapi header by Dave Hansen · 3 years, 8 months ago
- ae37c7f mm: make alloc_contig_range handle in-use hugetlb pages by Oscar Salvador · 3 years, 8 months ago
- 5199836 mm/vmscan: restore zone_reclaim_mode ABI by Dave Hansen · 3 years, 10 months ago
- 2091339 mm/vmscan.c: make lruvec_lru_size() static by Yu Zhao · 3 years, 10 months ago
- bc71127 mm: VM_BUG_ON lru page flags by Yu Zhao · 3 years, 10 months ago
- 8756017 mm: add __clear_page_lru_flags() to replace page_off_lru() by Yu Zhao · 3 years, 10 months ago
- 46ae6b2 mm/swap.c: don't pass "enum lru_list" to del_page_from_lru_list() by Yu Zhao · 3 years, 10 months ago
- 3a9c978 mm: don't pass "enum lru_list" to lru list addition functions by Yu Zhao · 3 years, 10 months ago
- 42895ea mm/vmscan.c: use add_page_to_lru_list() by Yu Zhao · 3 years, 10 months ago
- c2135f7 mm/vmscan: __isolate_lru_page_prepare() cleanup by Alex Shi · 3 years, 10 months ago
- feb889f mm: don't put pinned pages into the swap cache by Linus Torvalds · 4 years ago
- 15b4473 mm/lru: revise the comments of lru_lock by Hugh Dickins · 4 years ago
- 2a5e4e3 mm/lru: introduce relock_page_lruvec() by Alexander Duyck · 4 years ago
- 6168d0d mm/lru: replace pgdat lru_lock with lruvec lock by Alex Shi · 4 years ago
- 9df4131 mm/compaction: do page isolation first in compaction by Alex Shi · 4 years ago
- d25b5bd mm/lru: introduce TestClearPageLRU() by Alex Shi · 4 years ago
- afca915 mm/vmscan: remove lruvec reget in move_pages_to_lru by Alex Shi · 4 years ago
- 75cc3c9 mm/lru: move lock into lru_note_cost by Alex Shi · 4 years ago
- 3d06afa mm/vmscan: remove unnecessary lruvec adding by Alex Shi · 4 years ago
- 01359eb mm: fix fall-through warnings for Clang by Gustavo A. R. Silva · 4 years ago
- d12b895 mm: truncate_complete_page() does not exist any more by Yang Shi · 4 years ago
- 8d87d07 mm/vmscan.c: remove the filename in the top of file comment by logic.yu · 4 years ago
- 2b47a24 mm/vmscan: drop unneeded assignment in kswapd() by Lukas Bulwahn · 4 years ago
- 013339d mm/rmap: always do TTU_IGNORE_ACCESS by Shakeel Butt · 4 years ago
- 2da9f63 mm/vmscan: fix NR_ISOLATED_FILE corruption on 64-bit by Nicholas Piggin · 4 years, 1 month ago
- ed01737 mm: use self-explanatory macros rather than "2" by Yu Zhao · 4 years, 2 months ago
- 3efe62e mm/vmscan: allow arbitrary sized pages to be paged out by Matthew Wilcox (Oracle) · 4 years, 2 months ago
- 01c4776 mm/vmscan: fix comments for isolate_lru_page() by Hui Su · 4 years, 2 months ago
- 069c411 mm/vmscan: fix infinite loop in drop_slab_node by Chunxin Zang · 4 years, 2 months ago
- 8d8869c mm: fix check_move_unevictable_pages() on THP by Hugh Dickins · 4 years, 3 months ago
- e3336ca mm: memcg: fix memcg reclaim soft lockup by Xunlei Pang · 4 years, 4 months ago
- 6c35784 mm: replace hpage_nr_pages with thp_nr_pages by Matthew Wilcox (Oracle) · 4 years, 4 months ago
- 1eba09c mm/vmscan.c: delete or fix duplicated words by Randy Dunlap · 4 years, 5 months ago
- 4002570 mm/vmscan: restore active/inactive ratio for anonymous LRU by Joonsoo Kim · 4 years, 5 months ago
- aae466b mm/swap: implement workingset detection for anonymous LRU by Joonsoo Kim · 4 years, 5 months ago
- 3852f67 mm/swapcache: support to handle the shadow entries by Joonsoo Kim · 4 years, 5 months ago
- 170b04b7 mm/workingset: prepare the workingset detection infrastructure for anon LRU by Joonsoo Kim · 4 years, 5 months ago
- b518154 mm/vmscan: protect the workingset on anonymous LRU by Joonsoo Kim · 4 years, 5 months ago
- ccc5dc67 mm/vmscan: make active/inactive ratio as 1:1 for anon lru by Joonsoo Kim · 4 years, 5 months ago
- 912c057 mm: vmscan: consistent update to pgrefill by Shakeel Butt · 4 years, 5 months ago
- 238c304 mm/vmscan.c: fix typo by dylan-meiners · 4 years, 5 months ago
- 0a18e60 mm: remove vm_total_pages by David Hildenbrand · 4 years, 5 months ago
- e22c6ed mm: memcontrol: don't count limit-setting reclaim as memory pressure by Johannes Weiner · 4 years, 5 months ago
- 45c7f7e mm, memcg: decouple e{low,min} state mutations from protection checks by Chris Down · 4 years, 5 months ago
- 22f7496 mm, memcg: avoid stale protection values when cgroup is above protection by Yafang Shao · 4 years, 5 months ago