summaryrefslogtreecommitdiffstats
path: root/include/linux/memcontrol.h
Commit message (Expand)AuthorAgeFilesLines
* mm: writeback: use exact memcg dirty countsGreg Thelen2019-04-061-1/+4
* mm, memcg: create mem_cgroup_from_seqChris Down2019-03-061-0/+10
* memcg: localize memcg_kmem_enabled() checkShakeel Butt2019-03-061-4/+33
* mm, oom: add oom victim's memcg to the oom context informationyuzhoujian2018-12-281-2/+9
* mm/memcontrol.c: convert mem_cgroup_id::ref to refcount_t typeKirill Tkhai2018-10-271-1/+1
* mm: rework memcg kernel stack accountingRoman Gushchin2018-10-271-1/+12
* mm, oom: introduce memory.oom.groupRoman Gushchin2018-08-221-0/+18
* mm/list_lru.c: set bit in memcg shrinker bitmap on first list_lru item appear...Kirill Tkhai2018-08-181-0/+4
* mm/memcontrol.c: export mem_cgroup_is_root()Kirill Tkhai2018-08-181-0/+10
* mm, memcg: assign memcg-aware shrinkers bitmap to memcgKirill Tkhai2018-08-181-0/+14
* mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOBKirill Tkhai2018-08-181-3/+3
* memcg, oom: move out_of_memory back to the charge pathMichal Hocko2018-08-181-8/+8
* fs, mm: account buffer_head to kmemcgShakeel Butt2018-08-181-0/+7
* fs: fsnotify: account fsnotify metadata to kmemcgShakeel Butt2018-08-181-1/+9
* mm: introduce mem_cgroup_put() helperRoman Gushchin2018-08-181-0/+9
* memcontrol: schedule throttling if we are congestedTejun Heo2018-07-091-0/+13
* mm: fix oom_kill event handlingRoman Gushchin2018-06-151-4/+22
* mem_cgroup: make sure moving_account, move_lock_task and stat_cpu in the same...Aaron Lu2018-06-081-4/+19
* memcg: introduce memory.minRoman Gushchin2018-06-081-4/+11
* memcg: writeback: use memcg->cgwb_list directlyWang Long2018-06-081-1/+0Star
* mm: memory.low hierarchical behaviorRoman Gushchin2018-06-081-2/+1Star
* mm: rename page_counter's count/limit into usage/maxRoman Gushchin2018-06-081-2/+2
* mm, memcontrol: implement memory.swap.eventsTejun Heo2018-06-081-0/+5
* mm: memcg: make sure memory.events is uptodate when waking pollersJohannes Weiner2018-04-111-17/+18
* mm/vmscan: don't mess with pgdat->flags in memcg reclaimAndrey Ryabinin2018-04-111-0/+3
* mm: memcontrol: fix NR_WRITEBACK leak in memcg and system statsJohannes Weiner2018-02-221-8/+16
* mm: memcontrol: fix excessive complexity in memory.stat reportingJohannes Weiner2018-02-011-34/+62
* mm: memcontrol: implement lruvec stat functions on top of each otherJohannes Weiner2018-02-011-22/+22
* mm: memcontrol: eliminate raw access to stat and event countersJohannes Weiner2018-02-011-11/+20
* mm: memcontrol: use int for event/state parameter in several functionsMatthias Kaehlcke2017-09-071-20/+32
* mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback()Johannes Weiner2017-08-191-2/+8
* mm: memcontrol: per-lruvec stats infrastructureJohannes Weiner2017-07-071-30/+216
* mm: memcontrol: use generic mod_memcg_page_state for kmem pagesJohannes Weiner2017-07-071-17/+0Star
* mm: memcontrol: use the node-native slab memory countersJohannes Weiner2017-07-071-2/+0Star
* mm/oom_kill: count global and memory cgroup oom killsKonstantin Khlebnikov2017-07-071-1/+4
* mm: per-cgroup memory reclaim statsRoman Gushchin2017-07-071-3/+45
* mm: memcontrol: use node page state naming scheme for memcgJohannes Weiner2017-05-041-36/+37
* mm: memcontrol: re-use node VM page state enumJohannes Weiner2017-05-041-57/+43Star
* mm: memcontrol: re-use global VM event enumJohannes Weiner2017-05-041-31/+14Star
* mm: memcontrol: clean up memory.events counting functionJohannes Weiner2017-05-041-13/+5Star
* mm: vmscan: fix IO/refault regression in cache workingset transitionJohannes Weiner2017-05-041-3/+61
* mm: memcontrol: provide shmem statisticsJohannes Weiner2017-05-041-0/+1
* mm: rmap: fix huge file mmap accounting in the memcg statsJohannes Weiner2017-04-011-0/+6
* slab: use memcg_kmem_cache_wq for slab destruction operationsTejun Heo2017-02-231-0/+1
* slab: link memcg kmem_caches on their associated memory cgroupTejun Heo2017-02-231-0/+1
* mm, memcg: fix the active list aging for lowmem requests when memcg is enabledMichal Hocko2017-01-111-3/+23
* mm: memcontrol: consolidate cgroup socket trackingJohannes Weiner2016-10-081-2/+4
* mm: oom: deduplicate victim selection code for memcg and global oomVladimir Davydov2016-10-081-0/+15
* mm: fix memcg stack accounting for sub-page stacksAndy Lutomirski2016-07-291-1/+1
* mm, vmscan: Update all zone LRU sizes before updating memcgMel Gorman2016-07-291-1/+1