aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-07memcg: introduce memory.minRoman Gushchin1-1/+17
2018-06-07lockdep: fix fs_reclaim annotationOmar Sandoval1-7/+13
2018-06-02mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins1-1/+1
2018-04-16mm,vmscan: Allow preallocating memory for register_shrinker().Tetsuo Handa1-1/+20
2018-04-11page cache: use xa_lockMatthew Wilcox1-6/+6
2018-04-11mm: memcg: make sure memory.events is uptodate when waking pollersJohannes Weiner1-1/+1
2018-04-11mm, vmscan, tracing: use pointer to reclaim_stat struct in trace eventSteven Rostedt1-17/+1
2018-04-11mm/vmscan: don't mess with pgdat->flags in memcg reclaimAndrey Ryabinin1-24/+72
2018-04-11mm/vmscan: don't change pgdat state on base of a single LRU list stateAndrey Ryabinin1-51/+75
2018-04-11mm/vmscan: remove redundant current_may_throttle() checkAndrey Ryabinin1-1/+1
2018-04-11mm/vmscan: update stale commentsAndrey Ryabinin1-5/+5
2018-04-05mm, page_alloc: wakeup kcompactd even if kswapd cannot free more memoryDavid Rientjes1-9/+23
2018-04-05mm,vmscan: don't pretend forward progress upon shrinker_rwsem contentionTetsuo Handa1-9/+1
2018-04-05mm: fix races between address_space dereference and free in page_evicatableHuang Ying1-1/+7
2018-03-22mm/vmscan: wake up flushers for legacy cgroups tooAndrey Ryabinin1-15/+16
2018-02-21mm, mlock, vmscan: no more skipping pagevecsShakeel Butt1-58/+1
2018-02-06mm: docs: add blank lines to silence sphinx "Unexpected indentation" errorsMike Rapoport1-0/+1
2018-01-31mm: pin address_space before dereferencing it while isolating an LRU pageMel Gorman1-2/+12
2018-01-31mm: remove unused pgdat_reclaimable_pages()Jan Kara1-16/+0
2018-01-31mm: do not stall register_shrinker()Minchan Kim1-0/+9
2018-01-31mm: use sc->priority for slab shrink targetsJosef Bacik1-34/+13
2017-12-18mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed.Tetsuo Handa1-0/+3
2017-11-15mm: remove cold parameter from free_hot_cold_page*Mel Gorman1-3/+3
2017-11-15mm: remove unused pgdat->inactive_ratioAndrey Ryabinin1-1/+1
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-03fs: kill 'nr_pages' argument from wakeup_flusher_threads()Jens Axboe1-1/+1
2017-09-06mm, THP, swap: add THP swapping out fallback countingHuang Ying1-0/+3
2017-09-06mm, THP, swap: delay splitting THP after swapped outHuang Ying1-43/+52
2017-09-06mm, vmscan: do not loop on too_many_isolated for everMichal Hocko1-1/+7
2017-09-06mm: track actual nr_scanned during shrink_slab()Chris Wilson1-3/+4
2017-08-10locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra1-7/+6
2017-07-12mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful semanticMichal Hocko1-4/+4
2017-07-10mm, vmscan: avoid thrashing anon lru when free + file is lowDavid Rientjes1-2/+11
2017-07-06mm: vmstat: move slab statistics from zone to node countersJohannes Weiner1-1/+1
2017-07-06mm: per-cgroup memory reclaim statsRoman Gushchin1-7/+23
2017-07-06mm, THP, swap: enable THP swap optimization only if has compound mapHuang Ying1-4/+13
2017-07-06mm, THP, swap: check whether THP can be split firstlyHuang Ying1-0/+4
2017-07-06mm, THP, swap: move anonymous THP split logic to vmscanMinchan Kim1-1/+16
2017-07-06mm, THP, swap: unify swap slot free functions to put_swap_pageMinchan Kim1-1/+1
2017-07-06mm/vmscan.c: fix unsequenced modification and access warningNick Desaulniers1-7/+6
2017-05-23mm/vmscan: Adjust system_state checksThomas Gleixner1-1/+1
2017-05-12mm: vmscan: scan until it finds eligible pagesMinchan Kim1-6/+15
2017-05-08mm: introduce memalloc_noreclaim_{save,restore}Vlastimil Babka1-6/+11
2017-05-03mm: memcontrol: use node page state naming scheme for memcgJohannes Weiner1-3/+2
2017-05-03mm: memcontrol: re-use node VM page state enumJohannes Weiner1-3/+2
2017-05-03mm: memcontrol: clean up memory.events counting functionJohannes Weiner1-1/+1
2017-05-03mm: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner1-20/+74
2017-05-03mm: make ttu's return booleanMinchan Kim1-6/+1
2017-05-03mm: remove SWAP_AGAIN in ttuMinchan Kim1-2/+0