Age | Commit message (Expand) | Author |
2022-01-15 | vmscan: make drop_slab_node static | Gang Li |
2021-12-31 | mm: vmscan: reduce throttling due to a failure to make progress -fix | Mel Gorman |
2021-12-31 | mm: vmscan: Reduce throttling due to a failure to make progress | Mel Gorman |
2021-11-09 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-11-09 | vfs: keep inodes with page cache off the inode shrinker LRU | Johannes Weiner |
2021-11-06 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds |
2021-11-06 | mm/vmscan: delay waking of tasks throttled on NOPROGRESS | Mel Gorman |
2021-11-06 | mm/vmscan: increase the timeout if page reclaim is not making progress | Mel Gorman |
2021-11-06 | mm/vmscan: centralise timeout values for reclaim_throttle | Mel Gorman |
2021-11-06 | mm/vmscan: throttle reclaim when no progress is being made | Mel Gorman |
2021-11-06 | mm/vmscan: throttle reclaim and compaction when too may pages are isolated | Mel Gorman |
2021-11-06 | mm/vmscan: throttle reclaim until some writeback completes if congested | Mel Gorman |
2021-11-06 | mm/vmscan.c: fix -Wunused-but-set-variable warning | Kai Song |
2021-11-02 | Merge tag 'drm-next-2021-11-03' of git://anongit.freedesktop.org/drm/drm | Linus Torvalds |
2021-09-27 | mm/memcg: Add folio_lruvec_relock_irq() and folio_lruvec_relock_irqsave() | Matthew Wilcox (Oracle) |
2021-09-27 | mm/memcg: Add folio_lruvec_lock() and similar functions | Matthew Wilcox (Oracle) |
2021-09-14 | Merge drm/drm-next into drm-misc-next | Maxime Ripard |
2021-09-08 | mm,vmscan: fix divide by zero in get_scan_count | Rik van Riel |
2021-09-03 | mm, vmscan: guarantee drop_slab_node() termination | Vlastimil Babka |
2021-09-03 | mm/vmscan: add 'else' to remove check_pending label | Miaohe Lin |
2021-09-03 | mm/vmscan: remove unneeded return value of kswapd_run() | Miaohe Lin |
2021-09-03 | mm/vmscan: remove misleading setting to sc->priority | Miaohe Lin |
2021-09-03 | mm/vmscan: remove the PageDirty check after MADV_FREE pages are page_ref_freezed | Miaohe Lin |
2021-09-03 | mm/migrate: add sysfs interface to enable reclaim migration | Huang Ying |
2021-09-03 | mm/vmscan: never demote for memcg reclaim | Dave Hansen |
2021-09-03 | mm/vmscan: Consider anonymous pages without swap | Keith Busch |
2021-09-03 | mm/vmscan: add helper for querying ability to age anonymous pages | Dave Hansen |
2021-09-03 | mm/vmscan: add page demotion counter | Yang Shi |
2021-09-03 | mm/migrate: demote pages during reclaim | Dave Hansen |
2021-09-03 | memcg: infrastructure to flush memcg stats | Shakeel Butt |
2021-09-03 | mm: remove irqsave/restore locking from contexts with irqs enabled | Johannes Weiner |
2021-09-03 | mm: report a more useful address for reclaim acquisition | Matthew Wilcox (Oracle) |
2021-08-27 | mm/vmscan: add sync_shrinkers function v3 | Christian König |
2021-08-20 | mm: vmscan: fix missing psi annotation for node_reclaim() | Johannes Weiner |
2021-08-20 | mm: memcontrol: fix occasional OOMs due to proportional memory.low reclaim | Johannes Weiner |
2021-07-01 | mm/vmscan: remove kerneldoc-like comment from isolate_lru_pages | Mel Gorman |
2021-06-30 | mm: rmap: make try_to_unmap() void function | Yang Shi |
2021-06-30 | mm/vmscan.c: fix potential deadlock in reclaim_pages() | Yu Zhao |
2021-06-29 | mm/page_alloc: limit the number of pages on PCP lists when reclaim is active | Mel Gorman |
2021-06-29 | mm: vmscan: remove noinline_for_stack | Muchun Song |
2021-06-29 | mm: memcontrol: rename lruvec_holds_page_lru_lock to page_matches_lruvec | Muchun Song |
2021-05-05 | mm/mempool: minor coding style tweaks | Zhiyuan Dai |
2021-05-05 | mm: vmscan: shrink deferred objects proportional to priority | Yang Shi |
2021-05-05 | mm: memcontrol: reparent nr_deferred when memcg offline | Yang Shi |
2021-05-05 | mm: vmscan: don't need allocate shrinker->nr_deferred for memcg aware shrinkers | Yang Shi |
2021-05-05 | mm: vmscan: use per memcg nr_deferred of shrinker | Yang Shi |
2021-05-05 | mm: vmscan: add per memcg shrinker nr_deferred | Yang Shi |
2021-05-05 | mm: vmscan: use a new flag to indicate shrinker is registered | Yang Shi |
2021-05-05 | mm: vmscan: add shrinker_info_protected() helper | Yang Shi |
2021-05-05 | mm: memcontrol: rename shrinker_map to shrinker_info | Yang Shi |