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-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: move socket code for unified hierarchy accountingJohannes Weiner
2016-01-15mm: memcontrol: do not account memory+swap on unified hierarchyJohannes 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: 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-13Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2015-12-30mm: 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-07mm/memcontrol.c: uninline mem_cgroup_usageAndrew Morton
2015-11-07mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman
2015-11-07mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman
2015-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-11-06memcg: fix thresholds for 32b architectures.Michal Hocko
2015-11-06mm: page_counter: let page_counter_try_charge() return boolJohannes Weiner
2015-11-06mm: memcontrol: eliminate root memory.currentJohannes Weiner
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.c: fix order calculation in try_charge()Jerome Marchand
2015-11-06memcg: ratify and consolidate over-charge handlingTejun 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-24Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2015-10-16memcg: convert threshold to bytesShaohua Li
2015-10-15cgroup: replace cgroup_has_tasks() with cgroup_is_populated()Tejun Heo
2015-10-12writeback: fix incorrect calculation of available memory for memcg domainsTejun Heo
2015-10-02memcg: remove pcp_counter_lockGreg Thelen
2015-10-02memcg: make mem_cgroup_read_stat() unsignedGreg Thelen
2015-09-22cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()Tejun Heo
2015-09-21memcg: generate file modified notifications on "memory.events"Tejun Heo
2015-09-19cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLETejun Heo
2015-09-18cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()Tejun Heo
2015-09-10memcg: zap try_get_mem_cgroup_from_pageVladimir Davydov
2015-09-10memcg: add page_cgroup_ino helperVladimir Davydov
2015-09-09memcg: move memcg_proto_active from sock.hMichal Hocko
2015-09-09memcg, tcp_kmem: check for cg_proto in sock_update_memcgMichal Hocko
2015-09-09memcg: restructure mem_cgroup_can_attach()Tejun Heo