cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-08-01 21:49:57 to 2013-08-15 15:41:46 UTC [more...]

[PATCH cgroup/for-3.12 1/2] cgroup: fix cgroup_write_event_control()
 2013-08-15 15:41 UTC  (2+ messages)

[PATCH 0/4] devcg: Store local settings for each device cgroup
 2013-08-15 15:34 UTC  (5+ messages)
  ` [PATCH 1/4] devcg: move behavior and exceptions into its own structure
  ` [PATCH 2/4] devcg: make dev_exception_ functions to use lists
  ` [PATCH 3/4] devcg: save locally saved settings
  ` [PATCH 4/4] devcg: try to reapply local settings

[PATCH] mm: memcontrol: fix handling of swapaccount parameter
 2013-08-15  9:01 UTC  (6+ messages)

[PATCH] kmemcg: don't allocate extra memory for root memcg_cache_params (v2)
 2013-08-15  5:49 UTC 

[PATCH] kmemcg: don't allocate extra memory for root memcg_cache_params
 2013-08-15  5:13 UTC  (3+ messages)

[PATCH 1/2] cpuset: remove an unncessary forward declaration
 2013-08-14 13:30 UTC  (7+ messages)
  ` [PATCH 2/2] cpuset: remove redundant checks in file write functions

[PATCHSET cgroup/for-3.12] cgroup: decouple cgroup_subsys_state lifetime from that of cgroup
 2013-08-14  0:27 UTC  (21+ messages)
` [PATCH 03/14] cgroup: add cgroup_subsys_state->parent
` [PATCH 05/14] cgroup: make cgroup_file_open() rcu_read_lock() around cgroup_css() and add cfent->css
  ` [PATCH 01/14] cgroup: always use cgroup_css()
  ` [PATCH 02/14] cgroup: rename cgroup_subsys_state->dput_work and its callback function
  ` [PATCH 04/14] cgroup: cgroup_css_from_dir() now should be called with RCU read locked
  ` [PATCH 06/14] cgroup: add __rcu modifier to cgroup->subsys[]
  ` [PATCH 07/14] cgroup: reorganize css init / exit paths
      ` [PATCH v2 "
  ` [PATCH 08/14] cgroup: move cgroup->subsys[] assignment to online_css()
      ` [PATCH v2 "
  ` [PATCH 09/14] cgroup: bounce cgroup_subsys_state ref kill confirmation to a work item
  ` [PATCH 10/14] cgroup: replace cgroup->css_kill_cnt with ->nr_css
  ` [PATCH 11/14] cgroup: decouple cgroup_subsys_state destruction from cgroup destruction
  ` [PATCH 13/14] cgroup: move subsys file removal to kill_css()
` [PATCH 12/14] cgroup: factor out kill_css()
` [PATCH 14/14] cgroup: RCU protect each cgroup_subsys_state release

[PATCH][3.11] cpuset: fix the return value of cpuset_write_u64()
 2013-08-13 14:57 UTC  (2+ messages)

[PATCH] [RFC] kmemcg: remove union from memcg_params
 2013-08-13  4:53 UTC  (3+ messages)

[HEADSUP] conflicts between cgroup/for-3.12 and memcg
 2013-08-09 15:47 UTC  (4+ messages)

[patch 0/7] improve memcg oom killer robustness v2
 2013-08-09  9:06 UTC  (16+ messages)
` [patch 1/7] arch: mm: remove obsolete init OOM protection
` [patch 2/7] arch: mm: do not invoke OOM killer on kernel fault OOM
` [patch 3/7] arch: mm: pass userspace fault flag to generic fault handler
` [patch 4/7] x86: finish user fault error path with fatal signal
` [patch 5/7] mm: memcg: enable memcg OOM killer only for user faults
` [patch 6/7] mm: memcg: rework and document OOM waiting and wakeup
` [patch 7/7] mm: memcg: do not trap chargers with full callstack on OOM

[PATCHSET cgroup/for-3.12] cgroup: make cgroup_event specific to memcg
 2013-08-09  1:00 UTC  (30+ messages)
