summaryrefslogtreecommitdiffstats
path: root/include/linux/memcontrol.h
Commit message (Expand)AuthorAgeFilesLines
* mm: vmscan: determine anon/file pressure balance at the reclaim rootJohannes Weiner2020-06-031-0/+13
* mm: memcontrol: delete unused lrucare handlingJohannes Weiner2020-06-031-3/+2
* mm: memcontrol: prepare swap controller setup for integrationJohannes Weiner2020-06-031-1/+1
* mm: memcontrol: drop unused try/commit/cancel charge APIJohannes Weiner2020-06-031-36/+0
* mm: memcontrol: switch to native NR_ANON_THPS counterJohannes Weiner2020-06-031-2/+1
* mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner2020-06-031-2/+1
* mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM countersJohannes Weiner2020-06-031-2/+1
* mm: memcontrol: prepare cgroup vmstat infrastructure for native anon countersJohannes Weiner2020-06-031-2/+3
* mm: memcontrol: convert page cache to a new mem_cgroup_charge() APIJohannes Weiner2020-06-031-0/+10
* mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner2020-06-031-14/+8
* mm/memcg: automatically penalize tasks with high swap useJakub Kicinski2020-06-021-0/+1
* mm/memcg: move cgroup high memory limit setting into struct page_counterJakub Kicinski2020-06-021-3/+0
* mm, memcg: fix inconsistent oom event behaviorYafang Shao2020-05-141-0/+2
* memcontrol.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-04-181-2/+2
* mm: kmem: rename (__)memcg_kmem_(un)charge_memcg() to __memcg_kmem_(un)charge()Roman Gushchin2020-04-021-10/+9
* mm: kmem: switch to nr_pages in (__)memcg_kmem_charge_memcg()Roman Gushchin2020-04-021-5/+6
* mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page()Roman Gushchin2020-04-021-10/+13
* mm: kmem: cleanup memcg_kmem_uncharge_memcg() argumentsRoman Gushchin2020-04-021-2/+2
* mm: kmem: cleanup (__)memcg_kmem_charge_memcg() argumentsRoman Gushchin2020-04-021-5/+4
* mm: fork: fix kernel_stack memcg stats for various stack implementationsRoman Gushchin2020-03-291-0/+12
* mm: vmscan: detect file thrashing at the reclaim rootJohannes Weiner2019-12-011-0/+5
* mm: vmscan: harmonize writeback congestion tracking for nodes & memcgsJohannes Weiner2019-12-011-3/+3
* mm: clean up and clarify lruvec lookup procedureJohannes Weiner2019-12-011-12/+12
* mm: vmscan: memcontrol: remove mem_cgroup_select_victim_node()Shakeel Butt2019-12-011-8/+0
* include/linux/memcontrol.h: fix comments based on per-node memcgHao Lee2019-12-011-3/+2
* mm, memcg: clean up reclaim iter arrayYafang Shao2019-12-011-2/+1
* mm, memcg: make scan aggression always exclude protectionChris Down2019-10-071-13/+12
* mm, memcg: make memory.emin the baseline for utilisation determinationChris Down2019-10-071-6/+13
* mm, memcg: proportional memory.{low,min} reclaimChris Down2019-10-071-0/+20
* memcg: only record foreign writebacks with dirty pages when memcg is not disa...Baoquan He2019-10-071-0/+3
* mm: thp: make deferred split shrinker memcg awareYang Shi2019-09-241-0/+4
* mm: shrinker: make shrinker not depend on memcg kmemYang Shi2019-09-241-8/+11
* Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-171-0/+39
|\
| * writeback, memcg: Implement foreign dirty flushingTejun Heo2019-08-271-0/+39
* | mm: workingset: fix vmstat counters for shadow nodesRoman Gushchin2019-08-131-0/+19
|/
* mm, oom: remove redundant task_in_mem_cgroup() checkShakeel Butt2019-07-121-7/+0
* 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-131-8/+18
* mm, memcg: consider subtrees in memory.eventsChris Down2019-06-011-2/+8
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner2019-05-301-10/+1
* mm: memcontrol: fix recursive statistics correctness & scalabiltyJohannes Weiner2019-05-141-3/+51
* mm: memcontrol: move stat/event counting functions out-of-lineJohannes Weiner2019-05-141-57/+5
* mm: memcontrol: make cgroup stats and events query API explicitly localJohannes Weiner2019-05-141-8/+8
* mm, memcg: rename ambiguously named memory.stat counters and functionsChris Down2019-05-141-12/+12
* mm: memcontrol: push down mem_cgroup_node_nr_lru_pages()Johannes Weiner2019-05-141-10/+0
* mm: memcontrol: replace zone summing with lruvec_page_state()Johannes Weiner2019-05-141-18/+0
* mm: move nr_deactivate accounting to shrink_active_list()Kirill Tkhai2019-05-141-0/+6
* mm: writeback: use exact memcg dirty countsGreg Thelen2019-04-051-1/+4
* mm, memcg: create mem_cgroup_from_seqChris Down2019-03-051-0/+10