cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-10-01 12:29:11 to 2012-10-17 13:30:42 UTC [more...]

[RFC] memcg/cgroup: do not fail fail on pre_destroy callbacks
 2012-10-17 13:30 UTC 

[PATCH v0 0/4] Rework net_cls update socket logic
 2012-10-17 13:04 UTC  (5+ messages)
` [PATCH v0 3/4] cgroup: net_cls: Pass in task to sock_update_classid()
  ` [PATCH v0 1/4] cgroup: net_prio: Mark local used function static
  ` [PATCH v0 2/4] cgroup: net_cls: Fix local variable type decleration
  ` [PATCH v0 4/4] cgroup: net_cls: Rework update socket logic

process hangs on do_exit when oom happens
 2012-10-17 10:23 UTC 

[PATCHSET cgroup/for-3.8] cgroup_freezer: allow migration regardless of freezer state and update locking
 2012-10-17  8:28 UTC  (9+ messages)
  ` [PATCH 1/7] cgroup: cgroup_subsys->fork() should be called after the task is added to css_set
  ` [PATCH 2/7] freezer: add missing mb's to freezer_count() and freezer_should_skip()
  ` [PATCH 3/7] cgroup_freezer: make it official that writes to freezer.state don't fail
  ` [PATCH 4/7] cgroup_freezer: don't stall transition to FROZEN for PF_NOFREEZE or PF_FREEZER_SKIP tasks
  ` [PATCH 6/7] cgroup_freezer: prepare update_if_frozen() for locking change
  ` [PATCH 7/7] cgroup_freezer: don't use cgroup_lock_live_group()
` [PATCH 5/7] cgroup_freezer: allow moving tasks in and out of a frozen cgroup

[PATCH v4 00/14] kmem controller for memcg
 2012-10-17  7:29 UTC  (50+ messages)
  ` [PATCH v4 01/14] memcg: Make it possible to use the stock for more than one page
  ` [PATCH v4 02/14] memcg: Reclaim when more than one page needed
  ` [PATCH v4 03/14] memcg: change defines to an enum
  ` [PATCH v4 04/14] kmem accounting basic infrastructure
  ` [PATCH v4 05/14] Add a __GFP_KMEMCG flag
  ` [PATCH v4 06/14] memcg: kmem controller infrastructure
  ` [PATCH v4 07/14] mm: Allocate kernel pages to the right memcg
  ` [PATCH v4 08/14] res_counter: return amount of charges after res_counter_uncharge
  ` [PATCH v4 09/14] memcg: kmem accounting lifecycle management
  ` [PATCH v4 10/14] memcg: use static branches when code not in use
  ` [PATCH v4 11/14] memcg: allow a memcg with kmem charges to be destructed
  ` [PATCH v4 12/14] execute the whole memcg freeing in free_worker
  ` [PATCH v4 13/14] protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombs
  ` [PATCH v4 14/14] Add documentation about the kmem controller

Is not locking task_lock in cgroup_fork() safe?
 2012-10-17  7:26 UTC  (9+ messages)

[PATCH v5 00/14] kmem controller for memcg
 2012-10-17  6:56 UTC  (26+ messages)
` [PATCH v5 01/14] memcg: Make it possible to use the stock for more than one page
` [PATCH v5 02/14] memcg: Reclaim when more than one page needed
` [PATCH v5 03/14] memcg: change defines to an enum
` [PATCH v5 04/14] kmem accounting basic infrastructure
` [PATCH v5 05/14] Add a __GFP_KMEMCG flag
` [PATCH v5 06/14] memcg: kmem controller infrastructure
` [PATCH v5 07/14] mm: Allocate kernel pages to the right memcg
` [PATCH v5 08/14] res_counter: return amount of charges after res_counter_uncharge
` [PATCH v5 09/14] memcg: kmem accounting lifecycle management
` [PATCH v5 10/14] memcg: use static branches when code not in use
` [PATCH v5 11/14] memcg: allow a memcg with kmem charges to be destructed
` [PATCH v5 12/14] execute the whole memcg freeing in free_worker
` [PATCH v5 13/14] protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombs
` [PATCH v5 14/14] Add documentation about the kmem controller

[REGRESSION] cgroup: notify_on_release may not be triggered in some cases
 2012-10-17  0:11 UTC  (3+ messages)

3.6-rc5 cgroups blkio throttle + md regression
 2012-10-16 19:11 UTC  (14+ messages)
                  ` [PATCH 1/2] block: lift the initial queue bypass mode on blk_register_queue() instead of blk_init_allocated_queue()

[PATCH] oom, memcg: handle sysctl oom_kill_allocating_task while memcg oom happening
 2012-10-16 18:44 UTC  (7+ messages)

[PATCH] memory cgroup: update root memory cgroup when node is onlined
 2012-10-16  7:21 UTC  (5+ messages)

[PATCH] oom, memcg: handle sysctl oom_kill_allocating_task while memcg oom happening
 2012-10-16  7:03 UTC  (4+ messages)

