| Commit message (Expand) | Author | Age | Files | Lines |
* | mm/memcontrol.c: convert mem_cgroup_id::ref to refcount_t type | Kirill Tkhai | 2018-10-26 | 1 | -1/+1 |
* | mm: rework memcg kernel stack accounting | Roman Gushchin | 2018-10-26 | 1 | -1/+12 |
* | mm, oom: introduce memory.oom.group | Roman Gushchin | 2018-08-22 | 1 | -0/+18 |
* | mm/list_lru.c: set bit in memcg shrinker bitmap on first list_lru item appear... | Kirill Tkhai | 2018-08-17 | 1 | -0/+4 |
* | mm/memcontrol.c: export mem_cgroup_is_root() | Kirill Tkhai | 2018-08-17 | 1 | -0/+10 |
* | mm, memcg: assign memcg-aware shrinkers bitmap to memcg | Kirill Tkhai | 2018-08-17 | 1 | -0/+14 |
* | mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOB | Kirill Tkhai | 2018-08-17 | 1 | -3/+3 |
* | memcg, oom: move out_of_memory back to the charge path | Michal Hocko | 2018-08-17 | 1 | -8/+8 |
* | fs, mm: account buffer_head to kmemcg | Shakeel Butt | 2018-08-17 | 1 | -0/+7 |
* | fs: fsnotify: account fsnotify metadata to kmemcg | Shakeel Butt | 2018-08-17 | 1 | -1/+9 |
* | mm: introduce mem_cgroup_put() helper | Roman Gushchin | 2018-08-17 | 1 | -0/+9 |
* | memcontrol: schedule throttling if we are congested | Tejun Heo | 2018-07-09 | 1 | -0/+13 |
* | mm: fix oom_kill event handling | Roman Gushchin | 2018-06-15 | 1 | -4/+22 |
* | mem_cgroup: make sure moving_account, move_lock_task and stat_cpu in the same... | Aaron Lu | 2018-06-07 | 1 | -4/+19 |
* | memcg: introduce memory.min | Roman Gushchin | 2018-06-07 | 1 | -4/+11 |
* | memcg: writeback: use memcg->cgwb_list directly | Wang Long | 2018-06-07 | 1 | -1/+0 |
* | mm: memory.low hierarchical behavior | Roman Gushchin | 2018-06-07 | 1 | -2/+1 |
* | mm: rename page_counter's count/limit into usage/max | Roman Gushchin | 2018-06-07 | 1 | -2/+2 |
* | mm, memcontrol: implement memory.swap.events | Tejun Heo | 2018-06-07 | 1 | -0/+5 |
* | mm: memcg: make sure memory.events is uptodate when waking pollers | Johannes Weiner | 2018-04-11 | 1 | -17/+18 |
* | mm/vmscan: don't mess with pgdat->flags in memcg reclaim | Andrey Ryabinin | 2018-04-11 | 1 | -0/+3 |
* | mm: memcontrol: fix NR_WRITEBACK leak in memcg and system stats | Johannes Weiner | 2018-02-21 | 1 | -8/+16 |
* | mm: memcontrol: fix excessive complexity in memory.stat reporting | Johannes Weiner | 2018-01-31 | 1 | -34/+62 |
* | mm: memcontrol: implement lruvec stat functions on top of each other | Johannes Weiner | 2018-01-31 | 1 | -22/+22 |
* | mm: memcontrol: eliminate raw access to stat and event counters | Johannes Weiner | 2018-01-31 | 1 | -11/+20 |
* | mm: memcontrol: use int for event/state parameter in several functions | Matthias Kaehlcke | 2017-09-06 | 1 | -20/+32 |
* | mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback() | Johannes Weiner | 2017-08-18 | 1 | -2/+8 |
* | mm: memcontrol: per-lruvec stats infrastructure | Johannes Weiner | 2017-07-06 | 1 | -30/+216 |
* | mm: memcontrol: use generic mod_memcg_page_state for kmem pages | Johannes Weiner | 2017-07-06 | 1 | -17/+0 |
* | mm: memcontrol: use the node-native slab memory counters | Johannes Weiner | 2017-07-06 | 1 | -2/+0 |
* | mm/oom_kill: count global and memory cgroup oom kills | Konstantin Khlebnikov | 2017-07-06 | 1 | -1/+4 |
* | mm: per-cgroup memory reclaim stats | Roman Gushchin | 2017-07-06 | 1 | -3/+45 |
* | mm: memcontrol: use node page state naming scheme for memcg | Johannes Weiner | 2017-05-03 | 1 | -36/+37 |
* | mm: memcontrol: re-use node VM page state enum | Johannes Weiner | 2017-05-03 | 1 | -57/+43 |
* | mm: memcontrol: re-use global VM event enum | Johannes Weiner | 2017-05-03 | 1 | -31/+14 |
* | mm: memcontrol: clean up memory.events counting function | Johannes Weiner | 2017-05-03 | 1 | -13/+5 |
* | mm: vmscan: fix IO/refault regression in cache workingset transition | Johannes Weiner | 2017-05-03 | 1 | -3/+61 |
* | mm: memcontrol: provide shmem statistics | Johannes Weiner | 2017-05-03 | 1 | -0/+1 |
* | mm: rmap: fix huge file mmap accounting in the memcg stats | Johannes Weiner | 2017-03-31 | 1 | -0/+6 |
* | slab: use memcg_kmem_cache_wq for slab destruction operations | Tejun Heo | 2017-02-22 | 1 | -0/+1 |
* | slab: link memcg kmem_caches on their associated memory cgroup | Tejun Heo | 2017-02-22 | 1 | -0/+1 |
* | mm, memcg: fix the active list aging for lowmem requests when memcg is enabled | Michal Hocko | 2017-01-10 | 1 | -3/+23 |
* | mm: memcontrol: consolidate cgroup socket tracking | Johannes Weiner | 2016-10-07 | 1 | -2/+4 |
* | mm: oom: deduplicate victim selection code for memcg and global oom | Vladimir Davydov | 2016-10-07 | 1 | -0/+15 |
* | mm: fix memcg stack accounting for sub-page stacks | Andy Lutomirski | 2016-07-28 | 1 | -1/+1 |
* | mm, vmscan: Update all zone LRU sizes before updating memcg | Mel Gorman | 2016-07-28 | 1 | -1/+1 |
* | mm, memcg: move memcg limit enforcement from zones to nodes | Mel Gorman | 2016-07-28 | 1 | -23/+15 |
* | mm, vmscan: make shrink_node decisions more node-centric | Mel Gorman | 2016-07-28 | 1 | -9/+10 |
* | mm, vmscan: move LRU lists to node | Mel Gorman | 2016-07-28 | 1 | -9/+9 |
* | mm: fix vm-scalability regression in cgroup-aware workingset code | Johannes Weiner | 2016-07-28 | 1 | -1/+42 |