cgroups.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2012-12-28 20:35:37 to 2013-01-15 06:30:05 UTC [more...]

[PATCH] cgroup: don't show pid list on tasks/procs in ascending order
 2013-01-15  6:30 UTC  (4+ messages)

[PATCH 1/2] cpuset: fix RCU lockdep splat
 2013-01-15  6:11 UTC  (2+ messages)
  ` [PATCH 2/2] cpuset: return the return value of cgroup_path() to userspace

[RFC PATCH v3] cgroup: net_cls: traffic counter based on classification control cgroup
 2013-01-14 23:12 UTC  (2+ messages)

[PATCH v2 0/2] slightly change shrinker behaviour for very small object sets
 2013-01-14 19:58 UTC  (2+ messages)

[PATCH 1/2] cgroup: remove synchronize_rcu() from cgroup_attach_{task|proc}()
 2013-01-14 18:55 UTC  (5+ messages)
  ` [PATCH 2/2] cgroup: remove synchronize_rcu() from rebind_subsystems()

[PATCH v5 00/11] per-cgroup cpu-stat
 2013-01-14 14:55 UTC  (19+ 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 09/11] record per-cgroup number of context switches
` [PATCH v5 10/11] sched: change nr_context_switches calculation
  ` [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

[RFC PATCH v3] cgroup: net_cls: traffic counter based on classification control cgroup
 2013-01-14 11:50 UTC  (5+ messages)

synchronize_rcu in cgroup_attach_task and cgroup_attach_proc
 2013-01-14  4:07 UTC  (2+ messages)

[PATCH] cpuset: update MAINTAINERS
 2013-01-11 18:43 UTC  (2+ messages)

[PATCH v2 0/7] replace cgroup_lock with local memcg lock
 2013-01-11  9:45 UTC  (8+ messages)
` [PATCH v2 1/7] memcg: prevent changes to move_charge_at_immigrate during task attach
` [PATCH v2 2/7] memcg: split part of memcg creation to css_online
` [PATCH v2 3/7] memcg: provide online test for memcg
` [PATCH v2 4/7] memcg: fast hierarchy-aware child test
` [PATCH v2 5/7] May god have mercy on my soul
` [PATCH v2 6/7] memcg: replace cgroup_lock with memcg specific memcg_lock
` [PATCH v2 7/7] memcg: increment static branch right after limit set

[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 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 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] 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  (42+ messages)
` [PATCH V3 2/8] Make TestSetPageDirty and dirty page accounting in one func
` [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 

[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  (46+ messages)
` [PATCH 11/24] cfq-iosched: add leaf_weight
` [PATCH 12/24] cfq-iosched: implement cfq_group->nr_active and ->children_weight
` [PATCH 13/24] cfq-iosched: implement hierarchy-ready cfq_group charge scaling
` [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 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 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 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  (13+ 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()


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).