summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)AuthorFilesLines
2024-03-01mm: memcontrol: switch to rcu protection in drain_all_stock()Roman Gushchin1-8/+9
2024-03-01memcg: add refcnt for pcpu stock to avoid UAF problem in drain_all_stock()GONG, Ruiqi1-0/+6
2023-08-11treewide: Remove uninitialized_var() usageKees Cook1-1/+1
2022-12-14memcg: fix possible use-after-free in memcg_write_event_control()Tejun Heo1-2/+13
2022-04-15mm/memcontrol: return 1 from cgroup.memory __setup() handlerRandy Dunlap1-1/+1
2020-10-29mm/memcg: fix device private memcg accountingRalph Campbell1-1/+4
2020-07-29mm/memcg: fix refcount error while moving and swappingHugh Dickins1-2/+2
2020-03-25memcg: fix NULL pointer dereference in __mem_cgroup_usage_unregister_eventChunguang Xu1-2/+8
2020-03-18net: memcg: late association of sock to memcgShakeel Butt1-14/+0
2020-03-18cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt1-0/+4
2020-02-28mm/memcontrol.c: lost css_put in memcg_expand_shrinker_maps()Vasily Averin1-1/+3
2019-12-01mm: handle no memcg case in memcg_kmem_charge() properlyRoman Gushchin1-1/+1
2019-11-20mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()Roman Gushchin1-1/+1
2019-11-12mm: memcontrol: fix network errors from failing __GFP_ATOMIC chargesJohannes Weiner1-0/+9
2019-10-05memcg, kmem: do not fail __GFP_NOFAIL chargesMichal Hocko1-0/+10
2019-08-25mm/memcontrol.c: fix use after free in mem_cgroup_iter()Miles Chen1-10/+29
2019-04-17mm: writeback: use exact memcg dirty countsGreg Thelen1-2/+18
2019-04-05memcg: killed threads should not invoke memcg OOM killerTetsuo Handa1-5/+14
2019-01-13memcg, oom: notify on oom killer invocation from the charge pathMichal Hocko1-2/+18
2018-09-05mm: memcontrol: print proper OOM header when no eligible victim leftJohannes Weiner1-2/+0
2018-08-22mm, oom: introduce memory.oom.groupRoman Gushchin1-0/+93
2018-08-22memcg: reduce memcg tree traversals for stats collectionShakeel Butt1-77/+73
2018-08-18mm/vmscan.c: clear shrinker bit if there are no objects related to memcgKirill Tkhai1-0/+2
2018-08-18mm/list_lru.c: set bit in memcg shrinker bitmap on first list_lru item appear...Kirill Tkhai1-0/+13
2018-08-18mm/memcontrol.c: export mem_cgroup_is_root()Kirill Tkhai1-5/+0
2018-08-18mm/list_lru: pass dst_memcg argument to memcg_drain_list_lru_node()Kirill Tkhai1-1/+1
2018-08-18mm, memcg: assign memcg-aware shrinkers bitmap to memcgKirill Tkhai1-0/+124
2018-08-18mm/memcontrol.c: move up for_each_mem_cgroup{, _tree} definesKirill Tkhai1-15/+15
2018-08-18mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBKirill Tkhai1-8/+8
2018-08-18memcg, oom: move out_of_memory back to the charge pathMichal Hocko1-15/+60
2018-08-18fs, mm: account buffer_head to kmemcgShakeel Butt1-0/+22
2018-08-18fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt1-4/+33
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+13
2018-08-06Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe1-1/+1
2018-08-03memcg: remove memcg_cgroup::id from IDR on mem_cgroup_css_alloc() failureKirill Tkhai1-4/+11
2018-07-21mm: memcg: fix use after free in mem_cgroup_iter()Jing Xia1-1/+1
2018-07-09memcontrol: schedule throttling if we are congestedTejun Heo1-0/+13
2018-06-15mm: fix oom_kill event handlingRoman Gushchin1-2/+4
2018-06-15mm: fix null pointer dereference in mem_cgroup_protectedRoman Gushchin1-0/+4
2018-06-08mm: memcg: allow lowering memory.swap.max below the current usageTejun Heo1-5/+1
2018-06-08memcg: introduce memory.minRoman Gushchin1-24/+94
2018-06-08mm: memcontrol: drain memcg stock on force_emptyJunaid Shahid1-0/+3
2018-06-08mm: memcontrol: drain stocks on resize limitShakeel Butt1-0/+7
2018-06-08memcg: mark memcg1_events static constGreg Thelen1-1/+1
2018-06-08memcg: writeback: use memcg->cgwb_list directlyWang Long1-5/+0
2018-06-08mm: treat memory.low value inclusiveRoman Gushchin1-3/+3
2018-06-08mm: memory.low hierarchical behaviorRoman Gushchin1-29/+83
2018-06-08mm: rename page_counter's count/limit into usage/maxRoman Gushchin1-56/+56
2018-06-08mm, memcontrol: implement memory.swap.eventsTejun Heo1-1/+23
2018-06-08mm, memcontrol: move swap charge handling into get_swap_page()Tejun Heo1-0/+3