summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)Author
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
2019-03-05mm: remove zone_lru_lock() function, access ->lru_lock directlyAndrey Ryabinin
2019-03-05numa: make "nr_node_ids" unsigned intAlexey Dobriyan
2019-03-05mm: memcontrol: expose THP events on a per-memcg basisChris Down
2019-03-05memcg: killed threads should not invoke memcg OOM killerTetsuo Handa
2019-03-05mm, memcg: extract memcg maxable seq_file logic to seq_show_memcg_tunableChris Down
2019-03-05mm, memcg: create mem_cgroup_from_seqChris Down
2019-03-05mm/memcontrol.c: use struct_size() in kmalloc()Gustavo A. R. Silva
2019-03-05memcg: localize memcg_kmem_enabled() checkShakeel Butt
2018-12-28memcg, oom: notify on oom killer invocation from the charge pathMichal Hocko
2018-12-28mm, oom: add oom victim's memcg to the oom context informationyuzhoujian
2018-11-03mm: handle no memcg case in memcg_kmem_charge() properlyRoman Gushchin
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds
2018-10-26mm: don't raise MEMCG_OOM event due to failed high-order allocationRoman Gushchin
2018-10-26mm/memcontrol.c: convert mem_cgroup_id::ref to refcount_t typeKirill Tkhai
2018-10-26memcg: remove memcg_kmem_skip_accountShakeel Butt
2018-10-26mm/memcontrol.c: fix memory.stat item orderingJohannes Weiner
2018-10-26mm: drain memcg stocks on css offliningRoman Gushchin
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox
2018-09-04mm: memcontrol: print proper OOM header when no eligible victim leftJohannes Weiner
2018-08-22mm, oom: introduce memory.oom.groupRoman Gushchin
2018-08-22memcg: reduce memcg tree traversals for stats collectionShakeel Butt
2018-08-17mm/vmscan.c: clear shrinker bit if there are no objects related to memcgKirill Tkhai
2018-08-17mm/list_lru.c: set bit in memcg shrinker bitmap on first list_lru item appear...Kirill Tkhai
2018-08-17mm/memcontrol.c: export mem_cgroup_is_root()Kirill Tkhai
2018-08-17mm/list_lru: pass dst_memcg argument to memcg_drain_list_lru_node()Kirill Tkhai
2018-08-17mm, memcg: assign memcg-aware shrinkers bitmap to memcgKirill Tkhai
2018-08-17mm/memcontrol.c: move up for_each_mem_cgroup{, _tree} definesKirill Tkhai
2018-08-17mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBKirill Tkhai
2018-08-17memcg, oom: move out_of_memory back to the charge pathMichal Hocko
2018-08-17fs, mm: account buffer_head to kmemcgShakeel Butt
2018-08-17fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt
2018-08-14Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe
2018-08-02memcg: remove memcg_cgroup::id from IDR on mem_cgroup_css_alloc() failureKirill Tkhai
2018-07-21mm: memcg: fix use after free in mem_cgroup_iter()Jing Xia
2018-07-09memcontrol: schedule throttling if we are congestedTejun Heo
2018-06-15mm: fix oom_kill event handlingRoman Gushchin
2018-06-15mm: fix null pointer dereference in mem_cgroup_protectedRoman Gushchin
2018-06-07mm: memcg: allow lowering memory.swap.max below the current usageTejun Heo
2018-06-07memcg: introduce memory.minRoman Gushchin
2018-06-07mm: memcontrol: drain memcg stock on force_emptyJunaid Shahid
2018-06-07mm: memcontrol: drain stocks on resize limitShakeel Butt
2018-06-07memcg: mark memcg1_events static constGreg Thelen