cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-09-08 08:36:05 to 2015-10-10 03:29:31 UTC [more...]

[PATCHSET cgroup/for-4.4] cgroup: make zombies retain cgroup membership and fix pids controller
 2015-10-10  3:29 UTC  (5+ messages)
  ` [PATCH 01/14] cgroup: remove an unused parameter from cgroup_task_migrate()
  ` [PATCH 03/14] cgroup: replace cgroup_has_tasks() with cgroup_is_populated()
` [PATCH 02/14] cgroup: make cgroup->nr_populated count the number of populated css_sets
` [PATCH 04/14] cgroup: move check_for_release() invocation

pids controller fails to track zombie processes
 2015-10-05 18:42 UTC  (2+ messages)

[PATCHSET block/for-linus] writeback: cgroup writeback fixes
 2015-10-02 18:47 UTC  (13+ messages)
  ` [PATCH 1/5] writeback: laptop_mode_timer_fn() needs rcu_read_lock() around bdi_writeback iteration
  ` [PATCH 3/5] writeback: bdi_writeback iteration must not skip dying ones
    ` [PATCH v2 "
  ` [PATCH 4/5] writeback: memcg dirty_throttle_control should be initialized with wb->memcg_completions
  ` [PATCH 5/5] writeback: fix incorrect calculation of available memory for memcg domains
      ` [PATCH v2 "
` [PATCH 2/5] writeback: fix bdi_writeback iteration in wakeup_dirtytime_writeback()

[PATCH 3/3] sched: Implement interface for cgroup unified hierarchy
 2015-10-01 18:46 UTC  (21+ messages)

[PATCH 1/2] memcg: flatten task_struct->memcg_oom
 2015-09-30 18:54 UTC  (11+ messages)
` [PATCH v3 2/2] memcg: punt high overage reclaim to return-to-userland path

[cgroup:review-cgwb-4.3-fixes 5/5] mm/page-writeback.c:1908: warning: 'filepages' is used uninitialized in this function
 2015-09-30  0:09 UTC 

[cgroup:review-cgwb-4.3-fixes 5/5] mm/page-writeback.c:1579:4: error: too many arguments to function 'mem_cgroup_wb_stats'
 2015-09-29 16:53 UTC 

[PATCHSET v2 block/for-4.2/writeback] ext4: implement cgroup writeback support
 2015-09-29 14:26 UTC  (31+ messages)
` [PATCH 2/2] "
              ` [PATCH cgroup/for-4.3-fixes] cgroup, writeback: don't enable cgroup writeback on traditional hierarchies

PIDs Controller Limit
 2015-09-29  6:13 UTC  (5+ messages)

[GIT PULL] cgroup fixes for v4.3-rc2
 2015-09-25 20:31 UTC 

WARNING: static_key_slow_dec used before call to jump_label_init
 2015-09-25 20:24 UTC  (3+ messages)
  ` [PATCH cgroup/for-4.4] cgroup: fix too early usage of static_branch_disable()

[PATCH] memcg: make mem_cgroup_read_stat() unsigned
 2015-09-25 16:17 UTC  (4+ messages)

[PATCH] memcg: make mem_cgroup_read_stat() unsigned
 2015-09-25 15:20 UTC  (4+ messages)

[PATCH] cgroup: fix seq_show_option merge with legacy_name
 2015-09-25  8:52 UTC  (6+ messages)

[PATCH] memcg: remove pcp_counter_lock
 2015-09-24 19:43 UTC  (3+ messages)

[PATCHSET v2 cgroup/for-4.4] cgroup: make multi-process migration atomic
 2015-09-22 16:48 UTC  (10+ messages)
` [PATCH 1/5] cpuset: migrate memory only for threadgroup leaders
` [PATCH 2/5] cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()
` [PATCH 3/5] reorder cgroup_migrate()'s parameters
` [PATCH 4/5] cgroup: separate out taskset operations from cgroup_migrate()
` [PATCH 5/5] cgroup: make cgroup_update_dfl_csses() migrate all target processes atomically

4.3-rc1 dirty page count underflow (cgroup-related?)
 2015-09-22  9:03 UTC  (6+ messages)

[GIT PULL] cgroup fixes for v4.3-rc2
 2015-09-21 21:59 UTC 

[PATCHSET cgroup/for-4.3] cgroup,memcg: generalize event handling and enable notifications on "memory.events"
 2015-09-21 19:16 UTC  (7+ messages)
` [PATCH 8/8] memcg: generate file modified "
    ` [PATCH v2 "

[PATCH 0/7] devcg: device cgroup extension for rdma resource
 2015-09-20 10:35 UTC  (47+ messages)
` [PATCH 5/7] devcg: device cgroup's extension for RDMA resource
` [PATCH 6/7] devcg: Added support to use RDMA device cgroup

[PATCHSET] cgroup: use static_keys for subsystem enabled and on_dfl tests
 2015-09-18 15:55 UTC  (10+ messages)
` [PATCH 1/4] jump_label: make static_key_enabled() work on static_key_true/false types too
` [PATCH 2/4] cgroup: implement static_key based cgroup_subsys_enabled() and cgroup_subsys_on_dfl()
` [PATCH 3/4] cgroup: replace cgroup_subsys->disabled tests with cgroup_subsys_enabled()
` [PATCH 4/4] cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()

[PATCH] mm: memcontrol: fix order calculation in try_charge()
 2015-09-18  7:42 UTC  (4+ messages)

[PATCH 1/3] memcg: collect kmem bypass conditions into __memcg_kmem_bypass()
 2015-09-15 16:18 UTC  (15+ messages)
  ` [PATCH 2/3] memcg: ratify and consolidate over-charge handling
      ` [PATCH 3/3] memcg: drop unnecessary cold-path tests from __memcg_kmem_bypass()
    ` [PATCH v2 2/3] memcg: ratify and consolidate over-charge handling

[PATCH 1/2] memcg: flatten task_struct->memcg_oom
 2015-09-15  9:20 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

[PATCH 1/4] sched/{cpuset,core}: restore complete root_domain status across hotplug
 2015-09-10  9:03 UTC  (3+ messages)

[PATCHSET] memcg: improve high limit behavior and always enable kmemcg on dfl hier
 2015-09-08 18:50 UTC  (11+ messages)
` [PATCH 4/4] memcg: always enable kmemcg on the default hierarchy

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


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).