[PATCH v4 00/19] slab accounting for memcg
 2012-10-12 13:41 UTC  (20+ messages)
  ` [PATCH v4 01/19] slab: Ignore internal flags in cache creation
  ` [PATCH v4 02/19] move slabinfo processing to slab_common.c
  ` [PATCH v4 03/19] move print_slabinfo_header "
  ` [PATCH v4 04/19] sl[au]b: process slabinfo_show in common code
  ` [PATCH v4 05/19] slab: don't preemptively remove element from list in cache destroy
  ` [PATCH v4 06/19] slab/slub: struct memcg_params
  ` [PATCH v4 07/19] consider a memcg parameter in kmem_create_cache
  ` [PATCH v4 08/19] Allocate memory for memcg caches whenever a new memcg appears
  ` [PATCH v4 09/19] memcg: infrastructure to match an allocation to the right cache
  ` [PATCH v4 10/19] memcg: skip memcg kmem allocations in specified code regions
  ` [PATCH v4 11/19] sl[au]b: always get the cache from its page in kfree
  ` [PATCH v4 12/19] sl[au]b: Allocate objects from memcg cache
  ` [PATCH v4 13/19] memcg: destroy memcg caches
  ` [PATCH v4 14/19] memcg/sl[au]b Track all the memcg children of a kmem_cache
  ` [PATCH v4 15/19] memcg/sl[au]b: shrink dead caches
  ` [PATCH v4 16/19] Aggregate memcg cache values in slabinfo
  ` [PATCH v4 17/19] slab: propagate tunables values
  ` [PATCH v4 18/19] slub: slub-specific propagation changes
  ` [PATCH v4 19/19] Add slab-specific documentation about the kmem controller

[PATCH v3 00/13] kmem controller for memcg
 2012-10-08  9:45 UTC  (33+ messages)
` [PATCH v3 01/13] memcg: Make it possible to use the stock for more than one page
` [PATCH v3 02/13] memcg: Reclaim when more than one page needed
` [PATCH v3 03/13] memcg: change defines to an enum
` [PATCH v3 05/13] Add a __GFP_KMEMCG flag
` [PATCH v3 06/13] memcg: kmem controller infrastructure
` [PATCH v3 09/13] memcg: kmem accounting lifecycle management
` [PATCH v3 11/13] memcg: allow a memcg with kmem charges to be destructed
` [PATCH v3 12/13] execute the whole memcg freeing in rcu callback
` [PATCH v3 13/13] protect architectures where THREAD_SIZE >= PAGE_SIZE against fork bombs

[PATCH v3 04/13] kmem accounting basic infrastructure
 2012-10-06  2:19 UTC  (20+ messages)

[patch 0/2] memcg fixups that fell through cracks in 3.5
 2012-10-05 20:53 UTC  (7+ messages)
` [patch 1/2] mm: memcontrol: handle potential crash when rmap races with task exit
` [patch 2/2] mm: memcg: clean up mm_match_cgroup() signature

[PATCH v3 04/13] kmem accounting basic infrastructure
 2012-10-03 22:59 UTC  (11+ messages)

[RFC PATCH 00/15] Use vdisktime based scheduling logic for cfq queues
 2012-10-03 13:06 UTC  (27+ messages)
` [PATCH 01/15] cfq-iosched: Properly name all references to IO class
  ` [PATCH 02/15] cfq-iosched: More renaming to better represent wl_class and wl_type
  ` [PATCH 03/15] cfq-iosched: Rename "service_tree" to "st"
  ` [PATCH 04/15] cfq-iosched: Rename few functions related to selecting workload
  ` [PATCH 05/15] cfq-iosched: Get rid of unnecessary local variable
  ` [PATCH 06/15] cfq-iosched: Print sync-noidle information in blktrace messages
  ` [PATCH 07/15] cfq-iosced: Do the round robin selection of workload type
  ` [PATCH 08/15] cfq-iosched: Make cfq_scale_slice() usable for both queues and groups
  ` [PATCH 09/15] cfq-iosched: make new_cfqq variable bool
  ` [PATCH 11/15] cfq-iosched: Remove residual slice logic
  ` [PATCH 12/15] cfq-iosched: put cooperating queue at the front of service tree
  ` [PATCH 14/15] cfq-iosched: Wait for queue to get busy even if this is not last queue in group
  ` [PATCH 15/15] cfq-ioschd: Give boost to higher prio/weight queues
` [PATCH 10/15] cfq-get-rid-of-slice-offset-and-always-put-new-queue-at-the-end-2
` [PATCH 13/15] cfq-iosched: Use same scheduling algorithm for groups and queues

[PATCH v3 00/16] slab accounting for memcg
 2012-10-02 14:46 UTC  (3+ messages)
` [PATCH v3 05/16] consider a memcg parameter in kmem_create_cache

[RFC 0/4] bypass charges if memcg is not used
 2012-10-02  9:34 UTC  (5+ messages)
` [RFC 1/4] memcg: provide root figures from system totals

[GIT PULL] cgroup hierarchy changes for v3.7-rc1
 2012-10-02  7:44 UTC 


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