summaryrefslogtreecommitdiff
path: root/kernel/cgroup/cpuset.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-12cgroup/cpuset: remove unneeded header filesMiaohe Lin1-2/+0
2023-05-21cgroup/cpuset: remove unneeded header filesMiaohe Lin1-21/+0
2023-05-09cgroup/cpuset: Free DL BW in case can_attach() failsDietmar Eggemann1-5/+48
2023-05-09cgroup/cpuset: Iterate only if DEADLINE tasks are presentJuri Lelli1-0/+3
2023-05-09sched/cpuset: Keep track of SCHED_DEADLINE task in cpusetsJuri Lelli1-0/+25
2023-05-09sched/cpuset: Bring back cpuset_mutexJuri Lelli1-79/+80
2023-05-09cgroup/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-24cpuset: 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-02-01cgroup/cpuset: Fix wrong check in update_parent_subparts_cpumask()Waiman Long1-1/+2
2023-01-11cgroup/cpuset: fix a few kernel-doc warnings & coding styleRandy Dunlap1-5/+8
2023-01-05cgroup/cpuset: no need to explicitly init a global static variableDaniel Vacek1-2/+0
2022-12-14Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-6/+1
2022-11-23cgroup/cpuset: Improve cpuset_css_alloc() descriptionKamalesh Babulal1-4/+8
2022-11-15cgroup/cpuset: Optimize cpuset_attach() on v2Waiman Long1-1/+23
2022-11-15cgroup/cpuset: Skip spread flags update on v2Waiman Long1-4/+8
2022-11-09memory: move hotplug memory notifier priority to same file for easy sortingLiu Shixin1-1/+1
2022-11-09cgroup/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
2022-09-04cgroup/cpuset: Add a new isolated cpus.partition typeWaiman Long1-11/+63
2022-09-04cgroup/cpuset: Relax constraints to partition & cpus changesWaiman Long1-194/+215
2022-09-04cgroup/cpuset: Allow no-task partition to have empty cpuset.cpus.effectiveWaiman Long1-25/+84
2022-09-04cgroup/cpuset: Miscellaneous cleanups & add helper functionsWaiman Long1-79/+90
2022-09-04cgroup/cpuset: Enable update_tasks_cpumask() on top_cpusetWaiman Long1-7/+11
2022-08-17cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlockTejun Heo1-2/+1
2022-08-03sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long1-1/+1
2022-05-05cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()Waiman Long1-2/+5
2022-03-23Merge branch 'for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-5/+5
2022-03-15Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar1-5/+7
2022-03-14cgroup: cleanup commentsTom Rix1-5/+5
2022-02-22cpuset: Fix kernel-docJiapeng Chong1-5/+5
2022-02-21Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar1-14/+51
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker1-3/+3
2022-02-14cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplugZhang Qiao1-0/+2
2022-02-03cgroup/cpuset: Fix "suspicious RCU usage" lockdep warningWaiman Long1-0/+10
2022-01-26cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask()Tianchen Ding1-2/+1