summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)AuthorFilesLines
2022-04-15mm/memcontrol: return 1 from cgroup.memory __setup() handlerRandy Dunlap1-1/+1
2021-08-26mm, memcg: avoid stale protection values when cgroup is above protectionYafang Shao1-0/+8
2020-11-24mm: memcg/slab: fix root memcg vmstatsMuchun Song1-2/+7
2020-10-29mm/memcg: fix device private memcg accountingRalph Campbell1-1/+4
2020-10-01mm: memcontrol: fix stat-corrupting race in charge movingJohannes Weiner1-12/+14
2020-07-29mm/memcg: fix refcount error while moving and swappingHugh Dickins1-2/+2
2020-06-30mm/memcontrol.c: add missed css_put()Muchun Song1-1/+3
2020-05-14mm, memcg: fix error return value of mem_cgroup_css_alloc()Yafang Shao1-6/+9
2020-04-17mm, memcg: do not high throttle allocators based on wraparoundJakub Kicinski1-0/+3
2020-04-01mm: fork: fix kernel_stack memcg stats for various stack implementationsRoman Gushchin1-0/+38
2020-03-25mm, memcg: throttle allocators based on ancestral memory.highChris Down1-35/+58
2020-03-25mm, memcg: fix corruption on 64-bit divisor in memory.high throttlingChris Down1-1/+1
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
2020-02-11mm: thp: don't need care deferred split queue in memcg charge move pathWei Yang1-18/+0
2020-01-23mm: memcg/slab: fix percpu slab vmstats flushingRoman Gushchin1-28/+9
2019-11-16mm: memcg: switch to css_tryget() in get_mem_cgroup_from_mm()Roman Gushchin1-1/+1
2019-11-06mm: memcontrol: fix network errors from failing __GFP_ATOMIC chargesJohannes Weiner1-0/+9
2019-11-06mm: slab: make page_cgroup_ino() to recognize non-compound slab pages properlyRoman Gushchin1-1/+1
2019-11-06mm: memcontrol: fix NULL-ptr deref in percpu stats flushShakeel Butt1-6/+6
2019-10-19mm/memcontrol: update lruvec counters in mem_cgroup_move_accountKonstantin Khlebnikov1-6/+12
2019-10-08mm, memcg: proportional memory.{low,min} reclaimChris Down1-0/+5
2019-09-26memcg, kmem: do not fail __GFP_NOFAIL chargesMichal Hocko1-0/+10
2019-09-25mm: thp: make deferred split shrinker memcg awareYang Shi1-0/+24
2019-09-25mm: shrinker: make shrinker not depend on memcg kmemYang Shi1-8/+1
2019-09-25memcg, kmem: deprecate kmem.limit_in_bytesMichal Hocko1-0/+3
2019-09-25mm/memcontrol.c: fix a -Wunused-function warningQian Cai1-5/+0
2019-09-25mm: memcontrol: switch to rcu protection in drain_all_stock()Roman Gushchin1-8/+9
2019-09-25mm, memcg: throttle allocators when failing reclaim over memory.highChris Down1-1/+125
2019-09-25mm: introduce compound_nr()Matthew Wilcox (Oracle)1-2/+2
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-13/+12
2019-09-18Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+139
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig1-12/+11
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig1-1/+1
2019-08-31mm: memcontrol: fix percpu vmstats and vmevents flushShakeel Butt1-5/+5
2019-08-31mm, memcg: partially revert "mm/memcontrol.c: keep local VM counters in sync ...Roman Gushchin1-5/+3
2019-08-31mm: memcontrol: flush percpu slab vmstats on kmem offliningRoman Gushchin1-8/+27
2019-08-30writeback: add tracepoints for cgroup foreign writebacksTejun Heo1-0/+5
2019-08-27writeback, memcg: Implement foreign dirty flushingTejun Heo1-0/+134
2019-08-25mm: memcontrol: flush percpu vmevents before releasing memcgRoman Gushchin1-1/+21
2019-08-25mm: memcontrol: flush percpu vmstats before releasing memcgRoman Gushchin1-0/+40
2019-08-14mm: workingset: fix vmstat counters for shadow nodesRoman Gushchin1-0/+20
2019-08-14mm/memcontrol.c: fix use after free in mem_cgroup_iter()Miles Chen1-10/+29
2019-07-17mm/memcontrol.c: keep local VM counters in sync with the hierarchical onesYafang Shao1-7/+15
2019-07-15Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-7/+6
2019-07-12mm, oom: remove redundant task_in_mem_cgroup() checkShakeel Butt1-26/+0
2019-07-12mm: memcontrol: use CSS_TASK_ITER_PROCS at mem_cgroup_scan_tasks()Tetsuo Handa1-1/+1
2019-07-12mm: memcg/slab: reparent memcg kmem_caches on cgroup removalRoman Gushchin1-6/+8