index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
cpuset.c
Age
Commit message (
Expand
)
Author
2014-07-01
cpuset: break kernfs active protection in cpuset_write_resmask()
Tejun Heo
2014-06-25
cpuset,mempolicy: fix sleeping function called from invalid context
Gu Zheng
2014-06-09
Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2014-06-04
mm: page_alloc: use jump labels to avoid checking number_of_cpusets
Mel Gorman
2014-05-16
cgroup: remove css_parent()
Tejun Heo
2014-05-13
cgroup: replace cftype->write_string() with cftype->write()
Tejun Heo
2014-05-13
cgroup: rename css_tryget*() to css_tryget_online*()
Tejun Heo
2014-05-06
kernel/cpuset.c: convert printk to pr_foo()
Fabian Frederick
2014-05-06
kernel/cpuset.c: kernel-doc fixes
Fabian Frederick
2014-04-03
Merge branch 'akpm' (incoming from Andrew)
Linus Torvalds
2014-04-03
mm: optimize put_mems_allowed() usage
Mel Gorman
2014-04-03
Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2014-03-19
cgroup: drop const from @buffer of cftype->write_string()
Tejun Heo
2014-03-03
cpuset: use rcu_read_lock() to protect task_cs()
Li Zefan
2014-02-27
cpuset: fix a race condition in __cpuset_node_allowed_softwall()
Li Zefan
2014-02-27
cpuset: fix a locking issue in cpuset_migrate_mm()
Li Zefan
2014-02-13
cpuset: don't use cgroup_taskset_cur_css()
Tejun Heo
2014-02-13
cgroup: drop @skip_css from cgroup_taskset_for_each()
Tejun Heo
2014-02-13
cpuset: use css_task_iter_start/next/end() instead of css_scan_tasks()
Tejun Heo
2014-02-13
cgroup: implement cgroup_has_tasks() and unexport cgroup_task_count()
Tejun Heo
2014-02-12
cgroup: remove cgroup->name
Tejun Heo
2014-02-08
cgroup: clean up cgroup_subsys names and initialization
Tejun Heo
2013-12-05
cgroup: replace cftype->read_seq_string() with cftype->seq_show()
Tejun Heo
2013-12-05
cpuset: convert away from cftype->read()
Tejun Heo
2013-11-27
cpuset: Fix memory allocator deadlock
Peter Zijlstra
2013-09-03
Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2013-08-21
cpuset: fix a regression in validating config change
Li Zefan
2013-08-13
cpuset: remove an unncessary forward declaration
Li Zefan
2013-08-13
cpuset: fix the return value of cpuset_write_u64()
Li Zefan
2013-08-08
cgroup: make css_for_each_descendant() and friends include the origin css in ...
Tejun Heo
2013-08-08
cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup
Tejun Heo
2013-08-08
cgroup: make task iterators deal with cgroup_subsys_state instead of cgroup
Tejun Heo
2013-08-08
cgroup: remove struct cgroup_scanner
Tejun Heo
2013-08-08
cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup
Tejun Heo
2013-08-08
cgroup: pass around cgroup_subsys_state instead of cgroup in file methods
Tejun Heo
2013-08-08
cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods
Tejun Heo
2013-08-08
cgroup: add css_parent()
Tejun Heo
2013-08-08
cgroup: add/update accessors which obtain subsys specific data from css
Tejun Heo
2013-08-08
cpuset: drop "const" qualifiers from struct cpuset instances
Tejun Heo
2013-08-08
cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/
Tejun Heo
2013-07-31
cgroup: more naming cleanups
Li Zefan
2013-07-29
cpuset: relocate a misplaced comment
Zhao Hongjiang
2013-07-29
cpuset: get rid of the useless forward declaration of cpuset
Zhao Hongjiang
2013-07-02
Merge branch 'for-3.11-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2013-06-19
sched: Rename sched.c as sched/core.c in comments and Documentation
Viresh Kumar
2013-06-13
cpuset: rename @cont to @cgrp
Li Zefan
2013-06-13
cpuset: fix to migrate mm correctly in a corner case
Li Zefan
2013-06-13
cpuset: allow to move tasks to empty cpusets
Li Zefan
2013-06-13
cpuset: allow to keep tasks in empty cpusets
Li Zefan
2013-06-13
cpuset: introduce effective_{cpumask|nodemask}_cpuset()
Li Zefan
[next]