summaryrefslogtreecommitdiffstats
path: root/kernel/cpuset.c
Commit message (Expand)AuthorAgeFilesLines
...
| * cpuset: apply cs->effective_{cpus,mems}Li Zefan2014-07-091-69/+14
| * cpuset: initialize top_cpuset's configured masks at mountLi Zefan2014-07-091-9/+28
| * cpuset: use effective cpumask to build sched domainsLi Zefan2014-07-091-11/+17
| * cpuset: inherit ancestor's masks if effective_{cpus, mems} becomes emptyLi Zefan2014-07-091-0/+22
| * cpuset: update cs->effective_{cpus, mems} when config changesLi Zefan2014-07-091-34/+54
| * cpuset: update cpuset->effective_{cpus,mems} at hotplugLi Zefan2014-07-091-0/+4
| * cpuset: add cs->effective_cpus and cs->effective_memsLi Zefan2014-07-091-11/+48
| * cgroup: remove sane_behavior support on non-default hierarchiesTejun Heo2014-07-091-18/+15
* | cpuset: break kernfs active protection in cpuset_write_resmask()Tejun Heo2014-07-011-0/+12
* | cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng2014-06-251-1/+7
|/
* Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-06-091-23/+23
|\
| * cgroup: remove css_parent()Tejun Heo2014-05-161-1/+1
| * cgroup: replace cftype->write_string() with cftype->write()Tejun Heo2014-05-131-7/+9
| * cgroup: rename css_tryget*() to css_tryget_online*()Tejun Heo2014-05-131-3/+3
| * kernel/cpuset.c: convert printk to pr_foo()Fabian Frederick2014-05-061-7/+4
| * kernel/cpuset.c: kernel-doc fixesFabian Frederick2014-05-061-5/+6
* | mm: page_alloc: use jump labels to avoid checking number_of_cpusetsMel Gorman2014-06-041-10/+4
|/
* Merge branch 'akpm' (incoming from Andrew)Linus Torvalds2014-04-031-1/+1
|\
| * mm: optimize put_mems_allowed() usageMel Gorman2014-04-031-1/+1
* | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2014-04-031-165/+97
|\ \ | |/ |/|
| * cgroup: drop const from @buffer of cftype->write_string()Tejun Heo2014-03-191-1/+1
| * cpuset: use rcu_read_lock() to protect task_cs()Li Zefan2014-03-031-11/+13
| * cpuset: don't use cgroup_taskset_cur_css()Tejun Heo2014-02-131-3/+6
| * cgroup: drop @skip_css from cgroup_taskset_for_each()Tejun Heo2014-02-131-2/+2
| * cpuset: use css_task_iter_start/next/end() instead of css_scan_tasks()Tejun Heo2014-02-131-128/+58
| * cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count()Tejun Heo2014-02-131-1/+1
| * cgroup: remove cgroup->nameTejun Heo2014-02-121-14/+13
| * cgroup: clean up cgroup_subsys names and initializationTejun Heo2014-02-081-6/+4
* | 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/+2
|/
* cgroup: replace cftype->read_seq_string() with cftype->seq_show()Tejun Heo2013-12-051-7/+5
* cpuset: convert away from cftype->read()Tejun Heo2013-12-051-47/+24
* 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-031-164/+153
|\
| * cpuset: remove an unncessary forward declarationLi Zefan2013-08-131-3/+0
| * cgroup: make css_for_each_descendant() and friends include the origin css in ...Tejun Heo2013-08-081-16/+26
| * cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-081-10/+5
| * cgroup: make task iterators deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-081-22/+19
| * cgroup: remove struct cgroup_scannerTejun Heo2013-08-081-37/+26
| * cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroupTejun Heo2013-08-081-29/+29
| * cgroup: pass around cgroup_subsys_state instead of cgroup in file methodsTejun Heo2013-08-081-17/+18
| * cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methodsTejun Heo2013-08-081-18/+21
| * cgroup: add css_parent()Tejun Heo2013-08-081-5/+1
| * cgroup: add/update accessors which obtain subsys specific data from cssTejun Heo2013-08-081-4/+7
| * cpuset: drop "const" qualifiers from struct cpuset instancesTejun Heo2013-08-081-9/+8
| * cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/Tejun Heo2013-08-081-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/+0
* | cpuset: fix a regression in validating config changeLi Zefan2013-08-211-5/+9