messages from 2014-05-02 15:29:30 to 2014-05-27 07:43:28 UTC [more...]
[patch 0/9] mm: memcontrol: naturalize charge lifetime
2014-05-27 7:43 UTC (26+ messages)
` [patch 2/9] mm: memcontrol: rearrange charging fast path
` [patch 3/9] mm: memcontrol: retry reclaim for oom-disabled and __GFP_NOFAIL charges
` [patch 4/9] mm: memcontrol: catch root bypass in move precharge
` [patch 5/9] mm: memcontrol: use root_mem_cgroup res_counter
` [patch 6/9] mm: memcontrol: remove ordering between pc->mem_cgroup and PageCgroupUsed
` [patch 7/9] mm: memcontrol: do not acquire page_cgroup lock for kmem pages
` [patch 8/9] mm: memcontrol: rewrite charge API
` [patch 9/9] mm: memcontrol: rewrite uncharge API
[PATCH] page_alloc: skip cpuset enforcement for lower zone allocations
2014-05-23 23:33 UTC (2+ messages)
[PATCH RFC] blkcg: prepare blkcg knobs for default hierarchy
2014-05-23 17:39 UTC (11+ messages)
[PATCH cgroup/for-3.16] cgroup: clean up MAINTAINERS entries
2014-05-21 5:42 UTC (3+ messages)
[PATCH cgroup/for-3.16] cgroup: disallow debug controller on the default hierarchy
2014-05-19 20:38 UTC (2+ messages)
[PATCHSET cgroup/for-3.16] cgroup: use css->refcnt for cgroup reference counting
2014-05-16 17:23 UTC (23+ messages)
` [PATCH 1/9] cgroup: use restart_syscall() for mount retries
` [PATCH v2 "
` [PATCH 3/9] cgroup: separate out cgroup_has_live_children() from cgroup_destroy_locked()
` [PATCH 5/9] cgroup: move cgroup->sibling unlinking to cgroup_put()
` [PATCH 8/9] cgroup: enable refcnting for root csses
` [PATCH 2/9] cgroup: rename cgroup->dummy_css to ->self and move it to the top
` [PATCH 4/9] cgroup: move check_for_release(parent) call to the end of cgroup_destroy_locked()
` [PATCH 6/9] cgroup: remove cgroup_destory_css_killed()
` [PATCH 7/9] cgroup: bounce css release through css->destroy_work
` [PATCH 9/9] cgroup: use cgroup->self.refcnt for cgroup refcnting
` [PATCH cgroup/for-3.16] cgroup: introduce CSS_NO_REF and skip refcnting on normal root csses
` [PATCH v2 "
[PATCHSET cgroup/for-3.16] cgroup: iterate cgroup_subsys_states directly
2014-05-16 16:08 UTC (48+ messages)
` [PATCH 01/14] cgroup: remove css_parent()
` [PATCH v2 "
` [PATCH 02/14] cgroup: remove pointless has tasks/children test from mem_cgroup_force_empty()
` [PATCH] memcg: deprecate memory.force_empty knob
` [PATCH UPDATED 02/14] memcg: remove tasks/children test from mem_cgroup_force_empty()
` [PATCH 03/14] memcg: update memcg_has_children() to use css_next_child()
` [PATCH v2 "
` [PATCH 06/14] cgroup: move cgroup->sibling and ->children into cgroup_subsys_state
` [PATCH 07/14] cgroup: link all cgroup_subsys_states in their sibling lists
` [PATCH 04/14] device_cgroup: remove direct access to cgroup->children
` [PATCH 05/14] cgroup: remove cgroup->parent
` [PATCH 08/14] cgroup: move cgroup->serial_nr into cgroup_subsys_state
` [PATCH 09/14] cgroup: introduce CSS_RELEASED and reduce css iteration fallback window
` [PATCH v2 "
` [PATCH 10/14] cgroup: iterate cgroup_subsys_states directly
` [PATCH 11/14] cgroup: use CSS_ONLINE instead of CGRP_DEAD
` [PATCH 12/14] cgroup: convert cgroup_has_live_children() into css_has_online_children()
` [PATCH 13/14] device_cgroup: use css_has_online_children() instead of has_children()
` [PATCH 14/14] cgroup: implement css_tryget()
` [PATCH v2 "
[GIT PULL] more cgroup fixes for v3.15-rc5
2014-05-13 19:28 UTC
[PATCHSET cgroup/for-3.16] cgroup: remove cgroup_tree_mutex
2014-05-13 16:22 UTC (12+ messages)
` [PATCH 1/8] cgroup: reorganize cgroup_create()
` [PATCH 2/8] cgroup: collapse cgroup_create() into croup_mkdir()
` [PATCH 3/8] cgroup: grab cgroup_mutex earlier in cgroup_subtree_control_write()
` [PATCH 4/8] cgroup: move cgroup->kn->priv clearing to cgroup_rmdir()
` [PATCH 5/8] cgroup: factor out cgroup_kn_lock_live() and cgroup_kn_unlock()
` [PATCH 6/8] cgroup: use cgroup_kn_lock_live() in other cgroup kernfs methods
` [PATCH 7/8] cgroup: nest kernfs active protection under cgroup_mutex
` [PATCH 8/8] cgroup: remove cgroup_tree_mutex
[PATCHSET cgroup/for-3.16] cgroup: implement cftype->write()
2014-05-13 16:17 UTC (12+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] cgroup: replace cftype->write_string() with cftype->write()
` [PATCH v2 "
` [PATCH 3/5] cgroup: replace cftype->trigger() "
` [PATCH 4/5] cgroup: convert "tasks" and "cgroup.procs" handle to use cftype->write()
` [PATCH 5/5] cgroup: remove cgroup->control_kn
[PATCHSET v2 cgroup/for-3.16] cgroup: post unified hierarchy fixes and updates
2014-05-13 16:12 UTC (15+ messages)
` [PATCH 1/7] cgroup: fix offlining child waiting in cgroup_subtree_control_write()
` [PATCH 2/7] cgroup: cgroup_idr_lock should be bh
` [PATCH 3/7] cgroup: css_release() shouldn't clear cgroup->subsys[]
` [PATCH 4/7] cgroup: update and fix parsing of "cgroup.subtree_control"
` [PATCH 5/7] cgroup: use restart_syscall() for retries after offline waits in cgroup_subtree_control_write()
` [PATCH 6/7] cgroup: use release_agent_path_lock in cgroup_release_agent_show()
` [PATCH 7/7] cgroup: rename css_tryget*() to css_tryget_online*()
` [PATCH v2 "
[PATCH cgroup/for-3.15-fixes 1/2] cgroup: introduce task_css_is_root()
2014-05-13 15:35 UTC (9+ messages)
` [PATCH cgroup/for-3.15-fixes 2/2] cgroup_freezer: replace freezer->lock with freezer_mutex
` [PATCH v2 cgroup/for-3.15-fixes 1/2] cgroup: introduce task_css_is_root()
[PATCH cgroup/for-3.16] cgroup: fix rcu_read_lock() leak in update_if_frozen()
2014-05-13 15:34 UTC (2+ messages)
Staring with 3.14 devices.allow can't be opened in read-write mode
2014-05-12 20:22 UTC (4+ messages)
` [PATCH driver-core-linus] kernfs, sysfs, cgroup: restrict extra perm check on open to sysfs
[PATCH V3] MM: make vmpressure_win dynamic
2014-05-12 18:40 UTC (4+ messages)
[GIT PULL] cgroup fixes for v3.15-rc5
2014-05-12 18:15 UTC
[PATCH cgroup/for-3.16] cgroup: rename css_tryget*() to css_tryget_online*()
2014-05-08 18:36 UTC (3+ messages)
memcg with kmem limit doesn't recover after disk i/o causes limit to be hit
2014-05-08 15:25 UTC (12+ messages)
` Protection against container fork bombs [WAS: Re: memcg with kmem limit doesn't recover after disk i/o causes limit to be hit]
[PATCH cgroup/for-3.16] cgroup: remove unused CGRP_SANE_BEHAVIOR
2014-05-07 13:23 UTC
[PATCH 2/2] memcg: correct comments for __mem_cgroup_begin_update_page_stat
2014-05-07 9:19 UTC (2+ messages)
[PATCH 1/2] memcg: fold mem_cgroup_stolen
2014-05-07 9:17 UTC (2+ messages)
[PATCHSET cgroup/for-3.16] cgroup: post unified hierarchy fixes and updates
2014-05-06 13:22 UTC (6+ messages)
` [PATCH 1/4] cgroup: fix offlining child waiting in cgroup_subtree_control_write()
` [PATCH 2/4] cgroup: only allow space as the separator for "cgroup.subtree_control"
` [PATCH v2 2/9] cgroup: update and fix parsing of "cgroup.subtree_control"
` [PATCH 3/4] cgroup: use restart_syscall() for retries after offline waits in cgroup_subtree_control_write()
` [PATCH 4/4] cgroup: use release_agent_path_lock in cgroup_release_agent_show()
[PATCH 2/2] mm/memcontrol.c: introduce helper mem_cgroup_zoneinfo_zone()
2014-05-05 21:36 UTC (10+ messages)
[PATCH] device_cgroup: check if exception removal is allowed
2014-05-05 18:46 UTC (7+ messages)
` [PATCH v2] "
` [PATCH v3] "
blkcg: circular dependency between blkcg_pol_mutex and s_active
2014-05-05 17:48 UTC (6+ messages)
` [PATCH cgroup/for-3.15-fixes] blkcg: use trylock on blkcg_pol_mutex in blkcg_reset_stats()
[PATCHSET cgroup/for-3.15] cgroup: implement unified hierarchy
2014-05-05 16:37 UTC (6+ messages)
[PATCH] device_cgroup: fix the comment format for recently added functions
2014-05-04 19:21 UTC (5+ messages)
[PATCHSET cgroup/for-3.16] cgroup: implement css->id
2014-05-04 19:18 UTC (7+ messages)
` [PATCH 6/6] cgroup, memcg: implement css->id and convert css_from_id() to use it
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).