aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cpuset.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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.ex...Waiman Long1-1/+2
2024-08-05cgroup/cpuset: fix panic caused by partcmd_updateChen Ridong1-0/+2
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
2024-06-03cgroup/cpuset: Optimize isolated partition only generate_sched_domains() callsWaiman Long1-0/+8
2024-06-01cgroup/cpuset: Reduce the lock protecting CS_SCHED_LOAD_BALANCEXiu Jianfeng1-8/+6
2024-05-26cgroup/cpuset: Update comment on callback_lockXiu Jianfeng1-1/+1
2024-05-26cgroup/cpuset: Remove unnecessary zeroingXiu Jianfeng1-2/+0
2024-05-19Merge tag 'sched-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-1/+1
2024-05-17sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov1-1/+1
2024-04-25cgroup/cpuset: Remove outdated comment in sched_partition_write()Xiu Jianfeng1-3/+0
2024-04-23cgroup/cpuset: Fix incorrect top_cpuset flagsWaiman Long1-2/+2
2024-04-23cgroup/cpuset: Avoid clearing CS_SCHED_LOAD_BALANCE twiceXiu Jianfeng1-5/+0
2024-04-22cgroup/cpuset: Statically initialize more members of top_cpusetXiu Jianfeng1-3/+2
2024-04-08cgroup/cpuset: Make cpuset hotplug processing synchronousWaiman Long1-85/+56
2024-03-11Merge tag 'cgroup-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-0/+1
2024-02-29cgroup/cpuset: Fix retval in update_cpumask()Kamalesh Babulal1-1/+1
2024-02-29cgroup/cpuset: Mark memory_spread_slab as obsoleteXiongwei Song1-0/+1
2024-02-28cgroup/cpuset: Fix a memory leak in update_exclusive_cpumask()Waiman Long1-3/+3
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2023-12-15kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()Kees Cook1-1/+1
2023-12-06cgroup/cpuset: Include isolated cpuset CPUs in cpu_is_isolated() checkWaiman Long1-0/+11
2023-11-28cgroup/cpuset: Expose cpuset.cpus.isolatedWaiman Long1-1/+1
2023-11-12cgroup/cpuset: Take isolated CPUs out of workqueue unbound cpumaskWaiman Long1-20/+96
2023-11-12cgroup/cpuset: Keep track of CPUs in isolated partitionsWaiman Long1-63/+127
2023-10-04cgroup/cpuset: Cleanup signedness issue in cpu_exclusive_check()Harshit Mogalapalli1-7/+7
2023-10-04cgroup/cpuset: Enable invalid to valid local partition transitionWaiman Long1-31/+48
2023-09-18cgroup/cpuset: Check partition conflict with housekeeping setupWaiman Long1-0/+31
2023-09-18cgroup/cpuset: Introduce remote partitionWaiman Long1-29/+306
2023-09-18cgroup/cpuset: Add cpuset.cpus.exclusive for v2Waiman Long1-34/+239
2023-09-18cgroup/cpuset: Add cpuset.cpus.exclusive.effective for v2Waiman Long1-307/+421
2023-09-18cgroup/cpuset: Fix load balance state in update_partition_sd_lb()Waiman Long1-1/+11
2023-08-02cgroup/cpuset: fix kernel-docCai Xinchen1-0/+2
2023-07-10cgroup/cpuset: Allow suppression of sched domain rebuild in update_cpumasks_h...Waiman Long1-8/+16
2023-07-10cgroup/cpuset: Improve temporary cpumasks handlingWaiman Long1-29/+13
2023-07-10cgroup/cpuset: Extract out CS_CPU_EXCLUSIVE & CS_SCHED_LOAD_BALANCE handlingWaiman Long1-55/+86
2023-07-10cgroup/cpuset: Inherit parent's load balance state in v2Waiman Long1-3/+30
2023-07-10cpuset: Allow setscheduler regardless of manipulated taskMichal Koutný1-3/+16
2023-07-10cgroup/cpuset: avoid unneeded cpuset_mutex re-lockMiaohe Lin1-5/+4
2023-07-10cgroup/cpuset: simplify the percpu kthreads check in update_tasks_cpumask()Miaohe Lin1-1/+1
2023-06-12cgroup/cpuset: remove unneeded header filesMiaohe Lin1-2/+0
2023-05-20cgroup/cpuset: remove unneeded header filesMiaohe Lin1-21/+0
2023-05-08cgroup/cpuset: Free DL BW in case can_attach() failsDietmar Eggemann1-5/+48
2023-05-08cgroup/cpuset: Iterate only if DEADLINE tasks are presentJuri Lelli1-0/+3
2023-05-08sched/cpuset: Keep track of SCHED_DEADLINE task in cpusetsJuri Lelli1-0/+25
2023-05-08sched/cpuset: Bring back cpuset_mutexJuri Lelli1-79/+80