aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* memcg: fix kmemcg registration for late cachesGlauber Costa2013-02-121-1/+3
* memcg: don't register hotcpu notifier from ->css_alloc()Tejun Heo2012-12-201-1/+13
* slab: propagate tunable valuesGlauber Costa2012-12-181-4/+6
* memcg: aggregate memcg cache values in slabinfoGlauber Costa2012-12-181-1/+29
* memcg/sl[au]b: shrink dead cachesGlauber Costa2012-12-181-3/+43
* memcg/sl[au]b: track all the memcg children of a kmem_cacheGlauber Costa2012-12-181-2/+47
* memcg: destroy memcg cachesGlauber Costa2012-12-181-0/+63
* sl[au]b: allocate objects from memcg cacheGlauber Costa2012-12-181-0/+3
* memcg: skip memcg kmem allocations in specified code regionsGlauber Costa2012-12-181-3/+54
* memcg: infrastructure to match an allocation to the right cacheGlauber Costa2012-12-181-0/+217
* memcg: allocate memory for memcg caches whenever a new memcg appearsGlauber Costa2012-12-181-16/+191
* slab/slub: consider a memcg parameter in kmem_create_cacheGlauber Costa2012-12-181-0/+51
* memcg: execute the whole memcg freeing in free_worker()Glauber Costa2012-12-181-32/+34
* memcg: allow a memcg with kmem charges to be destructedGlauber Costa2012-12-181-1/+14
* memcg: use static branches when code not in useGlauber Costa2012-12-181-4/+75
* memcg: kmem accounting lifecycle managementGlauber Costa2012-12-181-7/+50
* memcg: kmem controller infrastructureGlauber Costa2012-12-181-0/+170
* memcg: kmem accounting basic infrastructureGlauber Costa2012-12-181-3/+123
* memcg: change defines to an enumGlauber Costa2012-12-181-10/+16
* memcg: reclaim when more than one page neededSuleiman Souhlal2012-12-181-7/+9
* memcg: make it possible to use the stock for more than one pageSuleiman Souhlal2012-12-181-10/+18
* Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2012-12-161-2/+5
|\
| * mm: numa: Add THP migration for the NUMA working set scanning fault case.Mel Gorman2012-12-111-2/+5
* | memcg: do not check for mm in __mem_cgroup_count_vm_eventMichal Hocko2012-12-121-3/+0
* | mm, memcg: avoid unnecessary function call when memcg is disabledDavid Rientjes2012-12-121-2/+4
* | memcontrol: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan2012-12-121-9/+9
* | Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-12-121-95/+96
|\ \
| * | cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo2012-11-191-6/+6
| * | Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8Tejun Heo2012-11-051-90/+91
| |\ \
| | * | cgroup: make ->pre_destroy() return voidTejun Heo2012-11-051-2/+1
| | * | memcg: make mem_cgroup_reparent_charges non failingMichal Hocko2012-11-051-13/+6
| | * | cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_...Tejun Heo2012-11-051-23/+1
| | * | cgroup: kill CSS_REMOVEDTejun Heo2012-11-051-4/+3
| | * | memcg: Simplify mem_cgroup_force_empty_list error handlingMichal Hocko2012-10-291-28/+48
| | * | memcg: root_cgroup cannot reach mem_cgroup_move_parentMichal Hocko2012-10-291-3/+3
| | * | memcg: split mem_cgroup_force_empty into reclaiming and reparenting partsMichal Hocko2012-10-291-30/+42
* | | | mm, memcg: make mem_cgroup_out_of_memory() staticDavid Rientjes2012-12-111-2/+2
| |_|/ |/| |
* | | memcg: fix hotplugged memory zone oopsHugh Dickins2012-11-161-11/+35
* | | memcg: oom: fix totalpages calculation for memory.swappiness==0Michal Hocko2012-11-161-6/+15
|/ /
* | memcg: move mem_cgroup_is_root upwardsMichal Hocko2012-10-091-6/+5
* | memcg: cleanup kmem tcp ifdefsMichal Hocko2012-10-091-8/+3
* | cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Tejun Heo2012-09-141-0/+7
|/
* memcg: add mem_cgroup_from_css() helperWanpeng Li2012-07-311-8/+11
* mm: memcg: only check anon swapin page charges for swap cacheJohannes Weiner2012-07-311-8/+14
* mm: memcg: only check swap cache pages for repeated chargingJohannes Weiner2012-07-311-5/+12
* mm: memcg: split swapin charge function into private and public partJohannes Weiner2012-07-311-9/+15
* mm: memcg: remove needless !mm fixup to init_mm when chargingJohannes Weiner2012-07-311-6/+1
* mm: memcg: remove unneeded shmem charge typeJohannes Weiner2012-07-311-10/+1
* mm: memcg: move swapin charge functions above callsitesJohannes Weiner2012-07-311-36/+32
* mm: memcg: only check for PageSwapCache when uncharging anonJohannes Weiner2012-07-311-9/+4