summaryrefslogtreecommitdiffstats
path: root/mm/vmscan.c
Commit message (Expand)AuthorAgeFilesLines
...
* mm: add SHRINK_EMPTY shrinker methods return valueKirill Tkhai2018-08-181-3/+9
* mm/vmscan.c: generalize shrink_slab() calls in shrink_node()Vladimir Davydov2018-08-181-15/+6Star
* mm/vmscan.c: iterate only over charged shrinkers during memcg shrink_slab()Kirill Tkhai2018-08-181-9/+75
* mm, memcg: assign memcg-aware shrinkers bitmap to memcgKirill Tkhai2018-08-181-1/+7
* mm: assign id to every memcg-aware shrinkerKirill Tkhai2018-08-181-0/+63
* mm/vmscan.c: condense scan_controlGreg Thelen2018-08-181-12/+20
* memcg: introduce memory.minRoman Gushchin2018-06-081-1/+17
* lockdep: fix fs_reclaim annotationOmar Sandoval2018-06-081-7/+13
* mm: fix the NULL mapping case in __isolate_lru_page()Hugh Dickins2018-06-021-1/+1
* mm,vmscan: Allow preallocating memory for register_shrinker().Tetsuo Handa2018-04-161-1/+20
* page cache: use xa_lockMatthew Wilcox2018-04-111-6/+6
* mm: memcg: make sure memory.events is uptodate when waking pollersJohannes Weiner2018-04-111-1/+1
* mm, vmscan, tracing: use pointer to reclaim_stat struct in trace eventSteven Rostedt2018-04-111-17/+1Star
* mm/vmscan: don't mess with pgdat->flags in memcg reclaimAndrey Ryabinin2018-04-111-24/+72
* mm/vmscan: don't change pgdat state on base of a single LRU list stateAndrey Ryabinin2018-04-111-51/+75
* mm/vmscan: remove redundant current_may_throttle() checkAndrey Ryabinin2018-04-111-1/+1
* mm/vmscan: update stale commentsAndrey Ryabinin2018-04-111-5/+5
* mm, page_alloc: wakeup kcompactd even if kswapd cannot free more memoryDavid Rientjes2018-04-061-9/+23
* mm,vmscan: don't pretend forward progress upon shrinker_rwsem contentionTetsuo Handa2018-04-061-9/+1Star
* mm: fix races between address_space dereference and free in page_evicatableHuang Ying2018-04-061-1/+7
* mm/vmscan: wake up flushers for legacy cgroups tooAndrey Ryabinin2018-03-231-15/+16
* mm, mlock, vmscan: no more skipping pagevecsShakeel Butt2018-02-221-58/+1Star
* mm: docs: add blank lines to silence sphinx "Unexpected indentation" errorsMike Rapoport2018-02-071-0/+1
* mm: pin address_space before dereferencing it while isolating an LRU pageMel Gorman2018-02-011-2/+12
* mm: remove unused pgdat_reclaimable_pages()Jan Kara2018-02-011-16/+0Star
* mm: do not stall register_shrinker()Minchan Kim2018-02-011-0/+9
* mm: use sc->priority for slab shrink targetsJosef Bacik2018-02-011-34/+13Star
* mm,vmscan: Make unregister_shrinker() no-op if register_shrinker() failed.Tetsuo Handa2017-12-181-0/+3
* mm: remove cold parameter from free_hot_cold_page*Mel Gorman2017-11-161-3/+3
* mm: remove unused pgdat->inactive_ratioAndrey Ryabinin2017-11-161-1/+1
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-151-1/+1
|\
| * fs: kill 'nr_pages' argument from wakeup_flusher_threads()Jens Axboe2017-10-031-1/+1
* | 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-071-0/+3
* mm, THP, swap: delay splitting THP after swapped outHuang Ying2017-09-071-43/+52
* mm, vmscan: do not loop on too_many_isolated for everMichal Hocko2017-09-071-1/+7
* mm: track actual nr_scanned during shrink_slab()Chris Wilson2017-09-071-3/+4
* locking/lockdep: Rework FS_RECLAIM annotationPeter Zijlstra2017-08-101-7/+6Star
* mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-131-4/+4
* mm, vmscan: avoid thrashing anon lru when free + file is lowDavid Rientjes2017-07-111-2/+11
* mm: vmstat: move slab statistics from zone to node countersJohannes Weiner2017-07-071-1/+1
* mm: per-cgroup memory reclaim statsRoman Gushchin2017-07-071-7/+23
* mm, THP, swap: enable THP swap optimization only if has compound mapHuang Ying2017-07-071-4/+13
* mm, THP, swap: check whether THP can be split firstlyHuang Ying2017-07-071-0/+4
* mm, THP, swap: move anonymous THP split logic to vmscanMinchan Kim2017-07-071-1/+16
* mm, THP, swap: unify swap slot free functions to put_swap_pageMinchan Kim2017-07-071-1/+1
* mm/vmscan.c: fix unsequenced modification and access warningNick Desaulniers2017-07-071-7/+6Star
* mm/vmscan: Adjust system_state checksThomas Gleixner2017-05-231-1/+1
* mm: vmscan: scan until it finds eligible pagesMinchan Kim2017-05-131-6/+15
* mm: introduce memalloc_noreclaim_{save,restore}Vlastimil Babka2017-05-091-6/+11