aboutsummaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)Author
2010-06-29memcg: fix wake up in oom wait queueKAMEZAWA Hiroyuki
2010-05-27memcg: clean up memory thresholdsKirill A. Shutemov
2010-05-27cgroups: make cftype.unregister_event() void-returningKirill A. Shutemov
2010-05-27memcg: fix mis-accounting of file mapped racy with migrationakpm@linux-foundation.org
2010-05-27mm: memcontrol - uninitialised return valuePhil Carmody
2010-05-27mm: remove unnecessary use of atomicPhil Carmody
2010-05-27memcg: move charge of file pagesDaisuke Nishimura
2010-05-27memcg: clean up move chargeDaisuke Nishimura
2010-05-27memcg: oom kill disable and oom statusKAMEZAWA Hiroyuki
2010-05-27memcg: oom notifierKAMEZAWA Hiroyuki
2010-05-27memcg: oom wakeup filterKAMEZAWA Hiroyuki
2010-05-20Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds
2010-05-11memcg: fix css_is_ancestor() RCU lockingKAMEZAWA Hiroyuki
2010-05-11memcg: fix css_id() RCU locking for realKAMEZAWA Hiroyuki
2010-05-07Merge branch 'core-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2010-05-04memcg: css_id() must be called under rcu_read_lock()Paul E. McKenney
2010-04-24memcg: fix prepare migrationAndrea Arcangeli
2010-04-23Merge branch 'master' into for-nextJiri Kosina
2010-04-07memcg: fix race in file_mapped accountingKAMEZAWA Hiroyuki
2010-03-24memcontrol: fix potential null derefDan Carpenter
2010-03-24memcg: disable move charge in no mmu caseDaisuke Nishimura
2010-03-15mm: fix typo in refill_stock() commentGreg Thelen
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