messages from 2017-07-07 09:29:42 to 2017-07-31 09:05:19 UTC [more...]
[RFC PATCH] mm/slub: fix a deadlock due to incomplete patching of cpusets_enabled()
2017-07-31 9:05 UTC (19+ messages)
` [PATCH v2] cpuset: "
` [PATCH v3] "
[PATCHSET for-4.14] cgroup, sched: cgroup2 interface for CPU controller
2017-07-29 9:17 UTC (5+ messages)
` [PATCH 1/2] sched: Misc preps for cgroup unified hierarchy interface
` [PATCH 2/2] sched: Implement interface for cgroup unified hierarchy
[PATCH v2] mm: memcontrol: Use int for event/state parameter in several functions
2017-07-28 21:34 UTC
[PATCH] mm: memcontrol: Use int for event/state parameter in several functions
2017-07-28 19:52 UTC (4+ messages)
[PATCH] cgroup: add cgroup.stat interface with basic hierarchy stats
2017-07-28 15:09 UTC (7+ messages)
[v4 1/4] mm, oom: refactor the TIF_MEMDIE usage
2017-07-27 21:41 UTC (10+ messages)
` [v4 2/4] mm, oom: cgroup-aware OOM killer
` [v4 3/4] mm, oom: introduce oom_priority for memory cgroups
` [v4 4/4] mm, oom, docs: describe the cgroup-aware OOM killer
[PATCH] mm: memcontrol: Cast mismatched enum types passed to memcg state and event functions
2017-07-27 19:46 UTC (7+ messages)
[PATCH] mm, memcg: reset low limit during memcg offlining
2017-07-27 14:47 UTC (14+ messages)
` [PATCH 1/2] mm, memcg: reset memory.low "
` [PATCH 2/2] cgroup: revert fa06235b8eb0 ("cgroup: reset css on destruction")
[PATCH stable 3.10] mm: memcontrol: factor out reclaim iterator loading and updating
2017-07-27 14:36 UTC (2+ messages)
[RFC PATCH] mm: memcg: fix css double put in mem_cgroup_iter
2017-07-27 6:53 UTC (4+ messages)
[PATCH v2 0/4] cgroup: Introducing bypass mode
2017-07-25 19:10 UTC (15+ messages)
` [PATCH v2 1/4] cgroup: Child cgroup creation not allowed on invalid domain
` [PATCH] cgroup: remove unnecessary empty check when enabling threaded mode
` [PATCH cgroup/for-4.14] cgroup: add comment to cgroup_enable_threaded()
` [PATCH v2 2/4] cgroup: Allow bypass mode in subtree_control
` [PATCH v2 3/4] cgroup: Allow reenabling of controller in bypass mode
` [PATCH v2 4/4] cgroup: Make debug controller report new controller masks
[PATCH cgroup/for-4.13-fixes] cgroup: fix error return value from cgroup_subtree_control()
2017-07-23 12:15 UTC (2+ messages)
[PATCHSET for-4.13] cgroup: implement cgroup2 thread mode, v4
2017-07-21 15:18 UTC (8+ messages)
` [PATCH 1/6] cgroup: reorganize cgroup.procs / task write path
` [PATCH 2/6] cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCS
` [PATCH 3/6] cgroup: introduce cgroup->dom_cgrp and threaded css_set handling
` [PATCH 4/6] cgroup: implement CSS_TASK_ITER_THREADED
` [PATCH 5/6] cgroup: implement cgroup v2 thread support
` [PATCH 6/6] cgroup: update debug controller to print out thread mode information
[PATCHSET for-4.13] cgroup: implement cgroup2 thread mode, v3
2017-07-19 17:48 UTC (31+ messages)
` [PATCH 1/6] cgroup: reorganize cgroup.procs / task write path
` [PATCH 2/6] cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCS
` [PATCH 3/6] cgroup: introduce cgroup->dom_cgrp and threaded css_set handling
` [PATCH 4/6] cgroup: implement CSS_TASK_ITER_THREADED
` [PATCH 5/6] cgroup: implement cgroup v2 thread support
` [PATCH 6/6] cgroup: update debug controller to print out thread mode information
[PATCH] cgroup: Show control files in cgroup2 root after mount
2017-07-18 22:11 UTC (10+ messages)
` [PATCH cgroup/for-4.13-fixes] cgroup: create dfl_root files on subsys registration
[PATCH 00/15] v3 kernel core pieces refcount conversions
2017-07-18 9:39 UTC (20+ messages)
` [PATCH 01/15] kernel: convert sighand_struct.count from atomic_t to refcount_t
` [PATCH 02/15] kernel: convert signal_struct.sigcnt "
` [PATCH 03/15] kernel: convert user_struct.__count "
` [PATCH 04/15] kernel: convert task_struct.usage "
` [PATCH 05/15] kernel: convert task_struct.stack_refcount "
` [PATCH 06/15] kernel: convert perf_event_context.refcount "
` [PATCH 07/15] kernel: convert ring_buffer.refcount "
` [PATCH 08/15] kernel: convert ring_buffer.aux_refcount "
` [PATCH 09/15] kernel: convert uprobe.ref "
` [PATCH 10/15] kernel: convert nsproxy.count "
` [PATCH 11/15] kernel: convert group_info.usage "
` [PATCH 12/15] kernel: convert cred.usage "
` [PATCH 13/15] sched: convert numa_group.refcount "
` [PATCH 14/15] kernel: convert futex_pi_state.refcount "
` [PATCH 15/15] kernel: convert kcov.refcount "
[cgroup:review-cgroup2-threads-v3 10/10] kernel/cgroup/debug.c:137:21: sparse: incompatible types in comparison expression (different address spaces)
2017-07-17 23:07 UTC
[PATCH 4/6] mm/memcontrol: allow to uncharge page without using page->lru field
2017-07-17 9:15 UTC (4+ messages)
` [PATCH 5/6] mm/memcontrol: support MEMORY_DEVICE_PRIVATE and MEMORY_DEVICE_PUBLIC v3
[PATCH 1/2 cgroup/for-4.14] cgroup: distinguish local and children populated states
2017-07-17 1:44 UTC (2+ messages)
` [PATCH 2/2 cgroup/for-4.14] cgroup: replace css_set walking populated test with testing cgrp->nr_populated_csets
[PATCH cgroup/for-4.14] cgroup: remove now unused list_head @pending in cgroup_apply_cftypes()
2017-07-17 1:39 UTC
[PATCH] cgroup: update outdated cgroup.procs documentation
2017-07-17 1:36 UTC
[v3 2/6] mm, oom: cgroup-aware OOM killer
2017-07-12 20:26 UTC (6+ messages)
[PATCH 3/5] mm/memcontrol: allow to uncharge page without using page->lru field
2017-07-12 18:06 UTC (2+ messages)
` [PATCH 4/5] mm/memcontrol: support MEMORY_DEVICE_PRIVATE and MEMORY_DEVICE_HOST v2
[PATCHSET for-4.13] cgroup: implement cgroup2 thread mode, v2
2017-07-12 14:00 UTC (13+ messages)
[PATCH 4/5] mm/memcontrol: allow to uncharge page without using page->lru field
2017-07-10 18:10 UTC (11+ messages)
[PATCH 00/15] v2 kernel core refcount conversions
2017-07-07 13:22 UTC (15+ messages)
` [PATCH 06/15] kernel: convert perf_event_context.refcount from atomic_t to refcount_t
` [PATCH 13/15] kernel: convert numa_group.refcount "
` [PATCH 14/15] kernel: convert futex_pi_state.refcount "
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).