Age | Commit message (Expand) | Author | Files | Lines |
2021-04-07 | mm: memcg: make sure memory.events is uptodate when waking pollers | Johannes Weiner | 1 | -1/+1 |
2020-10-01 | mm/vmscan.c: fix data races using kswapd_classzone_idx | Qian Cai | 1 | -19/+26 |
2020-02-28 | mm/vmscan.c: don't round up scan size for online memory cgroup | Gavin Shan | 1 | -3/+6 |
2019-07-31 | mm: vmscan: scan anonymous pages on file refaults | Kuo-Hsin Yang | 1 | -3/+3 |
2019-07-10 | mm/vmscan.c: prevent useless kswapd loops | Shakeel Butt | 1 | -12/+15 |
2019-06-19 | mm/vmscan.c: fix trying to reclaim unevictable LRU page | Minchan Kim | 1 | -1/+1 |
2019-05-16 | mm: fix inactive list balancing between NUMA nodes and cgroups | Johannes Weiner | 1 | -20/+9 |
2019-05-08 | mm: do not stall register_shrinker() | Minchan Kim | 1 | -0/+9 |
2018-12-29 | mm: don't miss the last page because of round-off error | Roman Gushchin | 1 | -2/+4 |
2018-06-05 | mm: fix the NULL mapping case in __isolate_lru_page() | Hugh Dickins | 1 | -1/+1 |
2018-05-30 | mm: fix races between address_space dereference and free in page_evicatable | Huang Ying | 1 | -1/+7 |
2018-04-26 | mm: pin address_space before dereferencing it while isolating an LRU page | Mel Gorman | 1 | -2/+12 |
2018-03-28 | mm/vmscan: wake up flushers for legacy cgroups too | Andrey Ryabinin | 1 | -15/+16 |
2018-02-25 | mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed. | Tetsuo Handa | 1 | -0/+3 |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 1 | -0/+1 |
2017-09-07 | mm, THP, swap: add THP swapping out fallback counting | Huang Ying | 1 | -0/+3 |
2017-09-07 | mm, THP, swap: delay splitting THP after swapped out | Huang Ying | 1 | -43/+52 |
2017-09-07 | mm, vmscan: do not loop on too_many_isolated for ever | Michal Hocko | 1 | -1/+7 |
2017-09-07 | mm: track actual nr_scanned during shrink_slab() | Chris Wilson | 1 | -3/+4 |
2017-08-10 | locking/lockdep: Rework FS_RECLAIM annotation | Peter Zijlstra | 1 | -7/+6 |
2017-07-13 | mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s... | Michal Hocko | 1 | -4/+4 |
2017-07-11 | mm, vmscan: avoid thrashing anon lru when free + file is low | David Rientjes | 1 | -2/+11 |
2017-07-07 | mm: vmstat: move slab statistics from zone to node counters | Johannes Weiner | 1 | -1/+1 |
2017-07-07 | mm: per-cgroup memory reclaim stats | Roman Gushchin | 1 | -7/+23 |
2017-07-07 | mm, THP, swap: enable THP swap optimization only if has compound map | Huang Ying | 1 | -4/+13 |
2017-07-07 | mm, THP, swap: check whether THP can be split firstly | Huang Ying | 1 | -0/+4 |
2017-07-07 | mm, THP, swap: move anonymous THP split logic to vmscan | Minchan Kim | 1 | -1/+16 |
2017-07-07 | mm, THP, swap: unify swap slot free functions to put_swap_page | Minchan Kim | 1 | -1/+1 |
2017-07-07 | mm/vmscan.c: fix unsequenced modification and access warning | Nick Desaulniers | 1 | -7/+6 |
2017-05-23 | mm/vmscan: Adjust system_state checks | Thomas Gleixner | 1 | -1/+1 |
2017-05-13 | mm: vmscan: scan until it finds eligible pages | Minchan Kim | 1 | -6/+15 |
2017-05-09 | mm: introduce memalloc_noreclaim_{save,restore} | Vlastimil Babka | 1 | -6/+11 |
2017-05-04 | mm: memcontrol: use node page state naming scheme for memcg | Johannes Weiner | 1 | -3/+2 |
2017-05-04 | mm: memcontrol: re-use node VM page state enum | Johannes Weiner | 1 | -3/+2 |
2017-05-04 | mm: memcontrol: clean up memory.events counting function | Johannes Weiner | 1 | -1/+1 |
2017-05-04 | mm: vmscan: fix IO/refault regression in cache workingset transition | Johannes Weiner | 1 | -20/+74 |
2017-05-04 | mm: make ttu's return boolean | Minchan Kim | 1 | -6/+1 |
2017-05-04 | mm: remove SWAP_AGAIN in ttu | Minchan Kim | 1 | -2/+0 |
2017-05-04 | mm: remove SWAP_MLOCK in ttu | Minchan Kim | 1 | -13/+7 |
2017-05-04 | mm: remove SWAP_DIRTY in ttu | Minchan Kim | 1 | -3/+0 |
2017-05-04 | mm/vmscan: more restrictive condition for retry in do_try_to_free_pages | Yisheng Xie | 1 | -5/+13 |
2017-05-04 | mm, vmscan: prevent kswapd sleeping prematurely due to mismatched classzone_idx | Mel Gorman | 1 | -54/+66 |
2017-05-04 | mm, vmscan: only clear pgdat congested/dirty/writeback state when balanced | Mel Gorman | 1 | -9/+11 |
2017-05-04 | mm, vmscan: fix zone balance check in prepare_kswapd_sleep | Shantanu Goel | 1 | -4/+10 |
2017-05-04 | mm: introduce memalloc_nofs_{save,restore} API | Michal Hocko | 1 | -3/+3 |
2017-05-04 | mm: reclaim MADV_FREE pages | Shaohua Li | 1 | -12/+22 |
2017-05-04 | mm: delete unnecessary TTU_* flags | Shaohua Li | 1 | -7/+4 |
2017-05-04 | Revert "mm, vmscan: account for skipped pages as a partial scan" | Johannes Weiner | 1 | -18/+4 |
2017-05-04 | mm: delete NR_PAGES_SCANNED and pgdat_reclaimable() | Johannes Weiner | 1 | -9/+0 |
2017-05-04 | mm: don't avoid high-priority reclaim on memcg limit reclaim | Johannes Weiner | 1 | -57/+37 |