aboutsummaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-19mm: fix inactive list balancing between NUMA nodes and cgroupsJohannes Weiner1-20/+9
2019-03-05mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin1-8/+8
2019-03-05mm/workingset: remove unused @mapping argument in workingset_eviction()Andrey Ryabinin1-1/+1
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan1-1/+1
2019-03-05mm/vmscan.c: do not allocate duplicate stack variables in shrink_page_list()Kirill Tkhai1-30/+14
2019-03-05mm: vmscan: do not iterate all mem cgroups for global direct reclaimYang Shi1-4/+3
2019-03-05mm/vmscan.c: remove 7th argument of isolate_lru_pages()Kirill Tkhai1-11/+4
2019-03-05mm: fix some typos in mm directoryWei Yang1-1/+1
2019-02-12Revert "mm: slowly shrink slabs with a relatively small number of objects"Dave Chinner1-10/+0
2018-12-28mm: put_and_wait_on_page_locked() while page is migratedHugh Dickins1-8/+2
2018-12-28mm: reclaim small amounts of memory when an external fragmentation event occursMel Gorman1-9/+124
2018-11-20Merge drm/drm-next into drm-intel-next-queuedJani Nikula1-14/+34
2018-11-07mm, drm/i915: mark pinned shmemfs pages as unevictableKuo-Hsin Yang1-11/+11
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-5/+5
2018-10-26mm: zero-seek shrinkersJohannes Weiner1-3/+12
2018-10-26psi: pressure stall information for CPU, memory, and IOJohannes Weiner1-0/+9
2018-10-26mm: workingset: tell cache transitions from workingset thrashingJohannes Weiner1-0/+1
2018-10-26mm: don't miss the last page because of round-off errorRoman Gushchin1-2/+4
2018-10-21mm: Convert is_page_cache_freeable to XArrayMatthew Wilcox1-4/+4
2018-10-21mm: Convert delete_from_swap_cache to XArrayMatthew Wilcox1-1/+1
2018-10-05mm/vmscan.c: fix int overflow in callers of do_shrink_slab()Kirill Tkhai1-4/+3
2018-09-20mm: slowly shrink slabs with a relatively small number of objectsRoman Gushchin1-0/+11
2018-08-22mm: fix page_freeze_refs and page_unfreeze_refs in commentsJiang Biao1-1/+1
2018-08-22mm: check shrinker is memcg-aware in register_shrinker_prepared()Kirill Tkhai1-1/+2
2018-08-17mm: use special value SHRINKER_REGISTERING instead of list_empty() checkKirill Tkhai1-22/+21
2018-08-17mm/vmscan.c: move check for SHRINKER_NUMA_AWARE to do_shrink_slab()Kirill Tkhai1-3/+3
2018-08-17mm/vmscan.c: clear shrinker bit if there are no objects related to memcgKirill Tkhai1-2/+24
2018-08-17mm: add SHRINK_EMPTY shrinker methods return valueKirill Tkhai1-3/+9
2018-08-17mm/vmscan.c: generalize shrink_slab() calls in shrink_node()Vladimir Davydov1-15/+6
2018-08-17mm/vmscan.c: iterate only over charged shrinkers during memcg shrink_slab()Kirill Tkhai1-9/+75
2018-08-17mm, memcg: assign memcg-aware shrinkers bitmap to memcgKirill Tkhai1-1/+7
2018-08-17mm: assign id to every memcg-aware shrinkerKirill Tkhai1-0/+63
2018-08-17mm/vmscan.c: condense scan_controlGreg Thelen1-12/+20
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