messages from 2012-10-05 07:05:21 to 2012-10-18 20:07:05 UTC [more...]
Is not locking task_lock in cgroup_fork() safe?
2012-10-18 20:07 UTC (11+ messages)
[PATCH v5 00/14] kmem controller for memcg
2012-10-18 19:47 UTC (58+ 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
[PATCH] memory cgroup: update root memory cgroup when node is onlined
2012-10-18 19:03 UTC (6+ messages)
[PATCH] oom, memcg: handle sysctl oom_kill_allocating_task while memcg oom happening
2012-10-18 15:32 UTC (10+ messages)
[PATCH v4 00/19] slab accounting for memcg
2012-10-18 11:38 UTC (21+ 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
[RFC] memcg/cgroup: do not fail fail on pre_destroy callbacks
2012-10-18 8:42 UTC (11+ messages)
` [PATCH 1/6] memcg: split mem_cgroup_force_empty into reclaiming and reparenting parts
` [PATCH 2/6] memcg: root_cgroup cannot reach mem_cgroup_move_parent
` [PATCH 3/6] memcg: Simplify mem_cgroup_force_empty_list error handling
` [PATCH 4/6] cgroups: forbid pre_destroy callback to fail
` [PATCH 5/6] memcg: make mem_cgroup_reparent_charges non failing
` [PATCH 6/6] hugetlb: do not fail in hugetlb_cgroup_pre_destroy
[PATCHSET cgroup/for-3.8] cgroup_freezer: allow migration regardless of freezer state and update locking
2012-10-18 1:25 UTC (11+ 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 v0 0/4] Rework net_cls update socket logic
2012-10-17 16:15 UTC (10+ 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
[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
[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 7:03 UTC (4+ messages)
[PATCH v3 00/13] kmem controller for memcg
2012-10-08 9:45 UTC (6+ messages)
` [PATCH v3 12/13] execute the whole memcg freeing in rcu callback
[PATCH v3 04/13] kmem accounting basic infrastructure
2012-10-06 2:19 UTC (19+ 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
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).