messages from 2012-12-20 05:25:33 to 2013-01-09 12:37:38 UTC [more...]
[PATCH 3.4 0/2] 2 bug fixes for the 3.4 cgroup code
2013-01-09 12:37 UTC (4+ 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 v5 00/11] per-cgroup cpu-stat
2013-01-09 11:45 UTC (12+ 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
[PATCHSET] cpuset: decouple cpuset locking from cgroup core, take#2
2013-01-09 9:46 UTC (21+ 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 V3 0/8] Per-cgroup page stat accounting
2013-01-09 9:45 UTC (39+ messages)
` [PATCH V3 1/8] memcg: remove MEMCG_NR_FILE_MAPPED
` [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 2/8] Make TestSetPageDirty and dirty page accounting in one func
` [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] 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 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 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 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 (17+ 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)
[PATCH v2 0/2] slightly change shrinker behaviour for very small object sets
2012-12-22 23:56 UTC (7+ messages)
` [PATCH v2 1/2] super: fix calculation of shrinkable objects for small numbers
` [PATCH v2 2/2] vmscan: take at least one pass with shrinkers
[PATCH V5] memcg, oom: provide more precise dump info while memcg oom happening
2012-12-21 3:55 UTC (6+ messages)
[PATCH] cgroup: remove redundant check
2012-12-20 19:24 UTC (3+ messages)
[cgroup:blkcg-cfq-hierarchy 18/18] make[3]: Warning: File `scripts/Makefile.host' has modification time 3.6e+08 s in the future
2012-12-20 16:19 UTC
[PATCH 0/2] slightly change shrinker behaviour for very small object sets
2012-12-20 10:59 UTC (6+ messages)
` [PATCH 1/2] super: fix calculation of shrinkable objects for small numbers
` [PATCH 2/2] vmscan: take at least one pass with shrinkers
[cgroup:blkcg-cfq-hierarchy 18/18] /dev/shm/bash-redirect-mips-fuloong2e_defconfig: line 1: /dev/shm/build-error-mips-fuloong2e_defconfig/10257-10576-136: No space left on devicemake[3]: Warning: File `scripts/Makefile.host' has modification time 3.6e+08 s in the future
2012-12-20 9:11 UTC (2+ messages)
[cgroup:blkcg-cfq-hierarchy 18/18] make[1]: Warning: File `arch/mips/wrppmc/Platform' has modification time 3.6e+08 s in the future
2012-12-20 9:02 UTC (2+ 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).