messages from 2012-12-26 10:20:11 to 2013-01-11 09:45:20 UTC [more...]
[PATCH v2 0/7] replace cgroup_lock with local memcg lock
2013-01-11 9:45 UTC
[PATCH] cpuset: update MAINTAINERS
2013-01-11 9:29 UTC
[PATCHSET] cpuset: decouple cpuset locking from cgroup core, take#2
2013-01-11 9:05 UTC (24+ messages)
` [PATCH 01/13] cpuset: remove unused cpuset_unlock()
` [PATCH 03/13] cpuset: introduce ->css_on/offline()
` [PATCH 04/13] cpuset: introduce CS_ONLINE
` [PATCH 05/13] cpuset: introduce cpuset_for_each_child()
` [PATCH 06/13] cpuset: cleanup cpuset[_can]_attach()
` [PATCH 07/13] cpuset: reorganize CPU / memory hotplug handling
` [PATCH 08/13] cpuset: don't nest cgroup_mutex inside get_online_cpus()
` [PATCH 09/13] cpuset: drop async_rebuild_sched_domains()
` [PATCH 10/13] cpuset: make CPU / memory hotplug propagation asynchronous
` [PATCH 11/13] cpuset: pin down cpus and mems while a task is being attached
` [PATCH 12/13] cpuset: schedule hotplug propagation from cpuset_attach() if the cpuset is empty
` [PATCH 02/13] cpuset: remove fast exit path from remove_tasks_in_empty_cpuset()
` [PATCH 13/13] cpuset: replace cgroup_mutex locking with cpuset internal locking
[PATCH] memcg: modify swap accounting function to support THP
2013-01-11 3:45 UTC (3+ messages)
[PATCH v2] cgroup: use new hashtable implementation
2013-01-10 20:13 UTC (2+ messages)
[RFC PATCH v3] cgroup: net_cls: traffic counter based on classification control cgroup
2013-01-10 14:00 UTC
2 bug fixes for the 3.4 cgroup code (v2)
2013-01-10 8:49 UTC (5+ messages)
` [PATCH 3.4 1/2] cgroup: Take css_set_lock when calling cgroup_css_sets_empty()
` [PATCH 3.4 2/2] cgroup: Fix use after free of cgrp (cgrp->css_sets) (v2)
[PATCH V3 0/8] Per-cgroup page stat accounting
2013-01-10 8:28 UTC (46+ messages)
` [PATCH V3 2/8] Make TestSetPageDirty and dirty page accounting in one func
` [PATCH V3 3/8] use vfs __set_page_dirty interface instead of doing it inside filesystem
` [PATCH V3 4/8] memcg: add per cgroup dirty pages accounting
` [PATCH V3 5/8] memcg: add per cgroup writeback "
` [PATCH V3 6/8] memcg: Don't account root_mem_cgroup page statistics
` [PATCH V3 7/8] memcg: disable memcg page stat accounting code when not in use
` [PATCH V3 8/8] memcg: Document cgroup dirty/writeback memory statistics
[PATCH 1/2] Add mempressure cgroup
2013-01-09 22:04 UTC
[PATCH v5 00/11] per-cgroup cpu-stat
2013-01-09 21:27 UTC (17+ messages)
` [PATCH v5 01/11] don't call cpuacct_charge in stop_task.c
` [PATCH v5 02/11] cgroup: implement CFTYPE_NO_PREFIX
` [PATCH v5 04/11] cgroup, sched: deprecate cpuacct
` [PATCH v5 05/11] sched: adjust exec_clock to use it as cpu usage metric
` [PATCH v5 06/11] cpuacct: don't actually do anything
` [PATCH v5 07/11] account guest time per-cgroup as well
` [PATCH v5 03/11] cgroup, sched: let cpu serve the same files as cpuacct
` [PATCH v5 08/11] sched: Push put_prev_task() into pick_next_task()
` [PATCH v5 11/11] sched: introduce cgroup file stat_percpu
` [PATCH v5 09/11] record per-cgroup number of context switches
` [PATCH v5 10/11] sched: change nr_context_switches calculation
[GIT PULL] cfq blkcg hierarchy support
2013-01-09 16:10 UTC
[PATCH 3.4 0/2] 2 bug fixes for the 3.4 cgroup code
2013-01-09 15:39 UTC (7+ messages)
` [PATCH 3.4 1/2] cgroup: Take css_set_lock when calling cgroup_css_sets_empty()
` [PATCH 3.4 2/2] cgroup: Fix use after free of cgrp (cgrp->css_sets)
[PATCH] cgroup: use new hashtable implementation
2013-01-09 1:55 UTC (3+ messages)
[PATCHSET] block: implement blkcg hierarchy support in cfq, take#2
2013-01-08 18:28 UTC (56+ messages)
` [PATCH 11/24] cfq-iosched: add leaf_weight
` [PATCH 12/24] cfq-iosched: implement cfq_group->nr_active and ->children_weight
` [PATCH 14/24] cfq-iosched: convert cfq_group_slice() to use cfqg->vfraction
` [PATCH 15/24] cfq-iosched: enable full blkcg hierarchy support
` [PATCH UPDATED "
` [PATCH 16/24] blkcg: add blkg_policy_data->plid
` [PATCH 19/24] blkcg: implement blkg_[rw]stat_recursive_sum() and blkg_[rw]stat_merge()
` [PATCH 20/24] block: RCU free request_queue
` [PATCH 01/24] cfq-iosched: Properly name all references to IO class
` [PATCH 02/24] cfq-iosched: More renaming to better represent wl_class and wl_type
` [PATCH 03/24] cfq-iosched: Rename "service_tree" to "st" at some places
` [PATCH 04/24] cfq-iosched: Rename few functions related to selecting workload
` [PATCH 05/24] cfq-iosched: Get rid of unnecessary local variable
` [PATCH 06/24] cfq-iosched: Print sync-noidle information in blktrace messages
` [PATCH 07/24] blkcg: fix minor bug in blkg_alloc()
` [PATCH 08/24] blkcg: reorganize blkg_lookup_create() and friends
` [PATCH 09/24] blkcg: cosmetic updates to blkg_create()
` [PATCH 10/24] blkcg: make blkcg_gq's hierarchical
` [PATCH 13/24] cfq-iosched: implement hierarchy-ready cfq_group charge scaling
` [PATCH 17/24] blkcg: implement blkcg_policy->on/offline_pd_fn() and blkcg_gq->online
` [PATCH 18/24] blkcg: s/blkg_rwstat_sum()/blkg_rwstat_total()/
` [PATCH 21/24] blkcg: make blkcg_print_blkgs() grab q locks instead of blkcg lock
` [PATCH 18.5/24] blkcg: export __blkg_prfill_rwstat() take#2
` [PATCH 22/24] cfq-iosched: separate out cfqg_stats_reset() from cfq_pd_reset_stats()
` [PATCH 23/24] cfq-iosched: collect stats from dead cfqgs
` [PATCH 24/24] cfq-iosched: add hierarchical cfq_group statistics
[PATCH 1/2] cgroups: move cgroup_event_listener.c to tools/cgroup
2013-01-08 18:08 UTC (7+ messages)
` [PATCH 2/2] cgroups: fix cgroup_event_listener error handling
[PATCHSET] cpuset: drop cpuset->stack_list and ->parent, take#2
2013-01-07 16:52 UTC (7+ messages)
` [PATCH 1/3] cpuset: implement cgroup_rightmost_descendant()
` [PATCH 2/3] cpuset: replace cpuset->stack_list with cpuset_for_each_descendant_pre()
` [PATCH 3/3] cpuset: remove cpuset->parent
[PATCHSET cgroup/for-3.8] cpuset: decouple cpuset locking from cgroup core
2013-01-06 23:28 UTC (14+ messages)
` [PATCH 06/13] cpuset: cleanup cpuset[_can]_attach()
[PATCH] small doc fix for blkio cgroups
2013-01-02 19:52 UTC (4+ messages)
` [PATCH] Fix typo in blkio cgroup doc
[PATCH for 3.2.34] memcg: do not trigger OOM from add_to_page_cache_locked
2012-12-30 11:08 UTC (15+ messages)
[cgroup:blkcg-cfq-hierarchy 24/24] ERROR: "__blkg_prfill_rwstat" [block/cfq-iosched.ko] undefined!
2012-12-28 23:02 UTC
[PATCHSET cgroup/for-3.8] cgroup_freezer: allow migration regardless of freezer state and update locking
2012-12-28 21:22 UTC (4+ messages)
` [PATCH 1/7] cgroup: cgroup_subsys->fork() should be called after the task is added to css_set
` [PATCH] cgroup: remove unused dummy cgroup_fork_callbacks()
Linux 3.3+ and memory cgroup kernel panics
2012-12-28 1:50 UTC (3+ messages)
[PATCH] netprio_cgroup: define sk_cgrp_prioidx only if NETPRIO_CGROUP is enabled
2012-12-26 22:16 UTC (3+ messages)
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).