| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2012-03-20 | 1 | -29/+19 |
|\ |
|
| * | cgroup: remove cgroup_subsys argument from callbacks | Li Zefan | 2012-02-02 | 1 | -29/+19 |
* | | memcg: free mem_cgroup by RCU to fix oops | Hugh Dickins | 2012-03-15 | 1 | -6/+47 |
* | | memcg: revert fix to mapcount check for this release | Hugh Dickins | 2012-03-09 | 1 | -1/+1 |
* | | memcg: fix mapcount check in move charge code for anonymous page | Naoya Horiguchi | 2012-03-05 | 1 | -1/+1 |
* | | memcg: fix GPF when cgroup removal races with last exit | Hugh Dickins | 2012-03-05 | 1 | -17/+13 |
* | | memcg: fix deadlock by inverting lrucare nesting | Hugh Dickins | 2012-03-05 | 1 | -35/+37 |
* | | mm: memcg: Correct unregistring of events attached to the same eventfd | Anton Vorontsov | 2012-02-24 | 1 | -1/+4 |
* | | mm/memcontrol.c: fix warning with CONFIG_NUMA=n | Andrew Morton | 2012-02-03 | 1 | -1/+2 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-01-24 | 1 | -2/+2 |
|\ \ |
|
| * | | net: fix socket memcg build with !CONFIG_NET | Glauber Costa | 2012-01-22 | 1 | -2/+2 |
| |/ |
|
* | | mm: memcg: update the correct soft limit tree during migration | Johannes Weiner | 2012-01-23 | 1 | -1/+1 |
|/ |
|
* | net: move sock_update_memcg outside of CONFIG_INET | Glauber Costa | 2012-01-17 | 1 | -1/+1 |
* | memcg: fix mem_cgroup_print_bad_page | Hugh Dickins | 2012-01-12 | 1 | -16/+1 |
* | memcg: fix split_huge_page_refcounts() | Hugh Dickins | 2012-01-12 | 1 | -10/+2 |
* | memcg: cleanup for_each_node_state() | Bob Liu | 2012-01-12 | 1 | -5/+5 |
* | memcg: simplify LRU handling by new rule | KAMEZAWA Hiroyuki | 2012-01-12 | 1 | -69/+54 |
* | memcg: clear pc->mem_cgroup if necessary. | KAMEZAWA Hiroyuki | 2012-01-12 | 1 | -0/+17 |
* | memcg: simplify corner case handling of LRU. | KAMEZAWA Hiroyuki | 2012-01-12 | 1 | -93/+16 |
* | memcg: simplify page cache charging | KAMEZAWA Hiroyuki | 2012-01-12 | 1 | -22/+9 |
* | oom, memcg: fix exclusion of memcg threads after they have detached their mm | David Rientjes | 2012-01-12 | 1 | -4/+15 |
* | memcg: free entries in soft_limit_tree if allocation fails | Michal Hocko | 2012-01-12 | 1 | -1/+11 |
* | page_cgroup: add helper function to get swap_cgroup | Bob Liu | 2012-01-12 | 1 | -2/+2 |
* | mm: memcg: remove unneeded checks from uncharge_page() | Johannes Weiner | 2012-01-12 | 1 | -2/+1 |
* | mm: memcg: remove unneeded checks from newpage_charge() | Johannes Weiner | 2012-01-12 | 1 | -12/+4 |
* | mm: memcg: lookup_page_cgroup (almost) never returns NULL | Johannes Weiner | 2012-01-12 | 1 | -4/+7 |
* | mm: memcg: clean up fault accounting | Johannes Weiner | 2012-01-12 | 1 | -14/+4 |
* | mm: unify remaining mem_cont, mem, etc. variable names to memcg | Johannes Weiner | 2012-01-12 | 1 | -25/+27 |
* | mm: memcg: shorten preempt-disabled section around event checks | Johannes Weiner | 2012-01-12 | 1 | -38/+35 |
* | memcg: make mem_cgroup_split_huge_fixup() more efficient | KAMEZAWA Hiroyuki | 2012-01-12 | 1 | -17/+17 |
* | mm: make per-memcg LRU lists exclusive | Johannes Weiner | 2012-01-12 | 1 | -160/+151 |
* | mm: collect LRU list heads into struct lruvec | Johannes Weiner | 2012-01-12 | 1 | -10/+7 |
* | mm: memcg: remove optimization of keeping the root_mem_cgroup LRU lists empty | Johannes Weiner | 2012-01-12 | 1 | -10/+2 |
* | mm: move memcg hierarchy reclaim to generic reclaim code | Johannes Weiner | 2012-01-12 | 1 | -84/+85 |
* | mm: memcg: per-priority per-zone hierarchy scan generations | Johannes Weiner | 2012-01-12 | 1 | -18/+47 |
* | mm: memcg: consolidate hierarchy iteration primitives | Johannes Weiner | 2012-01-12 | 1 | -124/+75 |
* | memcg: add mem_cgroup_replace_page_cache() to fix LRU issue | KAMEZAWA Hiroyuki | 2012-01-12 | 1 | -0/+44 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2012-01-09 | 1 | -5/+14 |
|\ |
|
| * | net: fix sock_clone reference mismatch with tcp memcontrol | Glauber Costa | 2012-01-07 | 1 | -5/+14 |
* | | Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2012-01-09 | 1 | -8/+8 |
|\ \
| |/
|/| |
|
| * | cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a... | Tejun Heo | 2011-12-12 | 1 | -8/+8 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2011-12-23 | 1 | -2/+1 |
|\ \ |
|
| * | | memcg: keep root group unchanged if creation fails | Hillf Danton | 2011-12-20 | 1 | -2/+1 |
| |/ |
|
* | | Partial revert "Basic kernel memory functionality for the Memory Controller" | Glauber Costa | 2011-12-22 | 1 | -87/+6 |
* | | tcp memory pressure controls | Glauber Costa | 2011-12-12 | 1 | -1/+39 |
* | | socket: initial cgroup code. | Glauber Costa | 2011-12-12 | 1 | -2/+44 |
* | | Basic kernel memory functionality for the Memory Controller | Glauber Costa | 2011-12-12 | 1 | -5/+100 |
|/ |
|
* | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2011-11-06 | 1 | -0/+1 |
|\ |
|
| * | mm: Add export.h for EXPORT_SYMBOL to active symbol exporters | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | | memcg: Fix race condition in memcg_check_events() with this_cpu usage | Steven Rostedt | 2011-11-02 | 1 | -4/+6 |