aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/memcontrol.h
AgeCommit message (Expand)Author
2020-05-20mm, memcg: fix inconsistent oom event behaviorYafang Shao
2020-03-29mm: fork: fix kernel_stack memcg stats for various stack implementationsRoman Gushchin
2019-12-01mm: vmscan: detect file thrashing at the reclaim rootJohannes Weiner
2019-12-01mm: vmscan: harmonize writeback congestion tracking for nodes & memcgsJohannes Weiner
2019-12-01mm: clean up and clarify lruvec lookup procedureJohannes Weiner
2019-12-01mm: vmscan: memcontrol: remove mem_cgroup_select_victim_node()Shakeel Butt
2019-12-01include/linux/memcontrol.h: fix comments based on per-node memcgHao Lee
2019-12-01mm, memcg: clean up reclaim iter arrayYafang Shao
2019-10-07mm, memcg: make scan aggression always exclude protectionChris Down
2019-10-07mm, memcg: make memory.emin the baseline for utilisation determinationChris Down
2019-10-07mm, memcg: proportional memory.{low,min} reclaimChris Down
2019-10-07memcg: only record foreign writebacks with dirty pages when memcg is not disa...Baoquan He
2019-09-24mm: thp: make deferred split shrinker memcg awareYang Shi
2019-09-24mm: shrinker: make shrinker not depend on memcg kmemYang Shi
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-08-27writeback, memcg: Implement foreign dirty flushingTejun Heo
2019-08-13mm: workingset: fix vmstat counters for shadow nodesRoman Gushchin
2019-07-12mm, oom: remove redundant task_in_mem_cgroup() checkShakeel Butt
2019-07-12mm: memcg/slab: introduce __memcg_kmem_uncharge_memcg()Roman Gushchin
2019-07-12mm, memcg: introduce memory.events.localShakeel Butt
2019-06-13mm: memcontrol: don't batch updates of local VM stats and eventsJohannes Weiner
2019-06-01mm, memcg: consider subtrees in memory.eventsChris Down
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-14mm: memcontrol: fix recursive statistics correctness & scalabiltyJohannes Weiner
2019-05-14mm: memcontrol: move stat/event counting functions out-of-lineJohannes Weiner
2019-05-14mm: memcontrol: make cgroup stats and events query API explicitly localJohannes Weiner
2019-05-14mm, memcg: rename ambiguously named memory.stat counters and functionsChris Down
2019-05-14mm: memcontrol: push down mem_cgroup_node_nr_lru_pages()Johannes Weiner
2019-05-14mm: memcontrol: replace zone summing with lruvec_page_state()Johannes Weiner
2019-05-14mm: move nr_deactivate accounting to shrink_active_list()Kirill Tkhai
2019-04-05mm: writeback: use exact memcg dirty countsGreg Thelen
2019-03-05mm, memcg: create mem_cgroup_from_seqChris Down
2019-03-05memcg: localize memcg_kmem_enabled() checkShakeel Butt
2018-12-28mm, oom: add oom victim's memcg to the oom context informationyuzhoujian
2018-10-26mm/memcontrol.c: convert mem_cgroup_id::ref to refcount_t typeKirill Tkhai
2018-10-26mm: rework memcg kernel stack accountingRoman Gushchin
2018-08-22mm, oom: introduce memory.oom.groupRoman Gushchin
2018-08-17mm/list_lru.c: set bit in memcg shrinker bitmap on first list_lru item appear...Kirill Tkhai
2018-08-17mm/memcontrol.c: export mem_cgroup_is_root()Kirill Tkhai
2018-08-17mm, memcg: assign memcg-aware shrinkers bitmap to memcgKirill Tkhai
2018-08-17mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBKirill Tkhai
2018-08-17memcg, oom: move out_of_memory back to the charge pathMichal Hocko
2018-08-17fs, mm: account buffer_head to kmemcgShakeel Butt
2018-08-17fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt
2018-08-17mm: introduce mem_cgroup_put() helperRoman Gushchin
2018-07-09memcontrol: schedule throttling if we are congestedTejun Heo
2018-06-15mm: fix oom_kill event handlingRoman Gushchin
2018-06-07mem_cgroup: make sure moving_account, move_lock_task and stat_cpu in the same...Aaron Lu
2018-06-07memcg: introduce memory.minRoman Gushchin
2018-06-07memcg: writeback: use memcg->cgwb_list directlyWang Long