- 8075b54 Merge branch 'for-4.4-fixes' into for-4.5 by Tejun Heo · 9 years ago
- 1f7dd3e5 cgroup: fix handling of multi-destination migration from subtree_control enabling by Tejun Heo · 9 years ago
- d2b43658 cpuset: Replace all instances of time_t with time64_t by Arnd Bergmann · 9 years ago
- 2e3078a Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 9 years ago
- da39da3 mm, oom: remove task_lock protecting comm printing by David Rientjes · 9 years ago
- 27bd4db cgroup: replace cgroup_has_tasks() with cgroup_is_populated() by Tejun Heo · 9 years ago
- 4530edd cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader() by Tejun Heo · 9 years ago
- 3df9ca0 cpuset: migrate memory only for threadgroup leaders by Tejun Heo · 9 years ago
- 7dbdb19 cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLE by Tejun Heo · 9 years ago
- 9e10a13 cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl() by Tejun Heo · 9 years ago
- 24ee3cf cpuset: use trialcs->mems_allowed as a temp variable by Alban Crequy · 9 years ago
- 6e276d2 kernel, cpuset: remove exception for __GFP_THISNODE by David Rientjes · 10 years ago
- 47b8ea7 cpusets, isolcpus: exclude isolcpus from load balancing in cpusets by Rik van Riel · 10 years ago
- 283cb41 cpuset: Fix cpuset sched_relax_domain_level by Jason Low · 10 years ago
- 79063bf cpuset: fix a warning when clearing configured masks in old hierarchy by Zefan Li · 10 years ago
- 790317e cpuset: initialize effective masks when clone_children is enabled by Zefan Li · 10 years ago
- e8e6d97 cpuset: use %*pb[l] to print bitmaps including cpumasks and nodemasks by Tejun Heo · 10 years ago
- 8f4ab07 kernel/cpuset.c: Mark cpuset_init_current_mems_allowed as __init by Rasmus Villemoes · 10 years ago
- 2756d37 Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
- f82f804 sched/deadline: Ensure that updates to exclusive cpusets don't break AC by Juri Lelli · 10 years ago
- 7f51412 sched/deadline: Fix bandwidth check/update when migrating tasks between exclusive cpusets by Juri Lelli · 10 years ago
- cea7446 cpuset: lock vs unlock typo by Dan Carpenter · 10 years ago
- 344736f cpuset: simplify cpuset_node_allowed API by Vladimir Davydov · 10 years ago
- 8447a0f cpuset: convert callback_mutex to a spinlock by Vladimir Davydov · 10 years ago
- b211e9d Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
- 2ad654b cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flags by Zefan Li · 10 years ago
- 52de477 cpuset: simplify proc_cpuset_show() by Zefan Li · 10 years ago
- 47dfe40 Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 10 years ago
- a138126 cpuset: fix the WARN_ON() in update_nodemasks_hier() by Li Zefan · 10 years ago
- 5577964 cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypes by Tejun Heo · 10 years ago
- afd1a8b cpuset: export effective masks to userspace by Li Zefan · 10 years ago
- 5d8ba82 cpuset: allow writing offlined masks to cpuset.cpus/mems by Li Zefan · 10 years ago
- be4c9dd cpuset: enable onlined cpu/node in effective masks by Li Zefan · 10 years ago
- 390a36a cpuset: refactor cpuset_hotplug_update_tasks() by Li Zefan · 10 years ago
- 7e88291 cpuset: make cs->{cpus, mems}_allowed as user-configured masks by Li Zefan · 10 years ago
- ae1c802 cpuset: apply cs->effective_{cpus,mems} by Li Zefan · 10 years ago
- 39bd0d1 cpuset: initialize top_cpuset's configured masks at mount by Li Zefan · 10 years ago
- 8b5f1c5 cpuset: use effective cpumask to build sched domains by Li Zefan · 10 years ago
- 554b0d1 cpuset: inherit ancestor's masks if effective_{cpus, mems} becomes empty by Li Zefan · 10 years ago
- 734d451 cpuset: update cs->effective_{cpus, mems} when config changes by Li Zefan · 10 years ago
- 1344ab9 cpuset: update cpuset->effective_{cpus,mems} at hotplug by Li Zefan · 10 years ago
- e2b9a3d cpuset: add cs->effective_cpus and cs->effective_mems by Li Zefan · 10 years ago
- aa6ec29 cgroup: remove sane_behavior support on non-default hierarchies by Tejun Heo · 10 years ago
- 76bb5ab cpuset: break kernfs active protection in cpuset_write_resmask() by Tejun Heo · 11 years ago
- 391acf9 cpuset,mempolicy: fix sleeping function called from invalid context by Gu Zheng · 11 years ago
- 14208b0 Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
- 664eedd mm: page_alloc: use jump labels to avoid checking number_of_cpusets by Mel Gorman · 11 years ago
- 5c9d535 cgroup: remove css_parent() by Tejun Heo · 11 years ago
- 451af50 cgroup: replace cftype->write_string() with cftype->write() by Tejun Heo · 11 years ago
- ec903c0 cgroup: rename css_tryget*() to css_tryget_online*() by Tejun Heo · 11 years ago
- 12d3089 kernel/cpuset.c: convert printk to pr_foo() by Fabian Frederick · 11 years ago
- fc34ac1 kernel/cpuset.c: kernel-doc fixes by Fabian Frederick · 11 years ago
- 76ca7d1 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 11 years ago
- d26914d mm: optimize put_mems_allowed() usage by Mel Gorman · 11 years ago
- 32d01dc Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
- 4d3bb51 cgroup: drop const from @buffer of cftype->write_string() by Tejun Heo · 11 years ago
- b8dadcb cpuset: use rcu_read_lock() to protect task_cs() by Li Zefan · 11 years ago
- 99afb0f cpuset: fix a race condition in __cpuset_node_allowed_softwall() by Li Zefan · 11 years ago
- 4729583 cpuset: fix a locking issue in cpuset_migrate_mm() by Li Zefan · 11 years ago
- 57fce0a cpuset: don't use cgroup_taskset_cur_css() by Tejun Heo · 11 years ago
- 924f0d9a cgroup: drop @skip_css from cgroup_taskset_for_each() by Tejun Heo · 11 years ago
- d66393e cpuset: use css_task_iter_start/next/end() instead of css_scan_tasks() by Tejun Heo · 11 years ago
- 07bc356 cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count() by Tejun Heo · 11 years ago
- e61734c cgroup: remove cgroup->name by Tejun Heo · 11 years ago
- 073219e cgroup: clean up cgroup_subsys names and initialization by Tejun Heo · 11 years ago
- 2da8ca8 cgroup: replace cftype->read_seq_string() with cftype->seq_show() by Tejun Heo · 11 years ago
- 51ffe41 cpuset: convert away from cftype->read() by Tejun Heo · 11 years ago
- 0fc0287 cpuset: Fix memory allocator deadlock by Peter Zijlstra · 11 years ago
- 32dad03 Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
- 1c09b19 cpuset: fix a regression in validating config change by Li Zefan · 11 years ago
- ff58ac0 cpuset: remove an unncessary forward declaration by Li Zefan · 11 years ago
- a903f08 cpuset: fix the return value of cpuset_write_u64() by Li Zefan · 11 years ago
- bd8815a cgroup: make css_for_each_descendant() and friends include the origin css in the iteration by Tejun Heo · 11 years ago
- d99c872 cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
- 72ec702 cgroup: make task iterators deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
- e535837 cgroup: remove struct cgroup_scanner by Tejun Heo · 11 years ago
- 492eb21 cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup by Tejun Heo · 11 years ago
- 182446d cgroup: pass around cgroup_subsys_state instead of cgroup in file methods by Tejun Heo · 11 years ago
- eb95419 cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods by Tejun Heo · 11 years ago
- 6387698 cgroup: add css_parent() by Tejun Heo · 11 years ago
- a7c6d55 cgroup: add/update accessors which obtain subsys specific data from css by Tejun Heo · 11 years ago
- c9710d8 cpuset: drop "const" qualifiers from struct cpuset instances by Tejun Heo · 11 years ago
- 8af01f5 cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/ by Tejun Heo · 11 years ago
- 6f4b7e6 cgroup: more naming cleanups by Li Zefan · 11 years ago
- 0b9e696 cpuset: relocate a misplaced comment by Zhao Hongjiang · 11 years ago
- 9ad9d25 cpuset: get rid of the useless forward declaration of cpuset by Zhao Hongjiang · 11 years ago
- 0b0585c Merge branch 'for-3.11-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup by Linus Torvalds · 11 years ago
- 0a0fca9 sched: Rename sched.c as sched/core.c in comments and Documentation by Viresh Kumar · 12 years ago
- c9e5fe6 cpuset: rename @cont to @cgrp by Li Zefan · 12 years ago
- f047cec cpuset: fix to migrate mm correctly in a corner case by Li Zefan · 12 years ago
- 88fa523 cpuset: allow to move tasks to empty cpusets by Li Zefan · 12 years ago
- 5c5cc62 cpuset: allow to keep tasks in empty cpusets by Li Zefan · 12 years ago
- 070b57f cpuset: introduce effective_{cpumask|nodemask}_cpuset() by Li Zefan · 12 years ago
- 33ad801 cpuset: record old_mems_allowed in struct cpuset by Li Zefan · 12 years ago
- 388afd8 cpuset: remove async hotplug propagation work by Li Zefan · 12 years ago
- e44193d cpuset: let hotplug propagation work wait for task attaching by Li Zefan · 12 years ago
- a73456f cpuset: re-structure update_cpumask() a bit by Li Zefan · 12 years ago
- 249cc86 cpuset: remove cpuset_test_cpumask() by Li Zefan · 12 years ago
- 67bd2c5 cpuset: remove unnecessary variable in cpuset_attach() by Li Zefan · 12 years ago
- 40df2de cpuset: cleanup guarantee_online_{cpus|mems}() by Li Zefan · 12 years ago