cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2013-12-12 19:23:19 to 2014-01-06 08:45:02 UTC [more...]

[PATCH RESEND 00/11] kmemcg-fixes
 2014-01-06  8:45 UTC  (12+ messages)
` [PATCH RESEND 01/11] slab: cleanup kmem_cache_create_memcg() error handling
` [PATCH RESEND 02/11] memcg, slab: kmem_cache_create_memcg(): fix memleak on fail path
` [PATCH RESEND 03/11] memcg, slab: cleanup memcg cache initialization/destruction
` [PATCH RESEND 04/11] memcg, slab: fix barrier usage when accessing memcg_caches
` [PATCH RESEND 05/11] memcg: fix possible NULL deref while traversing memcg_slab_caches list
` [PATCH RESEND 06/11] memcg, slab: fix races in per-memcg cache creation/destruction
` [PATCH RESEND 07/11] memcg: get rid of kmem_cache_dup
` [PATCH RESEND 08/11] slab: do not panic if we fail to create memcg cache
  ` [PATCH RESEND 09/11] memcg, slab: RCU protect memcg_params for root caches
` [PATCH RESEND 10/11] memcg: remove KMEM_ACCOUNTED_ACTIVATED flag
` [PATCH RESEND 11/11] memcg: rework memcg_update_kmem_limit synchronization

[RFC PATCH net-next 0/4] net_cls for sys container
 2014-01-06  8:42 UTC  (4+ messages)

[RFC PATCH net-next 1/4] net: introduce backup_classid to struct skbuff
 2014-01-06  8:16 UTC  (4+ messages)

[RFC PATCH net-next 3/4] veth: backup classid befor switch net_ns
 2014-01-06  2:16 UTC  (3+ messages)

[PATCH 0/4] x86: Add Cache QoS Monitoring (CQM) support
 2014-01-05  5:23 UTC  (7+ messages)
  ` [PATCH 3/4] cgroup: Add new cacheqos cgroup subsys to support Cache QoS Monitoring
  ` [PATCH 4/4] Documentation: Add documentation for cacheqos cgroup

RFC: cgroups aware proc
 2014-01-05  0:12 UTC  (2+ messages)

[PATCH nf-next v5 0/3] xtables socket classid matching
 2014-01-04 14:48 UTC  (12+ messages)
  ` [PATCH nf-next v5 1/3] net: net_cls: move cgroupfs classid handling into core
` [PATCH nf-next v5 2/3] net: netprio: rename config to be more consistent with cgroup configs
` [PATCH nf-next v5 3/3] netfilter: xtables: lightweight process control group matching

[RFC PATCH net-next 4/4] cls_cgroup: restore classid from skb->sk_classid
 2014-01-03  3:11 UTC 

[RFC PATCH net-next 2/4] cls_cgroup: introduce a helper: bk_cls_classid()
 2014-01-03  3:11 UTC 

[PATCH nf-next v4 0/3] xtables socket classid matching
 2013-12-29 17:13 UTC  (4+ messages)
  ` [PATCH nf-next v4 1/3] net: net_cls: move cgroupfs classid handling into core
  ` [PATCH nf-next v4 2/3] net: netprio: rename config to be more consistent with cgroup configs
` [PATCH nf-next v4 3/3] netfilter: xtables: lightweight process control group matching

[PATCH nf-next v3] netfilter: xtables: lightweight process control group matching
 2013-12-28 18:37 UTC  (10+ messages)

[RFC PATCH 0/3] x86: Add Cache QoS Monitoring (CQM) support
 2013-12-26 21:34 UTC  (4+ messages)
` [RFC PATCH 1/3] x86: Add support for Cache QoS Monitoring (CQM) detection
` [RFC PATCH 2/3] x86: Add Cache QoS Monitoring support to x86 perf uncore
` [RFC PATCH 3/3] cgroup: Add new cacheqos cgroup subsys to support Cache QoS Monitoring

[GIT PULL] cgroup fixes for v3.13-rc5
 2013-12-24 14:29 UTC 

[PATCH RFC 0/9] cgroups: add res_counter_write_u64() API
 2013-12-23 12:54 UTC 

[PATCH 00/11] kmemcg fixes
 2013-12-21 15:54 UTC  (12+ messages)
