summaryrefslogtreecommitdiffstats
path: root/kernel/cpuset.c
Commit message (Expand)AuthorAgeFilesLines
* cpuset: fix a race condition in __cpuset_node_allowed_softwall()Li Zefan2014-02-271-1/+1
* cpuset: fix a locking issue in cpuset_migrate_mm()Li Zefan2014-02-271-6/+2Star
* cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo2013-12-051-7/+5Star
* cpuset: convert away from cftype->read()Tejun Heo2013-12-051-47/+24Star
* cpuset: Fix memory allocator deadlockPeter Zijlstra2013-11-271-2/+6
* Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-09-041-164/+153Star
|\
| * cpuset: remove an unncessary forward declarationLi Zefan2013-08-141-3/+0Star
| * cgroup: make css_for_each_descendant() and friends include the origin css in ...Tejun Heo2013-08-091-16/+26
| * cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-091-10/+5Star
| * cgroup: make task iterators deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-091-22/+19Star
| * cgroup: remove struct cgroup_scannerTejun Heo2013-08-091-37/+26Star
| * cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-091-29/+29
| * cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo2013-08-091-17/+18
| * cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo2013-08-091-18/+21
| * cgroup: add css_parent()Tejun Heo2013-08-091-5/+1Star
| * cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo2013-08-091-4/+7
| * cpuset: drop "const" qualifiers from struct cpuset instancesTejun Heo2013-08-091-9/+8Star
| * cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo2013-08-091-3/+3
| * cgroup: more naming cleanupsLi Zefan2013-07-311-8/+8
| * cpuset: relocate a misplaced commentZhao Hongjiang2013-07-291-6/+6
| * cpuset: get rid of the useless forward declaration of cpusetZhao Hongjiang2013-07-291-1/+0Star
* | cpuset: fix a regression in validating config changeLi Zefan2013-08-211-5/+9
* | cpuset: fix the return value of cpuset_write_u64()Li Zefan2013-08-131-2/+4
|/
* Merge branch 'for-3.11-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2013-07-031-191/+287
|\
| * cpuset: rename @cont to @cgrpLi Zefan2013-06-141-16/+16
| * cpuset: fix to migrate mm correctly in a corner caseLi Zefan2013-06-131-6/+19
| * cpuset: allow to move tasks to empty cpusetsLi Zefan2013-06-131-2/+7
| * cpuset: allow to keep tasks in empty cpusetsLi Zefan2013-06-131-31/+110
| * cpuset: introduce effective_{cpumask|nodemask}_cpuset()Li Zefan2013-06-131-11/+65
| * cpuset: record old_mems_allowed in struct cpusetLi Zefan2013-06-131-25/+36
| * cpuset: remove async hotplug propagation workLi Zefan2013-06-091-53/+16Star
| * cpuset: let hotplug propagation work wait for task attachingLi Zefan2013-06-091-12/+17
| * cpuset: re-structure update_cpumask() a bitLi Zefan2013-06-051-3/+4
| * cpuset: remove cpuset_test_cpumask()Li Zefan2013-06-051-18/+1Star
| * cpuset: remove unnecessary variable in cpuset_attach()Li Zefan2013-06-051-4/+2Star
| * cpuset: cleanup guarantee_online_{cpus|mems}()Li Zefan2013-06-051-22/+7Star
| * cpuset: remove redundant check in cpuset_cpus_allowed_fallback()Li Zefan2013-06-051-2/+1Star
* | sched: Rename sched.c as sched/core.c in comments and DocumentationViresh Kumar2013-06-191-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-14/+1Star
|\
| * take cgroup_open() and cpuset_open() to fs/proc/base.cAl Viro2013-05-011-14/+1Star
* | Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2013-04-301-87/+28Star
|\ \
| * | cpuset: fix compile warning when CONFIG_SMP=nLi Zefan2013-04-281-7/+0Star
| * | cpuset: fix cpu hotplug vs rebuild_sched_domains() raceLi Zefan2013-04-271-1/+9
| * | cpuset: use rebuild_sched_domains() in cpuset_hotplug_workfn()Li Zhong2013-04-271-11/+2Star
| * | cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_ta...Tejun Heo2013-04-071-45/+6Star
| * | cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc()Li Zefan2013-03-201-1/+1
| * | cpuset: fix RCU lockdep splat in cpuset_print_task_mems_allowed()Li Zefan2013-03-121-0/+2
| * | cpuset: use cgroup_name() in cpuset_print_task_mems_allowed()Li Zefan2013-03-041-23/+9Star
| |/
* | Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2013-04-301-8/+8
|\ \
| * | sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITYTejun Heo2013-03-191-8/+8
| |/