summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
AgeCommit message (Expand)Author
2019-07-31mm: vmscan: scan anonymous pages on file refaultsKuo-Hsin Yang
2019-07-10mm/vmscan.c: prevent useless kswapd loopsShakeel Butt
2019-06-19mm/vmscan.c: fix trying to reclaim unevictable LRU pageMinchan Kim
2019-05-16mm: fix inactive list balancing between NUMA nodes and cgroupsJohannes Weiner
2019-05-08mm: do not stall register_shrinker()Minchan Kim
2018-12-29mm: don't miss the last page because of round-off errorRoman Gushchin
2018-06-05mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins
2018-05-30mm: fix races between address_space dereference and free in page_evicatableHuang Ying
2018-04-26mm: pin address_space before dereferencing it while isolating an LRU pageMel Gorman
2018-03-28mm/vmscan: wake up flushers for legacy cgroups tooAndrey Ryabinin
2018-02-25mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed.Tetsuo Handa
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-09-06mm, THP, swap: add THP swapping out fallback countingHuang Ying
2017-09-06mm, THP, swap: delay splitting THP after swapped outHuang Ying
2017-09-06mm, vmscan: do not loop on too_many_isolated for everMichal Hocko
2017-09-06mm: track actual nr_scanned during shrink_slab()Chris Wilson
2017-08-10locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko
2017-07-10mm, vmscan: avoid thrashing anon lru when free + file is lowDavid Rientjes
2017-07-06mm: vmstat: move slab statistics from zone to node countersJohannes Weiner
2017-07-06mm: per-cgroup memory reclaim statsRoman Gushchin
2017-07-06mm, THP, swap: enable THP swap optimization only if has compound mapHuang Ying
2017-07-06mm, THP, swap: check whether THP can be split firstlyHuang Ying
2017-07-06mm, THP, swap: move anonymous THP split logic to vmscanMinchan Kim
2017-07-06mm, THP, swap: unify swap slot free functions to put_swap_pageMinchan Kim
2017-07-06mm/vmscan.c: fix unsequenced modification and access warningNick Desaulniers
2017-05-23mm/vmscan: Adjust system_state checksThomas Gleixner
2017-05-12mm: vmscan: scan until it finds eligible pagesMinchan Kim
2017-05-08mm: introduce memalloc_noreclaim_{save,restore}Vlastimil Babka
2017-05-03mm: memcontrol: use node page state naming scheme for memcgJohannes Weiner
2017-05-03mm: memcontrol: re-use node VM page state enumJohannes Weiner
2017-05-03mm: memcontrol: clean up memory.events counting functionJohannes Weiner
2017-05-03mm: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner
2017-05-03mm: make ttu's return booleanMinchan Kim
2017-05-03mm: remove SWAP_AGAIN in ttuMinchan Kim
2017-05-03mm: remove SWAP_MLOCK in ttuMinchan Kim
2017-05-03mm: remove SWAP_DIRTY in ttuMinchan Kim
2017-05-03mm/vmscan: more restrictive condition for retry in do_try_to_free_pagesYisheng Xie
2017-05-03mm, vmscan: prevent kswapd sleeping prematurely due to mismatched classzone_idxMel Gorman
2017-05-03mm, vmscan: only clear pgdat congested/dirty/writeback state when balancedMel Gorman
2017-05-03mm, vmscan: fix zone balance check in prepare_kswapd_sleepShantanu Goel
2017-05-03mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko
2017-05-03mm: reclaim MADV_FREE pagesShaohua Li
2017-05-03mm: delete unnecessary TTU_* flagsShaohua Li
2017-05-03Revert "mm, vmscan: account for skipped pages as a partial scan"Johannes Weiner
2017-05-03mm: delete NR_PAGES_SCANNED and pgdat_reclaimable()Johannes Weiner
2017-05-03mm: don't avoid high-priority reclaim on memcg limit reclaimJohannes Weiner
2017-05-03mm: don't avoid high-priority reclaim on unreclaimable nodesJohannes Weiner
2017-05-03mm: remove seemingly spurious reclaimability check from laptop_mode gatingJohannes Weiner
2017-05-03mm: fix check for reclaimable pages in PF_MEMALLOC reclaim throttlingJohannes Weiner