| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-07-10 | mm, memcg: fix potential undefined behavior in mem_cgroup_event_ratelimit() |  Michal Hocko | 1 | -1/+1 |
| 2017-07-10 | mm/memcontrol: exclude @root from checks in mem_cgroup_low |  Sean Christopherson | 1 | -18/+32 |
| 2017-07-06 | mm: memcontrol: per-lruvec stats infrastructure |  Johannes Weiner | 1 | -1/+10 |
| 2017-07-06 | mm: memcontrol: use the node-native slab memory counters |  Johannes Weiner | 1 | -4/+4 |
| 2017-07-06 | mm/oom_kill: count global and memory cgroup oom kills |  Konstantin Khlebnikov | 1 | -0/+2 |
| 2017-07-06 | mm: per-cgroup memory reclaim stats |  Roman Gushchin | 1 | -0/+10 |
| 2017-07-06 | mm, THP, swap: delay splitting THP during swap out |  Huang Ying | 1 | -24/+26 |
| 2017-06-20 | sched/wait: Disambiguate wq_entry->task_list and wq_head->task_list naming |  Ingo Molnar | 1 | -1/+1 |
| 2017-06-20 | sched/wait: Rename wait_queue_t => wait_queue_entry_t |  Ingo Molnar | 1 | -4/+4 |
| 2017-05-12 | hwpoison, memcg: forcibly uncharge LRU pages |  Michal Hocko | 1 | -1/+1 |
| 2017-05-03 | mm: memcontrol: use node page state naming scheme for memcg |  Johannes Weiner | 1 | -19/+19 |
| 2017-05-03 | mm: memcontrol: re-use node VM page state enum |  Johannes Weiner | 1 | -67/+68 |
| 2017-05-03 | mm: memcontrol: re-use global VM event enum |  Johannes Weiner | 1 | -25/+28 |
| 2017-05-03 | mm: memcontrol: clean up memory.events counting function |  Johannes Weiner | 1 | -4/+4 |
| 2017-05-03 | mm: vmscan: fix IO/refault regression in cache workingset transition |  Johannes Weiner | 1 | -17/+7 |
| 2017-05-03 | mm: memcontrol: provide shmem statistics |  Johannes Weiner | 1 | -8/+20 |
| 2017-03-09 | mm: do not call mem_cgroup_free() from within mem_cgroup_alloc() |  Tahsin Erdogan | 1 | -3/+8 |
| 2017-03-09 | mm/cgroup: avoid panic when init with low memory |  Laurent Dufour | 1 | -2/+5 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <linux/sched/mm.h> |  Ingo Molnar | 1 | -0/+1 |
| 2017-02-24 | mm: remove shmem_mapping() shmem_zero_setup() duplicates |  Hugh Dickins | 1 | -0/+1 |
| 2017-02-22 | slab: use memcg_kmem_cache_wq for slab destruction operations |  Tejun Heo | 1 | -8/+8 |
| 2017-02-22 | slab: link memcg kmem_caches on their associated memory cgroup |  Tejun Heo | 1 | -3/+4 |
| 2017-01-24 | mm, memcg: do not retry precharge charges |  David Rientjes | 1 | -2/+2 |
| 2017-01-10 | mm, memcg: fix the active list aging for lowmem requests when memcg is enabled |  Michal Hocko | 1 | -10/+8 |
| 2016-12-24 | Replace <asm/uaccess.h> with <linux/uaccess.h> globally |  Linus Torvalds | 1 | -1/+1 |
| 2016-12-12 | Merge branch 'akpm' (patches from Andrew) |  Linus Torvalds | 1 | -1/+14 |
| 2016-12-12 | mm: memcontrol: use special workqueue for creating per-memcg caches |  Vladimir Davydov | 1 | -1/+14 |
| 2016-11-09 | mm/memcg: Convert to hotplug state machine |  Sebastian Andrzej Siewior | 1 | -16/+8 |
| 2016-10-27 | mm: memcontrol: do not recurse in direct reclaim |  Johannes Weiner | 1 | -0/+9 |
| 2016-10-07 | mm: memcontrol: consolidate cgroup socket tracking |  Johannes Weiner | 1 | -10/+13 |
| 2016-10-07 | mm, swap: use offset of swap entry as key of swap cache |  Huang Ying | 1 | -2/+3 |
| 2016-10-07 | mm/memcontrol.c: make the walk_page_range() limit obvious |  James Morse | 1 | -2/+4 |
| 2016-10-07 | mm: memcontrol: add sanity checks for memcg->id.ref on get/put |  Vladimir Davydov | 1 | -1/+5 |
| 2016-10-07 | mm: oom: deduplicate victim selection code for memcg and global oom |  Vladimir Davydov | 1 | -72/+42 |
| 2016-09-19 | mm: memcontrol: make per-cpu charge cache IRQ-safe for socket accounting |  Johannes Weiner | 1 | -9/+22 |
| 2016-08-26 | mm: memcontrol: avoid unused function warning |  Arnd Bergmann | 1 | -18/+18 |
| 2016-08-11 | mm: memcontrol: fix memcg id ref counter on swap charge move |  Vladimir Davydov | 1 | -6/+18 |
| 2016-08-11 | mm: memcontrol: fix swap counter leak on swapout from offline cgroup |  Vladimir Davydov | 1 | -6/+38 |
| 2016-08-09 | mm: memcontrol: only mark charged pages with PageKmemcg |  Vladimir Davydov | 1 | -2/+12 |
| 2016-08-02 | memcg: put soft limit reclaim out of way if the excess tree is empty |  Michal Hocko | 1 | -0/+9 |
| 2016-07-28 | mm: fix memcg stack accounting for sub-page stacks |  Andy Lutomirski | 1 | -1/+1 |
| 2016-07-28 | mm, vmscan: Update all zone LRU sizes before updating memcg |  Mel Gorman | 1 | -4/+1 |
| 2016-07-28 | mm, memcg: move memcg limit enforcement from zones to nodes |  Mel Gorman | 1 | -107/+83 |
| 2016-07-28 | mm, vmscan: make shrink_node decisions more node-centric |  Mel Gorman | 1 | -2/+2 |
| 2016-07-28 | mm, vmscan: move LRU lists to node |  Mel Gorman | 1 | -8/+9 |
| 2016-07-28 | mm, vmscan: move lru_lock to the node |  Mel Gorman | 1 | -3/+3 |
| 2016-07-28 | mm: fix vm-scalability regression in cgroup-aware workingset code |  Johannes Weiner | 1 | -42/+0 |
| 2016-07-28 | mm, oom: fortify task_will_free_mem() |  Michal Hocko | 1 | -2/+2 |
| 2016-07-26 | mm: memcontrol: fix documentation for compound parameter |  Li RongQing | 1 | -1/+4 |
| 2016-07-26 | mm: memcontrol: remove BUG_ON in uncharge_list |  Li RongQing | 1 | -1/+0 |