aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/memcontrol.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-22mm, oom: introduce memory.oom.groupRoman Gushchin1-0/+18
2018-08-17mm/list_lru.c: set bit in memcg shrinker bitmap on first list_lru item appearanceKirill Tkhai1-0/+4
2018-08-17mm/memcontrol.c: export mem_cgroup_is_root()Kirill Tkhai1-0/+10
2018-08-17mm, memcg: assign memcg-aware shrinkers bitmap to memcgKirill Tkhai1-0/+14
2018-08-17mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBKirill Tkhai1-3/+3
2018-08-17memcg, oom: move out_of_memory back to the charge pathMichal Hocko1-8/+8
2018-08-17fs, mm: account buffer_head to kmemcgShakeel Butt1-0/+7
2018-08-17fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt1-1/+9
2018-08-17mm: introduce mem_cgroup_put() helperRoman Gushchin1-0/+9
2018-07-09memcontrol: schedule throttling if we are congestedTejun Heo1-0/+13
2018-06-15mm: fix oom_kill event handlingRoman Gushchin1-4/+22
2018-06-07mem_cgroup: make sure moving_account, move_lock_task and stat_cpu in the same cachelineAaron Lu1-4/+19
2018-06-07memcg: introduce memory.minRoman Gushchin1-4/+11
2018-06-07memcg: writeback: use memcg->cgwb_list directlyWang Long1-1/+0
2018-06-07mm: memory.low hierarchical behaviorRoman Gushchin1-2/+1
2018-06-07mm: rename page_counter's count/limit into usage/maxRoman Gushchin1-2/+2
2018-06-07mm, memcontrol: implement memory.swap.eventsTejun Heo1-0/+5
2018-04-11mm: memcg: make sure memory.events is uptodate when waking pollersJohannes Weiner1-17/+18
2018-04-11mm/vmscan: don't mess with pgdat->flags in memcg reclaimAndrey Ryabinin1-0/+3
2018-02-21mm: memcontrol: fix NR_WRITEBACK leak in memcg and system statsJohannes Weiner1-8/+16
2018-01-31mm: memcontrol: fix excessive complexity in memory.stat reportingJohannes Weiner1-34/+62
2018-01-31mm: memcontrol: implement lruvec stat functions on top of each otherJohannes Weiner1-22/+22
2018-01-31mm: memcontrol: eliminate raw access to stat and event countersJohannes Weiner1-11/+20
2017-09-06mm: memcontrol: use int for event/state parameter in several functionsMatthias Kaehlcke1-20/+32
2017-08-18mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()Johannes Weiner1-2/+8
2017-07-06mm: memcontrol: per-lruvec stats infrastructureJohannes Weiner1-30/+216
2017-07-06mm: memcontrol: use generic mod_memcg_page_state for kmem pagesJohannes Weiner1-17/+0
2017-07-06mm: memcontrol: use the node-native slab memory countersJohannes Weiner1-2/+0
2017-07-06mm/oom_kill: count global and memory cgroup oom killsKonstantin Khlebnikov1-1/+4
2017-07-06mm: per-cgroup memory reclaim statsRoman Gushchin1-3/+45
2017-05-03mm: memcontrol: use node page state naming scheme for memcgJohannes Weiner1-36/+37
2017-05-03mm: memcontrol: re-use node VM page state enumJohannes Weiner1-57/+43
2017-05-03mm: memcontrol: re-use global VM event enumJohannes Weiner1-31/+14
2017-05-03mm: memcontrol: clean up memory.events counting functionJohannes Weiner1-13/+5
2017-05-03mm: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner1-3/+61
2017-05-03mm: memcontrol: provide shmem statisticsJohannes Weiner1-0/+1
2017-03-31mm: rmap: fix huge file mmap accounting in the memcg statsJohannes Weiner1-0/+6
2017-02-22slab: use memcg_kmem_cache_wq for slab destruction operationsTejun Heo1-0/+1
2017-02-22slab: link memcg kmem_caches on their associated memory cgroupTejun Heo1-0/+1
2017-01-10mm, memcg: fix the active list aging for lowmem requests when memcg is enabledMichal Hocko1-3/+23
2016-10-07mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner1-2/+4
2016-10-07mm: oom: deduplicate victim selection code for memcg and global oomVladimir Davydov1-0/+15
2016-07-28mm: fix memcg stack accounting for sub-page stacksAndy Lutomirski1-1/+1
2016-07-28mm, vmscan: Update all zone LRU sizes before updating memcgMel Gorman1-1/+1
2016-07-28mm, memcg: move memcg limit enforcement from zones to nodesMel Gorman1-23/+15
2016-07-28mm, vmscan: make shrink_node decisions more node-centricMel Gorman1-9/+10
2016-07-28mm, vmscan: move LRU lists to nodeMel Gorman1-9/+9
2016-07-28mm: fix vm-scalability regression in cgroup-aware workingset codeJohannes Weiner1-1/+42
2016-07-26mm: memcontrol: cleanup kmem charge functionsVladimir Davydov1-96/+7
2016-07-23mm: memcontrol: fix cgroup creation failure after many small jobsJohannes Weiner1-15/+10