aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/cgroup/cpuset.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-05-09cgroup/cpuset: Extend kthread_is_per_cpu() check to all PF_NO_SETAFFINITY tasksWaiman Long1-2/+4
2025-04-01cgroup/cpuset: Fix race between newly created partition and dying oneWaiman Long1-3/+17
2025-03-31cgroup/cpuset: Remove unneeded goto in sched_partition_write() and rename itWaiman Long1-9/+6
2025-03-31cgroup/cpuset: Code cleanup and comment updateWaiman Long1-23/+38
2025-03-31cgroup/cpuset: Don't allow creation of local partition over a remote oneWaiman Long1-0/+14
2025-03-31cgroup/cpuset: Remove remote_partition_check() & make update_cpumasks_hier() handle remote partitionWaiman Long1-117/+141
2025-03-31cgroup/cpuset: Fix error handling in remote_partition_disable()Waiman Long1-9/+20
2025-03-31cgroup/cpuset: Fix incorrect isolated_cpus update in update_parent_effective_cpumask()Waiman Long1-3/+3
2025-03-24Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-17/+17
2025-03-17cgroup/cpuset: Remove partition_and_rebuild_sched_domainsJuri Lelli1-10/+1
2025-03-17sched/deadline: Rebuild root domain accounting after every updateJuri Lelli1-7/+16
2025-03-17sched/topology: Wrappers for sched_domains_mutexJuri Lelli1-2/+2
2025-01-24cgroup/cpuset: Move procfs cpuset attribute under cgroup-v1.cMichal Koutný1-45/+0
2025-01-08cgroup/cpuset: remove kernfs active breakChen Ridong1-25/+0
2024-12-11cgroup/cpuset: Prevent leakage of isolated CPUs into sched domainsWaiman Long1-1/+9
2024-12-10cgroup/cpuset: Remove stale textCosta Shulyupin1-7/+2
2024-11-14cgroup/cpuset: Disable cpuset_cpumask_can_shrink() test if not load balancingWaiman Long1-4/+16
2024-11-12cgroup/cpuset: Further optimize code if CONFIG_CPUSETS_V1 not setWaiman Long1-20/+19
2024-11-12cgroup/cpuset: Enforce at most one rebuild_sched_domains_locked() call per operationWaiman Long1-16/+33
2024-11-12cgroup/cpuset: Revert "Allow suppression of sched domain rebuild in update_cpumasks_hier()"Waiman Long1-25/+14
2024-09-30cgroup/cpuset: Fix spelling errors in file kernel/cgroup/cpuset.ceverestkc1-8/+8
2024-09-04cgroup/cpuset: Move cpu.h include to cpuset-internal.hWaiman Long1-1/+0
2024-08-30cgroup/cpuset: guard cpuset-v1 code under CONFIG_CPUSETS_V1Chen Ridong1-0/+2
2024-08-30cgroup/cpuset: rename functions shared between v1 and v2Chen Ridong1-26/+26
2024-08-30cgroup/cpuset: move v1 interfaces to cpuset-v1.cChen Ridong1-192/+3
2024-08-30cgroup/cpuset: move validate_change_legacy to cpuset-v1.cChen Ridong1-73/+0
2024-08-30cgroup/cpuset: move legacy hotplug update to cpuset-v1.cChen Ridong1-94/+2
2024-08-30cgroup/cpuset: add callback_lock helperChen Ridong1-0/+10
2024-08-30cgroup/cpuset: move memory_spread to cpuset-v1.cChen Ridong1-42/+0
2024-08-30cgroup/cpuset: move relax_domain_level to cpuset-v1.cChen Ridong1-60/+2
2024-08-30cgroup/cpuset: move memory_pressure to cpuset-v1.cChen Ridong1-134/+0
2024-08-30cgroup/cpuset: move common code to cpuset-internal.hChen Ridong1-235/+1
2024-08-30cgroup/cpuset: Account for boot time isolated CPUsWaiman Long1-5/+18
2024-08-20cgroup/cpuset: remove use_parent_ecpus of cpusetChen Ridong1-26/+4
2024-08-20cgroup/cpuset: remove fetch_xcpusChen Ridong1-10/+3
2024-08-20cgroup/cpuset: Correct invalid remote parition prsChen Ridong1-12/+16
2024-08-05cgroup/cpuset: Check for partition roots with overlapping CPUsWaiman Long1-16/+18
2024-08-05Merge branch 'cgroup/for-6.11-fixes' into cgroup/for-6.12Tejun Heo1-17/+21
2024-08-05cgroup/cpuset: Eliminate unncessary sched domains rebuilds in hotplugWaiman Long1-16/+17
2024-08-05cgroup/cpuset: Clear effective_xcpus on cpus_allowed clearing only if cpus.exclusive not setWaiman Long1-1/+2
2024-08-05cgroup/cpuset: fix panic caused by partcmd_updateChen Ridong1-0/+2
2024-07-30cpuset: use Union-Find to optimize the merging of cpumasksXavier1-70/+44
2024-07-30cgroup/cpuset: add decrease attach_in_progress helpersChen Ridong1-15/+24
2024-07-30cgroup/cpuset: Remove cpuset_slab_spread_rotorXiu Jianfeng1-13/+0
2024-07-30cgroup/cpuset: remove child_ecpus_countChen Ridong1-19/+3
2024-07-14Merge branch 'for-6.10-fixes' into for-6.11Tejun Heo1-4/+9
2024-06-28cgroup/cpuset: Prevent UAF in proc_cpuset_show()Chen Ridong1-4/+9
2024-06-19cgroup/cpuset: Make cpuset.cpus.exclusive independent of cpuset.cpusWaiman Long1-20/+47
2024-06-19cgroup/cpuset: Delay setting of CS_CPU_EXCLUSIVE until valid partitionWaiman Long1-7/+29
2024-06-19cgroup/cpuset: Fix remote root partition creation problemWaiman Long1-13/+42