aboutsummaryrefslogtreecommitdiffstats
path: root/mm/page_cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* memcg: fix init_page_cgroup nid with sparsememKAMEZAWA Hiroyuki2011-06-151-18/+53
* memcg: move page-freeing code out of lockNamhyung Kim2011-05-261-9/+13
* memcg: fix off-by-one when calculating swap cgroup map lengthNamhyung Kim2011-05-261-1/+1
* memcg: mark init_section_page_cgroup() properlyNamhyung Kim2011-05-261-2/+2
* memcg: allocate memory cgroup structures in local nodesAndi Kleen2011-05-111-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-1/+1
* memcg: page_cgroup array is never stored on reserved pagesMichal Hocko2011-03-231-5/+5
* page_cgroup: reduce allocation overhead for page_cgroup array for CONFIG_SPAR...Michal Hocko2011-03-231-22/+36
* memcg: remove direct page_cgroup-to-page pointerJohannes Weiner2011-03-231-36/+55
* mm: notifier_from_errno() cleanupPrarit Bhargava2011-03-221-6/+1
* kmemleak: Annotate false positive in init_section_page_cgroup()Catalin Marinas2010-07-191-0/+7
* memcg: avoid use cmpxchg in swap cgroup maintainanceKAMEZAWA Hiroyuki2010-03-171-4/+16
* memcg: move charges of anonymous swapDaisuke Nishimura2010-03-121-2/+32
* memory hotplug: alloc page from other node in memory onlineShaohua Li2009-09-221-3/+9
* memcg: remove some redundant checksLi Zefan2009-06-181-8/+0
* memcg: add file-based RSS accountingBalbir Singh2009-06-181-0/+2
* cgroups: make messages more readableRandy Dunlap2009-06-181-7/+7
* memcg: fix page_cgroup fatal error in FLATMEMKAMEZAWA Hiroyuki2009-06-121-19/+10
* memcg: don't use bootmem allocator in setup codeYinghai Lu2009-06-111-4/+8
* memcg: remove redundant message at swaponKAMEZAWA Hiroyuki2009-04-021-7/+0
* cgroups: use css id in swap cgroup for saving memory v5KAMEZAWA Hiroyuki2009-04-021-18/+14
* memcg: use __GFP_NOWARN in page cgroup allocationKAMEZAWA Hiroyuki2009-02-111-1/+2
* memcg: add mem_cgroup_disabled()Hirokazu Takahashi2009-01-081-2/+2
* memcg: synchronized LRUKAMEZAWA Hiroyuki2009-01-081-0/+1
* memcg: swap cgroup for remembering usageKAMEZAWA Hiroyuki2009-01-081-0/+197
* memcg: do not recalculate section unnecessarily in init_section_page_cgroupFernando Luis Vazquez Cao2009-01-081-4/+1
* mm: make init_section_page_cgroup() staticKOSAKI Motohiro2009-01-061-1/+1
* page_cgroup should ignore empty nodesKAMEZAWA Hiroyuki2008-12-101-0/+3
* memcg: memory hotplug fix for notifier callbackKAMEZAWA Hiroyuki2008-12-011-14/+29
* meminit section warningsAl Viro2008-11-301-6/+7
* memcg: bugfix for memory hotplugKAMEZAWA Hiroyuki2008-11-121-2/+2
* memcg: fix page_cgroup allocationKAMEZAWA Hiroyuki2008-10-231-7/+25
* mm: page_cgroup needs linux/vmalloc.h for vmalloc_node()/vfree().Paul Mundt2008-10-231-0/+1
* memcg: allocate all page_cgroup at bootKAMEZAWA Hiroyuki2008-10-201-0/+237