aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cpuset.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-06-09Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-23/+23
2014-06-04mm: page_alloc: use jump labels to avoid checking number_of_cpusetsMel Gorman1-10/+4
2014-05-16cgroup: remove css_parent()Tejun Heo1-1/+1
2014-05-13cgroup: replace cftype->write_string() with cftype->write()Tejun Heo1-7/+9
2014-05-13cgroup: rename css_tryget*() to css_tryget_online*()Tejun Heo1-3/+3
2014-05-06kernel/cpuset.c: convert printk to pr_foo()Fabian Frederick1-7/+4
2014-05-06kernel/cpuset.c: kernel-doc fixesFabian Frederick1-5/+6
2014-04-03Merge branch 'akpm' (incoming from Andrew)Linus Torvalds1-1/+1
2014-04-03mm: optimize put_mems_allowed() usageMel Gorman1-1/+1
2014-04-03Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-165/+97
2014-03-19cgroup: drop const from @buffer of cftype->write_string()Tejun Heo1-1/+1
2014-03-03cpuset: use rcu_read_lock() to protect task_cs()Li Zefan1-11/+13
2014-02-27cpuset: fix a race condition in __cpuset_node_allowed_softwall()Li Zefan1-1/+1
2014-02-27cpuset: fix a locking issue in cpuset_migrate_mm()Li Zefan1-6/+2
2014-02-13cpuset: don't use cgroup_taskset_cur_css()Tejun Heo1-3/+6
2014-02-13cgroup: drop @skip_css from cgroup_taskset_for_each()Tejun Heo1-2/+2
2014-02-13cpuset: use css_task_iter_start/next/end() instead of css_scan_tasks()Tejun Heo1-128/+58
2014-02-13cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count()Tejun Heo1-1/+1
2014-02-12cgroup: remove cgroup->nameTejun Heo1-14/+13
2014-02-08cgroup: clean up cgroup_subsys names and initializationTejun Heo1-6/+4
2013-12-05cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo1-7/+5
2013-12-05cpuset: convert away from cftype->read()Tejun Heo1-47/+24
2013-11-27cpuset: Fix memory allocator deadlockPeter Zijlstra1-2/+6
2013-09-03Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-164/+153
2013-08-21cpuset: fix a regression in validating config changeLi Zefan1-5/+9
2013-08-13cpuset: remove an unncessary forward declarationLi Zefan1-3/+0
2013-08-13cpuset: fix the return value of cpuset_write_u64()Li Zefan1-2/+4
2013-08-08cgroup: make css_for_each_descendant() and friends include the origin css in the iterationTejun Heo1-16/+26
2013-08-08cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo1-10/+5
2013-08-08cgroup: make task iterators deal with cgroup_subsys_state instead of cgroupTejun Heo1-22/+19
2013-08-08cgroup: remove struct cgroup_scannerTejun Heo1-37/+26
2013-08-08cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo1-29/+29
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo1-17/+18
2013-08-08cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo1-18/+21
2013-08-08cgroup: add css_parent()Tejun Heo1-5/+1
2013-08-08cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo1-4/+7
2013-08-08cpuset: drop "const" qualifiers from struct cpuset instancesTejun Heo1-9/+8
2013-08-08cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo1-3/+3
2013-07-31cgroup: more naming cleanupsLi Zefan1-8/+8
2013-07-29cpuset: relocate a misplaced commentZhao Hongjiang1-6/+6
2013-07-29cpuset: get rid of the useless forward declaration of cpusetZhao Hongjiang1-1/+0
2013-07-02Merge branch 'for-3.11-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-191/+287
2013-06-19sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar1-2/+2
2013-06-13cpuset: rename @cont to @cgrpLi Zefan1-16/+16
2013-06-13cpuset: fix to migrate mm correctly in a corner caseLi Zefan1-6/+19
2013-06-13cpuset: allow to move tasks to empty cpusetsLi Zefan1-2/+7
2013-06-13cpuset: allow to keep tasks in empty cpusetsLi Zefan1-31/+110
2013-06-13cpuset: introduce effective_{cpumask|nodemask}_cpuset()Li Zefan1-11/+65
2013-06-13cpuset: record old_mems_allowed in struct cpusetLi Zefan1-25/+36
2013-06-09cpuset: remove async hotplug propagation workLi Zefan1-53/+16