summaryrefslogtreecommitdiff
path: root/kernel/cgroup/cpuset.c
AgeCommit message (Expand)Author
2024-02-29cgroup/cpuset: Fix retval in update_cpumask()Kamalesh Babulal
2024-02-28cgroup/cpuset: Fix a memory leak in update_exclusive_cpumask()Waiman Long
2024-01-18Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-12-15kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()Kees Cook
2023-12-06cgroup/cpuset: Include isolated cpuset CPUs in cpu_is_isolated() checkWaiman Long
2023-11-28cgroup/cpuset: Expose cpuset.cpus.isolatedWaiman Long
2023-11-12cgroup/cpuset: Take isolated CPUs out of workqueue unbound cpumaskWaiman Long
2023-11-12cgroup/cpuset: Keep track of CPUs in isolated partitionsWaiman Long
2023-10-04cgroup/cpuset: Cleanup signedness issue in cpu_exclusive_check()Harshit Mogalapalli
2023-10-04cgroup/cpuset: Enable invalid to valid local partition transitionWaiman Long
2023-09-18cgroup/cpuset: Check partition conflict with housekeeping setupWaiman Long
2023-09-18cgroup/cpuset: Introduce remote partitionWaiman Long
2023-09-18cgroup/cpuset: Add cpuset.cpus.exclusive for v2Waiman Long
2023-09-18cgroup/cpuset: Add cpuset.cpus.exclusive.effective for v2Waiman Long
2023-09-18cgroup/cpuset: Fix load balance state in update_partition_sd_lb()Waiman Long
2023-08-02cgroup/cpuset: fix kernel-docCai Xinchen
2023-07-10cgroup/cpuset: Allow suppression of sched domain rebuild in update_cpumasks_h...Waiman Long
2023-07-10cgroup/cpuset: Improve temporary cpumasks handlingWaiman Long
2023-07-10cgroup/cpuset: Extract out CS_CPU_EXCLUSIVE & CS_SCHED_LOAD_BALANCE handlingWaiman Long
2023-07-10cgroup/cpuset: Inherit parent's load balance state in v2Waiman Long
2023-07-10cpuset: Allow setscheduler regardless of manipulated taskMichal Koutný
2023-07-10cgroup/cpuset: avoid unneeded cpuset_mutex re-lockMiaohe Lin
2023-07-10cgroup/cpuset: simplify the percpu kthreads check in update_tasks_cpumask()Miaohe Lin
2023-06-12cgroup/cpuset: remove unneeded header filesMiaohe Lin
2023-05-20cgroup/cpuset: remove unneeded header filesMiaohe Lin
2023-05-08cgroup/cpuset: Free DL BW in case can_attach() failsDietmar Eggemann
2023-05-08cgroup/cpuset: Iterate only if DEADLINE tasks are presentJuri Lelli
2023-05-08sched/cpuset: Keep track of SCHED_DEADLINE task in cpusetsJuri Lelli
2023-05-08sched/cpuset: Bring back cpuset_mutexJuri Lelli
2023-05-08cgroup/cpuset: Rename functions dealing with DEADLINE accountingJuri Lelli
2023-04-29Merge tag 'cgroup-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-04-12cgroup/cpuset: Make cpuset_attach_task() skip subpartitions CPUs for top_cpusetWaiman Long
2023-04-12cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() methodsWaiman Long
2023-04-12cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properlyWaiman Long
2023-04-12cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()Waiman Long
2023-03-29cgroup/cpuset: Include offline CPUs when tasks' cpumasks in top_cpuset are up...Waiman Long
2023-03-29cgroup/cpuset: Skip task update if hotplug doesn't affect current cpusetWaiman Long
2023-03-29Merge branch 'for-6.3-fixes' into for-6.4Tejun Heo
2023-03-29cgroup/cpuset: Fix partition root's cpuset.cpus update bugWaiman Long
2023-03-23cpuset: Clean up cpuset_node_allowedHaifeng Xu
2023-02-21Merge tag 'cgroup-for-6.3' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2023-02-06cpuset: Call set_cpus_allowed_ptr() with appropriate mask for taskWill Deacon
2023-02-06cgroup/cpuset: Don't filter offline CPUs in cpuset_cpus_allowed() for top cpu...Waiman Long
2023-01-31cgroup/cpuset: Fix wrong check in update_parent_subparts_cpumask()Waiman Long
2023-01-10cgroup/cpuset: fix a few kernel-doc warnings & coding styleRandy Dunlap
2023-01-04cgroup/cpuset: no need to explicitly init a global static variableDaniel Vacek
2022-12-13Merge tag 'mm-stable-2022-12-13' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-11-22cgroup/cpuset: Improve cpuset_css_alloc() descriptionKamalesh Babulal
2022-11-14cgroup/cpuset: Optimize cpuset_attach() on v2Waiman Long
2022-11-14cgroup/cpuset: Skip spread flags update on v2Waiman Long