aboutsummaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)Author
2010-03-24memcontrol: fix potential null derefDan Carpenter
2010-03-24memcg: disable move charge in no mmu caseDaisuke Nishimura
2010-03-12memcg: fix oom kill behaviorKAMEZAWA Hiroyuki
2010-03-12cgroups: remove events before destroying subsystem state objectsKirill A. Shutemov
2010-03-12memcg : share event counter rather than duplicateKAMEZAWA Hiroyuki
2010-03-12memcg: update threshold and softlimit at commitKAMEZAWA Hiroyuki
2010-03-12memcg: use generic percpu instead of private implementationKAMEZAWA Hiroyuki
2010-03-12memcg: typo in comment to mem_cgroup_print_oom_info()Kirill A. Shutemov
2010-03-12memcg: implement memory thresholdsKirill A. Shutemov
2010-03-12memcg: rework usage of stats by soft limitKirill A. Shutemov
2010-03-12memcg: extract mem_group_usage() from mem_cgroup_read()Kirill A. Shutemov
2010-03-12memcg: improve performance in moving swap chargeDaisuke Nishimura
2010-03-12memcg: move charges of anonymous swapDaisuke Nishimura
2010-03-12memcg: avoid oom during moving chargeDaisuke Nishimura
2010-03-12memcg: improve performance in moving chargeDaisuke Nishimura
2010-03-12memcg: move charges of anonymous pageDaisuke Nishimura
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