summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-01-08cpuset: remove remaining pointers to cpumask_tLi Zefan2-17/+21
2009-01-08cpuset: convert cpuset->cpus_allowed to cpumask_var_tLi Zefan1-40/+60
2009-01-08cpuset: don't allocate trial cpuset on stackLi Zefan1-33/+60
2009-01-08cpuset: convert cpuset_attach() to use cpumask_var_tLi Zefan1-5/+9
2009-01-08cpuset: remove on stack cpumask_t in cpuset_can_attach()Li Zefan1-6/+5
2009-01-08cpuset: remove on stack cpumask_t in cpuset_sprintf_cpulist()Li Zefan1-3/+3
2009-01-08cpusets: set task's cpu_allowed to cpu_possible_map when attaching it into to...Miao Xie1-3/+7
2009-01-08cpuset: rcu_read_lock() to protect task_cs()Lai Jiangshan1-8/+3
2009-01-08cgroups: add css_tryget()Paul Menage2-11/+88
2009-01-08cgroups: use hierarchy_mutex in memory controllerPaul Menage1-8/+6
2009-01-08cgroups: add a per-subsystem hierarchy_mutexPaul Menage3-4/+52
2009-01-08memcg: fix shmem's swap accountingKAMEZAWA Hiroyuki4-102/+76
2009-01-08memcg: fix LRU accounting for SwapCacheKAMEZAWA Hiroyuki1-9/+50
2009-01-08memcg: use css_tryget in memcgKAMEZAWA Hiroyuki1-36/+62
2009-01-08memcg: fix double free and make refcnt saneKAMEZAWA Hiroyuki1-15/+6
2009-01-08memcg: fix swap accounting leakKAMEZAWA Hiroyuki3-13/+46
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 Nishimura2-2/+5
2009-01-08memcg: remove mem_cgroup_try_chargeDaisuke Nishimura2-28/+1
2009-01-08memcg: don't trigger oom at page migrationDaisuke Nishimura1-1/+1
2009-01-08memcg: explain details and test documentKAMEZAWA Hiroyuki1-0/+311
2009-01-08memcg: show real limit under hierarchy modeKAMEZAWA Hiroyuki1-0/+35
2009-01-08memcg: fix calculation of active_ratioKOSAKI Motohiro3-37/+34
2009-01-08memcg: swappinessKOSAKI Motohiro4-11/+86
2009-01-08memcg: protect prev_priorityKOSAKI Motohiro1-1/+17
2009-01-08memcg: rename scan global lruKAMEZAWA Hiroyuki1-16/+16
2009-01-08memcg: show reclaim statKOSAKI Motohiro2-0/+55
2009-01-08memcg: remove mem_cgroup_cal_reclaim()KOSAKI Motohiro3-48/+10
2009-01-08memcg: add zone_reclaim_statKOSAKI Motohiro4-23/+83
2009-01-08memcg: add mem_cgroup_zone_nr_pages()KOSAKI Motohiro3-1/+25
2009-01-08memcg: add inactive_anon_is_low()KOSAKI Motohiro3-15/+77
2009-01-08memcg: add null check to page_cgroup_zoneinfo()KOSAKI Motohiro1-0/+3
2009-01-08mm: make get_scan_ratio() safe for memcgKOSAKI Motohiro1-6/+9
2009-01-08mm: add zone nr_pages helper functionKOSAKI Motohiro1-4/+11
2009-01-08mm: introduce zone_reclaim structKOSAKI Motohiro4-35/+56
2009-01-08inactive_anon_is_low: move to vmscanKOSAKI Motohiro2-19/+20
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 Hiroyuki6-18/+25
2009-01-08memcg: fix reclaim result checksKAMEZAWA Hiroyuki1-8/+8
2009-01-08memcg: avoid unnecessary system-wide-oom-killerKAMEZAWA Hiroyuki3-4/+44
2009-01-08memcontrol: rcu_read_lock() to protect mm_match_cgroup()Lai Jiangshan1-2/+9
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 Singh3-18/+54
2009-01-08memcg: memory cgroup hierarchy documentationBalbir Singh1-1/+37
2009-01-08memcg: add mem_cgroup_disabled()Hirokazu Takahashi3-17/+30
2009-01-08memcg: synchronized LRUKAMEZAWA Hiroyuki8-206/+178