Age | Commit message (Expand) | Author | Files | Lines |
2013-02-13 | memcg: fix kmemcg registration for late caches | Glauber Costa | 1 | -1/+3 |
2012-12-21 | memcg: don't register hotcpu notifier from ->css_alloc() | Tejun Heo | 1 | -1/+13 |
2012-12-19 | slab: propagate tunable values | Glauber Costa | 1 | -4/+6 |
2012-12-19 | memcg: aggregate memcg cache values in slabinfo | Glauber Costa | 1 | -1/+29 |
2012-12-19 | memcg/sl[au]b: shrink dead caches | Glauber Costa | 1 | -3/+43 |
2012-12-19 | memcg/sl[au]b: track all the memcg children of a kmem_cache | Glauber Costa | 1 | -2/+47 |
2012-12-19 | memcg: destroy memcg caches | Glauber Costa | 1 | -0/+63 |
2012-12-19 | sl[au]b: allocate objects from memcg cache | Glauber Costa | 1 | -0/+3 |
2012-12-19 | memcg: skip memcg kmem allocations in specified code regions | Glauber Costa | 1 | -3/+54 |
2012-12-19 | memcg: infrastructure to match an allocation to the right cache | Glauber Costa | 1 | -0/+217 |
2012-12-19 | memcg: allocate memory for memcg caches whenever a new memcg appears | Glauber Costa | 1 | -16/+191 |
2012-12-19 | slab/slub: consider a memcg parameter in kmem_create_cache | Glauber Costa | 1 | -0/+51 |
2012-12-19 | memcg: execute the whole memcg freeing in free_worker() | Glauber Costa | 1 | -32/+34 |
2012-12-19 | memcg: allow a memcg with kmem charges to be destructed | Glauber Costa | 1 | -1/+14 |
2012-12-19 | memcg: use static branches when code not in use | Glauber Costa | 1 | -4/+75 |
2012-12-19 | memcg: kmem accounting lifecycle management | Glauber Costa | 1 | -7/+50 |
2012-12-19 | memcg: kmem controller infrastructure | Glauber Costa | 1 | -0/+170 |
2012-12-19 | memcg: kmem accounting basic infrastructure | Glauber Costa | 1 | -3/+123 |
2012-12-19 | memcg: change defines to an enum | Glauber Costa | 1 | -10/+16 |
2012-12-19 | memcg: reclaim when more than one page needed | Suleiman Souhlal | 1 | -7/+9 |
2012-12-19 | memcg: make it possible to use the stock for more than one page | Suleiman Souhlal | 1 | -10/+18 |
2012-12-17 | Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+5 |
2012-12-13 | memcg: do not check for mm in __mem_cgroup_count_vm_event | Michal Hocko | 1 | -3/+0 |
2012-12-13 | mm, memcg: avoid unnecessary function call when memcg is disabled | David Rientjes | 1 | -2/+4 |
2012-12-13 | memcontrol: use N_MEMORY instead N_HIGH_MEMORY | Lai Jiangshan | 1 | -9/+9 |
2012-12-12 | Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 1 | -95/+96 |
2012-12-12 | mm, memcg: make mem_cgroup_out_of_memory() static | David Rientjes | 1 | -2/+2 |
2012-12-11 | mm: numa: Add THP migration for the NUMA working set scanning fault case. | Mel Gorman | 1 | -2/+5 |
2012-11-19 | cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli... | Tejun Heo | 1 | -6/+6 |
2012-11-17 | memcg: fix hotplugged memory zone oops | Hugh Dickins | 1 | -11/+35 |
2012-11-17 | memcg: oom: fix totalpages calculation for memory.swappiness==0 | Michal Hocko | 1 | -6/+15 |
2012-11-05 | Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8 | Tejun Heo | 1 | -90/+91 |
2012-11-05 | cgroup: make ->pre_destroy() return void | Tejun Heo | 1 | -2/+1 |
2012-11-05 | memcg: make mem_cgroup_reparent_charges non failing | Michal Hocko | 1 | -13/+6 |
2012-11-05 | cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_... | Tejun Heo | 1 | -23/+1 |
2012-11-05 | cgroup: kill CSS_REMOVED | Tejun Heo | 1 | -4/+3 |
2012-10-30 | memcg: Simplify mem_cgroup_force_empty_list error handling | Michal Hocko | 1 | -28/+48 |
2012-10-30 | memcg: root_cgroup cannot reach mem_cgroup_move_parent | Michal Hocko | 1 | -3/+3 |
2012-10-30 | memcg: split mem_cgroup_force_empty into reclaiming and reparenting parts | Michal Hocko | 1 | -30/+42 |
2012-10-09 | memcg: move mem_cgroup_is_root upwards | Michal Hocko | 1 | -6/+5 |
2012-10-09 | memcg: cleanup kmem tcp ifdefs | Michal Hocko | 1 | -8/+3 |
2012-09-14 | cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar... | Tejun Heo | 1 | -0/+7 |
2012-08-01 | memcg: add mem_cgroup_from_css() helper | Wanpeng Li | 1 | -8/+11 |
2012-08-01 | mm: memcg: only check anon swapin page charges for swap cache | Johannes Weiner | 1 | -8/+14 |
2012-08-01 | mm: memcg: only check swap cache pages for repeated charging | Johannes Weiner | 1 | -5/+12 |
2012-08-01 | mm: memcg: split swapin charge function into private and public part | Johannes Weiner | 1 | -9/+15 |
2012-08-01 | mm: memcg: remove needless !mm fixup to init_mm when charging | Johannes Weiner | 1 | -6/+1 |
2012-08-01 | mm: memcg: remove unneeded shmem charge type | Johannes Weiner | 1 | -10/+1 |
2012-08-01 | mm: memcg: move swapin charge functions above callsites | Johannes Weiner | 1 | -36/+32 |
2012-08-01 | mm: memcg: only check for PageSwapCache when uncharging anon | Johannes Weiner | 1 | -9/+4 |