Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-03-18mm: workingset: make shadow node shrinker memcg awareVladimir Davydov
2016-03-18mm: memcontrol: zap memcg_kmem_online helperVladimir Davydov
2016-03-18mm: memcontrol: report kernel stack usage in cgroup2 memory.statVladimir Davydov
2016-03-18mm: memcontrol: report slab usage in cgroup2 memory.statVladimir Davydov
2016-03-16mm: remove unnecessary uses of lock_page_memcg()Johannes Weiner
2016-03-16mm: simplify lock_page_memcg()Johannes Weiner
2016-03-16mm: migrate: do not touch page->mem_cgroup of live pagesJohannes Weiner
2016-03-16mm: workingset: per-cgroup cache thrash detectionJohannes Weiner
2016-03-16mm: memcontrol: generalize locking for the page->mem_cgroup bindingJohannes Weiner
2016-03-16mm: fix some spellingJesper Dangaard Brouer
2016-02-03mm: memcontrol: drop superfluous entry in the per-memcg stats arrayJohannes Weiner
2016-01-21mm: memcontrol: add "sock" to cgroup2 memory.statJohannes Weiner
2016-01-21mm: memcontrol: replace mem_cgroup_lruvec_online with mem_cgroup_onlineVladimir Davydov
2016-01-21mm: memcontrol: charge swap to cgroup2Vladimir Davydov
2016-01-21mm: memcontrol: clean up alloc, online, offline, free functionsJohannes Weiner
2016-01-21mm: memcontrol: flatten struct cg_protoJohannes Weiner
2016-01-21mm: memcontrol: rein in the CONFIG space madnessJohannes Weiner
2016-01-21mm: memcontrol: introduce CONFIG_MEMCG_LEGACY_KMEMJohannes Weiner
2016-01-21mm: memcontrol: move kmem accounting code to CONFIG_MEMCGJohannes Weiner
2016-01-21mm: memcontrol: give the kmem states more descriptive namesJohannes Weiner
2016-01-16memcg: adjust to support new THP refcountingKirill A. Shutemov
2016-01-15mm: memcontrol: switch to the updated jump-label APIJohannes Weiner
2016-01-15mm: memcontrol: hook up vmpressure to socket pressureJohannes Weiner
2016-01-15mm: memcontrol: account socket memory in unified hierarchy memory controllerJohannes Weiner
2016-01-15mm: memcontrol: generalize the socket accounting jump labelJohannes Weiner
2016-01-15net: tcp_memcontrol: simplify linkage between socket and page counterJohannes Weiner
2016-01-15net: tcp_memcontrol: sanitize tcp memory accounting callbacksJohannes Weiner
2016-01-15net: tcp_memcontrol: simplify the per-memcg limit accessJohannes Weiner
2016-01-15net: tcp_memcontrol: remove dead per-memcg count of allocated socketsJohannes Weiner
2016-01-15net: tcp_memcontrol: protect all tcp_memcontrol calls by jump-labelJohannes Weiner
2016-01-15mm: memcontrol: export root_mem_cgroupJohannes Weiner
2016-01-15memcg: do not allow to disable tcp accounting after limit is setVladimir Davydov
2016-01-15slab: add SLAB_ACCOUNT flagVladimir Davydov
2016-01-15memcg: only account kmem allocations marked as __GFP_ACCOUNTVladimir Davydov
2016-01-15Revert "gfp: add __GFP_NOACCOUNT"Vladimir Davydov
2015-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-06mm: rename mem_cgroup_migrate to mem_cgroup_replace_pageHugh Dickins
2015-11-06memcg: simplify and inline __mem_cgroup_from_kmemVladimir Davydov
2015-11-06memcg: unify slab and other kmem pages chargingVladimir Davydov
2015-11-06memcg: simplify charging kmem pagesVladimir Davydov
2015-11-06mm/memcontrol: make mem_cgroup_inactive_anon_is_low() return boolYaowei Bai
2015-11-06memcg: drop unnecessary cold-path tests from __memcg_kmem_bypass()Tejun Heo
2015-11-06memcg: collect kmem bypass conditions into __memcg_kmem_bypass()Tejun Heo
2015-11-06memcg: punt high overage reclaim to return-to-userland pathTejun Heo
2015-11-06memcg: flatten task_struct->memcg_oomTejun Heo
2015-11-06Merge branch 'for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2015-10-12writeback: fix incorrect calculation of available memory for memcg domainsTejun Heo
2015-10-02memcg: remove pcp_counter_lockGreg Thelen
2015-09-21memcg: generate file modified notifications on "memory.events"Tejun Heo
2015-09-18cgroup: replace cgroup_subsys->disabled tests with cgroup_subsys_enabled()Tejun Heo