aboutsummaryrefslogtreecommitdiff
path: root/kernel/cgroup/cpuset.c
AgeCommit message (Expand)Author
2023-09-13cgroup/cpuset: Inherit parent's load balance state in v2Waiman Long
2023-08-30cgroup/cpuset: Free DL BW in case can_attach() failsDietmar Eggemann
2023-08-30cgroup/cpuset: Iterate only if DEADLINE tasks are presentJuri Lelli
2023-08-30sched/cpuset: Keep track of SCHED_DEADLINE task in cpusetsJuri Lelli
2023-08-30sched/cpuset: Bring back cpuset_mutexJuri Lelli
2023-08-30cgroup/cpuset: Rename functions dealing with DEADLINE accountingJuri Lelli
2023-04-20cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() methodsWaiman Long
2023-04-20cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properlyWaiman Long
2023-04-20cgroup/cpuset: Skip spread flags update on v2Waiman Long
2023-04-20cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()Waiman Long
2023-04-20cgroup/cpuset: Fix partition root's cpuset.cpus update bugWaiman Long
2023-02-14cpuset: Call set_cpus_allowed_ptr() with appropriate mask for taskWill Deacon
2023-02-09cgroup/cpuset: Fix wrong check in update_parent_subparts_cpumask()Waiman Long
2022-09-07cgroup/cpuset: remove unreachable codeJiapeng Chong
2022-09-04cgroup/cpuset: Make partition invalid if cpumask change violates exclusivity ...Waiman Long
2022-09-04cgroup/cpuset: Relocate a code block in validate_change()Waiman Long
2022-09-04cgroup/cpuset: Show invalid partition reason stringWaiman Long
2022-09-04cgroup/cpuset: Add a new isolated cpus.partition typeWaiman Long
2022-09-04cgroup/cpuset: Relax constraints to partition & cpus changesWaiman Long
2022-09-04cgroup/cpuset: Allow no-task partition to have empty cpuset.cpus.effectiveWaiman Long
2022-09-04cgroup/cpuset: Miscellaneous cleanups & add helper functionsWaiman Long
2022-09-04cgroup/cpuset: Enable update_tasks_cpumask() on top_cpusetWaiman Long
2022-08-17cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlockTejun Heo
2022-08-03sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long
2022-05-05cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()Waiman Long
2022-03-23Merge branch 'for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2022-03-15Merge tag 'v5.17-rc8' into sched/core, to pick up fixesIngo Molnar
2022-03-13cgroup: cleanup commentsTom Rix
2022-02-22cpuset: Fix kernel-docJiapeng Chong
2022-02-21Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker
2022-02-14cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplugZhang Qiao
2022-02-03cgroup/cpuset: Fix "suspicious RCU usage" lockdep warningWaiman Long
2022-01-26cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask()Tianchen Ding
2022-01-12cgroup/cpuset: Make child cpusets restrict parents on v1 hierarchyMichal Koutný
2022-01-07cpuset: convert 'allowed' in __cpuset_node_allowed() to be booleanQi Zheng
2021-12-13cgroup/cpuset: Don't let child cpusets restrict parent in default hierarchyWaiman Long
2021-11-06mm/page_alloc: detect allocation forbidden by cpuset and bail out earlyFeng Tang
2021-09-13cgroup/cpuset: Change references of cpuset_mutex to cpuset_rwsemWaiman Long
2021-08-31Merge branch 'for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2021-08-25cgroup/cpuset: Avoid memory migration when nodemasks matchNicolas Saenz Julienne
2021-08-20cpuset: Cleanup cpuset_cpus_allowed_fallback() use in select_fallback_rq()Will Deacon
2021-08-20cpuset: Honour task_cpu_possible_mask() in guarantee_online_cpus()Will Deacon
2021-08-20cpuset: Don't use the cpu_possible_mask as a last resort for cgroup v1Will Deacon
2021-08-12cgroup/cpuset: Enable memory migration for cpuset v2Waiman Long
2021-08-11cgroup/cpuset: Enable event notification when partition state changesWaiman Long
2021-08-09cgroup: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior
2021-08-09cgroup/cpuset: Fix violation of cpuset locking ruleWaiman Long
2021-07-26cgroup/cpuset: Fix a partition bug with hotplugWaiman Long
2021-07-26cgroup/cpuset: Miscellaneous code cleanupWaiman Long