| Commit message (Expand) | Author | Age | Files | Lines |
* | mm: refactor inactive_file_is_low() to use get_lru_size() | Johannes Weiner | 2013-02-23 | 1 | -7/+0 |
* | memcg: fix typo in kmemcg cache walk macro | Glauber Costa | 2013-02-05 | 1 | -1/+1 |
* | memcg: add comments clarifying aspects of cache attribute propagation | Glauber Costa | 2012-12-18 | 1 | -0/+6 |
* | slab: propagate tunable values | Glauber Costa | 2012-12-18 | 1 | -3/+5 |
* | memcg: aggregate memcg cache values in slabinfo | Glauber Costa | 2012-12-18 | 1 | -0/+8 |
* | memcg/sl[au]b: track all the memcg children of a kmem_cache | Glauber Costa | 2012-12-18 | 1 | -0/+5 |
* | memcg: destroy memcg caches | Glauber Costa | 2012-12-18 | 1 | -0/+2 |
* | sl[au]b: always get the cache from its page in kmem_cache_free() | Glauber Costa | 2012-12-18 | 1 | -0/+5 |
* | memcg: infrastructure to match an allocation to the right cache | Glauber Costa | 2012-12-18 | 1 | -0/+41 |
* | memcg: allocate memory for memcg caches whenever a new memcg appears | Glauber Costa | 2012-12-18 | 1 | -0/+2 |
* | slab/slub: consider a memcg parameter in kmem_create_cache | Glauber Costa | 2012-12-18 | 1 | -0/+26 |
* | memcg: use static branches when code not in use | Glauber Costa | 2012-12-18 | 1 | -1/+3 |
* | memcg: kmem controller infrastructure | Glauber Costa | 2012-12-18 | 1 | -0/+110 |
* | mm, memcg: avoid unnecessary function call when memcg is disabled | David Rientjes | 2012-12-12 | 1 | -1/+8 |
* | memcg, kmem: fix build error when CONFIG_INET is disabled | David Rientjes | 2012-10-11 | 1 | -2/+2 |
* | mm: memcg: clean up mm_match_cgroup() signature | Johannes Weiner | 2012-10-09 | 1 | -7/+7 |
* | mm: memcg: fix compaction/migration failing due to memcg limits | Johannes Weiner | 2012-07-31 | 1 | -6/+5 |
* | mm, memcg: move all oom handling to memcontrol.c | David Rientjes | 2012-07-31 | 1 | -2/+0 |
* | mm, memcg: introduce own oom handler to iterate only over its own threads | David Rientjes | 2012-07-31 | 1 | -7/+2 |
* | mm, oom: move declaration for mem_cgroup_out_of_memory to oom.h | David Rientjes | 2012-07-31 | 1 | -2/+0 |
* | memcg: rename config variables | Andrew Morton | 2012-07-31 | 1 | -7/+7 |
* | mm/memcg: apply add/del_page to lruvec | Hugh Dickins | 2012-05-29 | 1 | -25/+7 |
* | mm/memcg: get_lru_size not get_lruvec_size | Hugh Dickins | 2012-05-29 | 1 | -2/+2 |
* | mm/vmscan: push lruvec pointer into inactive_list_is_low() | Konstantin Khlebnikov | 2012-05-29 | 1 | -6/+4 |
* | mm/vmscan: replace zone_nr_lru_pages() with get_lruvec_size() | Konstantin Khlebnikov | 2012-05-29 | 1 | -4/+2 |
* | mm/memcg: kill mem_cgroup_lru_del() | Konstantin Khlebnikov | 2012-05-29 | 1 | -5/+0 |
* | mm/memcg: move reclaim_stat into lruvec | Hugh Dickins | 2012-05-29 | 1 | -9/+0 |
* | mm: memcg: count pte references from every member of the reclaimed hierarchy | Johannes Weiner | 2012-05-29 | 1 | -1/+6 |
* | memcg: fix performance of mem_cgroup_begin_update_page_stat() | KAMEZAWA Hiroyuki | 2012-03-21 | 1 | -1/+4 |
* | memcg: use new logic for page stat accounting | KAMEZAWA Hiroyuki | 2012-03-21 | 1 | -0/+35 |
* | memcg: kill dead prev_priority stubs | Konstantin Khlebnikov | 2012-03-21 | 1 | -15/+0 |
* | memcg: replace MEM_CONT by MEM_RES_CTLR | Hugh Dickins | 2012-03-21 | 1 | -1/+1 |
* | mm, memcg: pass charge order to oom killer | David Rientjes | 2012-03-21 | 1 | -1/+2 |
* | memcg: fix GPF when cgroup removal races with last exit | Hugh Dickins | 2012-03-05 | 1 | -5/+0 |
* | memcg: clear pc->mem_cgroup if necessary. | KAMEZAWA Hiroyuki | 2012-01-12 | 1 | -0/+5 |
* | mm: unify remaining mem_cont, mem, etc. variable names to memcg | Johannes Weiner | 2012-01-12 | 1 | -8/+8 |
* | memcg: make mem_cgroup_split_huge_fixup() more efficient | KAMEZAWA Hiroyuki | 2012-01-12 | 1 | -3/+2 |
* | mm: make per-memcg LRU lists exclusive | Johannes Weiner | 2012-01-12 | 1 | -29/+22 |
* | mm: move memcg hierarchy reclaim to generic reclaim code | Johannes Weiner | 2012-01-12 | 1 | -0/+24 |
* | memcg: add mem_cgroup_replace_page_cache() to fix LRU issue | KAMEZAWA Hiroyuki | 2012-01-12 | 1 | -0/+6 |
* | net: Fix build with INET disabled. | David S. Miller | 2012-01-09 | 1 | -2/+0 |
* | Move limit definitions outside CONFIG_INET | Glauber Costa | 2011-12-15 | 1 | -1/+1 |
* | tcp memory pressure controls | Glauber Costa | 2011-12-12 | 1 | -0/+1 |
* | socket: initial cgroup code. | Glauber Costa | 2011-12-12 | 1 | -0/+22 |
* | memcg: skip scanning active lists based on individual size | Johannes Weiner | 2011-11-02 | 1 | -4/+6 |
* | memcg: rename mem variable to memcg | Raghavendra K T | 2011-11-02 | 1 | -16/+18 |
* | mm: change isolate mode from #define to bitwise type | Minchan Kim | 2011-10-31 | 1 | -1/+2 |
* | memcg: Revert "memcg: add memory.vmscan_stat" | Johannes Weiner | 2011-09-14 | 1 | -19/+0 |
* | tmpfs: convert mem_cgroup shmem to radix-swap | Hugh Dickins | 2011-08-03 | 1 | -8/+0 |
* | memcg: add memory.vmscan_stat | KAMEZAWA Hiroyuki | 2011-07-26 | 1 | -0/+19 |