Age | Commit message (Expand) | Author | Files | Lines |
2012-01-13 | memcg: fix mem_cgroup_print_bad_page | Hugh Dickins | 1 | -16/+1 |
2012-01-13 | memcg: fix split_huge_page_refcounts() | Hugh Dickins | 1 | -10/+2 |
2012-01-13 | memcg: cleanup for_each_node_state() | Bob Liu | 1 | -5/+5 |
2012-01-13 | memcg: simplify LRU handling by new rule | KAMEZAWA Hiroyuki | 1 | -69/+54 |
2012-01-13 | memcg: clear pc->mem_cgroup if necessary. | KAMEZAWA Hiroyuki | 1 | -0/+17 |
2012-01-13 | memcg: simplify corner case handling of LRU. | KAMEZAWA Hiroyuki | 1 | -93/+16 |
2012-01-13 | memcg: simplify page cache charging | KAMEZAWA Hiroyuki | 1 | -22/+9 |
2012-01-13 | oom, memcg: fix exclusion of memcg threads after they have detached their mm | David Rientjes | 1 | -4/+15 |
2012-01-13 | memcg: free entries in soft_limit_tree if allocation fails | Michal Hocko | 1 | -1/+11 |
2012-01-13 | page_cgroup: add helper function to get swap_cgroup | Bob Liu | 1 | -2/+2 |
2012-01-13 | mm: memcg: remove unneeded checks from uncharge_page() | Johannes Weiner | 1 | -2/+1 |
2012-01-13 | mm: memcg: remove unneeded checks from newpage_charge() | Johannes Weiner | 1 | -12/+4 |
2012-01-13 | mm: memcg: lookup_page_cgroup (almost) never returns NULL | Johannes Weiner | 1 | -4/+7 |
2012-01-13 | mm: memcg: clean up fault accounting | Johannes Weiner | 1 | -14/+4 |
2012-01-13 | mm: unify remaining mem_cont, mem, etc. variable names to memcg | Johannes Weiner | 1 | -25/+27 |
2012-01-13 | mm: memcg: shorten preempt-disabled section around event checks | Johannes Weiner | 1 | -38/+35 |
2012-01-13 | memcg: make mem_cgroup_split_huge_fixup() more efficient | KAMEZAWA Hiroyuki | 1 | -17/+17 |
2012-01-13 | mm: make per-memcg LRU lists exclusive | Johannes Weiner | 1 | -160/+151 |
2012-01-13 | mm: collect LRU list heads into struct lruvec | Johannes Weiner | 1 | -10/+7 |
2012-01-13 | mm: memcg: remove optimization of keeping the root_mem_cgroup LRU lists empty | Johannes Weiner | 1 | -10/+2 |
2012-01-13 | mm: move memcg hierarchy reclaim to generic reclaim code | Johannes Weiner | 1 | -84/+85 |
2012-01-13 | mm: memcg: per-priority per-zone hierarchy scan generations | Johannes Weiner | 1 | -18/+47 |
2012-01-13 | mm: memcg: consolidate hierarchy iteration primitives | Johannes Weiner | 1 | -124/+75 |
2012-01-13 | memcg: add mem_cgroup_replace_page_cache() to fix LRU issue | KAMEZAWA Hiroyuki | 1 | -0/+44 |
2012-01-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -5/+14 |
2012-01-10 | Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 1 | -8/+8 |
2012-01-07 | net: fix sock_clone reference mismatch with tcp memcontrol | Glauber Costa | 1 | -5/+14 |
2011-12-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+1 |
2011-12-23 | Partial revert "Basic kernel memory functionality for the Memory Controller" | Glauber Costa | 1 | -87/+6 |
2011-12-20 | memcg: keep root group unchanged if creation fails | Hillf Danton | 1 | -2/+1 |
2011-12-13 | cgroup: introduce cgroup_taskset and use it in subsys->can_attach(), cancel_a... | Tejun Heo | 1 | -8/+8 |
2011-12-13 | tcp memory pressure controls | Glauber Costa | 1 | -1/+39 |
2011-12-13 | socket: initial cgroup code. | Glauber Costa | 1 | -2/+44 |
2011-12-13 | Basic kernel memory functionality for the Memory Controller | Glauber Costa | 1 | -5/+100 |
2011-11-07 | Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 1 | -0/+1 |
2011-11-03 | memcg: Fix race condition in memcg_check_events() with this_cpu usage | Steven Rostedt | 1 | -4/+6 |
2011-11-03 | memcg: close race between charge and putback | Johannes Weiner | 1 | -1/+20 |
2011-11-03 | memcg: skip scanning active lists based on individual size | Johannes Weiner | 1 | -34/+17 |
2011-11-03 | memcg: do not expose uninitialized mem_cgroup_per_node to world | Igor Mammedov | 1 | -1/+1 |
2011-11-03 | memcg: fix oom schedule_timeout() | KAMEZAWA Hiroyuki | 1 | -1/+1 |
2011-11-03 | memcg: rename mem variable to memcg | Raghavendra K T | 1 | -463/+467 |
2011-11-01 | mm: change isolate mode from #define to bitwise type | Minchan Kim | 1 | -1/+2 |
2011-10-31 | mm: Add export.h for EXPORT_SYMBOL to active symbol exporters | Paul Gortmaker | 1 | -0/+1 |
2011-09-15 | memcg: Revert "memcg: add memory.vmscan_stat" | Johannes Weiner | 1 | -166/+6 |
2011-08-26 | memcg: fix hierarchical oom locking | Johannes Weiner | 1 | -12/+5 |
2011-08-26 | memcg: pin execution to current cpu while draining stock | Johannes Weiner | 1 | -7/+2 |
2011-08-10 | Revert "memcg: get rid of percpu_charge_mutex lock" | Michal Hocko | 1 | -2/+10 |
2011-08-04 | tmpfs: convert mem_cgroup shmem to radix-swap | Hugh Dickins | 1 | -57/+9 |
2011-07-27 | memcg: get rid of percpu_charge_mutex lock | Michal Hocko | 1 | -10/+2 |
2011-07-27 | memcg: add mem_cgroup_same_or_subtree() helper | Michal Hocko | 1 | -25/+26 |