aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/memcontrol.h
AgeCommit message (Expand)Author
2020-08-14mm/memcontrol: fix a data race in scan countQian Cai
2020-08-12include/linux/memcontrol.h: drop duplicate word and fix spelloRandy Dunlap
2020-08-12mm: memcg/percpu: per-memcg percpu memory statisticsRoman Gushchin
2020-08-07mm, memcg: decouple e{low,min} state mutations from protection checksChris Down
2020-08-07mm, memcg: avoid stale protection values when cgroup is above protectionYafang Shao
2020-08-07mm: kmem: switch to static_branch_likely() in memcg_kmem_enabled()Roman Gushchin
2020-08-07mm: memcontrol: account kernel stack per nodeShakeel Butt
2020-08-07mm: memcg/slab: remove memcg_kmem_get_cache()Roman Gushchin
2020-08-07mm: memcg/slab: simplify memcg cache creationRoman Gushchin
2020-08-07mm: memcg/slab: use a single set of kmem_caches for all accounted allocationsRoman Gushchin
2020-08-07mm: memcg/slab: move memcg_kmem_bypass() to memcontrol.hRoman Gushchin
2020-08-07mm: memcg/slab: save obj_cgroup for non-root slab objectsRoman Gushchin
2020-08-07mm: memcg/slab: obj_cgroup APIRoman Gushchin
2020-08-07mm: memcg: factor out memcg- and lruvec-level changes out of __mod_lruvec_sta...Roman Gushchin
2020-06-03mm: vmscan: determine anon/file pressure balance at the reclaim rootJohannes Weiner
2020-06-03mm: memcontrol: delete unused lrucare handlingJohannes Weiner
2020-06-03mm: memcontrol: prepare swap controller setup for integrationJohannes Weiner
2020-06-03mm: memcontrol: drop unused try/commit/cancel charge APIJohannes Weiner
2020-06-03mm: memcontrol: switch to native NR_ANON_THPS counterJohannes Weiner
2020-06-03mm: memcontrol: switch to native NR_ANON_MAPPED counterJohannes Weiner
2020-06-03mm: memcontrol: switch to native NR_FILE_PAGES and NR_SHMEM countersJohannes Weiner
2020-06-03mm: memcontrol: prepare cgroup vmstat infrastructure for native anon countersJohannes Weiner
2020-06-03mm: memcontrol: convert page cache to a new mem_cgroup_charge() APIJohannes Weiner
2020-06-03mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner
2020-06-02mm/memcg: automatically penalize tasks with high swap useJakub Kicinski
2020-06-02mm/memcg: move cgroup high memory limit setting into struct page_counterJakub Kicinski
2020-05-14mm, memcg: fix inconsistent oom event behaviorYafang Shao
2020-04-18memcontrol.h: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-04-02mm: kmem: rename (__)memcg_kmem_(un)charge_memcg() to __memcg_kmem_(un)charge()Roman Gushchin
2020-04-02mm: kmem: switch to nr_pages in (__)memcg_kmem_charge_memcg()Roman Gushchin
2020-04-02mm: kmem: rename memcg_kmem_(un)charge() into memcg_kmem_(un)charge_page()Roman Gushchin
2020-04-02mm: kmem: cleanup memcg_kmem_uncharge_memcg() argumentsRoman Gushchin
2020-04-02mm: kmem: cleanup (__)memcg_kmem_charge_memcg() argumentsRoman Gushchin
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