| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | mm: memcontrol: remove bogus NULL check after mem_cgroup_from_task() | Johannes Weiner | 2014-12-11 | 1 | -3/+2 |
| * | mm: memcontrol: shorten the page statistics update slowpath | Johannes Weiner | 2014-12-11 | 1 | -13/+8 |
| * | memcg: use generic slab iterators for showing slabinfo | Vladimir Davydov | 2014-12-11 | 1 | -21/+4 |
| * | memcg: remove mem_cgroup_reclaimable check from soft reclaim | Vladimir Davydov | 2014-12-11 | 1 | -43/+0 |
| * | mm: memcontrol: fold mem_cgroup_start_move()/mem_cgroup_end_move() | Johannes Weiner | 2014-12-11 | 1 | -28/+12 |
| * | mm: memcontrol: don't pass a NULL memcg to mem_cgroup_end_move() | Johannes Weiner | 2014-12-11 | 1 | -7/+3 |
| * | mm: memcontrol: inline memcg->move_lock locking | Johannes Weiner | 2014-12-11 | 1 | -22/+6 |
| * | mm: memcontrol: remove unnecessary PCG_USED pc->mem_cgroup valid flag | Johannes Weiner | 2014-12-11 | 1 | -66/+41 |
| * | mm: memcontrol: remove unnecessary PCG_MEM memory charge flag | Johannes Weiner | 2014-12-11 | 1 | -3/+1 |
| * | mm: memcontrol: remove unnecessary PCG_MEMSW memory+swap charge flag | Johannes Weiner | 2014-12-11 | 1 | -22/+12 |
| * | mm: memcontrol: uncharge pages on swapout | Johannes Weiner | 2014-12-11 | 1 | -4/+14 |
| * | mm: memcontrol: micro-optimize mem_cgroup_split_huge_fixup() | Michal Hocko | 2014-12-11 | 1 | -1/+3 |
| * | memcg: remove activate_kmem_mutex | Vladimir Davydov | 2014-12-11 | 1 | -19/+5 |
| * | mm: memcontrol: clarify migration where old page is uncharged | Johannes Weiner | 2014-12-11 | 1 | -1/+6 |
| * | mm: memcontrol: update mem_cgroup_page_lruvec() documentation | Johannes Weiner | 2014-12-11 | 1 | -8/+8 |
| * | memcg: simplify unreclaimable groups handling in soft limit reclaim | Vladimir Davydov | 2014-12-11 | 1 | -22/+4 |
| * | mm: memcontrol: remove synchronous stock draining code | Johannes Weiner | 2014-12-11 | 1 | -40/+6 |
| * | mm: memcontrol: continue cache reclaim from offlined groups | Johannes Weiner | 2014-12-11 | 1 | -217/+1 |
| * | mm: memcontrol: remove obsolete kmemcg pinning tricks | Johannes Weiner | 2014-12-11 | 1 | -73/+1 |
| * | mm: memcontrol: take a css reference for each charged page | Johannes Weiner | 2014-12-11 | 1 | -4/+17 |
| * | mm: memcontrol: convert reclaim iterator to simple css refcounting | Johannes Weiner | 2014-12-11 | 1 | -174/+84 |
| * | mm: memcontrol: lockless page counters | Johannes Weiner | 2014-12-11 | 1 | -338/+295 |
* | | Merge branch 'iov_iter' into for-next | Al Viro | 2014-12-09 | 1 | -48/+57 |
|\| |
|
| * | mm: memcontrol: fix missed end-writeback page accounting | Johannes Weiner | 2014-10-30 | 1 | -48/+57 |
* | | kill f_dentry uses | Al Viro | 2014-11-19 | 1 | -2/+2 |
|/ |
|
* | memcg: zap memcg_can_account_kmem | Vladimir Davydov | 2014-10-10 | 1 | -9/+3 |
* | mm: memcontrol: fix transparent huge page allocations under pressure | Johannes Weiner | 2014-10-10 | 1 | -52/+17 |
* | mm: memcontrol: simplify detecting when the memory+swap limit is hit | Johannes Weiner | 2014-10-10 | 1 | -34/+13 |
* | memcg: move memcg_update_cache_size() to slab_common.c | Vladimir Davydov | 2014-10-10 | 1 | -49/+0 |
* | memcg: don't call memcg_update_all_caches if new cache id fits | Vladimir Davydov | 2014-10-10 | 1 | -64/+72 |
* | memcg: move memcg_{alloc,free}_cache_params to slab_common.c | Vladimir Davydov | 2014-10-10 | 1 | -37/+4 |
* | mm: memcontrol: do not iterate uninitialized memcgs | Johannes Weiner | 2014-10-03 | 1 | -5/+31 |
* | mm: memcontrol: revert use of root_mem_cgroup res_counter | Johannes Weiner | 2014-09-05 | 1 | -25/+78 |
* | mm: memcontrol: avoid charge statistics churn during page migration | Johannes Weiner | 2014-08-09 | 1 | -25/+10 |
* | mm: memcontrol: use page lists for uncharge batching | Johannes Weiner | 2014-08-09 | 1 | -97/+109 |
* | mm: memcontrol: rewrite uncharge API | Johannes Weiner | 2014-08-09 | 1 | -507/+321 |
* | mm: memcontrol: rewrite charge API | Johannes Weiner | 2014-08-09 | 1 | -240/+167 |
* | mm: memcontrol: clean up reclaim size variable use in try_charge() | Johannes Weiner | 2014-08-07 | 1 | -3/+3 |
* | mm: memcontrol: do not acquire page_cgroup lock for kmem pages | Johannes Weiner | 2014-08-07 | 1 | -14/+7 |
* | mm: memcontrol: remove ordering between pc->mem_cgroup and PageCgroupUsed | Johannes Weiner | 2014-08-07 | 1 | -9/+0 |
* | mm: memcontrol: use root_mem_cgroup res_counter | Johannes Weiner | 2014-08-07 | 1 | -108/+44 |
* | mm: memcontrol: catch root bypass in move precharge | Johannes Weiner | 2014-08-07 | 1 | -1/+8 |
* | mm: memcontrol: simplify move precharge function | Johannes Weiner | 2014-08-07 | 1 | -33/+15 |
* | mm: memcontrol: remove explicit OOM parameter in charge path | Michal Hocko | 2014-08-07 | 1 | -22/+10 |
* | mm: memcontrol: retry reclaim for oom-disabled and __GFP_NOFAIL charges | Johannes Weiner | 2014-08-07 | 1 | -4/+4 |
* | mm: memcontrol: reclaim at least once for __GFP_NORETRY | Johannes Weiner | 2014-08-07 | 1 | -3/+3 |
* | mm: memcontrol: rearrange charging fast path | Johannes Weiner | 2014-08-07 | 1 | -16/+17 |
* | mm: memcontrol: fold mem_cgroup_do_charge() | Johannes Weiner | 2014-08-07 | 1 | -102/+64 |
* | Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c... | Linus Torvalds | 2014-08-04 | 1 | -6/+31 |
|\ |
|
| * | cgroup: distinguish the default and legacy hierarchies when handling cftypes | Tejun Heo | 2014-07-15 | 1 | -1/+0 |