` [PATCH 01/11] slab: cleanup kmem_cache_create_memcg() error handling
` [PATCH 02/11] memcg, slab: kmem_cache_create_memcg(): fix memleak on fail path
` [PATCH 03/11] memcg, slab: cleanup memcg cache initialization/destruction
` [PATCH 04/11] memcg, slab: fix barrier usage when accessing memcg_caches
` [PATCH 05/11] memcg: fix possible NULL deref while traversing memcg_slab_caches list
` [PATCH 06/11] memcg, slab: fix races in per-memcg cache creation/destruction
` [PATCH 07/11] memcg: get rid of kmem_cache_dup
` [PATCH 08/11] slab: do not panic if we fail to create memcg cache
` [PATCH 09/11] memcg, slab: RCU protect memcg_params for root caches
` [PATCH 10/11] memcg: remove KMEM_ACCOUNTED_ACTIVATED flag
` [PATCH 11/11] memcg: rework memcg_update_kmem_limit synchronization

[PATCH v14 00/18] kmemcg shrinkers
 2013-12-20 17:00 UTC  (29+ messages)
` [PATCH v14 01/18] memcg: make cache index determination more robust
` [PATCH v14 02/18] memcg: consolidate callers of memcg_cache_id
` [PATCH v14 03/18] memcg: move initialization to memcg creation
` [PATCH v14 05/18] memcg: remove KMEM_ACCOUNTED_ACTIVATED flag
` [PATCH v14 06/18] memcg: rework memcg_update_kmem_limit synchronization
` [PATCH v14 07/18] list_lru, shrinkers: introduce list_lru_shrink_{count,walk}
` [PATCH v14 08/18] fs: consolidate {nr,free}_cached_objects args in shrink_control
` [PATCH v14 09/18] vmscan: move call to shrink_slab() to shrink_zones()
` [PATCH v14 10/18] vmscan: remove shrink_control arg from do_try_to_free_pages()
` [PATCH v14 11/18] vmscan: call NUMA-unaware shrinkers irrespective of nodemask
  ` [PATCH v14 04/18] memcg: make for_each_mem_cgroup macros public
  ` [PATCH v14 12/18] vmscan: shrink slab on memcg pressure
  ` [PATCH v14 17/18] memcg: reap dead memcgs upon global memory pressure
` [PATCH v14 13/18] vmscan: take at least one pass with shrinkers
` [PATCH v14 14/18] list_lru: add per-memcg lists
` [PATCH v14 15/18] fs: make shrinker memcg aware
` [PATCH v14 16/18] vmpressure: in-kernel notifications
` [PATCH v14 18/18] memcg: flush memcg items upon memcg destruction

[patch 1/2] mm, memcg: avoid oom notification when current needs access to memory reserves
 2013-12-19 14:41 UTC  (17+ messages)

[PATCH 1/6] slab: cleanup kmem_cache_create_memcg()
 2013-12-19 10:23 UTC  (42+ messages)
` [PATCH 2/6] memcg, slab: kmem_cache_create_memcg(): free memcg params on error
` [PATCH 3/6] memcg, slab: cleanup barrier usage when accessing memcg_caches
` [PATCH 4/6] memcg, slab: check and init memcg_cahes under slab_mutex
` [PATCH 5/6] memcg: clear memcg_params after removing cache from memcg_slab_caches list
` [PATCH 6/6] memcg, slab: RCU protect memcg_params for root caches
` [Devel] [PATCH 1/6] slab: cleanup kmem_cache_create_memcg()

cgroup filter on physics interface can't control container
 2013-12-18  9:12 UTC  (2+ messages)

Race in memcg kmem?
 2013-12-18  7:51 UTC  (6+ messages)
          ` [Devel] "

3.13-rc breaks MEMCG_SWAP
 2013-12-17 13:15 UTC  (25+ messages)
                ` [PATCH cgroup/for-3.13-fixes] cgroup: don't recycle cgroup id until all csses' have been destroyed

[PATCH 1/2] memcg: fix memcg_size() calculation
 2013-12-17  8:12 UTC  (7+ messages)
  ` [PATCH 2/2] memcg: do not use vmalloc for mem_cgroup allocations
    ` [Devel] "

[patch 1/2] mm: memcg: handle non-error OOM situations more gracefully
 2013-12-16  8:22 UTC  (7+ messages)
` [patch 2/2] fs: buffer: move allocation failure loop into the allocator

[PATCH v13 00/16] kmemcg shrinkers
 2013-12-14 20:03 UTC  (9+ messages)
` [PATCH v13 11/16] mm: list_lru: add per-memcg lists

[PATCH cgroup/for-3.14] cgroup: fix fail path in cgroup_load_subsys()
 2013-12-13 20:47 UTC  (3+ messages)

[patch 7/8] mm, memcg: allow processes handling oom notifications to access reserves
 2013-12-13 11:47 UTC  (13+ 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).