public inbox for cgroups@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-04-15 02:35:52 to 2013-04-30 13:37:16 UTC [more...]

[PATCH v4 00/31] kmemcg shrinkers
 2013-04-30 13:37 UTC  (36+ messages)
` [PATCH v4 01/31] super: fix calculation of shrinkable objects for small numbers
` [PATCH v4 02/31] vmscan: take at least one pass with shrinkers
  ` [PATCH v4 03/31] dcache: convert dentry_stat.nr_unused to per-cpu counters
  ` [PATCH v4 04/31] dentry: move to per-sb LRU locks
  ` [PATCH v4 05/31] dcache: remove dentries from LRU before putting on dispose list
  ` [PATCH v4 06/31] mm: new shrinker API
  ` [PATCH v4 07/31] shrinker: convert superblock shrinkers to new API
  ` [PATCH v4 08/31] list: add a new LRU list type
  ` [PATCH v4 09/31] inode: convert inode lru list to generic lru list code
  ` [PATCH v4 10/31] dcache: convert to use new lru list infrastructure
  ` [PATCH v4 11/31] list_lru: per-node "
  ` [PATCH v4 12/31] shrinker: add node awareness
  ` [PATCH v4 13/31] fs: convert inode and dentry shrinking to be node aware
  ` [PATCH v4 14/31] xfs: convert buftarg LRU to generic code
  ` [PATCH v4 15/31] xfs: convert dquot cache lru to list_lru
  ` [PATCH v4 16/31] fs: convert fs shrinkers to new scan/count API
  ` [PATCH v4 17/31] drivers: convert shrinkers to new count/scan API
  ` [PATCH v4 18/31] shrinker: convert remaining shrinkers to "
  ` [PATCH v4 19/31] hugepage: convert huge zero page shrinker to new shrinker API
  ` [PATCH v4 20/31] shrinker: Kill old ->shrink API
  ` [PATCH v4 21/31] vmscan: also shrink slab in memcg pressure
  ` [PATCH v4 22/31] memcg,list_lru: duplicate LRUs upon kmemcg creation
  ` [PATCH v4 23/31] lru: add an element to a memcg list
  ` [PATCH v4 24/31] list_lru: per-memcg walks
  ` [PATCH v4 25/31] memcg: per-memcg kmem shrinking
  ` [PATCH v4 26/31] memcg: scan cache objects hierarchically
  ` [PATCH v4 27/31] super: targeted memcg reclaim
  ` [PATCH v4 28/31] memcg: move initialization to memcg creation
  ` [PATCH v4 29/31] vmpressure: in-kernel notifications
  ` [PATCH v4 30/31] memcg: reap dead memcgs upon global memory pressure
  ` [PATCH v4 31/31] memcg: debugging facility to access dangling memcgs

[PATCH 02/10] freezer: skip waking up tasks with PF_FREEZER_SKIP set
 2013-04-30 11:48 UTC  (7+ messages)

[GIT PULL] cgroup changes for v3.10-rc1
 2013-04-30  0:52 UTC 

memcg: softlimit on internal nodes
 2013-04-29 18:39 UTC  (46+ messages)
                      ` [RFC v2 0/4] soft limit rework
                          ` [RFC v2 1/4] memcg: integrate soft reclaim tighter with zone shrinking code
                          ` [RFC v2 2/4] memcg: Get rid of soft-limit tree infrastructure
                          ` [RFC v2 3/4] vmscan, memcg: Do softlimit reclaim also for targeted reclaim
                          ` [RFC v2 4/4] memcg: Ignore soft limit until it is explicitly specified

[PATCH] cpuset: fix compile warning when CONFIG_SMP=n
 2013-04-28  2:55 UTC  (3+ messages)

