summaryrefslogtreecommitdiffstats
path: root/include/linux/memcontrol.h
Commit message (Expand)AuthorAgeFilesLines
* mm: workingset: fix vmstat counters for shadow nodesRoman Gushchin2019-08-141-0/+19
* mm, oom: remove redundant task_in_mem_cgroup() checkShakeel Butt2019-07-121-7/+0Star
* mm: memcg/slab: introduce __memcg_kmem_uncharge_memcg()Roman Gushchin2019-07-121-0/+10
* mm, memcg: introduce memory.events.localShakeel Butt2019-07-121-1/+6
* mm: memcontrol: don't batch updates of local VM stats and eventsJohannes Weiner2019-06-141-8/+18
* mm, memcg: consider subtrees in memory.eventsChris Down2019-06-021-2/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1Star
* mm: memcontrol: fix recursive statistics correctness & scalabiltyJohannes Weiner2019-05-151-3/+51
* mm: memcontrol: move stat/event counting functions out-of-lineJohannes Weiner2019-05-151-57/+5Star
* mm: memcontrol: make cgroup stats and events query API explicitly localJohannes Weiner2019-05-151-8/+8
* mm, memcg: rename ambiguously named memory.stat counters and functionsChris Down2019-05-151-12/+12
* mm: memcontrol: push down mem_cgroup_node_nr_lru_pages()Johannes Weiner2019-05-141-10/+0Star
* mm: memcontrol: replace zone summing with lruvec_page_state()Johannes Weiner2019-05-141-18/+0Star
* mm: move nr_deactivate accounting to shrink_active_list()Kirill Tkhai2019-05-141-0/+6
* mm: writeback: use exact memcg dirty countsGreg Thelen2019-04-061-1/+4
* mm, memcg: create mem_cgroup_from_seqChris Down2019-03-061-0/+10
* memcg: localize memcg_kmem_enabled() checkShakeel Butt2019-03-061-4/+33
* mm, oom: add oom victim's memcg to the oom context informationyuzhoujian2018-12-281-2/+9
* mm/memcontrol.c: convert mem_cgroup_id::ref to refcount_t typeKirill Tkhai2018-10-271-1/+1
* mm: rework memcg kernel stack accountingRoman Gushchin2018-10-271-1/+12
* mm, oom: introduce memory.oom.groupRoman Gushchin2018-08-221-0/+18
* mm/list_lru.c: set bit in memcg shrinker bitmap on first list_lru item appear...Kirill Tkhai2018-08-181-0/+4
* mm/memcontrol.c: export mem_cgroup_is_root()Kirill Tkhai2018-08-181-0/+10
* mm, memcg: assign memcg-aware shrinkers bitmap to memcgKirill Tkhai2018-08-181-0/+14
* mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBKirill Tkhai2018-08-181-3/+3
* memcg, oom: move out_of_memory back to the charge pathMichal Hocko2018-08-181-8/+8
* fs, mm: account buffer_head to kmemcgShakeel Butt2018-08-181-0/+7
* fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt2018-08-181-1/+9
* mm: introduce mem_cgroup_put() helperRoman Gushchin2018-08-181-0/+9
* memcontrol: schedule throttling if we are congestedTejun Heo2018-07-091-0/+13
* mm: fix oom_kill event handlingRoman Gushchin2018-06-151-4/+22
* mem_cgroup: make sure moving_account, move_lock_task and stat_cpu in the same...Aaron Lu2018-06-081-4/+19
* memcg: introduce memory.minRoman Gushchin2018-06-081-4/+11
* memcg: writeback: use memcg->cgwb_list directlyWang Long2018-06-081-1/+0Star
* mm: memory.low hierarchical behaviorRoman Gushchin2018-06-081-2/+1Star
* mm: rename page_counter's count/limit into usage/maxRoman Gushchin2018-06-081-2/+2
* mm, memcontrol: implement memory.swap.eventsTejun Heo2018-06-081-0/+5
* mm: memcg: make sure memory.events is uptodate when waking pollersJohannes Weiner2018-04-111-17/+18
* mm/vmscan: don't mess with pgdat->flags in memcg reclaimAndrey Ryabinin2018-04-111-0/+3
* mm: memcontrol: fix NR_WRITEBACK leak in memcg and system statsJohannes Weiner2018-02-221-8/+16
* mm: memcontrol: fix excessive complexity in memory.stat reportingJohannes Weiner2018-02-011-34/+62
* mm: memcontrol: implement lruvec stat functions on top of each otherJohannes Weiner2018-02-011-22/+22
* mm: memcontrol: eliminate raw access to stat and event countersJohannes Weiner2018-02-011-11/+20
* mm: memcontrol: use int for event/state parameter in several functionsMatthias Kaehlcke2017-09-071-20/+32
* mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()Johannes Weiner2017-08-191-2/+8
* mm: memcontrol: per-lruvec stats infrastructureJohannes Weiner2017-07-071-30/+216
* mm: memcontrol: use generic mod_memcg_page_state for kmem pagesJohannes Weiner2017-07-071-17/+0Star
* mm: memcontrol: use the node-native slab memory countersJohannes Weiner2017-07-071-2/+0Star
* mm/oom_kill: count global and memory cgroup oom killsKonstantin Khlebnikov2017-07-071-1/+4
* mm: per-cgroup memory reclaim statsRoman Gushchin2017-07-071-3/+45