Age | Commit message (Expand) | Author | Files | Lines |
2012-05-23 | Merge branch 'for-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 1 | -63/+52 |
2012-05-19 | memcg,thp: fix res_counter:96 regression | Hugh Dickins | 1 | -1/+1 |
2012-05-11 | memcg: free spare array to avoid memory leak | Sha Zhengju | 1 | -0/+6 |
2012-04-26 | mm: memcg: move pc lookup point to commit_charge() | Johannes Weiner | 1 | -12/+5 |
2012-04-19 | memcg: fix Bad page state after replace_page_cache | Hugh Dickins | 1 | -0/+1 |
2012-04-13 | memcg: do not open code accesses to res_counter members | Glauber Costa | 1 | -2/+2 |
2012-04-13 | memcg: fix broken boolen expression | Kirill A. Shutemov | 1 | -1/+1 |
2012-04-10 | cgroup: get rid of populate for memcg | Glauber Costa | 1 | -10/+13 |
2012-04-10 | cgroup: pass struct mem_cgroup instead of struct cgroup to socket memcg | Glauber Costa | 1 | -15/+9 |
2012-04-01 | cgroup: make css->refcnt clearing on cgroup removal optional | Tejun Heo | 1 | -0/+1 |
2012-04-01 | cgroup: convert memcg controller to the new cftype interface | Tejun Heo | 1 | -9/+3 |
2012-04-01 | memcg: always create memsw files if CONFIG_CGROUP_MEM_RES_CTLR_SWAP | Tejun Heo | 1 | -34/+31 |
2012-03-29 | mm: thp: fix up pmd_trans_unstable() locations | Andrea Arcangeli | 1 | -0/+4 |
2012-03-22 | memcg: avoid THP split in task migration | Naoya Horiguchi | 1 | -8/+77 |
2012-03-22 | memcg: clean up existing move charge code | Naoya Horiguchi | 1 | -9/+8 |
2012-03-22 | mm/memcontrol.c: remove unnecessary 'break' in mem_cgroup_read() | Jeff Liu | 1 | -1/+0 |
2012-03-22 | mm/memcontrol.c: remove redundant BUG_ON() in mem_cgroup_usage_unregister_eve... | Anton Vorontsov | 1 | -6/+0 |
2012-03-22 | mm/memcontrol.c: s/stealed/stolen/ | Andrew Morton | 1 | -6/+6 |
2012-03-22 | memcg: fix performance of mem_cgroup_begin_update_page_stat() | KAMEZAWA Hiroyuki | 1 | -1/+8 |
2012-03-22 | memcg: remove PCG_FILE_MAPPED | KAMEZAWA Hiroyuki | 1 | -5/+6 |
2012-03-22 | memcg: use new logic for page stat accounting | KAMEZAWA Hiroyuki | 1 | -20/+42 |
2012-03-22 | memcg: remove PCG_MOVE_LOCK flag from page_cgroup | KAMEZAWA Hiroyuki | 1 | -10/+32 |
2012-03-22 | memcg: simplify move_account() check | KAMEZAWA Hiroyuki | 1 | -40/+30 |
2012-03-22 | memcg: remove EXPORT_SYMBOL(mem_cgroup_update_page_stat) | KAMEZAWA Hiroyuki | 1 | -1/+0 |
2012-03-22 | memcg: remove PCG_CACHE page_cgroup flag | KAMEZAWA Hiroyuki | 1 | -25/+32 |
2012-03-22 | memcg: remove unnecessary thp check in page stat accounting | KAMEZAWA Hiroyuki | 1 | -1/+1 |
2012-03-22 | memcg: remove redundant returns | Hugh Dickins | 1 | -4/+0 |
2012-03-22 | memcg: enum lru_list lru | Hugh Dickins | 1 | -10/+10 |
2012-03-22 | memcg: lru_size instead of MEM_CGROUP_ZSTAT | Hugh Dickins | 1 | -8/+6 |
2012-03-22 | memcg: replace mem and mem_cont stragglers | Hugh Dickins | 1 | -42/+42 |
2012-03-22 | mm, memcg: pass charge order to oom killer | David Rientjes | 1 | -3/+3 |
2012-03-22 | mm: thp: fix pmd_bad() triggering in code paths holding mmap_sem read mode | Andrea Arcangeli | 1 | -0/+4 |
2012-03-21 | Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 1 | -29/+19 |
2012-03-16 | memcg: free mem_cgroup by RCU to fix oops | Hugh Dickins | 1 | -6/+47 |
2012-03-10 | memcg: revert fix to mapcount check for this release | Hugh Dickins | 1 | -1/+1 |
2012-03-06 | memcg: fix mapcount check in move charge code for anonymous page | Naoya Horiguchi | 1 | -1/+1 |
2012-03-06 | memcg: fix GPF when cgroup removal races with last exit | Hugh Dickins | 1 | -17/+13 |
2012-03-06 | memcg: fix deadlock by inverting lrucare nesting | Hugh Dickins | 1 | -35/+37 |
2012-02-24 | mm: memcg: Correct unregistring of events attached to the same eventfd | Anton Vorontsov | 1 | -1/+4 |
2012-02-04 | mm/memcontrol.c: fix warning with CONFIG_NUMA=n | Andrew Morton | 1 | -1/+2 |
2012-02-02 | cgroup: remove cgroup_subsys argument from callbacks | Li Zefan | 1 | -29/+19 |
2012-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -2/+2 |
2012-01-23 | mm: memcg: update the correct soft limit tree during migration | Johannes Weiner | 1 | -1/+1 |
2012-01-23 | net: fix socket memcg build with !CONFIG_NET | Glauber Costa | 1 | -2/+2 |
2012-01-17 | net: move sock_update_memcg outside of CONFIG_INET | Glauber Costa | 1 | -1/+1 |
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 |