| Commit message (Expand) | Author | Age | Files | Lines |
* | memcg: rename config variables | Andrew Morton | 2012-07-31 | 1 | -1/+1 |
* | mm: fix kernel-doc warnings | Wanpeng Li | 2012-06-20 | 1 | -2/+2 |
* | page_cgroup: fix horrid swap accounting regression | Hugh Dickins | 2012-03-06 | 1 | -1/+3 |
* | page_cgroup: drop multi CONFIG_MEMORY_HOTPLUG | Bob Liu | 2012-01-12 | 1 | -16/+14 |
* | page_cgroup: add helper function to get swap_cgroup | Bob Liu | 2012-01-12 | 1 | -36/+20 |
* | mm: page_cgroup: check page_cgroup arrays in lookup_page_cgroup() only when n... | Johannes Weiner | 2012-01-12 | 1 | -2/+16 |
* | mm: memcg: remove unused node/section info from pc->flags | Johannes Weiner | 2012-01-12 | 1 | -52/+7 |
* | mm: make per-memcg LRU lists exclusive | Johannes Weiner | 2012-01-12 | 1 | -1/+0 |
* | mm/page_cgroup.c: quiet sparse noise | H Hartley Sweeten | 2011-11-02 | 1 | -1/+1 |
* | cgroup/kmemleak: Annotate alloc_page() for cgroup allocations | Steven Rostedt | 2011-11-02 | 1 | -2/+5 |
* | mm: Convert vmalloc/memset to vzalloc | Joe Perches | 2011-09-15 | 1 | -2/+1 |
* | mm/page_cgroup.c: simplify code by using SECTION_ALIGN_UP() and SECTION_ALIGN... | Daniel Kiper | 2011-07-25 | 1 | -4/+4 |
* | mm: remove the leftovers of noswapaccount | WANG Cong | 2011-07-25 | 1 | -1/+1 |
* | memcg: fix init_page_cgroup nid with sparsemem | KAMEZAWA Hiroyuki | 2011-06-15 | 1 | -18/+53 |
* | memcg: move page-freeing code out of lock | Namhyung Kim | 2011-05-26 | 1 | -9/+13 |
* | memcg: fix off-by-one when calculating swap cgroup map length | Namhyung Kim | 2011-05-26 | 1 | -1/+1 |
* | memcg: mark init_section_page_cgroup() properly | Namhyung Kim | 2011-05-26 | 1 | -2/+2 |
* | memcg: allocate memory cgroup structures in local nodes | Andi Kleen | 2011-05-11 | 1 | -1/+1 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -1/+1 |
* | memcg: page_cgroup array is never stored on reserved pages | Michal Hocko | 2011-03-23 | 1 | -5/+5 |
* | page_cgroup: reduce allocation overhead for page_cgroup array for CONFIG_SPAR... | Michal Hocko | 2011-03-23 | 1 | -22/+36 |
* | memcg: remove direct page_cgroup-to-page pointer | Johannes Weiner | 2011-03-23 | 1 | -36/+55 |
* | mm: notifier_from_errno() cleanup | Prarit Bhargava | 2011-03-22 | 1 | -6/+1 |
* | kmemleak: Annotate false positive in init_section_page_cgroup() | Catalin Marinas | 2010-07-19 | 1 | -0/+7 |
* | memcg: avoid use cmpxchg in swap cgroup maintainance | KAMEZAWA Hiroyuki | 2010-03-17 | 1 | -4/+16 |
* | memcg: move charges of anonymous swap | Daisuke Nishimura | 2010-03-12 | 1 | -2/+32 |
* | memory hotplug: alloc page from other node in memory online | Shaohua Li | 2009-09-22 | 1 | -3/+9 |
* | memcg: remove some redundant checks | Li Zefan | 2009-06-18 | 1 | -8/+0 |
* | memcg: add file-based RSS accounting | Balbir Singh | 2009-06-18 | 1 | -0/+2 |
* | cgroups: make messages more readable | Randy Dunlap | 2009-06-18 | 1 | -7/+7 |
* | memcg: fix page_cgroup fatal error in FLATMEM | KAMEZAWA Hiroyuki | 2009-06-12 | 1 | -19/+10 |
* | memcg: don't use bootmem allocator in setup code | Yinghai Lu | 2009-06-11 | 1 | -4/+8 |
* | memcg: remove redundant message at swapon | KAMEZAWA Hiroyuki | 2009-04-02 | 1 | -7/+0 |
* | cgroups: use css id in swap cgroup for saving memory v5 | KAMEZAWA Hiroyuki | 2009-04-02 | 1 | -18/+14 |
* | memcg: use __GFP_NOWARN in page cgroup allocation | KAMEZAWA Hiroyuki | 2009-02-11 | 1 | -1/+2 |
* | memcg: add mem_cgroup_disabled() | Hirokazu Takahashi | 2009-01-08 | 1 | -2/+2 |
* | memcg: synchronized LRU | KAMEZAWA Hiroyuki | 2009-01-08 | 1 | -0/+1 |
* | memcg: swap cgroup for remembering usage | KAMEZAWA Hiroyuki | 2009-01-08 | 1 | -0/+197 |
* | memcg: do not recalculate section unnecessarily in init_section_page_cgroup | Fernando Luis Vazquez Cao | 2009-01-08 | 1 | -4/+1 |
* | mm: make init_section_page_cgroup() static | KOSAKI Motohiro | 2009-01-06 | 1 | -1/+1 |
* | page_cgroup should ignore empty nodes | KAMEZAWA Hiroyuki | 2008-12-10 | 1 | -0/+3 |
* | memcg: memory hotplug fix for notifier callback | KAMEZAWA Hiroyuki | 2008-12-01 | 1 | -14/+29 |
* | meminit section warnings | Al Viro | 2008-11-30 | 1 | -6/+7 |
* | memcg: bugfix for memory hotplug | KAMEZAWA Hiroyuki | 2008-11-12 | 1 | -2/+2 |
* | memcg: fix page_cgroup allocation | KAMEZAWA Hiroyuki | 2008-10-23 | 1 | -7/+25 |
* | mm: page_cgroup needs linux/vmalloc.h for vmalloc_node()/vfree(). | Paul Mundt | 2008-10-23 | 1 | -0/+1 |
* | memcg: allocate all page_cgroup at boot | KAMEZAWA Hiroyuki | 2008-10-20 | 1 | -0/+237 |