summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)Author
2020-06-03mm: memcontrol: prepare uncharging for removal of private page type countersJohannes Weiner
2020-06-03mm: memcontrol: convert page cache to a new mem_cgroup_charge() APIJohannes Weiner
2020-06-03mm: memcontrol: move out cgroup swaprate throttlingJohannes Weiner
2020-06-03mm: memcontrol: drop @compound parameter from memcg charging APIJohannes Weiner
2020-06-03mm: memcontrol: fix stat-corrupting race in charge movingJohannes Weiner
2020-06-03mm/memcg: optimize memory.numa_stat like memory.statShakeel Butt
2020-06-02memcg: fix memcg_kmem_bypass() for remote memcg chargingZefan Li
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-06-02mm/memcg: move penalty delay clamping out of calculate_high_delay()Jakub Kicinski
2020-06-02mm/memcg: prepare for swap over-high accounting and penalty calculationJakub Kicinski
2020-06-02memcg: expose root cgroup's memory.statShakeel Butt
2020-06-02mm: memcontrol: simplify value comparison between count and limitKaixu Xia
2020-06-02mm, memcg: add workingset_restore in memory.statYafang Shao
2020-06-02mm/writeback: discard NR_UNSTABLE_NFS, use NR_WRITEBACK insteadNeilBrown
2020-05-07mm, memcg: fix error return value of mem_cgroup_css_alloc()Yafang Shao
2020-04-10mm, memcg: do not high throttle allocators based on wraparoundJakub Kicinski
2020-04-07mm: use fallthrough;Joe Perches
2020-04-07mm, memcg: bypass high reclaim iteration for cgroup hierarchy rootChris Down
2020-04-02mm: memcg: make memory.oom.group tolerable to task migrationRoman Gushchin
2020-04-02mm, memcg: prevent mem_cgroup_protected store tearingChris Down
2020-04-02mm, memcg: prevent memory.swap.max load tearingChris Down
2020-04-02mm, memcg: prevent memory.min load/store tearingChris Down
2020-04-02mm, memcg: prevent memory.max load tearingChris Down
2020-04-02mm, memcg: prevent memory.high load/store tearingChris Down
2020-04-02mm/memcontrol.c: make mem_cgroup_id_get_many() __maybe_unusedVincenzo Frascino
2020-04-02memcg: css_tryget_online cleanupsShakeel Butt
2020-04-02mm: memcontrol: recursive memory.low protectionJohannes Weiner
2020-04-02mm: memcontrol: clean up and document effective low/min calculationsJohannes Weiner
2020-04-02mm: memcontrol: fix memory.low proportional distributionJohannes Weiner
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_charge_memcg() argumentsRoman Gushchin
2020-04-02mm: memcg/slab: use mem_cgroup_from_obj()Roman Gushchin
2020-04-02mm/memcontrol.c: allocate shrinker_map on appropriate NUMA nodeKirill Tkhai
2020-04-02mm, memcg: fix build error around the usage of kmem_cachesYafang Shao
2020-03-29mm: fork: fix kernel_stack memcg stats for various stack implementationsRoman Gushchin
2020-03-21mm, memcg: throttle allocators based on ancestral memory.highChris Down
2020-03-21mm, memcg: fix corruption on 64-bit divisor in memory.high throttlingChris Down
2020-03-21memcg: fix NULL pointer dereference in __mem_cgroup_usage_unregister_eventChunguang Xu
2020-03-10net: memcg: late association of sock to memcgShakeel Butt
2020-03-10cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt
2020-02-21mm/memcontrol.c: lost css_put in memcg_expand_shrinker_maps()Vasily Averin
2020-01-31mm/memcontrol.c: cleanup some useless codeKaitao Cheng
2020-01-31mm: thp: don't need care deferred split queue in memcg charge move pathWei Yang
2020-01-13mm: memcg/slab: fix percpu slab vmstats flushingRoman Gushchin
2019-12-04mm/memcontrol: use vmstat names for printing statisticsKonstantin Khlebnikov
2019-12-01mm: clean up and clarify lruvec lookup procedureJohannes Weiner
2019-12-01mm: vmscan: memcontrol: remove mem_cgroup_select_victim_node()Shakeel Butt