aboutsummaryrefslogtreecommitdiff
path: root/mm/page_cgroup.c
AgeCommit message (Expand)Author
2014-10-29cgroup/kmemleak: add kmemleak_free() for cgroup deallocations.Wang Nan
2014-04-03mm/page_cgroup.c: mark functions as staticRashika Kheria
2014-01-21Merge branch 'akpm' (incoming from Andrew)Linus Torvalds
2014-01-21mm/page_cgroup.c: use memblock apis for early memory allocationsGrygorii Strashko
2014-01-13cgroup: remove stray references to css_idHugh Dickins
2012-12-12memcontrol: use N_MEMORY instead N_HIGH_MEMORYLai Jiangshan
2012-12-11memory-hotplug: auto offline page_cgroup when onlining memory block failedWen Congyang
2012-07-31memcg: rename config variablesAndrew Morton
2012-06-20mm: fix kernel-doc warningsWanpeng Li
2012-03-06page_cgroup: fix horrid swap accounting regressionHugh Dickins
2012-01-12page_cgroup: drop multi CONFIG_MEMORY_HOTPLUGBob Liu
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