aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cpuset.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-11Merge branch 'for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-105/+57
2014-10-28sched/deadline: Ensure that updates to exclusive cpusets don't break ACJuri Lelli1-0/+10
2014-10-28sched/deadline: Fix bandwidth check/update when migrating tasks between exclusive cpusetsJuri Lelli1-11/+2
2014-10-27cpuset: lock vs unlock typoDan Carpenter1-1/+1
2014-10-27cpuset: simplify cpuset_node_allowed APIVladimir Davydov1-53/+2
2014-10-27cpuset: convert callback_mutex to a spinlockVladimir Davydov1-52/+55
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-12/+3
2014-09-24cpuset: PF_SPREAD_PAGE and PF_SPREAD_SLAB should be atomic flagsZefan Li1-4/+5
2014-09-18cpuset: simplify proc_cpuset_show()Zefan Li1-12/+3
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-194/+306
2014-07-30cpuset: fix the WARN_ON() in update_nodemasks_hier()Li Zefan1-1/+1
2014-07-15cgroup: rename cgroup_subsys->base_cftypes to ->legacy_cftypesTejun Heo1-1/+1
2014-07-09cpuset: export effective masks to userspaceLi Zefan1-0/+20
2014-07-09cpuset: allow writing offlined masks to cpuset.cpus/memsLi Zefan1-3/+4
2014-07-09cpuset: enable onlined cpu/node in effective masksLi Zefan1-29/+36
2014-07-09cpuset: refactor cpuset_hotplug_update_tasks()Li Zefan1-55/+66
2014-07-09cpuset: make cs->{cpus, mems}_allowed as user-configured masksLi Zefan1-6/+29
2014-07-09cpuset: apply cs->effective_{cpus,mems}Li Zefan1-69/+14
2014-07-09cpuset: initialize top_cpuset's configured masks at mountLi Zefan1-9/+28
2014-07-09cpuset: use effective cpumask to build sched domainsLi Zefan1-11/+17
2014-07-09cpuset: inherit ancestor's masks if effective_{cpus, mems} becomes emptyLi Zefan1-0/+22
2014-07-09cpuset: update cs->effective_{cpus, mems} when config changesLi Zefan1-34/+54
2014-07-09cpuset: update cpuset->effective_{cpus,mems} at hotplugLi Zefan1-0/+4
2014-07-09cpuset: add cs->effective_cpus and cs->effective_memsLi Zefan1-11/+48
2014-07-09cgroup: remove sane_behavior support on non-default hierarchiesTejun Heo1-18/+15
2014-07-01cpuset: break kernfs active protection in cpuset_write_resmask()Tejun Heo1-0/+12
2014-06-25cpuset,mempolicy: fix sleeping function called from invalid contextGu Zheng1-1/+7
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