summaryrefslogtreecommitdiff
path: root/kernel/cgroup/cpuset.c
AgeCommit message (Expand)AuthorFilesLines
2026-02-19cpuset: Fix missing adaptation for cpuset_is_populatedChen Ridong1-1/+1
2026-01-11cpuset: Treat cpusets in attaching as populatedChen Ridong1-8/+27
2025-08-28cgroup/cpuset: Use static_branch_enable_cpuslocked() on cpusets_insane_config...Waiman Long1-1/+1
2025-05-22cgroup/cpuset: Extend kthread_is_per_cpu() check to all PF_NO_SETAFFINITY tasksWaiman Long1-2/+4
2024-08-03cgroup/cpuset: Prevent UAF in proc_cpuset_show()Chen Ridong1-4/+9
2024-08-03kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()Kees Cook1-1/+1
2024-06-12sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov1-1/+1
2024-04-03cgroup/cpuset: Fix retval in update_cpumask()Kamalesh Babulal1-1/+1
2023-11-20cgroup/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
2023-05-08cgroup/cpuset: Rename functions dealing with DEADLINE accountingJuri Lelli1-4/+4
2023-04-29Merge tag 'cgroup-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-11/+19
2023-04-12cgroup/cpuset: Make cpuset_attach_task() skip subpartitions CPUs for top_cpusetWaiman Long1-1/+2
2023-04-12cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() methodsWaiman Long1-11/+86
2023-04-12cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properlyWaiman Long1-20/+42
2023-04-12cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()Waiman Long1-1/+5
2023-03-29cgroup/cpuset: Include offline CPUs when tasks' cpumasks in top_cpuset are up...Waiman Long1-9/+14
2023-03-29cgroup/cpuset: Skip task update if hotplug doesn't affect current cpusetWaiman Long1-0/+3
2023-03-29Merge branch 'for-6.3-fixes' into for-6.4Tejun Heo1-2/+10
2023-03-29cgroup/cpuset: Fix partition root's cpuset.cpus update bugWaiman Long1-2/+10
2023-03-23cpuset: Clean up cpuset_node_allowedHaifeng Xu1-2/+2
2023-02-21Merge tag 'cgroup-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-7/+8
2023-02-06cpuset: Call set_cpus_allowed_ptr() with appropriate mask for taskWill Deacon1-7/+11
2023-02-06cgroup/cpuset: Don't filter offline CPUs in cpuset_cpus_allowed() for top cpu...Waiman Long1-2/+25
2023-01-31cgroup/cpuset: Fix wrong check in update_parent_subparts_cpumask()Waiman Long1-1/+2
2023-01-10cgroup/cpuset: fix a few kernel-doc warnings & coding styleRandy Dunlap1-5/+8
2023-01-04cgroup/cpuset: no need to explicitly init a global static variableDaniel Vacek1-2/+0
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+1
2022-11-22cgroup/cpuset: Improve cpuset_css_alloc() descriptionKamalesh Babulal1-4/+8
2022-11-14cgroup/cpuset: Optimize cpuset_attach() on v2Waiman Long1-1/+23
2022-11-14cgroup/cpuset: Skip spread flags update on v2Waiman Long1-4/+8
2022-11-08memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin1-1/+1
2022-11-08cgroup/cpuset: use hotplug_memory_notifier() directlyLiu Shixin1-6/+1
2022-09-07cgroup/cpuset: remove unreachable codeJiapeng Chong1-2/+0
2022-09-04cgroup/cpuset: Make partition invalid if cpumask change violates exclusivity ...Waiman Long1-9/+60
2022-09-04cgroup/cpuset: Relocate a code block in validate_change()Waiman Long1-16/+16
2022-09-04cgroup/cpuset: Show invalid partition reason stringWaiman Long1-18/+75