aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/memcontrol.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-03mm: vmscan: determine anon/file pressure balance at the reclaim rootJohannes Weiner1-0/+13
2020-06-03mm: memcontrol: delete unused lrucare handlingJohannes Weiner1-3/+2
2020-06-03mm: memcontrol: prepare swap controller setup for integrationJohannes Weiner1-1/+1
2020-06-03mm: memcontrol: drop unused try/commit/cancel charge APIJohannes Weiner1-36/+0
2020-06-03mm: memcontrol: switch to native NR_ANON_THPS counterJohannes Weiner1-2/+1
2020-06-03mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner1-2/+1
2020-06-03mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM countersJohannes Weiner1-2/+1
2020-06-03mm: memcontrol: prepare cgroup vmstat infrastructure for native anon countersJohannes Weiner1-2/+3
2020-06-03mm: memcontrol: convert page cache to a new mem_cgroup_charge() APIJohannes Weiner1-0/+10
2020-06-03mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner1-14/+8
2020-06-02mm/memcg: automatically penalize tasks with high swap useJakub Kicinski1-0/+1
2020-06-02mm/memcg: move cgroup high memory limit setting into struct page_counterJakub Kicinski1-3/+0
2020-05-14mm, memcg: fix inconsistent oom event behaviorYafang Shao1-0/+2
2020-04-18memcontrol.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-2/+2
2020-04-02mm: kmem: rename (__)memcg_kmem_(un)charge_memcg() to __memcg_kmem_(un)charge()Roman Gushchin1-10/+9
2020-04-02mm: kmem: switch to nr_pages in (__)memcg_kmem_charge_memcg()Roman Gushchin1-5/+6
2020-04-02mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page()Roman Gushchin1-10/+13
2020-04-02mm: kmem: cleanup memcg_kmem_uncharge_memcg() argumentsRoman Gushchin1-2/+2
2020-04-02mm: kmem: cleanup (__)memcg_kmem_charge_memcg() argumentsRoman Gushchin1-5/+4
2020-03-29mm: fork: fix kernel_stack memcg stats for various stack implementationsRoman Gushchin1-0/+12
2019-12-01mm: vmscan: detect file thrashing at the reclaim rootJohannes Weiner1-0/+5
2019-12-01mm: vmscan: harmonize writeback congestion tracking for nodes & memcgsJohannes Weiner1-3/+3
2019-12-01mm: clean up and clarify lruvec lookup procedureJohannes Weiner1-12/+12
2019-12-01mm: vmscan: memcontrol: remove mem_cgroup_select_victim_node()Shakeel Butt1-8/+0
2019-12-01include/linux/memcontrol.h: fix comments based on per-node memcgHao Lee1-3/+2
2019-12-01mm, memcg: clean up reclaim iter arrayYafang Shao1-2/+1
2019-10-07mm, memcg: make scan aggression always exclude protectionChris Down1-13/+12
2019-10-07mm, memcg: make memory.emin the baseline for utilisation determinationChris Down1-6/+13
2019-10-07mm, memcg: proportional memory.{low,min} reclaimChris Down1-0/+20
2019-10-07memcg: only record foreign writebacks with dirty pages when memcg is not disabledBaoquan He1-0/+3
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