summaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)Author
2014-12-10mm: memcontrol: remove bogus NULL check after mem_cgroup_from_task()Johannes Weiner
2014-12-10mm: memcontrol: shorten the page statistics update slowpathJohannes Weiner
2014-12-10memcg: use generic slab iterators for showing slabinfoVladimir Davydov
2014-12-10memcg: remove mem_cgroup_reclaimable check from soft reclaimVladimir Davydov
2014-12-10mm: memcontrol: fold mem_cgroup_start_move()/mem_cgroup_end_move()Johannes Weiner
2014-12-10mm: memcontrol: don't pass a NULL memcg to mem_cgroup_end_move()Johannes Weiner
2014-12-10mm: memcontrol: inline memcg->move_lock lockingJohannes Weiner
2014-12-10mm: memcontrol: remove unnecessary PCG_USED pc->mem_cgroup valid flagJohannes Weiner
2014-12-10mm: memcontrol: remove unnecessary PCG_MEM memory charge flagJohannes Weiner
2014-12-10mm: memcontrol: remove unnecessary PCG_MEMSW memory+swap charge flagJohannes Weiner
2014-12-10mm: memcontrol: uncharge pages on swapoutJohannes Weiner
2014-12-10mm: memcontrol: micro-optimize mem_cgroup_split_huge_fixup()Michal Hocko
2014-12-10memcg: remove activate_kmem_mutexVladimir Davydov
2014-12-10mm: memcontrol: clarify migration where old page is unchargedJohannes Weiner
2014-12-10mm: memcontrol: update mem_cgroup_page_lruvec() documentationJohannes Weiner
2014-12-10memcg: simplify unreclaimable groups handling in soft limit reclaimVladimir Davydov
2014-12-10mm: memcontrol: remove synchronous stock draining codeJohannes Weiner
2014-12-10mm: memcontrol: continue cache reclaim from offlined groupsJohannes Weiner
2014-12-10mm: memcontrol: remove obsolete kmemcg pinning tricksJohannes Weiner
2014-12-10mm: memcontrol: take a css reference for each charged pageJohannes Weiner
2014-12-10mm: memcontrol: convert reclaim iterator to simple css refcountingJohannes Weiner
2014-12-10mm: memcontrol: lockless page countersJohannes Weiner
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro
2014-11-19kill f_dentry usesAl Viro
2014-10-29mm: memcontrol: fix missed end-writeback page accountingJohannes Weiner
2014-10-09memcg: zap memcg_can_account_kmemVladimir Davydov
2014-10-09mm: memcontrol: fix transparent huge page allocations under pressureJohannes Weiner
2014-10-09mm: memcontrol: simplify detecting when the memory+swap limit is hitJohannes Weiner
2014-10-09memcg: move memcg_update_cache_size() to slab_common.cVladimir Davydov
2014-10-09memcg: don't call memcg_update_all_caches if new cache id fitsVladimir Davydov
2014-10-09memcg: move memcg_{alloc,free}_cache_params to slab_common.cVladimir Davydov
2014-10-02mm: memcontrol: do not iterate uninitialized memcgsJohannes Weiner
2014-09-05mm: memcontrol: revert use of root_mem_cgroup res_counterJohannes Weiner
2014-08-08mm: memcontrol: avoid charge statistics churn during page migrationJohannes Weiner
2014-08-08mm: memcontrol: use page lists for uncharge batchingJohannes Weiner
2014-08-08mm: memcontrol: rewrite uncharge APIJohannes Weiner
2014-08-08mm: memcontrol: rewrite charge APIJohannes Weiner
2014-08-06mm: memcontrol: clean up reclaim size variable use in try_charge()Johannes Weiner
2014-08-06mm: memcontrol: do not acquire page_cgroup lock for kmem pagesJohannes Weiner
2014-08-06mm: memcontrol: remove ordering between pc->mem_cgroup and PageCgroupUsedJohannes Weiner
2014-08-06mm: memcontrol: use root_mem_cgroup res_counterJohannes Weiner
2014-08-06mm: memcontrol: catch root bypass in move prechargeJohannes Weiner
2014-08-06mm: memcontrol: simplify move precharge functionJohannes Weiner
2014-08-06mm: memcontrol: remove explicit OOM parameter in charge pathMichal Hocko
2014-08-06mm: memcontrol: retry reclaim for oom-disabled and __GFP_NOFAIL chargesJohannes Weiner
2014-08-06mm: memcontrol: reclaim at least once for __GFP_NORETRYJohannes Weiner
2014-08-06mm: memcontrol: rearrange charging fast pathJohannes Weiner
2014-08-06mm: memcontrol: fold mem_cgroup_do_charge()Johannes Weiner
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-07-30memcg: oom_notify use-after-free fixMichal Hocko