index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
cpuset.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cpuset: fix a race condition in __cpuset_node_allowed_softwall()
Li Zefan
2014-02-27
1
-1
/
+1
*
cpuset: fix a locking issue in cpuset_migrate_mm()
Li Zefan
2014-02-27
1
-6
/
+2
*
cgroup: replace cftype->read_seq_string() with cftype->seq_show()
Tejun Heo
2013-12-05
1
-7
/
+5
*
cpuset: convert away from cftype->read()
Tejun Heo
2013-12-05
1
-47
/
+24
*
cpuset: Fix memory allocator deadlock
Peter Zijlstra
2013-11-27
1
-2
/
+6
*
Merge branch 'for-3.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2013-09-03
1
-164
/
+153
|
\
|
*
cpuset: remove an unncessary forward declaration
Li Zefan
2013-08-13
1
-3
/
+0
|
*
cgroup: make css_for_each_descendant() and friends include the origin css in ...
Tejun Heo
2013-08-08
1
-16
/
+26
|
*
cgroup: make cgroup_taskset deal with cgroup_subsys_state instead of cgroup
Tejun Heo
2013-08-08
1
-10
/
+5
|
*
cgroup: make task iterators deal with cgroup_subsys_state instead of cgroup
Tejun Heo
2013-08-08
1
-22
/
+19
|
*
cgroup: remove struct cgroup_scanner
Tejun Heo
2013-08-08
1
-37
/
+26
|
*
cgroup: make hierarchy iterators deal with cgroup_subsys_state instead of cgroup
Tejun Heo
2013-08-08
1
-29
/
+29
|
*
cgroup: pass around cgroup_subsys_state instead of cgroup in file methods
Tejun Heo
2013-08-08
1
-17
/
+18
|
*
cgroup: pass around cgroup_subsys_state instead of cgroup in subsystem methods
Tejun Heo
2013-08-08
1
-18
/
+21
|
*
cgroup: add css_parent()
Tejun Heo
2013-08-08
1
-5
/
+1
|
*
cgroup: add/update accessors which obtain subsys specific data from css
Tejun Heo
2013-08-08
1
-4
/
+7
|
*
cpuset: drop "const" qualifiers from struct cpuset instances
Tejun Heo
2013-08-08
1
-9
/
+8
|
*
cgroup: s/cgroup_subsys_state/cgroup_css/ s/task_subsys_state/task_css/
Tejun Heo
2013-08-08
1
-3
/
+3
|
*
cgroup: more naming cleanups
Li Zefan
2013-07-31
1
-8
/
+8
|
*
cpuset: relocate a misplaced comment
Zhao Hongjiang
2013-07-29
1
-6
/
+6
|
*
cpuset: get rid of the useless forward declaration of cpuset
Zhao Hongjiang
2013-07-29
1
-1
/
+0
*
|
cpuset: fix a regression in validating config change
Li Zefan
2013-08-21
1
-5
/
+9
*
|
cpuset: fix the return value of cpuset_write_u64()
Li Zefan
2013-08-13
1
-2
/
+4
|
/
*
Merge branch 'for-3.11-cpuset' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
2013-07-02
1
-191
/
+287
|
\
|
*
cpuset: rename @cont to @cgrp
Li Zefan
2013-06-13
1
-16
/
+16
|
*
cpuset: fix to migrate mm correctly in a corner case
Li Zefan
2013-06-13
1
-6
/
+19
|
*
cpuset: allow to move tasks to empty cpusets
Li Zefan
2013-06-13
1
-2
/
+7
|
*
cpuset: allow to keep tasks in empty cpusets
Li Zefan
2013-06-13
1
-31
/
+110
|
*
cpuset: introduce effective_{cpumask|nodemask}_cpuset()
Li Zefan
2013-06-13
1
-11
/
+65
|
*
cpuset: record old_mems_allowed in struct cpuset
Li Zefan
2013-06-13
1
-25
/
+36
|
*
cpuset: remove async hotplug propagation work
Li Zefan
2013-06-09
1
-53
/
+16
|
*
cpuset: let hotplug propagation work wait for task attaching
Li Zefan
2013-06-09
1
-12
/
+17
|
*
cpuset: re-structure update_cpumask() a bit
Li Zefan
2013-06-05
1
-3
/
+4
|
*
cpuset: remove cpuset_test_cpumask()
Li Zefan
2013-06-05
1
-18
/
+1
|
*
cpuset: remove unnecessary variable in cpuset_attach()
Li Zefan
2013-06-05
1
-4
/
+2
|
*
cpuset: cleanup guarantee_online_{cpus|mems}()
Li Zefan
2013-06-05
1
-22
/
+7
|
*
cpuset: remove redundant check in cpuset_cpus_allowed_fallback()
Li Zefan
2013-06-05
1
-2
/
+1
*
|
sched: Rename sched.c as sched/core.c in comments and Documentation
Viresh Kumar
2013-06-19
1
-2
/
+2
|
/
*
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2013-05-01
1
-14
/
+1
|
\
|
*
take cgroup_open() and cpuset_open() to fs/proc/base.c
Al Viro
2013-05-01
1
-14
/
+1
*
|
Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2013-04-29
1
-87
/
+28
|
\
\
|
*
|
cpuset: fix compile warning when CONFIG_SMP=n
Li Zefan
2013-04-27
1
-7
/
+0
|
*
|
cpuset: fix cpu hotplug vs rebuild_sched_domains() race
Li Zefan
2013-04-27
1
-1
/
+9
|
*
|
cpuset: use rebuild_sched_domains() in cpuset_hotplug_workfn()
Li Zhong
2013-04-27
1
-11
/
+2
|
*
|
cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_ta...
Tejun Heo
2013-04-07
1
-45
/
+6
|
*
|
cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc()
Li Zefan
2013-03-20
1
-1
/
+1
|
*
|
cpuset: fix RCU lockdep splat in cpuset_print_task_mems_allowed()
Li Zefan
2013-03-12
1
-0
/
+2
|
*
|
cpuset: use cgroup_name() in cpuset_print_task_mems_allowed()
Li Zefan
2013-03-04
1
-23
/
+9
|
|
/
*
|
Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2013-04-29
1
-8
/
+8
|
\
\
|
*
|
sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITY
Tejun Heo
2013-03-19
1
-8
/
+8
|
|
/
[next]