summaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
AgeCommit message (Expand)Author
2019-10-19mm/memcontrol: update lruvec counters in mem_cgroup_move_accountKonstantin Khlebnikov
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
2019-09-24mm: shrinker: make shrinker not depend on memcg kmemYang Shi
2019-09-24memcg, kmem: deprecate kmem.limit_in_bytesMichal Hocko
2019-09-24mm/memcontrol.c: fix a -Wunused-function warningQian Cai
2019-09-24mm: memcontrol: switch to rcu protection in drain_all_stock()Roman Gushchin
2019-09-24mm, memcg: throttle allocators when failing reclaim over memory.highChris Down
2019-09-24mm: introduce compound_nr()Matthew Wilcox (Oracle)
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-09-07pagewalk: separate function pointers from iterator dataChristoph Hellwig
2019-09-07mm: split out a new pagewalk.h header from mm.hChristoph Hellwig
2019-08-30mm: memcontrol: fix percpu vmstats and vmevents flushShakeel Butt
2019-08-30mm, memcg: partially revert "mm/memcontrol.c: keep local VM counters in sync ...Roman Gushchin
2019-08-30mm: memcontrol: flush percpu slab vmstats on kmem offliningRoman Gushchin
2019-08-30writeback: add tracepoints for cgroup foreign writebacksTejun Heo
2019-08-27writeback, memcg: Implement foreign dirty flushingTejun Heo
2019-08-24mm: memcontrol: flush percpu vmevents before releasing memcgRoman Gushchin
2019-08-24mm: memcontrol: flush percpu vmstats before releasing memcgRoman Gushchin
2019-08-13mm: workingset: fix vmstat counters for shadow nodesRoman Gushchin
2019-08-13mm/memcontrol.c: fix use after free in mem_cgroup_iter()Miles Chen
2019-07-16mm/memcontrol.c: keep local VM counters in sync with the hierarchical onesYafang Shao
2019-07-14Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2019-07-12mm, oom: remove redundant task_in_mem_cgroup() checkShakeel Butt
2019-07-12mm: memcontrol: use CSS_TASK_ITER_PROCS at mem_cgroup_scan_tasks()Tetsuo Handa
2019-07-12mm: memcg/slab: reparent memcg kmem_caches on cgroup removalRoman Gushchin
2019-07-12mm: memcg/slab: stop setting page->mem_cgroup pointer for slab pagesRoman Gushchin
2019-07-12mm: memcg/slab: rework non-root kmem_cache lifecycle managementRoman Gushchin
2019-07-12mm: memcg/slab: introduce __memcg_kmem_uncharge_memcg()Roman Gushchin
2019-07-12mm: memcontrol: dump memory.stat during cgroup OOMJohannes Weiner
2019-07-12mm, memcg: introduce memory.events.localShakeel Butt
2019-07-12memcg, oom: no oom-kill for __GFP_RETRY_MAYFAILShakeel Butt
2019-07-12mm/memcontrol: fix wrong statistics in memory.statYafang Shao
2019-07-02mm: remove MEMORY_DEVICE_PUBLIC supportChristoph Hellwig
2019-06-13mm: memcontrol: don't batch updates of local VM stats and eventsJohannes Weiner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2019-05-14mm: memcontrol: fix NUMA round-robin reclaim at intermediate levelJohannes Weiner
2019-05-14mm: memcontrol: fix recursive statistics correctness & scalabiltyJohannes Weiner
2019-05-14mm: memcontrol: move stat/event counting functions out-of-lineJohannes Weiner
2019-05-14mm: memcontrol: make cgroup stats and events query API explicitly localJohannes Weiner
2019-05-14mm, memcg: rename ambiguously named memory.stat counters and functionsChris Down
2019-05-14mm: memcontrol: quarantine the mem_cgroup_[node_]nr_lru_pages() APIJohannes Weiner
2019-05-14mm: memcontrol: push down mem_cgroup_nr_lru_pages()Johannes Weiner
2019-05-14mm: memcontrol: push down mem_cgroup_node_nr_lru_pages()Johannes Weiner
2019-05-14mm: memcontrol: replace node summing with memcg_page_state()Johannes Weiner
2019-05-14mm: memcontrol: replace zone summing with lruvec_page_state()Johannes Weiner
2019-04-05mm: writeback: use exact memcg dirty countsGreg Thelen
2019-03-05mm/memcontrol.c: fix bad line in commentQian Cai