Age | Commit message (Expand) | Author | Files | Lines |
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 |
2016-01-15 | mm, thp: remove compound_lock() | Kirill A. Shutemov | 1 | -8/+3 |
2016-01-15 | memcg: adjust to support new THP refcounting | Kirill A. Shutemov | 1 | -39/+23 |
2016-01-14 | mm: memcontrol: switch to the updated jump-label API | Johannes Weiner | 1 | -6/+6 |
2016-01-14 | mm: memcontrol: hook up vmpressure to socket pressure | Johannes Weiner | 1 | -14/+3 |
2016-01-14 | mm: memcontrol: account socket memory in unified hierarchy memory controller | Johannes Weiner | 1 | -24/+98 |
2016-01-14 | mm: memcontrol: move socket code for unified hierarchy accounting | Johannes Weiner | 1 | -74/+74 |
2016-01-14 | mm: memcontrol: do not account memory+swap on unified hierarchy | Johannes Weiner | 1 | -19/+25 |
2016-01-14 | mm: memcontrol: generalize the socket accounting jump label | Johannes Weiner | 1 | -0/+3 |
2016-01-14 | net: tcp_memcontrol: simplify linkage between socket and page counter | Johannes Weiner | 1 | -35/+22 |
2016-01-14 | net: tcp_memcontrol: sanitize tcp memory accounting callbacks | Johannes Weiner | 1 | -0/+32 |
2016-01-14 | net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-label | Johannes Weiner | 1 | -31/+25 |
2016-01-14 | mm: memcontrol: export root_mem_cgroup | Johannes Weiner | 1 | -3/+2 |
2016-01-14 | memcg: do not allow to disable tcp accounting after limit is set | Vladimir Davydov | 1 | -1/+1 |
2016-01-14 | slab: add SLAB_ACCOUNT flag | Vladimir Davydov | 1 | -1/+7 |
2016-01-12 | Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 1 | -1/+1 |
2015-12-29 | mm: memcontrol: fix possible memcg leak due to interrupted reclaim | Vladimir Davydov | 1 | -14/+46 |
2015-12-28 | cgroup: Fix uninitialized variable warning | Ross Zwisler | 1 | -1/+1 |
2015-12-12 | mm: fix kerneldoc on mem_cgroup_replace_page | Hugh Dickins | 1 | -1/+1 |
2015-12-12 | memcg: fix memory.high target | Vladimir Davydov | 1 | -1/+1 |
2015-12-03 | cgroup: fix handling of multi-destination migration from subtree_control enab... | Tejun Heo | 1 | -22/+23 |
2015-11-06 | mm/memcontrol.c: uninline mem_cgroup_usage | Andrew Morton | 1 | -1/+1 |
2015-11-06 | mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIM | Mel Gorman | 1 | -1/+1 |
2015-11-06 | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 1 | -3/+3 |