summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)Author
2010-03-12memcg: add interface to move charge at task migrationDaisuke Nishimura
2010-03-06mm/memcontrol.c: fix "integer as NULL pointer" sparse warningThiago Farina
2010-01-16memcg: ensure list is empty at rmdirDaisuke Nishimura
2009-12-16Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds
2009-12-16memcg: code clean, remove unused variable in mem_cgroup_resize_limit()Bob Liu
2009-12-16memcg: remove memcg_tasklistDaisuke Nishimura
2009-12-16memcg: avoid oom-killing innocent task in case of use_hierarchyDaisuke Nishimura
2009-12-16memcg: cleanup mem_cgroup_move_parent()Daisuke Nishimura
2009-12-16memcg: add mem_cgroup_cancel_charge()Daisuke Nishimura
2009-12-16memcg: make memcg's file mapped consistent with global VMKAMEZAWA Hiroyuki
2009-12-16memcg: coalesce charging via percpu storageKAMEZAWA Hiroyuki
2009-12-16memcg: coalesce uncharge during unmap/truncateKAMEZAWA Hiroyuki
2009-12-16memcg: fix memory.memsw.usage_in_bytes for root cgroupKirill A. Shutemov
2009-12-16memcg: add accessor to mem_cgroup.cssWu Fengguang
2009-12-16memcg: rename and export try_get_mem_cgroup_from_page()Wu Fengguang
2009-12-15ksm: mem cgroup charge swapin copyHugh Dickins
2009-12-04tree-wide: fix assorted typos all over the placeAndré Goddard Rosa
2009-11-09tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed"Uwe Kleine-König
2009-10-01memcg: reduce check for softlimit excessKAMEZAWA Hiroyuki
2009-10-01memcg: some modification to softlimit under hierarchical memory reclaim.KAMEZAWA Hiroyuki
2009-10-01memcg: fix refcnt going negativeKAMEZAWA Hiroyuki
2009-09-24memcg: show swap usage in stat fileDaisuke Nishimura
2009-09-24memcg: improve resource counter scalabilityBalbir Singh
2009-09-24memory controller: soft limit reclaim on contentionBalbir Singh
2009-09-24memory controller: soft limit refactor reclaim flagsBalbir Singh
2009-09-24memory controller: soft limit organize cgroupsBalbir Singh
2009-09-24memory controller: soft limit interfaceBalbir Singh
2009-09-24memcg: add comments explaining memory barriersKAMEZAWA Hiroyuki
2009-09-24memcg: remove the overhead associated with the root cgroupBalbir Singh
2009-09-24cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum
2009-09-22mm: drop unneeded double negationsJohannes Weiner
2009-07-29cgroup avoid permanent sleep at rmdirKAMEZAWA Hiroyuki
2009-07-10Fix congestion_wait() sync/async vs read/write confusionJens Axboe
2009-06-18memcg: fix lru rotation in isolate_pagesKAMEZAWA Hiroyuki
2009-06-18memcg: fix behavior under memory.limit equals to memsw.limitKAMEZAWA Hiroyuki
2009-06-18memcg: fix swap accountingKAMEZAWA Hiroyuki
2009-06-18memcg: remove some redundant checksLi Zefan
2009-06-18memcg: add file-based RSS accountingBalbir Singh
2009-06-16vmscan: evict use-once pages firstRik van Riel
2009-05-29memcg: fix build warning and avoid checking for mem != null again and againNikanth Karthikesan
2009-05-29memcg: fix deadlock between lock_page_cgroup and mapping tree_lockDaisuke Nishimura
2009-05-02memcg: fix mem_cgroup_shrink_usage()Daisuke Nishimura
2009-05-02memcg: fix try_get_mem_cgroup_from_swapcache()Daisuke Nishimura
2009-04-13memcg: remove warning when CONFIG_DEBUG_VM=nKAMEZAWA Hiroyuki
2009-04-02memcg: cleanup cache_chargeDaisuke Nishimura
2009-04-02cgroups: use css id in swap cgroup for saving memory v5KAMEZAWA Hiroyuki
2009-04-02memcg: charge swapcache to proper memcgDaisuke Nishimura
2009-04-02memcg: remove mem_cgroup_calc_mapped_ratio()KOSAKI Motohiro
2009-04-02memcg: show memcg information during OOMBalbir Singh
2009-04-02memcg: fix OOM killer under memcgKAMEZAWA Hiroyuki