index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
cgroup
/
cpuset.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2025-01-08
cgroup/cpuset: remove kernfs active break
Chen Ridong
1
-25
/
+0
2024-12-11
cgroup/cpuset: Prevent leakage of isolated CPUs into sched domains
Waiman Long
1
-1
/
+9
2024-12-10
cgroup/cpuset: Remove stale text
Costa Shulyupin
1
-7
/
+2
2024-11-14
cgroup/cpuset: Disable cpuset_cpumask_can_shrink() test if not load balancing
Waiman Long
1
-4
/
+16
2024-11-12
cgroup/cpuset: Further optimize code if CONFIG_CPUSETS_V1 not set
Waiman Long
1
-20
/
+19
2024-11-12
cgroup/cpuset: Enforce at most one rebuild_sched_domains_locked() call per op...
Waiman Long
1
-16
/
+33
2024-11-12
cgroup/cpuset: Revert "Allow suppression of sched domain rebuild in update_cp...
Waiman Long
1
-25
/
+14
2024-09-30
cgroup/cpuset: Fix spelling errors in file kernel/cgroup/cpuset.c
everestkc
1
-8
/
+8
2024-09-04
cgroup/cpuset: Move cpu.h include to cpuset-internal.h
Waiman Long
1
-1
/
+0
2024-08-30
cgroup/cpuset: guard cpuset-v1 code under CONFIG_CPUSETS_V1
Chen Ridong
1
-0
/
+2
2024-08-30
cgroup/cpuset: rename functions shared between v1 and v2
Chen Ridong
1
-26
/
+26
2024-08-30
cgroup/cpuset: move v1 interfaces to cpuset-v1.c
Chen Ridong
1
-192
/
+3
2024-08-30
cgroup/cpuset: move validate_change_legacy to cpuset-v1.c
Chen Ridong
1
-73
/
+0
2024-08-30
cgroup/cpuset: move legacy hotplug update to cpuset-v1.c
Chen Ridong
1
-94
/
+2
2024-08-30
cgroup/cpuset: add callback_lock helper
Chen Ridong
1
-0
/
+10
2024-08-30
cgroup/cpuset: move memory_spread to cpuset-v1.c
Chen Ridong
1
-42
/
+0
2024-08-30
cgroup/cpuset: move relax_domain_level to cpuset-v1.c
Chen Ridong
1
-60
/
+2
2024-08-30
cgroup/cpuset: move memory_pressure to cpuset-v1.c
Chen Ridong
1
-134
/
+0
2024-08-30
cgroup/cpuset: move common code to cpuset-internal.h
Chen Ridong
1
-235
/
+1
2024-08-30
cgroup/cpuset: Account for boot time isolated CPUs
Waiman Long
1
-5
/
+18
2024-08-20
cgroup/cpuset: remove use_parent_ecpus of cpuset
Chen Ridong
1
-26
/
+4
2024-08-20
cgroup/cpuset: remove fetch_xcpus
Chen Ridong
1
-10
/
+3
2024-08-20
cgroup/cpuset: Correct invalid remote parition prs
Chen Ridong
1
-12
/
+16
2024-08-05
cgroup/cpuset: Check for partition roots with overlapping CPUs
Waiman Long
1
-16
/
+18
2024-08-05
Merge branch 'cgroup/for-6.11-fixes' into cgroup/for-6.12
Tejun Heo
1
-17
/
+21
2024-08-05
cgroup/cpuset: Eliminate unncessary sched domains rebuilds in hotplug
Waiman Long
1
-16
/
+17
2024-08-05
cgroup/cpuset: Clear effective_xcpus on cpus_allowed clearing only if cpus.ex...
Waiman Long
1
-1
/
+2
2024-08-05
cgroup/cpuset: fix panic caused by partcmd_update
Chen Ridong
1
-0
/
+2
2024-07-30
cpuset: use Union-Find to optimize the merging of cpumasks
Xavier
1
-70
/
+44
2024-07-30
cgroup/cpuset: add decrease attach_in_progress helpers
Chen Ridong
1
-15
/
+24
2024-07-30
cgroup/cpuset: Remove cpuset_slab_spread_rotor
Xiu Jianfeng
1
-13
/
+0
2024-07-30
cgroup/cpuset: remove child_ecpus_count
Chen Ridong
1
-19
/
+3
2024-07-14
Merge branch 'for-6.10-fixes' into for-6.11
Tejun Heo
1
-4
/
+9
2024-06-28
cgroup/cpuset: Prevent UAF in proc_cpuset_show()
Chen Ridong
1
-4
/
+9
2024-06-19
cgroup/cpuset: Make cpuset.cpus.exclusive independent of cpuset.cpus
Waiman Long
1
-20
/
+47
2024-06-19
cgroup/cpuset: Delay setting of CS_CPU_EXCLUSIVE until valid partition
Waiman Long
1
-7
/
+29
2024-06-19
cgroup/cpuset: Fix remote root partition creation problem
Waiman Long
1
-13
/
+42
2024-06-03
cgroup/cpuset: Optimize isolated partition only generate_sched_domains() calls
Waiman Long
1
-0
/
+8
2024-06-01
cgroup/cpuset: Reduce the lock protecting CS_SCHED_LOAD_BALANCE
Xiu Jianfeng
1
-8
/
+6
2024-05-26
cgroup/cpuset: Update comment on callback_lock
Xiu Jianfeng
1
-1
/
+1
2024-05-26
cgroup/cpuset: Remove unnecessary zeroing
Xiu Jianfeng
1
-2
/
+0
2024-05-19
Merge tag 'sched-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2024-05-17
sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_level
Vitalii Bursov
1
-1
/
+1
2024-04-25
cgroup/cpuset: Remove outdated comment in sched_partition_write()
Xiu Jianfeng
1
-3
/
+0
2024-04-23
cgroup/cpuset: Fix incorrect top_cpuset flags
Waiman Long
1
-2
/
+2
2024-04-23
cgroup/cpuset: Avoid clearing CS_SCHED_LOAD_BALANCE twice
Xiu Jianfeng
1
-5
/
+0
2024-04-22
cgroup/cpuset: Statically initialize more members of top_cpuset
Xiu Jianfeng
1
-3
/
+2
2024-04-08
cgroup/cpuset: Make cpuset hotplug processing synchronous
Waiman Long
1
-85
/
+56
2024-03-11
Merge tag 'cgroup-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-0
/
+1
2024-02-29
cgroup/cpuset: Fix retval in update_cpumask()
Kamalesh Babulal
1
-1
/
+1
[next]