aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-08memcg: change try_to_free_pages to hierarchical_reclaimDaisuke Nishimura1-8/+4
2009-01-08memcg: avoid deadlock caused by race between oom and cpuset_attachDaisuke Nishimura1-0/+5
2009-01-08memcg: remove mem_cgroup_try_chargeDaisuke Nishimura1-20/+1
2009-01-08memcg: don't trigger oom at page migrationDaisuke Nishimura1-1/+1
2009-01-08memcg: show real limit under hierarchy modeKAMEZAWA Hiroyuki1-0/+35
2009-01-08memcg: fix calculation of active_ratioKOSAKI Motohiro1-33/+31
2009-01-08memcg: swappinessKOSAKI Motohiro1-7/+71
2009-01-08memcg: protect prev_priorityKOSAKI Motohiro1-1/+17
2009-01-08memcg: show reclaim statKOSAKI Motohiro1-0/+30
2009-01-08memcg: remove mem_cgroup_cal_reclaim()KOSAKI Motohiro1-21/+0
2009-01-08memcg: add zone_reclaim_statKOSAKI Motohiro1-0/+29
2009-01-08memcg: add mem_cgroup_zone_nr_pages()KOSAKI Motohiro1-1/+11
2009-01-08memcg: add inactive_anon_is_low()KOSAKI Motohiro1-1/+45
2009-01-08memcg: add null check to page_cgroup_zoneinfo()KOSAKI Motohiro1-0/+3
2009-01-08memcg: hierarchy avoid unnecessary reclaimDaisuke Nishimura1-0/+2
2009-01-08memcg: swapout refcnt fixKAMEZAWA Hiroyuki1-1/+5
2009-01-08memcg: memory swap controller: fix limit checkDaisuke Nishimura1-9/+17
2009-01-08memcg: check group leader fixNikanth Karthikesan1-17/+2
2009-01-08memcg: revert gfp mask fixKAMEZAWA Hiroyuki1-5/+5
2009-01-08memcg: fix reclaim result checksKAMEZAWA Hiroyuki1-8/+8
2009-01-08memcg: avoid unnecessary system-wide-oom-killerKAMEZAWA Hiroyuki1-4/+29
2009-01-08memcg: memory cgroup hierarchy feature selectorBalbir Singh1-4/+57
2009-01-08memcg: memory cgroup hierarchical reclaimBalbir Singh1-4/+162
2009-01-08memcg: memory cgroup resource counters for hierarchyBalbir Singh1-7/+13
2009-01-08memcg: add mem_cgroup_disabled()Hirokazu Takahashi1-14/+14
2009-01-08memcg: synchronized LRUKAMEZAWA Hiroyuki1-182/+141
2009-01-08memcg: mem+swap controller coreKAMEZAWA Hiroyuki1-38/+362
2009-01-08memcg: mem+swap controller KconfigKAMEZAWA Hiroyuki1-0/+34
2009-01-08memcg: handle swap cachesKAMEZAWA Hiroyuki1-6/+61
2009-01-08memcg: new force_empty to free pages under groupKAMEZAWA Hiroyuki1-7/+34
2009-01-08memcg: reduce size of mem_cgroup by using nr_cpu_idsJan Blunck1-17/+18
2009-01-08memcg: move all acccounting to parent at rmdir()KAMEZAWA Hiroyuki1-67/+210
2009-01-08memcg: simple migration handlingKAMEZAWA Hiroyuki1-56/+52
2009-01-08memcg: fix gfp_mask of callers of chargeKAMEZAWA Hiroyuki1-3/+5
2009-01-08memcg: introduce charge-commit-cancel style of functionsKAMEZAWA Hiroyuki1-31/+124
2009-01-06mm: make mem_cgroup_resize_limit() staticKOSAKI Motohiro1-1/+2
2008-10-23memcg: fix page_cgroup allocationKAMEZAWA Hiroyuki1-1/+0
2008-10-20memcg: allocate all page_cgroup at bootKAMEZAWA Hiroyuki1-167/+80
2008-10-20memcg: atomic ops for page_cgroup->flagsKAMEZAWA Hiroyuki1-40/+82
2008-10-20memcg: optimize per-cpu statisticsKAMEZAWA Hiroyuki1-8/+10
2008-10-20memcg: make page->mapping NULL before unchargeKAMEZAWA Hiroyuki1-0/+1
2008-10-20Unevictable LRU Page StatisticsLee Schermerhorn1-0/+6
2008-10-20Unevictable LRU InfrastructureLee Schermerhorn1-28/+45
2008-10-20vmscan: split LRU lists into anon & file setsRik van Riel1-38/+50
2008-10-20vmscan: Use an indexed array for LRU variablesChristoph Lameter1-72/+43
2008-09-29mm owner: fix race between swapoff and exitBalbir Singh1-0/+17
2008-09-23memcg: check under limit at shrink_usageDaisuke Nishimura1-0/+1
2008-08-12memcg: fix oops in mem_cgroup_shrink_usageHugh Dickins1-0/+2
2008-07-30memcg: remove redundant check in move_task()Li Zefan1-3/+0
2008-07-25memcg: limit change shrink usageKAMEZAWA Hiroyuki1-4/+44