summaryrefslogtreecommitdiffstats
path: root/mm/memcontrol.c
AgeCommit message (Expand)Author
2012-03-15memcg: free mem_cgroup by RCU to fix oopsHugh Dickins
2012-03-09memcg: revert fix to mapcount check for this releaseHugh Dickins
2012-03-05memcg: fix mapcount check in move charge code for anonymous pageNaoya Horiguchi
2012-03-05memcg: fix GPF when cgroup removal races with last exitHugh Dickins
2012-03-05memcg: fix deadlock by inverting lrucare nestingHugh Dickins
2012-02-24mm: memcg: Correct unregistring of events attached to the same eventfdAnton Vorontsov
2012-02-03mm/memcontrol.c: fix warning with CONFIG_NUMA=nAndrew Morton
2012-01-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-01-23mm: memcg: update the correct soft limit tree during migrationJohannes Weiner
2012-01-22net: fix socket memcg build with !CONFIG_NETGlauber Costa
2012-01-17net: move sock_update_memcg outside of CONFIG_INETGlauber Costa
2012-01-12memcg: fix mem_cgroup_print_bad_pageHugh Dickins
2012-01-12memcg: fix split_huge_page_refcounts()Hugh Dickins
2012-01-12memcg: cleanup for_each_node_state()Bob Liu
2012-01-12memcg: simplify LRU handling by new ruleKAMEZAWA Hiroyuki
2012-01-12memcg: clear pc->mem_cgroup if necessary.KAMEZAWA Hiroyuki
2012-01-12memcg: simplify corner case handling of LRU.KAMEZAWA Hiroyuki
2012-01-12memcg: simplify page cache chargingKAMEZAWA Hiroyuki
2012-01-12oom, memcg: fix exclusion of memcg threads after they have detached their mmDavid Rientjes
2012-01-12memcg: free entries in soft_limit_tree if allocation failsMichal Hocko
2012-01-12page_cgroup: add helper function to get swap_cgroupBob Liu
2012-01-12mm: memcg: remove unneeded checks from uncharge_page()Johannes Weiner
2012-01-12mm: memcg: remove unneeded checks from newpage_charge()Johannes Weiner
2012-01-12mm: memcg: lookup_page_cgroup (almost) never returns NULLJohannes Weiner
2012-01-12mm: memcg: clean up fault accountingJohannes Weiner
2012-01-12mm: unify remaining mem_cont, mem, etc. variable names to memcgJohannes Weiner
2012-01-12mm: memcg: shorten preempt-disabled section around event checksJohannes Weiner
2012-01-12memcg: make mem_cgroup_split_huge_fixup() more efficientKAMEZAWA Hiroyuki
2012-01-12mm: make per-memcg LRU lists exclusiveJohannes Weiner
2012-01-12mm: collect LRU list heads into struct lruvecJohannes Weiner
2012-01-12mm: memcg: remove optimization of keeping the root_mem_cgroup LRU lists emptyJohannes Weiner
2012-01-12mm: move memcg hierarchy reclaim to generic reclaim codeJohannes Weiner
2012-01-12mm: memcg: per-priority per-zone hierarchy scan generationsJohannes Weiner
2012-01-12mm: memcg: consolidate hierarchy iteration primitivesJohannes Weiner
2012-01-12memcg: add mem_cgroup_replace_page_cache() to fix LRU issueKAMEZAWA Hiroyuki
2012-01-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2012-01-09Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2012-01-07net: fix sock_clone reference mismatch with tcp memcontrolGlauber Costa
2011-12-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2011-12-22Partial revert "Basic kernel memory functionality for the Memory Controller"Glauber Costa
2011-12-20memcg: keep root group unchanged if creation failsHillf Danton
2011-12-12cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a...Tejun Heo
2011-12-12tcp memory pressure controlsGlauber Costa
2011-12-12socket: initial cgroup code.Glauber Costa
2011-12-12Basic kernel memory functionality for the Memory ControllerGlauber Costa
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2011-11-02memcg: Fix race condition in memcg_check_events() with this_cpu usageSteven Rostedt
2011-11-02memcg: close race between charge and putbackJohannes Weiner
2011-11-02memcg: skip scanning active lists based on individual sizeJohannes Weiner
2011-11-02memcg: do not expose uninitialized mem_cgroup_per_node to worldIgor Mammedov