aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/memcontrol.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-09-24mm: thp: make deferred split shrinker memcg awareYang Shi1-0/+4
2019-09-24mm: shrinker: make shrinker not depend on memcg kmemYang Shi1-8/+11
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+39
2019-08-27writeback, memcg: Implement foreign dirty flushingTejun Heo1-0/+39
2019-08-13mm: workingset: fix vmstat counters for shadow nodesRoman Gushchin1-0/+19
2019-07-12mm, oom: remove redundant task_in_mem_cgroup() checkShakeel Butt1-7/+0
2019-07-12mm: memcg/slab: introduce __memcg_kmem_uncharge_memcg()Roman Gushchin1-0/+10
2019-07-12mm, memcg: introduce memory.events.localShakeel Butt1-1/+6
2019-06-13mm: memcontrol: don't batch updates of local VM stats and eventsJohannes Weiner1-8/+18
2019-06-01mm, memcg: consider subtrees in memory.eventsChris Down1-2/+8
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2019-05-14mm: memcontrol: fix recursive statistics correctness & scalabiltyJohannes Weiner1-3/+51
2019-05-14mm: memcontrol: move stat/event counting functions out-of-lineJohannes Weiner1-57/+5
2019-05-14mm: memcontrol: make cgroup stats and events query API explicitly localJohannes Weiner1-8/+8
2019-05-14mm, memcg: rename ambiguously named memory.stat counters and functionsChris Down1-12/+12
2019-05-14mm: memcontrol: push down mem_cgroup_node_nr_lru_pages()Johannes Weiner1-10/+0
2019-05-14mm: memcontrol: replace zone summing with lruvec_page_state()Johannes Weiner1-18/+0
2019-05-14mm: move nr_deactivate accounting to shrink_active_list()Kirill Tkhai1-0/+6
2019-04-05mm: writeback: use exact memcg dirty countsGreg Thelen1-1/+4
2019-03-05mm, memcg: create mem_cgroup_from_seqChris Down1-0/+10
2019-03-05memcg: localize memcg_kmem_enabled() checkShakeel Butt1-4/+33
2018-12-28mm, oom: add oom victim's memcg to the oom context informationyuzhoujian1-2/+9
2018-10-26mm/memcontrol.c: convert mem_cgroup_id::ref to refcount_t typeKirill Tkhai1-1/+1
2018-10-26mm: rework memcg kernel stack accountingRoman Gushchin1-1/+12
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