aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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_and_wakeup_rmdir()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 are nested for themTejun 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() in commentWanpeng Li1-2/+2
2012-07-31mm/memcg: mem_cgroup_relize_xxx_limit can guarantee memcg->res.limit <= memcg->memsw.limitWanpeng Li1-2/+2
2012-07-31memcg: rename mem_control_xxx to memcg_xxxWanpeng Li1-4/+4
2012-07-31memcg: fix bad behavior in use_hierarchy fileGlauber Costa1-0/+6
2012-07-31memcg: rename config variablesAndrew Morton1-10/+10
2012-07-31memcg: make mem_cgroup_force_empty_list() return boolKAMEZAWA Hiroyuki1-12/+7
2012-07-31memcg: mem_cgroup_move_parent() doesn't need gfp_maskKAMEZAWA Hiroyuki1-3/+2
2012-07-31memcg: clean up force_empty_list() return value checkKamezawa Hiroyuki1-5/+0
2012-07-31memcg: remove check for signal_pending() during rmdir()Kamezawa Hiroyuki1-3/+0
2012-07-31memcg: remove MEM_CGROUP_CHARGE_TYPE_FORCEKamezawa Hiroyuki1-1/+0
2012-07-31memcg: rename MEM_CGROUP_CHARGE_TYPE_MAPPED as MEM_CGROUP_CHARGE_TYPE_ANONKamezawa Hiroyuki1-8/+8
2012-07-31memcg: rename MEM_CGROUP_STAT_SWAPOUT as MEM_CGROUP_STAT_SWAPKamezawa Hiroyuki1-5/+5
2012-06-20mm: fix kernel-doc warningsWanpeng Li1-2/+2
2012-06-20memcg: fix use_hierarchy css_is_ancestor oops regressionHugh Dickins1-1/+1
2012-05-29memcg: decrement static keys at real destroy timeGlauber Costa1-2/+29
2012-05-29memcg: always free struct memcg through schedule_work()Glauber Costa1-11/+13
2012-05-29mm/memcg: apply add/del_page to lruvecHugh Dickins1-77/+24
2012-05-29mm/memcg: get_lru_size not get_lruvec_sizeHugh Dickins1-5/+5
2012-05-29mm: memcg: print statistics from live countersJohannes Weiner1-102/+66
2012-05-29mm: memcg: group swapped-out statistics counter logicallyJohannes Weiner1-2/+2
2012-05-29mm: memcg: keep ratelimit counter separate from event countersJohannes Weiner1-3/+3
2012-05-29mm: memcg: print statistics directly to seq_fileJohannes Weiner1-28/+27
2012-05-29mm: memcg: convert numa stat to read_seq_string interfaceJohannes Weiner1-20/+3
2012-05-29mm: memcg: remove obsolete statistics array boundary enum itemJohannes Weiner1-2/+1
2012-05-29memcg: don't uncharge in mem_cgroup_move_account()KAMEZAWA Hiroyuki1-14/+6
2012-05-29memcg: move charges to root cgroup if use_hierarchy=0KAMEZAWA Hiroyuki1-23/+11
2012-05-29memcg: use res_counter_uncharge_until() in move_parent()KAMEZAWA Hiroyuki1-6/+36
2012-05-29mm/vmscan: push lruvec pointer into inactive_list_is_low()Konstantin Khlebnikov1-14/+6