cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-02 20:23:44 to 2015-09-07 20:38:23 UTC [more...]

[PATCH 0/7] devcg: device cgroup extension for rdma resource
 2015-09-07 20:38 UTC  (8+ messages)
  ` [PATCH 1/7] devcg: Added user option to rdma resource tracking
  ` [PATCH 2/7] devcg: Added rdma resource tracking module
  ` [PATCH 5/7] devcg: device cgroup's extension for RDMA resource
  ` [PATCH 7/7] devcg: Added Documentation of RDMA device cgroup
` [PATCH 3/7] devcg: Added infrastructure for rdma "
` [PATCH 4/7] devcg: Added rdma resource tracker object per task
` [PATCH 6/7] devcg: Added support to use RDMA device cgroup

[PATCH 1/2] memcg: flatten task_struct->memcg_oom
 2015-09-07 11:38 UTC  (8+ messages)
  ` [PATCH 2/2] memcg: always enable kmemcg on the default hierarchy
    ` [PATCH v2 3/2] memcg: punt high overage reclaim to return-to-userland path

[PATCHSET] memcg: improve high limit behavior and always enable kmemcg on dfl hier
 2015-09-07 11:03 UTC  (38+ messages)
  ` [PATCH 1/4] memcg: fix over-high reclaim amount
  ` [PATCH 2/4] memcg: flatten task_struct->memcg_oom
  ` [PATCH 3/4] memcg: punt high overage reclaim to return-to-userland path
  ` [PATCH 4/4] memcg: always enable kmemcg on the default hierarchy

__blkg_lookup oops with 4.2-rcX
 2015-09-06  8:30 UTC  (13+ messages)
                            ` [PATCH block/for-linus] block: blkg_destroy_all() should clear q->root_blkg and ->root_rl.blkg

[PATCHSET sched,cgroup] sched: Implement interface for cgroup unified hierarchy
 2015-09-02 17:03 UTC  (61+ messages)
` [PATCH 1/3] cgroup: define controller file conventions
    ` [PATCH v2 "
` [PATCH 2/3] sched: Misc preps for cgroup unified hierarchy interface
` [PATCH 3/3] sched: Implement interface for cgroup unified hierarchy
    ` [PATCH v2 "

[GIT PULL] cgroup changes for 4.3
 2015-09-02 12:42 UTC 

[PATCH 1/4] sched/{cpuset,core}: restore complete root_domain status across hotplug
 2015-09-02 10:01 UTC 

Security/cgroup suspicious RCU usage with v4.2-2744-g65a99597f044
 2015-09-01 16:59 UTC  (3+ messages)

legacy mode
 2015-08-31 22:36 UTC  (6+ messages)

[cgroup:review-memcg-dfl 4/4] mm/memcontrol.c:4367:3: error: implicit declaration of function 'memcg_activate_kmem'
 2015-08-28 16:20 UTC 

[rfc] Binding files to data-only memory cgroups
 2015-08-28 14:25 UTC 

[PATCH v2] cgroup: pids: fix invalid get/put usage
 2015-08-25 18:20 UTC  (2+ messages)

Bad Reference Semantics in PIDs Controller
 2015-08-25 18:14 UTC  (9+ messages)
` [PATCH 0/2] cgroup: pids: fix invalid reference semantics
    ` [PATCH 1/2] cgroup: get a ref to source csses when migrating
  ` [PATCH 2/2] cgroup: pids: fix invalid get/put usage

[PATCH] cgroup: add network limits subsystem
 2015-08-24 16:20 UTC  (2+ messages)

[PATCH] cgroup: fix one typo in cgroup.c
 2015-08-24  8:19 UTC  (2+ messages)

[PATCH 38/45] blkcg: rename subsystem name from blkio to io
 2015-08-18 21:55 UTC 

[PATCHSET block/for-4.3] blkcg: implement interface for the unified hierarchy
 2015-08-18 21:01 UTC  (6+ messages)
` [PATCH 01/10] cgroup: don't print subsystems for the default hierarchy
` [PATCH 02/10] cgroup: introduce cgroup_subsys->legacy_name
  ` [PATCH v2 "

[PATCHSET cgroup/for-4.3] cgroup,memcg: generalize event handling and enable notifications on "memory.events"
 2015-08-17 21:32 UTC  (14+ messages)
` [PATCH 1/8] cgroup: replace "cgroup.populated" with "cgroup.events"
  ` [PATCH 2/8] cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLE
  ` [PATCH 3/8] cgroup: relocate cgroup_populate_dir()
` [PATCH 4/8] cgroup: make cgroup_addrm_files() clean up after itself on failures
` [PATCH 5/8] cgroup: cosmetic updates to rebind_subsystems()
` [PATCH 6/8] cgroup: restructure file creation / removal handling
` [PATCH 7/8] cgroup: generalize obtaining the handles of and notifying cgroup files
` [PATCH 8/8] memcg: generate file modified notifications on "memory.events"

[GIT PULL] cgroup fixes for v4.2-rc7
 2015-08-17 19:42 UTC 

[RFC PATCH 0/4] Shared vhost design
 2015-08-10 21:05 UTC  (11+ messages)
` [RFC PATCH 1/4] vhost: Introduce a universal thread to serve all users

[PATCH] cpuset: use trialcs->mems_allowed as a temp variable
 2015-08-10 15:19 UTC  (4+ messages)

[PATCH cgroup/for-4.3 1/3] cgroup: replace error handling in cgroup_init() with WARN_ON()s
 2015-08-10 10:19 UTC  (5+ messages)
  ` [PATCH cgroup/for-4.3 2/3] cgroup: drop cgroup__DEVEL__legacy_files_on_dfl
      ` [PATCH cgroup/for-4.3 3/3] cgroup: replace __DEVEL__sane_behavior with cgroup2 fs type

[PATCHSET cgroup,block/for-4.3] cgroup, blkcg: establish controller interface conventions
 2015-08-05 20:23 UTC  (8+ messages)
` [PATCH 1/4] cgroup: export cgrp_dfl_root
` [PATCH 2/4] cgroup: define controller file conventions
  ` [PATCH 4/4] blkcg: use CGROUP_WEIGHT_* scale for io.weight on the unified hierarchy

[cgroup:review-sched-unified-intf 3/3] kernel/sched/core.c:8453:12: error: 'struct cfs_bandwidth' has no member named 'nr_periods'
 2015-08-03 22:44 UTC 

[PATCHSET sched,cgroup] sched: Implement interface for cgroup unified hierarchy
 2015-08-03 22:40 UTC 

[PATCH] cgroup: fix idr_preload usage
 2015-08-03 14:48 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).