[PATCH 1/2] cpuset: use rebuild_sched_domains() in cpuset_hotplug_workfn()
 2013-04-27 14:23 UTC  (3+ messages)
  ` [PATCH 2/2] cpuset: fix cpu hotplug vs rebuild_sched_domains() race

[PATCH] cgroup: restore the call to eventfd->poll()
 2013-04-26 19:00 UTC  (2+ messages)

[PATCH] cgroup: fix use-after-free when umounting cgroupfs
 2013-04-26 18:59 UTC  (2+ messages)

[PATCH 0/2] reuse vmpressure for in-kernel events
 2013-04-26  7:38 UTC  (19+ messages)
  ` [PATCH 1/2] vmpressure: in-kernel notifications
  ` [PATCH 2/2] memcg: reap dead memcgs under pressure

cgroup sysfs entry
 2013-04-26  1:31 UTC  (2+ messages)

BUG in __mem_cgroup_uncharge_common
 2013-04-25  3:57 UTC  (2+ messages)

cgroup: status-quo and userland efforts
 2013-04-22 22:33 UTC  (7+ messages)

[PATCH 00/10] cpuset: implement sane hierarchy behaviors
 2013-04-21  1:42 UTC  (18+ messages)
` [PATCH 05/10] cpuset: don't update tasks' cpumask and nodemask in an empty cpuset
  ` [PATCH 01/10] cpuset: remove redundant check in cpuset_cpus_allowed_fallback()
  ` [PATCH 02/10] cpuset: cleanup guarantee_online_{cpus|mems}()
  ` [PATCH 03/10] cpuset: remove unnecessary variable in cpuset_attach()
  ` [PATCH 04/10] cpuset: remove cpuset_test_cpumask()
  ` [PATCH 06/10] cpuset: re-structure update_cpumask() a bit
  ` [PATCH 07/10] cpuset: record old_mems_allowed in struct cpuset
  ` [PATCH 08/10] cpuset: introduce effective_{cpumask|nodemask}_cpuset()
  ` [PATCH 09/10] cpuset: allow to keep tasks in empty cpusets
  ` [PATCH 10/10] cpuset: allow to move tasks to "

[PATCH] cgroup: fix broken file xattrs
 2013-04-19  6:13 UTC  (2+ messages)

the NULL deref on umount in the 3.9.0-rc7 kernel
 2013-04-19  3:22 UTC  (2+ messages)

[PATCH 25/28] proc: Supply an accessor to get the process ID associated with some proc files [RFC]
 2013-04-18 18:39 UTC  (3+ messages)

[PATCH] devcg: remove parent_cgroup
 2013-04-18 18:36 UTC  (5+ messages)

Fwd: the NULL deref on umount in the 3.9.0-rc7 kernel
 2013-04-18 11:42 UTC 

[PATCH] memcg: Check more strictly to avoid ULLONG overflow by PAGE_ALIGN
 2013-04-16 22:30 UTC  (7+ messages)

[PATCH v3 00/32] memcg-aware slab shrinking with lasers and numbers
 2013-04-16 14:43 UTC  (17+ messages)
` [PATCH v3 08/32] list: add a new LRU list type
` [PATCH v3 11/32] list_lru: per-node list infrastructure
` [PATCH v3 12/32] shrinker: add node awareness
` [PATCH v3 14/32] xfs: convert buftarg LRU to generic code
` [PATCH v3 19/32] hugepage: convert huge zero page shrinker to new shrinker API
` [PATCH v3 20/32] shrinker: Kill old ->shrink API

[PATCHSET] cgroup, memcg: introduce sane_behavior mount option
 2013-04-15 20:57 UTC  (16+ messages)
` [PATCH 3/4] cgroup: "
` [PATCH 4/4] memcg: force use_hierarchy if sane_behavior
    ` [PATCH v2 "

question about hierarchies
 2013-04-15 18:30 UTC 

[PATCH] cgroup: remove cgrp->top_cgroup
 2013-04-15  6:26 UTC  (2+ messages)

[PATCHSET] cgroup: implement task_cgroup_path_from_hierarchy()
 2013-04-15  3:57 UTC  (10+ messages)
` [PATCH 4/4] "
    ` [PATCH UPDATED "

[PATCH cgroup/for-3.10] cgroup: make cgroup_path() not print double slashes
 2013-04-15  3:18 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