aboutsummaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
Commit message (Expand)AuthorAgeFilesLines
* memcg: fix race in file_mapped accountingKAMEZAWA Hiroyuki2010-04-071-9/+9
* memcontrol: fix potential null derefDan Carpenter2010-03-241-2/+4
* memcg: disable move charge in no mmu caseDaisuke Nishimura2010-03-241-22/+22
* memcg: fix oom kill behaviorKAMEZAWA Hiroyuki2010-03-121-27/+107
* cgroups: remove events before destroying subsystem state objectsKirill A. Shutemov2010-03-121-9/+0
* memcg : share event counter rather than duplicateKAMEZAWA Hiroyuki2010-03-121-45/+41
* memcg: update threshold and softlimit at commitKAMEZAWA Hiroyuki2010-03-121-20/+18
* memcg: use generic percpu instead of private implementationKAMEZAWA Hiroyuki2010-03-121-121/+63
* memcg: typo in comment to mem_cgroup_print_oom_info()Kirill A. Shutemov2010-03-121-1/+1
* memcg: implement memory thresholdsKirill A. Shutemov2010-03-121-0/+309
* memcg: rework usage of stats by soft limitKirill A. Shutemov2010-03-121-8/+10
* memcg: extract mem_group_usage() from mem_cgroup_read()Kirill A. Shutemov2010-03-121-22/+32
* memcg: improve performance in moving swap chargeDaisuke Nishimura2010-03-121-15/+60
* memcg: move charges of anonymous swapDaisuke Nishimura2010-03-121-36/+147
* memcg: avoid oom during moving chargeDaisuke Nishimura2010-03-121-2/+51
* memcg: improve performance in moving chargeDaisuke Nishimura2010-03-121-54/+98
* memcg: move charges of anonymous pageDaisuke Nishimura2010-03-121-10/+284
* memcg: add interface to move charge at task migrationDaisuke Nishimura2010-03-121-4/+93
* mm/memcontrol.c: fix "integer as NULL pointer" sparse warningThiago Farina2010-03-061-1/+1
* memcg: ensure list is empty at rmdirDaisuke Nishimura2010-01-161-7/+4
* Merge branch 'hwpoison' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/l...Linus Torvalds2009-12-161-7/+9
|\
| * memcg: add accessor to mem_cgroup.cssWu Fengguang2009-12-161-0/+5
| * memcg: rename and export try_get_mem_cgroup_from_page()Wu Fengguang2009-12-161-7/+4
* | memcg: code clean, remove unused variable in mem_cgroup_resize_limit()Bob Liu2009-12-161-3/+1
* | memcg: remove memcg_tasklistDaisuke Nishimura2009-12-161-5/+0
* | memcg: avoid oom-killing innocent task in case of use_hierarchyDaisuke Nishimura2009-12-161-2/+8
* | memcg: cleanup mem_cgroup_move_parent()Daisuke Nishimura2009-12-161-49/+35
* | memcg: add mem_cgroup_cancel_charge()Daisuke Nishimura2009-12-161-20/+18
* | memcg: make memcg's file mapped consistent with global VMKAMEZAWA Hiroyuki2009-12-161-12/+9
* | memcg: coalesce charging via percpu storageKAMEZAWA Hiroyuki2009-12-161-6/+156
* | memcg: coalesce uncharge during unmap/truncateKAMEZAWA Hiroyuki2009-12-161-6/+90
* | memcg: fix memory.memsw.usage_in_bytes for root cgroupKirill A. Shutemov2009-12-161-0/+1
|/
* ksm: mem cgroup charge swapin copyHugh Dickins2009-12-151-3/+4
* tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-041-2/+2
* tree-wide: fix typos "aquire" -> "acquire", "cumsumed" -> "consumed"Uwe Kleine-König2009-11-091-1/+1
* memcg: reduce check for softlimit excessKAMEZAWA Hiroyuki2009-10-011-16/+15
* memcg: some modification to softlimit under hierarchical memory reclaim.KAMEZAWA Hiroyuki2009-10-011-63/+50
* memcg: fix refcnt going negativeKAMEZAWA Hiroyuki2009-10-011-1/+2
* memcg: show swap usage in stat fileDaisuke Nishimura2009-09-241-3/+14
* memcg: improve resource counter scalabilityBalbir Singh2009-09-241-21/+100
* memory controller: soft limit reclaim on contentionBalbir Singh2009-09-241-14/+212
* memory controller: soft limit refactor reclaim flagsBalbir Singh2009-09-241-6/+19
* memory controller: soft limit organize cgroupsBalbir Singh2009-09-241-43/+257
* memory controller: soft limit interfaceBalbir Singh2009-09-241-0/+20
* memcg: add comments explaining memory barriersKAMEZAWA Hiroyuki2009-09-241-0/+7
* memcg: remove the overhead associated with the root cgroupBalbir Singh2009-09-241-14/+40
* cgroups: let ss->can_attach and ss->attach do whole threadgroups at a timeBen Blum2009-09-241-1/+2
* mm: drop unneeded double negationsJohannes Weiner2009-09-221-1/+1
* cgroup avoid permanent sleep at rmdirKAMEZAWA Hiroyuki2009-07-291-3/+20
* Fix congestion_wait() sync/async vs read/write confusionJens Axboe2009-07-101-1/+1