messages from 2014-01-17 20:37:38 to 2014-02-11 16:57:38 UTC [more...]
[PATCHSET cgroup/for-3.15] cgroup: convert to kernfs
2014-02-11 16:57 UTC (23+ messages)
` [PATCH 09/13] cgroup: introduce cgroup_init/exit_cftypes()
` [PATCH 01/13] cgroup: improve css_from_dir() into css_tryget_from_dir()
` [PATCH 02/13] cgroup: introduce cgroup_tree_mutex
` [PATCH v2 "
` [PATCH 03/13] cgroup: release cgroup_mutex over file removals
` [PATCH 04/13] cgroup: restructure locking and error handling in cgroup_mount()
` [PATCH 05/13] cgroup: factor out cgroup_setup_root() from cgroup_mount()
` [PATCH 06/13] cgroup: update cgroup name handling
` [PATCH 07/13] cgroup: make cgroup_subsys->base_cftypes use cgroup_add_cftypes()
` [PATCH 08/13] cgroup: update the meaning of cftype->max_write_len
` [PATCH 10/13] cgroup: introduce cgroup_ino()
` [PATCH 11/13] cgroup: misc preps for kernfs conversion
` [PATCH v2 "
` [PATCH 12/13] cgroup: relocate functions in preparation of "
` [PATCH 13/13] cgroup: convert to kernfs
` [PATCH v2 "
` [PATCH v4 "
[PATCH] cgroup: protect modifications to cgroup_idr with cgroup_mutex
2014-02-11 16:26 UTC (5+ messages)
` [PATCH cgroup/for-3.14-fixes] "
[PATCHSET cgroup/for-3.15] cgroup: more cleanups
2014-02-10 23:06 UTC (19+ messages)
` [PATCH 05/16] cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count()
` [PATCH 01/16] cgroup: disallow xattr, release_agent and name if sane_behavior
` [PATCH 02/16] cgroup: drop CGRP_ROOT_SUBSYS_BOUND
` [PATCH 03/16] cgroup: enable task_cg_lists on the first cgroup mount
` [PATCH 04/16] cgroup: relocate cgroup_enable_task_cg_lists()
` [PATCH 06/16] cgroup: reimplement cgroup_transfer_tasks() without using css_scan_tasks()
` [PATCH 07/16] cgroup: make css_set_lock a rwsem and rename it to css_set_rwsem
` [PATCH 08/16] cpuset: use css_task_iter_start/next/end() instead of css_scan_tasks()
` [PATCH 09/16] cgroup: remove css_scan_tasks()
` [PATCH 10/16] cgroup: separate out put_css_set_locked() and remove put_css_set_taskexit()
` [PATCH 12/16] cgroup: drop @skip_css from cgroup_taskset_for_each()
` [PATCH 11/16] cgroup: move css_set_rwsem locking outside of cgroup_task_migrate()
` [PATCH 13/16] cpuset: don't use cgroup_taskset_cur_css()
` [PATCH 14/16] cgroup: remove cgroup_taskset_cur_css() and cgroup_taskset_size()
` [PATCH 15/16] cgroup: cosmetic updates to cgroup_attach_task()
` [PATCH v2 "
` [PATCH 16/16] cgroup: unexport functions
[PATCHSET cgroup/for-3.15] cgroup: update task migration path
2014-02-10 20:21 UTC (6+ messages)
` [PATCH 1/5] cgroup: add css_set->mg_tasks
` [PATCH 2/5] cgroup: use css_set->mg_tasks to track target tasks during migration
` [PATCH 3/5] cgroup: separate out cset_group_from_root() from task_cgroup_from_root()
` [PATCH 4/5] cgroup: split process / task migration into four steps
` [PATCH 5/5] cgroup: update cgroup_transfer_tasks() to either succeed or fail
[PATCH] cgroup: use an ordered workqueue for cgroup destruction
2014-02-10 15:46 UTC (12+ messages)
mm: memcg: A infinite loop in __handle_mm_fault()
2014-02-10 13:52 UTC (5+ messages)
[PATCH 6/9] mm: Mark function as static in memcontrol.c
2014-02-10 8:23 UTC (5+ messages)
` [PATCH 7/9] mm: Mark functions as static in page_cgroup.c
[PATCHSET v2 cgroup/for-3.15] cgroup: cleanups after kernfs conversion
2014-02-08 20:06 UTC (10+ messages)
` [PATCH 3/8] cgroup: remove cftype_set
` [PATCH 1/8] cgroup: warn if "xattr" is specified with "sane_behavior"
` [PATCH 2/8] cgroup: relocate cgroup_rm_cftypes()
` [PATCH 4/8] cgroup: simplify dynamic cftype addition and removal
` [PATCH 7/8] cgroup: rename cgroupfs_root->number_of_cgroups to ->nr_cgrps and make it atomic_t
` [PATCH 5/8] cgroup: make cgroup hold onto its kernfs_node
` [PATCH 6/8] cgroup: remove cgroup->name
` [PATCH v3 "
` [PATCH 8/8] cgroup: remove cgroupfs_root->refcnt
[PATCHSET v2 cgroup/for-3.15] cgroup: convert to kernfs
2014-02-08 16:15 UTC (14+ messages)
` [PATCH 01/13] cgroup: improve css_from_dir() into css_tryget_from_dir()
` [PATCH 02/13] cgroup: introduce cgroup_tree_mutex
` [PATCH 03/13] cgroup: release cgroup_mutex over file removals
` [PATCH 04/13] cgroup: restructure locking and error handling in cgroup_mount()
` [PATCH 05/13] cgroup: factor out cgroup_setup_root() from cgroup_mount()
` [PATCH 06/13] cgroup: update cgroup name handling
` [PATCH 09/13] cgroup: introduce cgroup_init/exit_cftypes()
` [PATCH 10/13] cgroup: introduce cgroup_ino()
` [PATCH 11/13] cgroup: misc preps for kernfs conversion
` [PATCH 13/13] cgroup: convert to kernfs
` [PATCH 07/13] cgroup: make cgroup_subsys->base_cftypes use cgroup_add_cftypes()
` [PATCH 08/13] cgroup: update the meaning of cftype->max_write_len
` [PATCH 12/13] cgroup: relocate functions in preparation of kernfs conversion
[PATCHSET v2 cgroup/for-3.15] cgroup: drop module support and cgroup_root_mutex
2014-02-08 15:36 UTC (17+ messages)
` [PATCH 1/6] cgroup: make CONFIG_CGROUP_NET_PRIO bool and drop unnecessary init_netclassid_cgroup()
` [PATCH 3/6] cgroup: clean up cgroup_subsys names and initialization
` [PATCH 4/6] cgroup: rename cgroup_subsys->subsys_id to ->id
` [PATCH 5/6] cgroup: update locking in cgroup_show_options()
` [PATCH 2/6] cgroup: drop module support
` [PATCH v3 "
` [PATCH 6/6] cgroup: remove cgroup_root_mutex
[PATCHSET cgroup/for-3.14-fixes] cgroup: four misc fixes
2014-02-08 15:25 UTC (11+ messages)
` [PATCH 1/4] cgroup: fix error return value in cgroup_mount()
` [PATCH 2/4] cgroup: fix error return from cgroup_create()
` [PATCH 3/4] cgroup: fix locking in cgroup_cfts_commit()
` [PATCH 4/4] cgroup: move the one-off opts sanity check in cgroup_root_from_opts() to parse_cgroupfs_options()
Attaching a cgroup subsystem to multiple hierarchies
2014-02-08 8:55 UTC (2+ messages)
[cgroup] BUG: unable to handle kernel NULL pointer dereference
2014-02-07 17:49 UTC (3+ messages)
` [cgroup] BUG: unable to handle kernel NULL pointer dereference at 0000000000000080
[cgroup] BUG: unable to handle kernel NULL pointer dereference at 0000000000000068
2014-02-05 7:23 UTC (2+ messages)
` [cgroup] WARNING: CPU: 0 PID: 0 at arch/x86/kernel/cpu/common.c:1379 warn_pre_alternatives()
the performance of cgroup regarding resource isolation
2014-02-04 18:59 UTC (2+ messages)
[PATCH] nfs: include xattr.h from fs/nfs/nfs3proc.c
2014-02-03 20:45 UTC (4+ messages)
Fwd: CGroups and pthreads
2014-01-31 20:24 UTC (4+ messages)
` "
[PATCHSET cgroup/for-3.15] cgroup: cleanups after kernfs conversion
2014-01-29 16:06 UTC (13+ messages)
` [PATCH 5/8] cgroup: make cgroup hold onto its kernfs_node
` [PATCH 1/8] cgroup: warn if "xattr" is specified with "sane_behavior"
` [PATCH 2/8] cgroup: relocate cgroup_rm_cftypes()
` [PATCH 3/8] cgroup: remove cftype_set
` [PATCH 4/8] cgroup: simplify dynamic cftype addition and removal
` [PATCH 6/8] cgroup: remove cgroup->name
` [PATCH v2 "
` [PATCH 7/8] cgroup: rename cgroupfs_root->number_of_cgroups to ->nr_cgrps and make it atomic_t
` [PATCH 8/8] cgroup: remove cgroupfs_root->refcnt
[PATCH] arm, pm, vmpressure: add missing slab.h includes
2014-01-28 23:04 UTC (2+ messages)
Please revert 4fd466eb46a6 ("HWPOISON: add memory cgroup filter")
2014-01-28 21:57 UTC (4+ messages)
[PATCH] cpuset: update MAINTAINERS entry
2014-01-28 15:18 UTC (4+ messages)
[PATCH 0/4] x86: Add Cache QoS Monitoring (CQM) support
2014-01-27 17:34 UTC (11+ messages)
[PATCH RFC 0/9] cgroups: add res_counter_write_u64() API
2014-01-26 15:56 UTC (2+ messages)
[PATCH] cpusets: Allocate heap only when required
2014-01-24 11:15 UTC (10+ messages)
[PATCH v4 0/3] Send audit/procinfo/cgroup data in socket-level control message
2014-01-23 19:31 UTC (6+ messages)
[patch 1/2] mm, memcg: avoid oom notification when current needs access to memory reserves
2014-01-21 13:21 UTC (26+ messages)
` [PATCH] memcg: Do not hang on OOM when killed by userspace OOM "
[GIT PULL] cgroup changes for v3.14-rc1
2014-01-21 10:04 UTC
[PATCHSET cgroup/for-3.14] cgroup: drop module support and cgroup_root_mutex
2014-01-20 13:13 UTC (14+ messages)
` [PATCH 1/6] cgroup: make CONFIG_NET_CLS_CGROUP and CONFIG_NETPRIO_CGROUP bool instead of tristate
` [PATCH 3/6] cgroup: clean up cgroup_subsys names and initialization
[PATCH 1/2] cgroup: insert space before assignment for codingstyle
2014-01-18 13:57 UTC (3+ messages)
` [PATCH 2/2] cgroup: place newline before function opening brace
` [PATCH] cgroup: trivial style updates
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).