summaryrefslogtreecommitdiff
path: root/mm/page_cgroup.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-31memcg: rename config variablesAndrew Morton1-1/+1
2012-06-20mm: fix kernel-doc warningsWanpeng Li1-2/+2
2012-03-06page_cgroup: fix horrid swap accounting regressionHugh Dickins1-1/+3
2012-01-12page_cgroup: drop multi CONFIG_MEMORY_HOTPLUGBob Liu1-16/+14
2012-01-12page_cgroup: add helper function to get swap_cgroupBob Liu1-36/+20
2012-01-12mm: page_cgroup: check page_cgroup arrays in lookup_page_cgroup() only when n...Johannes Weiner1-2/+16
2012-01-12mm: memcg: remove unused node/section info from pc->flagsJohannes Weiner1-52/+7
2012-01-12mm: make per-memcg LRU lists exclusiveJohannes Weiner1-1/+0
2011-11-02mm/page_cgroup.c: quiet sparse noiseH Hartley Sweeten1-1/+1
2011-11-02cgroup/kmemleak: Annotate alloc_page() for cgroup allocationsSteven Rostedt1-2/+5
2011-09-15mm: Convert vmalloc/memset to vzallocJoe Perches1-2/+1
2011-07-25mm/page_cgroup.c: simplify code by using SECTION_ALIGN_UP() and SECTION_ALIGN...Daniel Kiper1-4/+4
2011-07-25mm: remove the leftovers of noswapaccountWANG Cong1-1/+1
2011-06-15memcg: fix init_page_cgroup nid with sparsememKAMEZAWA Hiroyuki1-18/+53
2011-05-26memcg: move page-freeing code out of lockNamhyung Kim1-9/+13
2011-05-26memcg: fix off-by-one when calculating swap cgroup map lengthNamhyung Kim1-1/+1
2011-05-26memcg: mark init_section_page_cgroup() properlyNamhyung Kim1-2/+2
2011-05-11memcg: allocate memory cgroup structures in local nodesAndi Kleen1-1/+1
2011-03-31Fix common misspellingsLucas De Marchi1-1/+1
2011-03-23memcg: page_cgroup array is never stored on reserved pagesMichal Hocko1-5/+5
2011-03-23page_cgroup: reduce allocation overhead for page_cgroup array for CONFIG_SPAR...Michal Hocko1-22/+36
2011-03-23memcg: remove direct page_cgroup-to-page pointerJohannes Weiner1-36/+55
2011-03-22mm: notifier_from_errno() cleanupPrarit Bhargava1-6/+1
2010-07-19kmemleak: Annotate false positive in init_section_page_cgroup()Catalin Marinas1-0/+7
2010-03-17memcg: avoid use cmpxchg in swap cgroup maintainanceKAMEZAWA Hiroyuki1-4/+16
2010-03-12memcg: move charges of anonymous swapDaisuke Nishimura1-2/+32
2009-09-22memory hotplug: alloc page from other node in memory onlineShaohua Li1-3/+9
2009-06-18memcg: remove some redundant checksLi Zefan1-8/+0
2009-06-18memcg: add file-based RSS accountingBalbir Singh1-0/+2
2009-06-18cgroups: make messages more readableRandy Dunlap1-7/+7
2009-06-12memcg: fix page_cgroup fatal error in FLATMEMKAMEZAWA Hiroyuki1-19/+10
2009-06-11memcg: don't use bootmem allocator in setup codeYinghai Lu1-4/+8
2009-04-02memcg: remove redundant message at swaponKAMEZAWA Hiroyuki1-7/+0
2009-04-02cgroups: use css id in swap cgroup for saving memory v5KAMEZAWA Hiroyuki1-18/+14
2009-02-11memcg: use __GFP_NOWARN in page cgroup allocationKAMEZAWA Hiroyuki1-1/+2
2009-01-08memcg: add mem_cgroup_disabled()Hirokazu Takahashi1-2/+2
2009-01-08memcg: synchronized LRUKAMEZAWA Hiroyuki1-0/+1
2009-01-08memcg: swap cgroup for remembering usageKAMEZAWA Hiroyuki1-0/+197
2009-01-08memcg: do not recalculate section unnecessarily in init_section_page_cgroupFernando Luis Vazquez Cao1-4/+1
2009-01-06mm: make init_section_page_cgroup() staticKOSAKI Motohiro1-1/+1
2008-12-10page_cgroup should ignore empty nodesKAMEZAWA Hiroyuki1-0/+3
2008-12-01memcg: memory hotplug fix for notifier callbackKAMEZAWA Hiroyuki1-14/+29
2008-11-30meminit section warningsAl Viro1-6/+7
2008-11-12memcg: bugfix for memory hotplugKAMEZAWA Hiroyuki1-2/+2
2008-10-23memcg: fix page_cgroup allocationKAMEZAWA Hiroyuki1-7/+25
2008-10-23mm: page_cgroup needs linux/vmalloc.h for vmalloc_node()/vfree().Paul Mundt1-0/+1
2008-10-20memcg: allocate all page_cgroup at bootKAMEZAWA Hiroyuki1-0/+237