aboutsummaryrefslogtreecommitdiff
path: root/mm/memcontrol.c
AgeCommit message (Expand)Author
2016-01-21thp: change pmd_trans_huge_lock() interface to return ptlKirill A. Shutemov
2016-01-20mm: memcontrol: add "sock" to cgroup2 memory.statJohannes Weiner
2016-01-20mm: memcontrol: basic memory statistics in cgroup2 memory controllerJohannes Weiner
2016-01-20mm: memcontrol: do not uncharge old page in page cache replacementJohannes Weiner
2016-01-20mm: free swap cache aggressively if memcg swap is fullVladimir Davydov
2016-01-20mm: vmscan: do not scan anon pages if memcg swap limit is hitVladimir Davydov
2016-01-20mm: memcontrol: charge swap to cgroup2Vladimir Davydov
2016-01-20mm: memcontrol: clean up alloc, online, offline, free functionsJohannes Weiner
2016-01-20mm: memcontrol: flatten struct cg_protoJohannes Weiner
2016-01-20mm: memcontrol: rein in the CONFIG space madnessJohannes Weiner
2016-01-20net: drop tcp_memcontrol.cVladimir Davydov
2016-01-20mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEMJohannes Weiner
2016-01-20mm: memcontrol: allow to disable kmem accounting for cgroup2Vladimir Davydov
2016-01-20mm: memcontrol: account "kmem" consumers in cgroup2 memory controllerJohannes Weiner
2016-01-20mm: memcontrol: move kmem accounting code to CONFIG_MEMCGJohannes Weiner
2016-01-20mm: memcontrol: separate kmem code from legacy tcp accounting codeJohannes Weiner
2016-01-20mm: memcontrol: group kmem init and exit functions togetherJohannes Weiner
2016-01-20mm: memcontrol: give the kmem states more descriptive namesJohannes Weiner
2016-01-20mm: memcontrol: remove double kmem page_counter initJohannes Weiner
2016-01-20mm: memcontrol: drop unused @css argument in memcg_init_kmemJohannes Weiner
2016-01-15memcg: only free spare array when readers are doneMartijn Coenen
2016-01-15cgroup, memcg, writeback: drop spurious rcu locking around mem_cgroup_css_fro...Tejun Heo
2016-01-15mm: rework mapcount accounting to enable 4k mapping of THPsKirill A. Shutemov
2016-01-15mm, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov
2016-01-15mm, thp: remove compound_lock()Kirill A. Shutemov
2016-01-15memcg: adjust to support new THP refcountingKirill A. Shutemov
2016-01-14mm: memcontrol: switch to the updated jump-label APIJohannes Weiner
2016-01-14mm: memcontrol: hook up vmpressure to socket pressureJohannes Weiner
2016-01-14mm: memcontrol: account socket memory in unified hierarchy memory controllerJohannes Weiner
2016-01-14mm: memcontrol: move socket code for unified hierarchy accountingJohannes Weiner
2016-01-14mm: memcontrol: do not account memory+swap on unified hierarchyJohannes Weiner
2016-01-14mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner
2016-01-14net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner
2016-01-14net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner
2016-01-14net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner
2016-01-14mm: memcontrol: export root_mem_cgroupJohannes Weiner
2016-01-14memcg: do not allow to disable tcp accounting after limit is setVladimir Davydov
2016-01-14slab: add SLAB_ACCOUNT flagVladimir Davydov
2016-01-12Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2015-12-29mm: memcontrol: fix possible memcg leak due to interrupted reclaimVladimir Davydov
2015-12-28cgroup: Fix uninitialized variable warningRoss Zwisler
2015-12-12mm: fix kerneldoc on mem_cgroup_replace_pageHugh Dickins
2015-12-12memcg: fix memory.high targetVladimir Davydov
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo
2015-11-06mm/memcontrol.c: uninline mem_cgroup_usageAndrew Morton
2015-11-06mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-11-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-05memcg: fix thresholds for 32b architectures.Michal Hocko
2015-11-05mm: page_counter: let page_counter_try_charge() return boolJohannes Weiner