aboutsummaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)Author
2012-12-18memcg: use static branches when code not in useGlauber Costa
2012-12-18memcg: kmem accounting lifecycle managementGlauber Costa
2012-12-18memcg: kmem controller infrastructureGlauber Costa
2012-12-18memcg: kmem accounting basic infrastructureGlauber Costa
2012-12-18memcg: change defines to an enumGlauber Costa
2012-12-18memcg: reclaim when more than one page neededSuleiman Souhlal
2012-12-18memcg: make it possible to use the stock for more than one pageSuleiman Souhlal
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-12memcg: do not check for mm in __mem_cgroup_count_vm_eventMichal Hocko
2012-12-12mm, memcg: avoid unnecessary function call when memcg is disabledDavid Rientjes
2012-12-12memcontrol: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan
2012-12-12Merge branch 'for-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-12-11mm, memcg: make mem_cgroup_out_of_memory() staticDavid Rientjes
2012-12-11mm: numa: Add THP migration for the NUMA working set scanning fault case.Mel Gorman
2012-11-19cgroup: rename ->create/post_create/pre_destroy/destroy() to ->css_alloc/onli...Tejun Heo
2012-11-16memcg: fix hotplugged memory zone oopsHugh Dickins
2012-11-16memcg: oom: fix totalpages calculation for memory.swappiness==0Michal Hocko
2012-11-05Merge branch 'cgroup-rmdir-updates' into cgroup/for-3.8Tejun Heo
2012-11-05cgroup: make ->pre_destroy() return voidTejun Heo
2012-11-05memcg: make mem_cgroup_reparent_charges non failingMichal Hocko
2012-11-05cgroup: remove CGRP_WAIT_ON_RMDIR, cgroup_exclude_rmdir() and cgroup_release_...Tejun Heo
2012-11-05cgroup: kill CSS_REMOVEDTejun Heo
2012-10-29memcg: Simplify mem_cgroup_force_empty_list error handlingMichal Hocko
2012-10-29memcg: root_cgroup cannot reach mem_cgroup_move_parentMichal Hocko
2012-10-29memcg: split mem_cgroup_force_empty into reclaiming and reparenting partsMichal Hocko
2012-10-09memcg: move mem_cgroup_is_root upwardsMichal Hocko
2012-10-09memcg: cleanup kmem tcp ifdefsMichal Hocko
2012-09-14cgroup: mark subsystems with broken hierarchy support and whine if cgroups ar...Tejun Heo
2012-07-31memcg: add mem_cgroup_from_css() helperWanpeng Li
2012-07-31mm: memcg: only check anon swapin page charges for swap cacheJohannes Weiner
2012-07-31mm: memcg: only check swap cache pages for repeated chargingJohannes Weiner
2012-07-31mm: memcg: split swapin charge function into private and public partJohannes Weiner
2012-07-31mm: memcg: remove needless !mm fixup to init_mm when chargingJohannes Weiner
2012-07-31mm: memcg: remove unneeded shmem charge typeJohannes Weiner
2012-07-31mm: memcg: move swapin charge functions above callsitesJohannes Weiner
2012-07-31mm: memcg: only check for PageSwapCache when uncharging anonJohannes Weiner
2012-07-31mm: memcg: push down PageSwapCache check into uncharge entry functionsJohannes Weiner
2012-07-31mm: memcg: fix compaction/migration failing due to memcg limitsJohannes Weiner
2012-07-31mm, memcg: move all oom handling to memcontrol.cDavid Rientjes
2012-07-31mm, oom: reduce dependency on tasklist_lockDavid Rientjes
2012-07-31mm, memcg: introduce own oom handler to iterate only over its own threadsDavid Rientjes
2012-07-31mm/memcg: replace inexistence move_lock_page_cgroup() by move_lock_mem_cgroup...Wanpeng Li
2012-07-31mm/memcg: mem_cgroup_relize_xxx_limit can guarantee memcg->res.limit <= memcg...Wanpeng Li
2012-07-31memcg: rename mem_control_xxx to memcg_xxxWanpeng Li
2012-07-31memcg: fix bad behavior in use_hierarchy fileGlauber Costa
2012-07-31memcg: rename config variablesAndrew Morton
2012-07-31memcg: make mem_cgroup_force_empty_list() return boolKAMEZAWA Hiroyuki
2012-07-31memcg: mem_cgroup_move_parent() doesn't need gfp_maskKAMEZAWA Hiroyuki
2012-07-31memcg: clean up force_empty_list() return value checkKamezawa Hiroyuki
2012-07-31memcg: remove check for signal_pending() during rmdir()Kamezawa Hiroyuki