cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-07-30 12:31:20 to 2013-08-05 22:06:18 UTC [more...]

[patch 0/7] improve memcg oom killer robustness v2
 2013-08-05 22:06 UTC  (13+ 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

[PATCH V5 0/8] Add memcg dirty/writeback page accounting
 2013-08-05 21:58 UTC  (27+ messages)
` [PATCH 1/8] memcg: remove MEMCG_NR_FILE_MAPPED
` [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 4/8] memcg: add per cgroup dirty pages accounting
` [PATCH V5 5/8] memcg: add per cgroup writeback "
` [PATCH V5 6/8] memcg: make nocpu_base available for non-hotplug
` [PATCH V5 7/8] memcg: don't account root memcg page stats if only root exists
  ` [PATCH V5 8/8] memcg: Document cgroup dirty/writeback memory statistics

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

[PATCHSET cgroup/for-3.12] cgroup: make cgroup_event specific to memcg
 2013-08-05 19:44 UTC  (17+ 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 cgroup/for-3.12] cgroup: make css_for_each_descendant() and friends include the origin css in the iteration
 2013-08-05 18:57 UTC  (4+ messages)

[PATCHSET cgroup/for-3.12] cgroup: use cgroup_subsys_state as the primary subsystem interface handle
 2013-08-05 18:10 UTC  (56+ messages)
` [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 01/23] cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/
  ` [PATCH 02/23] cpuset: drop "const" qualifiers from struct cpuset instances
  ` [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 05/23] cgroup: add subsystem pointer to cgroup_subsys_state
  ` [PATCH 06/23] cgroup: add/update accessors which obtain subsys specific data from css
  ` [PATCH 07/23] cgroup: add css_parent()
  ` [PATCH 10/23] cgroup: pin cgroup_subsys_state when opening a cgroupfs file
  ` [PATCH 11/23] cgroup: add cgroup->dummy_css
  ` [PATCH 12/23] cgroup: pass around cgroup_subsys_state instead of cgroup in file methods
  ` [PATCH 13/23] cgroup: convert cgroup_next_sibling() to cgroup_next_child()
  ` [PATCH 14/23] cgroup: always use cgroup_next_child() to walk the children list
  ` [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 20/23] cgroup: make task iterators deal with cgroup_subsys_state instead of cgroup
` [PATCH 19/23] cgroup: remove struct cgroup_scanner
` [PATCH 21/23] cgroup: make cftype->[un]register_event() deal with cgroup_subsys_state instead of cgroup
    ` [PATCH v2 "
` [PATCH 22/23] cgroup: make cgroup_taskset "
` [PATCH 23/23] cgroup: unexport cgroup_css()

[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  (13+ messages)
` [patch 2/6] arch: mm: do not invoke OOM killer on kernel fault OOM
` [patch 6/6] mm: memcg: do not trap chargers with full callstack on 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

[PATCH 0/7] some pending cgroup patches
 2013-08-01 13:30 UTC  (22+ messages)
` [PATCH 1/7] cgroup: fix a leak when percpu_ref_init() fails
` [PATCH 2/7] cgroup: remove sparse tags from offline_css()
` [PATCH 3/7] cgroup: restructure the failure path in cgroup_write_event_control()
        ` [PATCH v2 "
` [PATCH 4/7] cgroup: rename cgroup_pidlist->mutex
        ` [PATCH v2 "
` [PATCH 5/7] cgroup: remove struct cgroup_seqfile_state
` [PATCH 6/7] cgroup: rename current_css_set_cg_links
` [PATCH 7/7] cgroup: more naming cleanups

[PATCH v2 5/5] cgroup: remove struct cgroup_seqfile_state
 2013-08-01 12:08 UTC  (4+ messages)

[GIT PULL] cgroup changes for 3.11-rc2
 2013-08-01  9:06 UTC  (16+ messages)
` memcg creates an unkillable task in 3.2-rc2
              ` memcg creates an unkillable task in 3.11-rc2

[PATCH v4 0/8] memcg, cgroup: kill css_id
 2013-07-31 11:49 UTC  (11+ messages)
` [PATCH v4 1/8] cgroup: convert cgroup_ida to cgroup_idr
` [PATCH v4 2/8] cgroup: document how cgroup IDs are assigned
  ` [PATCH v4 3/8] cgroup: implement cgroup_from_id()
  ` [PATCH v4 4/8] memcg: convert to use cgroup_is_descendant()
  ` [PATCH v4 7/8] memcg: stop using css id
` [PATCH v4 5/8] memcg: convert to use cgroup id
` [PATCH v4 6/8] memcg: fail to create cgroup if the cgroup id is too big
` [PATCH v4 8/8] cgroup: kill css_id

[PATCH 0/4] memcg: fix memcg resource limit overflow issues
 2013-07-31 10:04 UTC  (20+ messages)
  ` [PATCH 1/4] memcg: correct RESOURCE_MAX to ULLONG_MAX
  ` [PATCH 2/4] memcg: rename RESOURCE_MAX to RES_COUNTER_MAX
  ` [PATCH 3/4] memcg: avoid overflow caused by PAGE_ALIGN
  ` [PATCH 4/4] memcg: reduce function dereference

[PATCH v3 0/8] memcg, cgroup: kill css_id
 2013-07-30 14:22 UTC  (9+ messages)
` [PATCH v3 1/8] cgroup: convert cgroup_ida to cgroup_idr
` [PATCH v3 2/8] cgroup: document how cgroup IDs are assigned


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