summaryrefslogtreecommitdiff
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
* mm: memcg: make sure memory.events is uptodate when waking pollersJohannes Weiner2021-04-071-1/+1
* mm/vmscan.c: fix data races using kswapd_classzone_idxQian Cai2020-10-011-19/+26
* mm/vmscan.c: don't round up scan size for online memory cgroupGavin Shan2020-02-281-3/+6
* mm: vmscan: scan anonymous pages on file refaultsKuo-Hsin Yang2019-07-311-3/+3
* mm/vmscan.c: prevent useless kswapd loopsShakeel Butt2019-07-101-12/+15
* mm/vmscan.c: fix trying to reclaim unevictable LRU pageMinchan Kim2019-06-191-1/+1
* mm: fix inactive list balancing between NUMA nodes and cgroupsJohannes Weiner2019-05-161-20/+9
* mm: do not stall register_shrinker()Minchan Kim2019-05-081-0/+9
* mm: don't miss the last page because of round-off errorRoman Gushchin2018-12-291-2/+4
* mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins2018-06-051-1/+1
* mm: fix races between address_space dereference and free in page_evicatableHuang Ying2018-05-301-1/+7
* mm: pin address_space before dereferencing it while isolating an LRU pageMel Gorman2018-04-261-2/+12
* mm/vmscan: wake up flushers for legacy cgroups tooAndrey Ryabinin2018-03-281-15/+16
* mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed.Tetsuo Handa2018-02-251-0/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* mm, THP, swap: add THP swapping out fallback countingHuang Ying2017-09-061-0/+3
* mm, THP, swap: delay splitting THP after swapped outHuang Ying2017-09-061-43/+52
* mm, vmscan: do not loop on too_many_isolated for everMichal Hocko2017-09-061-1/+7
* mm: track actual nr_scanned during shrink_slab()Chris Wilson2017-09-061-3/+4
* locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra2017-08-101-7/+6
* mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-121-4/+4
* mm, vmscan: avoid thrashing anon lru when free + file is lowDavid Rientjes2017-07-101-2/+11
* mm: vmstat: move slab statistics from zone to node countersJohannes Weiner2017-07-061-1/+1
* mm: per-cgroup memory reclaim statsRoman Gushchin2017-07-061-7/+23
* mm, THP, swap: enable THP swap optimization only if has compound mapHuang Ying2017-07-061-4/+13
* mm, THP, swap: check whether THP can be split firstlyHuang Ying2017-07-061-0/+4
* mm, THP, swap: move anonymous THP split logic to vmscanMinchan Kim2017-07-061-1/+16
* mm, THP, swap: unify swap slot free functions to put_swap_pageMinchan Kim2017-07-061-1/+1
* mm/vmscan.c: fix unsequenced modification and access warningNick Desaulniers2017-07-061-7/+6
* mm/vmscan: Adjust system_state checksThomas Gleixner2017-05-231-1/+1
* mm: vmscan: scan until it finds eligible pagesMinchan Kim2017-05-121-6/+15
* mm: introduce memalloc_noreclaim_{save,restore}Vlastimil Babka2017-05-081-6/+11
* mm: memcontrol: use node page state naming scheme for memcgJohannes Weiner2017-05-031-3/+2
* mm: memcontrol: re-use node VM page state enumJohannes Weiner2017-05-031-3/+2
* mm: memcontrol: clean up memory.events counting functionJohannes Weiner2017-05-031-1/+1
* mm: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner2017-05-031-20/+74
* mm: make ttu's return booleanMinchan Kim2017-05-031-6/+1
* mm: remove SWAP_AGAIN in ttuMinchan Kim2017-05-031-2/+0
* mm: remove SWAP_MLOCK in ttuMinchan Kim2017-05-031-13/+7
* mm: remove SWAP_DIRTY in ttuMinchan Kim2017-05-031-3/+0
* mm/vmscan: more restrictive condition for retry in do_try_to_free_pagesYisheng Xie2017-05-031-5/+13
* mm, vmscan: prevent kswapd sleeping prematurely due to mismatched classzone_idxMel Gorman2017-05-031-54/+66
* mm, vmscan: only clear pgdat congested/dirty/writeback state when balancedMel Gorman2017-05-031-9/+11
* mm, vmscan: fix zone balance check in prepare_kswapd_sleepShantanu Goel2017-05-031-4/+10
* mm: introduce memalloc_nofs_{save,restore} APIMichal Hocko2017-05-031-3/+3
* mm: reclaim MADV_FREE pagesShaohua Li2017-05-031-12/+22
* mm: delete unnecessary TTU_* flagsShaohua Li2017-05-031-7/+4
* Revert "mm, vmscan: account for skipped pages as a partial scan"Johannes Weiner2017-05-031-18/+4
* mm: delete NR_PAGES_SCANNED and pgdat_reclaimable()Johannes Weiner2017-05-031-9/+0
* mm: don't avoid high-priority reclaim on memcg limit reclaimJohannes Weiner2017-05-031-57/+37