summaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
AgeCommit message (Expand)Author
2020-06-30mm/memcontrol.c: add missed css_put()Muchun Song
2020-06-30mm: memcontrol: handle div0 crash race condition in memory.lowJohannes Weiner
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
2019-12-01mm: memcontrol: try harder to set a new memory.highJohannes Weiner
2019-12-01mm: memcontrol: remove dead code from memory_max_write()Johannes Weiner
2019-12-01mm, memcg: clean up reclaim iter arrayYafang Shao
2019-11-26Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-11-15mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()Roman Gushchin
2019-11-06mm: memcontrol: fix network errors from failing __GFP_ATOMIC chargesJohannes Weiner
2019-11-06mm: slab: make page_cgroup_ino() to recognize non-compound slab pages properlyRoman Gushchin
2019-11-06mm: memcontrol: fix NULL-ptr deref in percpu stats flushShakeel Butt
2019-10-19mm/memcontrol: update lruvec counters in mem_cgroup_move_accountKonstantin Khlebnikov
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai
2019-10-07mm, memcg: proportional memory.{low,min} reclaimChris Down
2019-09-25memcg, kmem: do not fail __GFP_NOFAIL chargesMichal Hocko
2019-09-24mm: thp: make deferred split shrinker memcg awareYang Shi