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.12.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
/
cgroup
/
cpuset.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cgroup/cpuset: Make cpuset_attach_task() skip subpartitions CPUs for top_cpuset
Waiman Long
2023-04-12
1
-1
/
+2
*
cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() methods
Waiman Long
2023-04-12
1
-11
/
+86
*
cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properly
Waiman Long
2023-04-12
1
-20
/
+42
*
cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()
Waiman Long
2023-04-12
1
-1
/
+5
*
cgroup/cpuset: Fix partition root's cpuset.cpus update bug
Waiman Long
2023-03-29
1
-2
/
+10
*
Merge tag 'cgroup-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-02-21
1
-7
/
+8
|
\
|
*
cgroup/cpuset: fix a few kernel-doc warnings & coding style
Randy Dunlap
2023-01-10
1
-5
/
+8
|
*
cgroup/cpuset: no need to explicitly init a global static variable
Daniel Vacek
2023-01-04
1
-2
/
+0
*
|
cpuset: Call set_cpus_allowed_ptr() with appropriate mask for task
Will Deacon
2023-02-06
1
-7
/
+11
*
|
cgroup/cpuset: Don't filter offline CPUs in cpuset_cpus_allowed() for top cpu...
Waiman Long
2023-02-06
1
-2
/
+25
*
|
cgroup/cpuset: Fix wrong check in update_parent_subparts_cpumask()
Waiman Long
2023-01-31
1
-1
/
+2
|
/
*
Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-12-13
1
-6
/
+1
|
\
|
*
memory: move hotplug memory notifier priority to same file for easy sorting
Liu Shixin
2022-11-08
1
-1
/
+1
|
*
cgroup/cpuset: use hotplug_memory_notifier() directly
Liu Shixin
2022-11-08
1
-6
/
+1
*
|
cgroup/cpuset: Improve cpuset_css_alloc() description
Kamalesh Babulal
2022-11-22
1
-4
/
+8
*
|
cgroup/cpuset: Optimize cpuset_attach() on v2
Waiman Long
2022-11-14
1
-1
/
+23
*
|
cgroup/cpuset: Skip spread flags update on v2
Waiman Long
2022-11-14
1
-4
/
+8
|
/
*
cgroup/cpuset: remove unreachable code
Jiapeng Chong
2022-09-07
1
-2
/
+0
*
cgroup/cpuset: Make partition invalid if cpumask change violates exclusivity ...
Waiman Long
2022-09-04
1
-9
/
+60
*
cgroup/cpuset: Relocate a code block in validate_change()
Waiman Long
2022-09-04
1
-16
/
+16
*
cgroup/cpuset: Show invalid partition reason string
Waiman Long
2022-09-04
1
-18
/
+75
*
cgroup/cpuset: Add a new isolated cpus.partition type
Waiman Long
2022-09-04
1
-11
/
+63
*
cgroup/cpuset: Relax constraints to partition & cpus changes
Waiman Long
2022-09-04
1
-194
/
+215
*
cgroup/cpuset: Allow no-task partition to have empty cpuset.cpus.effective
Waiman Long
2022-09-04
1
-25
/
+84
*
cgroup/cpuset: Miscellaneous cleanups & add helper functions
Waiman Long
2022-09-04
1
-79
/
+90
*
cgroup/cpuset: Enable update_tasks_cpumask() on top_cpuset
Waiman Long
2022-09-04
1
-7
/
+11
*
cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlock
Tejun Heo
2022-08-17
1
-2
/
+1
*
sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowed
Waiman Long
2022-08-03
1
-1
/
+1
*
cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()
Waiman Long
2022-05-05
1
-2
/
+5
*
Merge branch 'for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2022-03-23
1
-5
/
+5
|
\
|
*
cgroup: cleanup comments
Tom Rix
2022-03-13
1
-5
/
+5
*
|
Merge tag 'v5.17-rc8' into sched/core, to pick up fixes
Ingo Molnar
2022-03-15
1
-5
/
+7
|
\
\
|
*
|
cpuset: Fix kernel-doc
Jiapeng Chong
2022-02-22
1
-5
/
+5
|
*
|
cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug
Zhang Qiao
2022-02-14
1
-0
/
+2
*
|
|
Merge tag 'v5.17-rc5' into sched/core, to resolve conflicts
Ingo Molnar
2022-02-21
1
-14
/
+51
|
\
|
|
|
*
|
cgroup/cpuset: Fix "suspicious RCU usage" lockdep warning
Waiman Long
2022-02-03
1
-0
/
+10
|
*
|
cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask()
Tianchen Ding
2022-01-26
1
-2
/
+1
|
*
|
cgroup/cpuset: Make child cpusets restrict parents on v1 hierarchy
Michal Koutný
2022-01-12
1
-12
/
+40
|
|
/
*
/
sched/isolation: Use single feature type while referring to housekeeping cpumask
Frederic Weisbecker
2022-02-16
1
-3
/
+3
|
/
*
cpuset: convert 'allowed' in __cpuset_node_allowed() to be boolean
Qi Zheng
2022-01-07
1
-1
/
+1
*
cgroup/cpuset: Don't let child cpusets restrict parent in default hierarchy
Waiman Long
2021-12-13
1
-11
/
+3
*
mm/page_alloc: detect allocation forbidden by cpuset and bail out early
Feng Tang
2021-11-06
1
-0
/
+23
*
cgroup/cpuset: Change references of cpuset_mutex to cpuset_rwsem
Waiman Long
2021-09-13
1
-27
/
+29
*
Merge branch 'for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2021-08-31
1
-56
/
+106
|
\
|
*
cgroup/cpuset: Avoid memory migration when nodemasks match
Nicolas Saenz Julienne
2021-08-25
1
-0
/
+5
|
*
cgroup/cpuset: Enable memory migration for cpuset v2
Waiman Long
2021-08-12
1
-1
/
+5
|
*
cgroup/cpuset: Enable event notification when partition state changes
Waiman Long
2021-08-11
1
-11
/
+35
|
*
cgroup: Replace deprecated CPU-hotplug functions.
Sebastian Andrzej Siewior
2021-08-09
1
-15
/
+15
|
*
cgroup/cpuset: Fix violation of cpuset locking rule
Waiman Long
2021-08-09
1
-23
/
+35
|
*
cgroup/cpuset: Fix a partition bug with hotplug
Waiman Long
2021-07-26
1
-0
/
+7
[next]