cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-06-05 06:40:16 to 2013-06-07 14:10:27 UTC [more...]

[PATCH v11 00/25] shrinkers rework: per-numa, generic lists, etc
 2013-06-07 14:10 UTC  (32+ messages)
` [PATCH v11 02/25] super: fix calculation of shrinkable objects for small numbers
  ` [PATCH v11 01/25] fs: bump inode and dentry counters to long
  ` [PATCH v11 03/25] dcache: convert dentry_stat.nr_unused to per-cpu counters
  ` [PATCH v11 04/25] dentry: move to per-sb LRU locks
  ` [PATCH v11 05/25] dcache: remove dentries from LRU before putting on dispose list
  ` [PATCH v11 06/25] mm: new shrinker API
  ` [PATCH v11 07/25] shrinker: convert superblock shrinkers to new API
  ` [PATCH v11 08/25] list: add a new LRU list type
  ` [PATCH v11 09/25] inode: convert inode lru list to generic lru list code
  ` [PATCH v11 10/25] dcache: convert to use new lru list infrastructure
  ` [PATCH v11 11/25] list_lru: per-node "
  ` [PATCH v11 12/25] list_lru: per-node API
  ` [PATCH v11 13/25] shrinker: add node awareness
  ` [PATCH v11 14/25] vmscan: per-node deferred work
  ` [PATCH v11 15/25] fs: convert inode and dentry shrinking to be node aware
  ` [PATCH v11 16/25] xfs: convert buftarg LRU to generic code
  ` [PATCH v11 17/25] xfs: rework buffer dispose list tracking
  ` [PATCH v11 18/25] xfs: convert dquot cache lru to list_lru
  ` [PATCH v11 21/25] i915: bail out earlier when shrinker cannot acquire mutex
  ` [PATCH v11 23/25] hugepage: convert huge zero page shrinker to new shrinker API
  ` [PATCH v11 24/25] shrinker: Kill old ->shrink API
  ` [PATCH v11 25/25] list_lru: dynamically adjust node arrays
` [PATCH v11 19/25] fs: convert fs shrinkers to new scan/count API
` [PATCH v11 20/25] drivers: convert shrinkers to new count/scan API
` [PATCH v11 22/25] shrinker: convert remaining shrinkers to "

[PATCH for 3.2.34] memcg: do not trigger OOM if PF_NO_MEMCG_OOM is set
 2013-06-07 13:11 UTC  (13+ messages)
                        ` [PATCH for 3.2] memcg: do not trap chargers with full callstack on OOM

[PATCH cgroup/for-3.11 1/3] cgroup: mark "tasks" cgroup file as insane
 2013-06-07 10:32 UTC  (21+ messages)
` [PATCH cgroup/for-3.11 2/3] cgroup: mark "notify_on_release" and "release_agent" cgroup files insane

[PATCH] memcg: do not account memory used for cache creation
 2013-06-07 10:11 UTC  (3+ messages)

[patch v4] Soft limit rework
 2013-06-07  8:25 UTC  (15+ messages)
` [patch -v4 4/8] memcg: enhance memcg iterator to support predicates

[PATCHSET] memcg: fix and reimplement iterator
 2013-06-07  7:37 UTC  (24+ messages)
` [PATCH 3/3] memcg: simplify mem_cgroup_reclaim_iter

[PATCH v10 00/35] kmemcg shrinkers
 2013-06-07  6:10 UTC  (82+ messages)
` [PATCH v10 03/35] dcache: convert dentry_stat.nr_unused to per-cpu counters
` [PATCH v10 04/35] dentry: move to per-sb LRU locks
` [PATCH v10 05/35] dcache: remove dentries from LRU before putting on dispose list
` [PATCH v10 06/35] mm: new shrinker API
` [PATCH v10 08/35] list: add a new LRU list type
` [PATCH v10 11/35] list_lru: per-node list infrastructure
` [PATCH v10 12/35] shrinker: add node awareness
` [PATCH v10 13/35] vmscan: per-node deferred work
` [PATCH v10 22/35] shrinker: convert remaining shrinkers to count/scan API
` [PATCH v10 26/35] memcg,list_lru: duplicate LRUs upon kmemcg creation
` [PATCH v10 27/35] lru: add an element to a memcg list
` [PATCH v10 28/35] list_lru: per-memcg walks
` [PATCH v10 29/35] memcg: per-memcg kmem shrinking
` [PATCH v10 30/35] memcg: scan cache objects hierarchically
` [PATCH v10 35/35] memcg: reap dead memcgs upon global memory pressure

[PATCH v7 00/11] per-cgroup cpu-stat
 2013-06-07  0:06 UTC  (16+ messages)
` [PATCH v7 04/11] sched: adjust exec_clock to use it as cpu usage metric
` [PATCH v7 05/11] cpuacct: don't actually do anything
` [PATCH v7 06/11] sched: document the cpu cgroup
` [PATCH v7 07/11] sched: account guest time per-cgroup as well
` [PATCH v7 08/11] sched: Push put_prev_task() into pick_next_task()
` [PATCH v7 09/11] sched: record per-cgroup number of context switches

[patch 1/2] arch: invoke oom-killer from page fault
 2013-06-07  0:02 UTC  (16+ messages)
` [patch 2/2] memcg: do not sleep on OOM waitqueue with full charge context

[PATCH v2 00/10] cpuset: implement sane hierarchy behaviors
 2013-06-06 21:24 UTC  (17+ messages)
  ` [PATCH v2 01/10] cpuset: remove redundant check in cpuset_cpus_allowed_fallback()
  ` [PATCH v2 02/10] cpuset: cleanup guarantee_online_{cpus|mems}()
  ` [PATCH v2 03/10] cpuset: remove unnecessary variable in cpuset_attach()
  ` [PATCH v2 04/10] cpuset: remove cpuset_test_cpumask()
  ` [PATCH v2 05/10] cpuset: re-structure update_cpumask() a bit
  ` [PATCH v2 06/10] cpuset: record old_mems_allowed in struct cpuset
  ` [PATCH v2 07/10] cpuset: introduce effective_{cpumask|nodemask}_cpuset()
  ` [PATCH v2 08/10] cpuset: allow to keep tasks in empty cpusets
  ` [PATCH v2 09/10] cpuset: allow to move tasks to "
  ` [PATCH v2 10/10] cpuset: fix to migrate mm correctly in a corner case

[patch] memcg: clean up memcg->nodeinfo
 2013-06-06 12:23 UTC  (3+ messages)

[patch 1/2] mm: memcontrol: fix lockless reclaim hierarchy iterator
 2013-06-06  8:29 UTC  (6+ messages)
` [patch 2/2] mm: memcontrol: factor out reclaim iterator loading and updating

[PATCH cgroup/for-3.11] cgroup: disallow cpuacct if sane_behavior
 2013-06-06  2:46 UTC 

[patch] mm, memcg: add oom killer delay
 2013-06-06  0:09 UTC  (21+ messages)

[PATCH v4] memcg: Add memory.pressure_level events
 2013-06-05 14:56 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).