aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-01-16memcg: ensure list is empty at rmdirDaisuke Nishimura1-7/+4
2009-12-16Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6Linus Torvalds1-7/+9
2009-12-16memcg: code clean, remove unused variable in mem_cgroup_resize_limit()Bob Liu1-3/+1
2009-12-16memcg: remove memcg_tasklistDaisuke Nishimura1-5/+0
2009-12-16memcg: avoid oom-killing innocent task in case of use_hierarchyDaisuke Nishimura1-2/+8
2009-12-16memcg: cleanup mem_cgroup_move_parent()Daisuke Nishimura1-49/+35
2009-12-16memcg: add mem_cgroup_cancel_charge()Daisuke Nishimura1-20/+18
2009-12-16memcg: make memcg's file mapped consistent with global VMKAMEZAWA Hiroyuki1-12/+9
2009-12-16memcg: coalesce charging via percpu storageKAMEZAWA Hiroyuki1-6/+156
2009-12-16memcg: coalesce uncharge during unmap/truncateKAMEZAWA Hiroyuki1-6/+90
2009-12-16memcg: fix memory.memsw.usage_in_bytes for root cgroupKirill A. Shutemov1-0/+1
2009-12-16memcg: add accessor to mem_cgroup.cssWu Fengguang1-0/+5
2009-12-16memcg: rename and export try_get_mem_cgroup_from_page()Wu Fengguang1-7/+4
2009-12-15ksm: mem cgroup charge swapin copyHugh Dickins1-3/+4
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa1-2/+2
2009-11-09tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed"Uwe Kleine-König1-1/+1
2009-10-01memcg: reduce check for softlimit excessKAMEZAWA Hiroyuki1-16/+15
2009-10-01memcg: some modification to softlimit under hierarchical memory reclaim.KAMEZAWA Hiroyuki1-63/+50
2009-10-01memcg: fix refcnt going negativeKAMEZAWA Hiroyuki1-1/+2
2009-09-24memcg: show swap usage in stat fileDaisuke Nishimura1-3/+14
2009-09-24memcg: improve resource counter scalabilityBalbir Singh1-21/+100
2009-09-24memory controller: soft limit reclaim on contentionBalbir Singh1-14/+212
2009-09-24memory controller: soft limit refactor reclaim flagsBalbir Singh1-6/+19
2009-09-24memory controller: soft limit organize cgroupsBalbir Singh1-43/+257
2009-09-24memory controller: soft limit interfaceBalbir Singh1-0/+20
2009-09-24memcg: add comments explaining memory barriersKAMEZAWA Hiroyuki1-0/+7
2009-09-24memcg: remove the overhead associated with the root cgroupBalbir Singh1-14/+40
2009-09-24cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum1-1/+2
2009-09-22mm: drop unneeded double negationsJohannes Weiner1-1/+1
2009-07-29cgroup avoid permanent sleep at rmdirKAMEZAWA Hiroyuki1-3/+20
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe1-1/+1
2009-06-18memcg: fix lru rotation in isolate_pagesKAMEZAWA Hiroyuki1-1/+12
2009-06-18memcg: fix behavior under memory.limit equals to memsw.limitKAMEZAWA Hiroyuki1-0/+19
2009-06-18memcg: fix swap accountingKAMEZAWA Hiroyuki1-5/+12
2009-06-18memcg: remove some redundant checksLi Zefan1-7/+4
2009-06-18memcg: add file-based RSS accountingBalbir Singh1-1/+65
2009-06-16vmscan: evict use-once pages firstRik van Riel1-0/+11
2009-05-29memcg: fix build warning and avoid checking for mem != null again and againNikanth Karthikesan1-9/+1
2009-05-29memcg: fix deadlock between lock_page_cgroup and mapping tree_lockDaisuke Nishimura1-1/+3
2009-05-02memcg: fix mem_cgroup_shrink_usage()Daisuke Nishimura1-21/+12
2009-05-02memcg: fix try_get_mem_cgroup_from_swapcache()Daisuke Nishimura1-3/+2
2009-04-13memcg: remove warning when CONFIG_DEBUG_VM=nKAMEZAWA Hiroyuki1-1/+1
2009-04-02memcg: cleanup cache_chargeDaisuke Nishimura1-37/+23
2009-04-02cgroups: use css id in swap cgroup for saving memory v5KAMEZAWA Hiroyuki1-12/+62
2009-04-02memcg: charge swapcache to proper memcgDaisuke Nishimura1-2/+13
2009-04-02memcg: remove mem_cgroup_calc_mapped_ratio()KOSAKI Motohiro1-17/+0
2009-04-02memcg: show memcg information during OOMBalbir Singh1-0/+69
2009-04-02memcg: fix OOM killer under memcgKAMEZAWA Hiroyuki1-2/+28
2009-04-02memcg: fix shrinking memory to return -EBUSY by fixing retry algorithmKAMEZAWA Hiroyuki1-12/+59
2009-04-02memcg: hierarchical statKAMEZAWA Hiroyuki1-41/+119