aboutsummaryrefslogtreecommitdiff
path: root/mm/page_cgroup.c
AgeCommit message (Expand)Author
2012-01-12page_cgroup: add helper function to get swap_cgroupBob Liu
2012-01-12mm: page_cgroup: check page_cgroup arrays in lookup_page_cgroup() only when n...Johannes Weiner
2012-01-12mm: memcg: remove unused node/section info from pc->flagsJohannes Weiner
2012-01-12mm: make per-memcg LRU lists exclusiveJohannes Weiner
2011-11-02mm/page_cgroup.c: quiet sparse noiseH Hartley Sweeten
2011-11-02cgroup/kmemleak: Annotate alloc_page() for cgroup allocationsSteven Rostedt
2011-09-15mm: Convert vmalloc/memset to vzallocJoe Perches
2011-07-25mm/page_cgroup.c: simplify code by using SECTION_ALIGN_UP() and SECTION_ALIGN...Daniel Kiper
2011-07-25mm: remove the leftovers of noswapaccountWANG Cong
2011-06-15memcg: fix init_page_cgroup nid with sparsememKAMEZAWA Hiroyuki
2011-05-26memcg: move page-freeing code out of lockNamhyung Kim
2011-05-26memcg: fix off-by-one when calculating swap cgroup map lengthNamhyung Kim
2011-05-26memcg: mark init_section_page_cgroup() properlyNamhyung Kim
2011-05-11memcg: allocate memory cgroup structures in local nodesAndi Kleen
2011-03-31Fix common misspellingsLucas De Marchi
2011-03-23memcg: page_cgroup array is never stored on reserved pagesMichal Hocko
2011-03-23page_cgroup: reduce allocation overhead for page_cgroup array for CONFIG_SPAR...Michal Hocko
2011-03-23memcg: remove direct page_cgroup-to-page pointerJohannes Weiner
2011-03-22mm: notifier_from_errno() cleanupPrarit Bhargava
2010-07-19kmemleak: Annotate false positive in init_section_page_cgroup()Catalin Marinas
2010-03-17memcg: avoid use cmpxchg in swap cgroup maintainanceKAMEZAWA Hiroyuki
2010-03-12memcg: move charges of anonymous swapDaisuke Nishimura
2009-09-22memory hotplug: alloc page from other node in memory onlineShaohua Li
2009-06-18memcg: remove some redundant checksLi Zefan
2009-06-18memcg: add file-based RSS accountingBalbir Singh
2009-06-18cgroups: make messages more readableRandy Dunlap
2009-06-12memcg: fix page_cgroup fatal error in FLATMEMKAMEZAWA Hiroyuki
2009-06-11memcg: don't use bootmem allocator in setup codeYinghai Lu
2009-04-02memcg: remove redundant message at swaponKAMEZAWA Hiroyuki
2009-04-02cgroups: use css id in swap cgroup for saving memory v5KAMEZAWA Hiroyuki
2009-02-11memcg: use __GFP_NOWARN in page cgroup allocationKAMEZAWA Hiroyuki
2009-01-08memcg: add mem_cgroup_disabled()Hirokazu Takahashi
2009-01-08memcg: synchronized LRUKAMEZAWA Hiroyuki
2009-01-08memcg: swap cgroup for remembering usageKAMEZAWA Hiroyuki
2009-01-08memcg: do not recalculate section unnecessarily in init_section_page_cgroupFernando Luis Vazquez Cao
2009-01-06mm: make init_section_page_cgroup() staticKOSAKI Motohiro
2008-12-10page_cgroup should ignore empty nodesKAMEZAWA Hiroyuki
2008-12-01memcg: memory hotplug fix for notifier callbackKAMEZAWA Hiroyuki
2008-11-30meminit section warningsAl Viro
2008-11-12memcg: bugfix for memory hotplugKAMEZAWA Hiroyuki
2008-10-23memcg: fix page_cgroup allocationKAMEZAWA Hiroyuki
2008-10-23mm: page_cgroup needs linux/vmalloc.h for vmalloc_node()/vfree().Paul Mundt
2008-10-20memcg: allocate all page_cgroup at bootKAMEZAWA Hiroyuki