` [PATCH 1/5] cgroup: implement CFTYPE_NO_PREFIX
` [PATCH 2/5] cgroup: export __cgroup_from_dentry() and __cgroup_dput()
    ` [PATCH v2 2/5] cgroup: make __cgroup_from_dentry() and __cgroup_dput() global
` [PATCH 3/5] cgroup, memcg: move cgroup_event implementation to memcg
    ` [PATCH v2 "
` [PATCH 4/5] cgroup, memcg: move cgroup->event_list[_lock] and event callbacks into memcg
` [PATCH 5/5] memcg: rename cgroup_event to mem_cgroup_event
    ` [PATCH v2 "

[PATCH 1/3] memcg: limit the number of thresholds per-memcg
 2013-08-09  0:50 UTC  (19+ messages)
` [PATCH 2/3] memcg: Limit the number of events registered on oom_control
` [PATCH 3/3] vmpressure: limit the number of registered events

[PATCH cgroup/for-3.12] cgroup: make css_for_each_descendant() and friends include the origin css in the iteration
 2013-08-09  0:13 UTC  (6+ messages)

[PATCHSET cgroup/for-3.12] cgroup: use cgroup_subsys_state as the primary subsystem interface handle
 2013-08-09  0:12 UTC  (51+ messages)
` [PATCH 03/23] netprio_cgroup: pass around @css instead of @cgroup and kill struct cgroup_netprio_state
` [PATCH 04/23] hugetlb_cgroup: pass around @hugetlb_cgroup instead of @cgroup
` [PATCH 08/23] cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods
    ` [PATCH v2 "
` [PATCH 09/23] cgroup: add subsys backlink pointer to cftype
` [PATCH 12/23] cgroup: pass around cgroup_subsys_state instead of cgroup in file methods
` [PATCH 15/23] cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup
` [PATCH 16/23] cgroup: relocate cgroup_advance_iter()
` [PATCH 17/23] cgroup: rename cgroup_iter to cgroup_task_iter
` [PATCH 18/23] cgroup: make cgroup_task_iter remember the cgroup being iterated
` [PATCH 19/23] cgroup: remove struct cgroup_scanner
  ` [PATCH 20/23] cgroup: make task iterators deal with cgroup_subsys_state instead of cgroup
` [PATCH 21/23] cgroup: make cftype->[un]register_event() "
    ` [PATCH v2 "
` [PATCH 22/23] cgroup: make cgroup_taskset "
` [PATCH 23/23] cgroup: unexport cgroup_css()

[PATCH] tfix
 2013-08-08 15:29 UTC 

[PATCH v5 0/5] memcg, cgroup: kill css_id
 2013-08-08  2:34 UTC  (6+ messages)
` [PATCH v5 1/5] memcg: convert to use cgroup_is_descendant()
` [PATCH v5 2/5] memcg: convert to use cgroup id
  ` [PATCH v5 3/5] memcg: fail to create cgroup if the cgroup id is too big
      ` [PATCH v5 4/5] memcg: stop using css id
  ` [PATCH v5 5/5] cgroup: kill css_id

[PATCH 09/10] idr: Remove unneeded idr locking, idr_preload() usage
 2013-08-07 17:46 UTC 

[PATCH V5 0/8] Add memcg dirty/writeback page accounting
 2013-08-05 21:58 UTC  (22+ messages)
` [PATCH V5 2/8] fs/ceph: vfs __set_page_dirty_nobuffers interface instead of doing it inside filesystem
` [PATCH V5 3/8] memcg: check for proper lock held in mem_cgroup_update_page_stat
` [PATCH V5 5/8] memcg: add per cgroup writeback pages accounting
` [PATCH V5 7/8] memcg: don't account root memcg page stats if only root exists

[PATCH] memcg: don't initialize kmem-cache destroying work for root caches
 2013-08-05 21:41 UTC  (5+ messages)

[GIT PULL] cgroup fixes for 3.11-rc4
 2013-08-05  0:15 UTC 

[patch 0/6] improve memcg oom killer robustness
 2013-08-03 16:30 UTC  (7+ messages)
` [patch 2/6] arch: mm: do not invoke OOM killer on kernel fault OOM
` [patch 3.2] memcg OOM robustness (x86 only)

[PATCH v2 0/4] memcg: fix memcg resource limit overflow issues
 2013-08-02  3:25 UTC  (5+ messages)
  ` [PATCH v2 1/4] memcg: correct RESOURCE_MAX to ULLONG_MAX
  ` [PATCH v2 2/4] memcg: rename RESOURCE_MAX to RES_COUNTER_MAX
  ` [PATCH v2 3/4] memcg: avoid overflow caused by PAGE_ALIGN
  ` [PATCH v2 4/4] memcg: reduce function dereference


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 NNTP newsgroup(s).