| Age | Commit message (Expand) | Author | Files | Lines |
| 2019-03-05 | mm/memcontrol.c: fix bad line in comment | Qian Cai | 1 | -1/+1 |
| 2019-03-05 | mm: remove zone_lru_lock() function, access ->lru_lock directly | Andrey Ryabinin | 1 | -7/+7 |
| 2019-03-05 | numa: make "nr_node_ids" unsigned int | Alexey Dobriyan | 1 | -1/+1 |
| 2019-03-05 | mm: memcontrol: expose THP events on a per-memcg basis | Chris Down | 1 | -0/+16 |
| 2019-03-05 | memcg: killed threads should not invoke memcg OOM killer | Tetsuo Handa | 1 | -5/+14 |
| 2019-03-05 | mm, memcg: extract memcg maxable seq_file logic to seq_show_memcg_tunable | Chris Down | 1 | -45/+19 |
| 2019-03-05 | mm, memcg: create mem_cgroup_from_seq | Chris Down | 1 | -12/+12 |
| 2019-03-05 | mm/memcontrol.c: use struct_size() in kmalloc() | Gustavo A. R. Silva | 1 | -2/+1 |
| 2019-03-05 | memcg: localize memcg_kmem_enabled() check | Shakeel Butt | 1 | -8/+8 |
| 2018-12-28 | memcg, oom: notify on oom killer invocation from the charge path | Michal Hocko | 1 | -2/+18 |
| 2018-12-28 | mm, oom: add oom victim's memcg to the oom context information | yuzhoujian | 1 | -13/+20 |
| 2018-11-03 | mm: handle no memcg case in memcg_kmem_charge() properly | Roman Gushchin | 1 | -1/+1 |
| 2018-10-28 | Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-dax | Linus Torvalds | 1 | -1/+1 |
| 2018-10-26 | mm: don't raise MEMCG_OOM event due to failed high-order allocation | Roman Gushchin | 1 | -2/+2 |
| 2018-10-26 | mm/memcontrol.c: convert mem_cgroup_id::ref to refcount_t type | Kirill Tkhai | 1 | -6/+4 |
| 2018-10-26 | memcg: remove memcg_kmem_skip_account | Shakeel Butt | 1 | -23/+1 |
| 2018-10-26 | mm/memcontrol.c: fix memory.stat item ordering | Johannes Weiner | 1 | -7/+7 |
| 2018-10-26 | mm: drain memcg stocks on css offlining | Roman Gushchin | 1 | -0/+2 |
| 2018-09-29 | xarray: Replace exceptional entries | Matthew Wilcox | 1 | -1/+1 |
| 2018-09-04 | mm: memcontrol: print proper OOM header when no eligible victim left | Johannes Weiner | 1 | -2/+0 |
| 2018-08-22 | mm, oom: introduce memory.oom.group | Roman Gushchin | 1 | -0/+93 |
| 2018-08-22 | memcg: reduce memcg tree traversals for stats collection | Shakeel Butt | 1 | -77/+73 |
| 2018-08-17 | mm/vmscan.c: clear shrinker bit if there are no objects related to memcg | Kirill Tkhai | 1 | -0/+2 |
| 2018-08-17 | mm/list_lru.c: set bit in memcg shrinker bitmap on first list_lru item appear... | Kirill Tkhai | 1 | -0/+13 |
| 2018-08-17 | mm/memcontrol.c: export mem_cgroup_is_root() | Kirill Tkhai | 1 | -5/+0 |
| 2018-08-17 | mm/list_lru: pass dst_memcg argument to memcg_drain_list_lru_node() | Kirill Tkhai | 1 | -1/+1 |
| 2018-08-17 | mm, memcg: assign memcg-aware shrinkers bitmap to memcg | Kirill Tkhai | 1 | -0/+124 |
| 2018-08-17 | mm/memcontrol.c: move up for_each_mem_cgroup{, _tree} defines | Kirill Tkhai | 1 | -15/+15 |
| 2018-08-17 | mm: introduce CONFIG_MEMCG_KMEM as combination of CONFIG_MEMCG && !CONFIG_SLOB | Kirill Tkhai | 1 | -8/+8 |
| 2018-08-17 | memcg, oom: move out_of_memory back to the charge path | Michal Hocko | 1 | -15/+60 |
| 2018-08-17 | fs, mm: account buffer_head to kmemcg | Shakeel Butt | 1 | -0/+22 |
| 2018-08-17 | fs: fsnotify: account fsnotify metadata to kmemcg | Shakeel Butt | 1 | -4/+33 |
| 2018-08-14 | Merge tag 'for-4.19/block-20180812' of git://git.kernel.dk/linux-block | Linus Torvalds | 1 | -0/+13 |
| 2018-08-05 | Merge tag 'v4.18-rc6' into for-4.19/block2 | Jens Axboe | 1 | -1/+1 |
| 2018-08-02 | memcg: remove memcg_cgroup::id from IDR on mem_cgroup_css_alloc() failure | Kirill Tkhai | 1 | -4/+11 |
| 2018-07-21 | mm: memcg: fix use after free in mem_cgroup_iter() | Jing Xia | 1 | -1/+1 |
| 2018-07-09 | memcontrol: schedule throttling if we are congested | Tejun Heo | 1 | -0/+13 |
| 2018-06-15 | mm: fix oom_kill event handling | Roman Gushchin | 1 | -2/+4 |
| 2018-06-15 | mm: fix null pointer dereference in mem_cgroup_protected | Roman Gushchin | 1 | -0/+4 |
| 2018-06-07 | mm: memcg: allow lowering memory.swap.max below the current usage | Tejun Heo | 1 | -5/+1 |
| 2018-06-07 | memcg: introduce memory.min | Roman Gushchin | 1 | -24/+94 |
| 2018-06-07 | mm: memcontrol: drain memcg stock on force_empty | Junaid Shahid | 1 | -0/+3 |
| 2018-06-07 | mm: memcontrol: drain stocks on resize limit | Shakeel Butt | 1 | -0/+7 |
| 2018-06-07 | memcg: mark memcg1_events static const | Greg Thelen | 1 | -1/+1 |
| 2018-06-07 | memcg: writeback: use memcg->cgwb_list directly | Wang Long | 1 | -5/+0 |
| 2018-06-07 | mm: treat memory.low value inclusive | Roman Gushchin | 1 | -3/+3 |
| 2018-06-07 | mm: memory.low hierarchical behavior | Roman Gushchin | 1 | -29/+83 |
| 2018-06-07 | mm: rename page_counter's count/limit into usage/max | Roman Gushchin | 1 | -56/+56 |
| 2018-06-07 | mm, memcontrol: implement memory.swap.events | Tejun Heo | 1 | -1/+23 |
| 2018-06-07 | mm, memcontrol: move swap charge handling into get_swap_page() | Tejun Heo | 1 | -0/+3 |
| 2018-05-26 | fs: add new vfs_poll and file_can_poll helpers | Christoph Hellwig | 1 | -1/+1 |
| 2018-04-20 | mm: memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create() | Minchan Kim | 1 | -1/+1 |
| 2018-04-11 | page cache: use xa_lock | Matthew Wilcox | 1 | -2/+2 |
| 2018-04-11 | memcg: fix per_node_info cleanup | Michal Hocko | 1 | -0/+3 |
| 2018-04-11 | mm: memcg: make sure memory.events is uptodate when waking pollers | Johannes Weiner | 1 | -12/+16 |
| 2018-04-11 | memcg, thp: do not invoke oom killer on thp charges | Michal Hocko | 1 | -1/+1 |
| 2018-03-28 | mm/memcontrol.c: fix parameter description mismatch | Honglei Wang | 1 | -3/+3 |
| 2018-02-11 | vfs: do bulk POLL* -> EPOLL* replacement | Linus Torvalds | 1 | -2/+2 |
| 2018-02-06 | mm: docs: fix parameter names mismatch | Mike Rapoport | 1 | -1/+1 |
| 2018-02-06 | mm: docs: fixup punctuation | Mike Rapoport | 1 | -2/+2 |
| 2018-02-02 | Revert "defer call to mem_cgroup_sk_alloc()" | Roman Gushchin | 1 | -0/+14 |
| 2018-01-31 | mm/memcontrol.c: try harder to decrease [memory,memsw].limit_in_bytes | Andrey Ryabinin | 1 | -36/+6 |
| 2018-01-31 | mm/memcontrol.c: make local symbol static | Christopher Díaz Riveros | 1 | -1/+1 |
| 2018-01-31 | memcg: refactor mem_cgroup_resize_limit() | Yu Zhao | 1 | -60/+17 |
| 2018-01-31 | mm: memcontrol: fix excessive complexity in memory.stat reporting | Johannes Weiner | 1 | -50/+51 |
| 2018-01-31 | mm: memcontrol: eliminate raw access to stat and event counters | Johannes Weiner | 1 | -34/+25 |
| 2018-01-30 | Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -1/+1 |
| 2017-11-29 | mm, memcg: fix mem_cgroup_swapout() for THPs | Shakeel Butt | 1 | -1/+1 |
| 2017-11-27 | annotate poll-related wait keys | Al Viro | 1 | -1/+1 |
| 2017-11-15 | mm: slabinfo: remove CONFIG_SLABINFO | Yang Shi | 1 | -1/+1 |
| 2017-10-09 | net: memcontrol: defer call to mem_cgroup_sk_alloc() | Eric Dumazet | 1 | -15/+0 |
| 2017-10-03 | mm/memcg: avoid page count check for zone device | Jérôme Glisse | 1 | -1/+2 |
| 2017-10-03 | mm, memcg: remove hotplug locking from try_charge | Michal Hocko | 1 | -5/+15 |
| 2017-09-08 | mem/memcg: cache rightmost node | Davidlohr Bueso | 1 | -5/+18 |
| 2017-09-08 | mm: memcontrol: use per-cpu stocks for socket memory uncharging | Roman Gushchin | 1 | -2/+4 |
| 2017-09-08 | mm/device-public-memory: device memory cache coherent with CPU | Jérôme Glisse | 1 | -5/+7 |
| 2017-09-08 | mm/memcontrol: support MEMORY_DEVICE_PRIVATE | Jérôme Glisse | 1 | -4/+48 |
| 2017-09-08 | mm/memcontrol: allow to uncharge page without using page->lru field | Jérôme Glisse | 1 | -76/+92 |
| 2017-09-08 | mm: thp: check pmd migration entry in common path | Zi Yan | 1 | -0/+5 |
| 2017-09-06 | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 1 | -1/+1 |
| 2017-09-06 | mm: replace TIF_MEMDIE checks by tsk_is_oom_victim | Michal Hocko | 1 | -1/+1 |
| 2017-09-06 | memcg, THP, swap: make mem_cgroup_swapout() support THP | Huang Ying | 1 | -8/+15 |
| 2017-09-06 | memcg, THP, swap: avoid to duplicated charge THP in swap cache | Huang Ying | 1 | -1/+1 |
| 2017-09-06 | memcg, THP, swap: support move mem cgroup charge for THP swapped out | Huang Ying | 1 | -2/+5 |
| 2017-09-06 | mm: memcontrol: use int for event/state parameter in several functions | Matthias Kaehlcke | 1 | -1/+3 |
| 2017-09-06 | mm, memcg: reset memory.low during memcg offlining | Roman Gushchin | 1 | -0/+2 |
| 2017-08-18 | mm: memcontrol: fix NULL pointer crash in test_clear_page_writeback() | Johannes Weiner | 1 | -12/+31 |
| 2017-07-21 | cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCS | Tejun Heo | 1 | -1/+1 |
| 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 <lin... | 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 |
| 2016-07-26 | mm,oom: remove unused argument from oom_scan_process_thread(). | Tetsuo Handa | 1 | -1/+1 |
| 2016-07-26 | mm: memcontrol: teach uncharge_list to deal with kmem pages | Vladimir Davydov | 1 | -18/+24 |
| 2016-07-26 | mm: memcontrol: cleanup kmem charge functions | Vladimir Davydov | 1 | -20/+55 |
| 2016-07-26 | mm: oom: add memcg to oom_control | Vladimir Davydov | 1 | -2/+3 |
| 2016-07-26 | mm/memcontrol.c: remove the useless parameter for mc_handle_swap_pte | Li RongQing | 1 | -3/+3 |
| 2016-07-23 | mm: memcontrol: fix cgroup creation failure after many small jobs | Johannes Weiner | 1 | -7/+75 |
| 2016-06-24 | memcg: css_alloc should return an ERR_PTR value on error | Tejun Heo | 1 | -1/+1 |
| 2016-06-24 | memcg: mem_cgroup_migrate() may be called with irq disabled | Tejun Heo | 1 | -2/+3 |
| 2016-06-09 | revert "mm: memcontrol: fix possible css ref leak on oom" | Andrew Morton | 1 | -1/+1 |
| 2016-06-03 | memcg: add RCU locking around css_for_each_descendant_pre() in memcg_offline_... | Tejun Heo | 1 | -0/+3 |
| 2016-05-27 | mm/memcontrol.c: move comments for get_mctgt_type() to proper position | Li RongQing | 1 | -18/+19 |
| 2016-05-27 | mm/memcontrol.c: fix the margin computation in mem_cgroup_margin() | Li RongQing | 1 | -0/+2 |
| 2016-05-26 | memcg: fix mem_cgroup_out_of_memory() return value. | Tetsuo Handa | 1 | -0/+2 |
| 2016-05-23 | mm: memcontrol: fix possible css ref leak on oom | Vladimir Davydov | 1 | -1/+1 |
| 2016-05-20 | memcg: fix stale mem_cgroup_force_empty() comment | Greg Thelen | 1 | -2/+1 |
| 2016-05-19 | oom, oom_reaper: try to reap tasks which skip regular OOM killer path | Michal Hocko | 1 | -0/+1 |
| 2016-05-19 | mm: update_lru_size do the __mod_zone_page_state | Hugh Dickins | 1 | -0/+2 |
| 2016-05-19 | mm: update_lru_size warn and reset bad lru_size | Hugh Dickins | 1 | -4/+20 |
| 2016-05-19 | mm/memcontrol.c:mem_cgroup_select_victim_node(): clarify comment | Michal Hocko | 1 | -4/+3 |
| 2016-05-19 | include/linux/nodemask.h: create next_node_in() helper | Andrew Morton | 1 | -3/+1 |
| 2016-04-25 | memcg: relocate charge moving from ->attach to ->post_attach | Tejun Heo | 1 | -18/+19 |
| 2016-03-17 | mm: memcontrol: zap oom_info_lock | Vladimir Davydov | 1 | -4/+0 |
| 2016-03-17 | mm: memcontrol: clarify the uncharge_list() loop | Johannes Weiner | 1 | -0/+4 |
| 2016-03-17 | mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usage | Johannes Weiner | 1 | -4/+34 |
| 2016-03-17 | mm: memcontrol: reclaim when shrinking memory.high below usage | Johannes Weiner | 1 | -0/+6 |
| 2016-03-17 | mm: memcontrol: cleanup css_reset callback | Vladimir Davydov | 1 | -3/+5 |
| 2016-03-17 | mm: workingset: make shadow node shrinker memcg aware | Vladimir Davydov | 1 | -3/+2 |
| 2016-03-17 | mm: memcontrol: zap memcg_kmem_online helper | Vladimir Davydov | 1 | -1/+1 |
| 2016-03-17 | mm: memcontrol: enable kmem accounting for all cgroups in the legacy hierarchy | Vladimir Davydov | 1 | -36/+5 |
| 2016-03-17 | mm: memcontrol: report kernel stack usage in cgroup2 memory.stat | Vladimir Davydov | 1 | -0/+2 |
| 2016-03-17 | mm: memcontrol: report slab usage in cgroup2 memory.stat | Vladimir Davydov | 1 | -0/+8 |
| 2016-03-17 | mm: memcontrol: make tree_{stat,events} fetch all stats | Vladimir Davydov | 1 | -28/+39 |
| 2016-03-17 | mm: memcontrol: do not bypass slab charge if memcg is offline | Vladimir Davydov | 1 | -5/+3 |
| 2016-03-15 | mm: memcontrol: drop unnecessary lru locking from mem_cgroup_migrate() | Johannes Weiner | 1 | -2/+1 |
| 2016-03-15 | mm: simplify lock_page_memcg() | Johannes Weiner | 1 | -14/+9 |
| 2016-03-15 | mm: migrate: do not touch page->mem_cgroup of live pages | Johannes Weiner | 1 | -6/+7 |
| 2016-03-15 | mm: workingset: per-cgroup cache thrash detection | Johannes Weiner | 1 | -25/+0 |
| 2016-03-15 | mm: memcontrol: generalize locking for the page->mem_cgroup binding | Johannes Weiner | 1 | -20/+14 |
| 2016-01-21 | thp: change pmd_trans_huge_lock() interface to return ptl | Kirill A. Shutemov | 1 | -2/+4 |
| 2016-01-20 | mm: memcontrol: add "sock" to cgroup2 memory.stat | Johannes Weiner | 1 | -0/+6 |
| 2016-01-20 | mm: memcontrol: basic memory statistics in cgroup2 memory controller | Johannes Weiner | 1 | -0/+68 |
| 2016-01-20 | mm: memcontrol: do not uncharge old page in page cache replacement | Johannes Weiner | 1 | -11/+15 |
| 2016-01-20 | mm: free swap cache aggressively if memcg swap is full | Vladimir Davydov | 1 | -0/+22 |
| 2016-01-20 | mm: vmscan: do not scan anon pages if memcg swap limit is hit | Vladimir Davydov | 1 | -0/+13 |
| 2016-01-20 | mm: memcontrol: charge swap to cgroup2 | Vladimir Davydov | 1 | -7/+111 |
| 2016-01-20 | mm: memcontrol: clean up alloc, online, offline, free functions | Johannes Weiner | 1 | -173/+84 |
| 2016-01-20 | mm: memcontrol: flatten struct cg_proto | Johannes Weiner | 1 | -18/+15 |
| 2016-01-20 | mm: memcontrol: rein in the CONFIG space madness | Johannes Weiner | 1 | -49/+4 |
| 2016-01-20 | net: drop tcp_memcontrol.c | Vladimir Davydov | 1 | -8/+90 |
| 2016-01-20 | mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEM | Johannes Weiner | 1 | -9/+9 |
| 2016-01-20 | mm: memcontrol: allow to disable kmem accounting for cgroup2 | Vladimir Davydov | 1 | -2/+7 |
| 2016-01-20 | mm: memcontrol: account "kmem" consumers in cgroup2 memory controller | Johannes Weiner | 1 | -7/+11 |
| 2016-01-20 | mm: memcontrol: move kmem accounting code to CONFIG_MEMCG | Johannes Weiner | 1 | -28/+41 |
| 2016-01-20 | mm: memcontrol: separate kmem code from legacy tcp accounting code | Johannes Weiner | 1 | -21/+12 |
| 2016-01-20 | mm: memcontrol: group kmem init and exit functions together | Johannes Weiner | 1 | -81/+76 |
| 2016-01-20 | mm: memcontrol: give the kmem states more descriptive names | Johannes Weiner | 1 | -27/+25 |
| 2016-01-20 | mm: memcontrol: remove double kmem page_counter init | Johannes Weiner | 1 | -14/+10 |
| 2016-01-20 | mm: memcontrol: drop unused @css argument in memcg_init_kmem | Johannes Weiner | 1 | -3/+3 |
| 2016-01-15 | memcg: only free spare array when readers are done | Martijn Coenen | 1 | -5/+6 |
| 2016-01-15 | cgroup, memcg, writeback: drop spurious rcu locking around mem_cgroup_css_fro... | Tejun Heo | 1 | -3/+0 |
| 2016-01-15 | mm: rework mapcount accounting to enable 4k mapping of THPs | Kirill A. Shutemov | 1 | -0/+8 |
| 2016-01-15 | mm, thp: remove infrastructure for handling splitting PMDs | Kirill A. Shutemov | 1 | -11/+2 |