cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-07-09 17:12:55 to 2013-07-29 12:45:28 UTC [more...]

[patch 0/6] improve memcg oom killer robustness
 2013-07-29 12:45 UTC  (19+ messages)
` [patch 1/6] arch: mm: remove obsolete init OOM protection
` [patch 2/6] arch: mm: do not invoke OOM killer on kernel fault OOM
` [patch 3/6] arch: mm: pass userspace fault flag to generic fault handler
` [patch 4/6] x86: finish user fault error path with fatal signal
` [patch 5/6] mm: memcg: enable memcg OOM killer only for user faults
` [patch 6/6] mm: memcg: do not trap chargers with full callstack on OOM
` [patch 3.2] memcg OOM robustness (x86 only)

cgroups and SCHED_IDLE
 2013-07-29 12:25 UTC  (4+ messages)

[GIT PULL] cgroup changes for 3.11-rc2
 2013-07-29 10:21 UTC  (6+ messages)
  ` memcg creates an unkillable task in 3.2-rc2

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

[PATCH 2/2] cpuset: correct the disoder comment of two functions
 2013-07-29  3:46 UTC  (2+ messages)

[PATCH 1/2] cpuset: get rid of the useless forward declaration of cpuset
 2013-07-29  3:46 UTC  (2+ messages)

[PATCH v5.1] Soft limit rework
 2013-07-26 16:04 UTC  (9+ messages)
` [PATCH v5.1 1/8] memcg, vmscan: integrate soft reclaim tighter with zone shrinking code
` [PATCH v5.1 2/8] memcg: Get rid of soft-limit tree infrastructure
` [PATCH v5.1 3/8] vmscan, memcg: Do softlimit reclaim also for targeted reclaim
` [PATCH v5.1 4/8] memcg: enhance memcg iterator to support predicates
` [PATCH v5.1 5/8] memcg: track children in soft limit excess to improve soft limit
` [PATCH v5.1 6/8] memcg, vmscan: Do not attempt soft limit reclaim if it would not scan anything
` [PATCH v5.1 7/8] memcg: Track all children over limit in the root
` [PATCH v5.1 8/8] memcg, vmscan: do not fall into reclaim-all pass too quickly

[PATCH for 3.2.34] memcg: do not trigger OOM if PF_NO_MEMCG_OOM is set
 2013-07-25 21:50 UTC  (35+ messages)
  ` [PATCH for 3.2] memcg: do not trap chargers with full callstack on OOM
                                                            ` [patch 1/5] mm: invoke oom-killer from remaining unconverted page fault handlers
                                                            ` [patch 2/5] mm: pass userspace fault flag to generic fault handler
                                                            ` [patch 4/5] memcg: do not trap chargers with full callstack on OOM
                                                            ` [patch 5/5] mm: memcontrol: sanity check memcg OOM context unwind
                                                          ` [patch 3/5] x86: finish fault error path with fatal signal

[PATCH] memcg: remove redundant code in mem_cgroup_force_empty_write()
 2013-07-25  8:02 UTC  (2+ messages)

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

[PATCH resend 1/3] vmpressure: change vmpressure::sr_lock to spinlock
 2013-07-23 16:18 UTC  (6+ messages)
  ` [PATCH resend 2/3] vmpressure: do not check for pending work to prevent from new work
` [PATCH resend 3/3] vmpressure: Make sure there are no events queued after memcg is offlined

cgroup: status-quo and userland efforts
 2013-07-23 14:48 UTC  (22+ messages)
                    ` [Workman-devel] "

Single process controlling all cgroups sounds like looking in right direction but wrong solution
 2013-07-19 20:01 UTC  (6+ messages)

[PATCH stable-3.9] cgroup: fix umount vs cgroup_cfts_commit() race
 2013-07-18  3:08 UTC 

[PATCH stable-3.10] cgroup: fix umount vs cgroup_cfts_commit() race
 2013-07-18  3:08 UTC 

[PATCH cgroup 1/2] cgroup: move module ref handling into rebind_subsystems()
 2013-07-16 11:29 UTC  (9+ messages)
` [PATCH 2/2] cgroup: remove gratuituous BUG_ON()s from rebind_subsystems()
  ` [PATCH v2 cgroup 1/2] cgroup: move module ref handling into rebind_subsystems()

[PATCH V4 0/6] Memcg dirty/writeback page accounting
 2013-07-16  4:26 UTC  (19+ messages)
` [PATCH V4 1/6] memcg: remove MEMCG_NR_FILE_MAPPED
` [PATCH V4 3/6] memcg: add per cgroup dirty pages accounting
` [PATCH V4 4/6] memcg: add per cgroup writeback "
` [PATCH V4 5/6] memcg: patch mem_cgroup_{begin,end}_update_page_stat() out if only root memcg exists

workqueue usage in vmpressure
 2013-07-15 10:30 UTC  (29+ messages)
                  ` [PATCH v2] vmpressure: make sure memcg stays alive until all users are signaled
                              ` [PATCH 1/3] vmpressure: document why css_get/put is not necessary for work queue based signaling
                                ` [PATCH 2/3] vmpressure: change vmpressure::sr_lock to spinlock
                                  ` [PATCH 3/3] vmpressure: do not check for pending work to prevent from new work
                        ` [PATCH v3 1/3] vmpressure: change vmpressure::sr_lock to spinlock
                          ` [PATCH v3 2/3] vmpressure: do not check for pending work to prevent from new work
                          ` [PATCH v3 3/3] vmpressure: Make sure there are no events queued after memcg is offlined

[PATCH cgroup/for-3.12] cgroup: replace task_cgroup_path_from_hierarchy() with task_cgroup_path()
 2013-07-12 20:02 UTC  (3+ messages)

[PATCHSET] cgroup: fix and clean up cgroup file creations and removals
 2013-07-12 19:37 UTC  (27+ messages)
` [PATCH 1/9] cgroup: minor updates around cgroup_clear_directory()
` [PATCH 2/9] cgroup: fix error path of cgroup_addrm_files()
` [PATCH 3/9] cgroup: fix cgroup_add_cftypes() error handling
` [PATCH 4/9] cgroup: separate out cgroup_base_files[] handling out of cgroup_populate/clear_dir()
` [PATCH 5/9] cgroup: update error handling in cgroup_populate_dir()
    ` [PATCH v2 "
` [PATCH 6/9] cgroup: make rebind_subsystems() handle file additions and removals with proper error handling
    ` [PATCH v3 "
    ` [PATCH v4 "
` [PATCH 7/9] cgroup: cosmetic follow-up cleanups
` [PATCH 8/9] cgroup: move number_of_cgroups test out of rebind_subsystems() into cgroup_remount()
  ` [PATCH 5.5/9] cgroup: use for_each_subsys() instead of for_each_root_subsys() in cgroup_populate/clear_dir()

[OFFLIST] status of devcg
 2013-07-12 13:04 UTC  (9+ messages)

[patch] mm, memcg: add oom killer delay
 2013-07-10 11:23 UTC  (11+ messages)

[PATCH RFC] fsio: filesystem io accounting cgroup
 2013-07-10  8:37 UTC  (2+ messages)

[PATCH RFC] fsio: filesystem io accounting cgroup
 2013-07-10  3:50 UTC  (19+ messages)

[PATCH cgroup/for-3.11-fixes] cgroup: remove bcache_subsys_id which got added stealthily
 2013-07-09 23:33 UTC 

[PATCH RFC] fsio: filesystem io accounting cgroup
 2013-07-09 17:12 UTC  (3+ 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 NNTP newsgroup(s).