summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)AuthorFilesLines
2012-12-18memcg: destroy memcg cachesGlauber Costa1-0/+63
2012-12-18sl[au]b: allocate objects from memcg cacheGlauber Costa1-0/+3
2012-12-18memcg: skip memcg kmem allocations in specified code regionsGlauber Costa1-3/+54
2012-12-18memcg: infrastructure to match an allocation to the right cacheGlauber Costa1-0/+217
2012-12-18memcg: allocate memory for memcg caches whenever a new memcg appearsGlauber Costa1-16/+191
2012-12-18slab/slub: consider a memcg parameter in kmem_create_cacheGlauber Costa1-0/+51
2012-12-18memcg: execute the whole memcg freeing in free_worker()Glauber Costa1-32/+34
2012-12-18memcg: allow a memcg with kmem charges to be destructedGlauber Costa1-1/+14
2012-12-18memcg: use static branches when code not in useGlauber Costa1-4/+75
2012-12-18memcg: kmem accounting lifecycle managementGlauber Costa1-7/+50
2012-12-18memcg: kmem controller infrastructureGlauber Costa1-0/+170
2012-12-18memcg: kmem accounting basic infrastructureGlauber Costa1-3/+123
2012-12-18memcg: change defines to an enumGlauber Costa1-10/+16
2012-12-18memcg: reclaim when more than one page neededSuleiman Souhlal1-7/+9
2012-12-18memcg: make it possible to use the stock for more than one pageSuleiman Souhlal1-10/+18
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-2/+5
2012-12-12memcg: do not check for mm in __mem_cgroup_count_vm_eventMichal Hocko1-3/+0
2012-12-12mm, memcg: avoid unnecessary function call when memcg is disabledDavid Rientjes1-2/+4
2012-12-12memcontrol: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan1-9/+9
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-95/+96
2012-12-11mm, memcg: make mem_cgroup_out_of_memory() staticDavid Rientjes1-2/+2
2012-12-11mm: numa: Add THP migration for the NUMA working set scanning fault case.Mel Gorman1-2/+5
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo1-6/+6
2012-11-16memcg: fix hotplugged memory zone oopsHugh Dickins1-11/+35
2012-11-16memcg: oom: fix totalpages calculation for memory.swappiness==0Michal Hocko1-6/+15
2012-11-05Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8Tejun Heo1-90/+91
2012-11-05cgroup: make ->pre_destroy() return voidTejun Heo1-2/+1
2012-11-05memcg: make mem_cgroup_reparent_charges non failingMichal Hocko1-13/+6
2012-11-05cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_...Tejun Heo1-23/+1
2012-11-05cgroup: kill CSS_REMOVEDTejun Heo1-4/+3
2012-10-29memcg: Simplify mem_cgroup_force_empty_list error handlingMichal Hocko1-28/+48
2012-10-29memcg: root_cgroup cannot reach mem_cgroup_move_parentMichal Hocko1-3/+3
2012-10-29memcg: split mem_cgroup_force_empty into reclaiming and reparenting partsMichal Hocko1-30/+42
2012-10-09memcg: move mem_cgroup_is_root upwardsMichal Hocko1-6/+5
2012-10-09memcg: cleanup kmem tcp ifdefsMichal Hocko1-8/+3
2012-09-14cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Tejun Heo1-0/+7
2012-07-31memcg: add mem_cgroup_from_css() helperWanpeng Li1-8/+11
2012-07-31mm: memcg: only check anon swapin page charges for swap cacheJohannes Weiner1-8/+14
2012-07-31mm: memcg: only check swap cache pages for repeated chargingJohannes Weiner1-5/+12
2012-07-31mm: memcg: split swapin charge function into private and public partJohannes Weiner1-9/+15
2012-07-31mm: memcg: remove needless !mm fixup to init_mm when chargingJohannes Weiner1-6/+1
2012-07-31mm: memcg: remove unneeded shmem charge typeJohannes Weiner1-10/+1
2012-07-31mm: memcg: move swapin charge functions above callsitesJohannes Weiner1-36/+32
2012-07-31mm: memcg: only check for PageSwapCache when uncharging anonJohannes Weiner1-9/+4
2012-07-31mm: memcg: push down PageSwapCache check into uncharge entry functionsJohannes Weiner1-6/+12
2012-07-31mm: memcg: fix compaction/migration failing due to memcg limitsJohannes Weiner1-31/+36
2012-07-31mm, memcg: move all oom handling to memcontrol.cDavid Rientjes1-2/+13
2012-07-31mm, oom: reduce dependency on tasklist_lockDavid Rientjes1-3/+0
2012-07-31mm, memcg: introduce own oom handler to iterate only over its own threadsDavid Rientjes1-1/+60
2012-07-31mm/memcg: replace inexistence move_lock_page_cgroup() by move_lock_mem_cgroup...Wanpeng Li1-2/+2