summaryrefslogtreecommitdiff
path: root/kernel/cgroup/cpuset-internal.h
AgeCommit message (Expand)AuthorFilesLines
2026-07-06cgroup/cpuset: Support multiple source cpusets for cpuset_*attach()Waiman Long1-0/+5
2026-07-06cgroup/cpuset: Prevent race between task attach and cpuset state changeWaiman Long1-10/+1
2026-07-06cgroup/cpuset: Make nr_deadline_tasks an atomic_tWaiman Long1-1/+1
2026-05-11cgroup/cpuset: Reserve DL bandwidth only for root-domain movesGuopeng Zhang1-0/+1
2026-04-17cgroup/cpuset: record DL BW alloc CPU for attach rollbackGuopeng Zhang1-0/+5
2026-01-12cgroup/cpuset: Move the v1 empty cpus/mems check to cpuset1_validate_change()Waiman Long1-0/+9
2026-01-12cgroup/cpuset: Don't invalidate sibling partitions on cpuset.cpus conflictWaiman Long1-0/+3
2025-12-18cpuset: remove v1-specific code from generate_sched_domainsChen Ridong1-7/+3
2025-12-18cpuset: separate generate_sched_domains for v1 and v2Chen Ridong1-0/+23
2025-12-18cpuset: move update_domain_attr_tree to cpuset_v1.cChen Ridong1-3/+8
2025-12-18cpuset: add cpuset1_init helper for v1 initializationChen Ridong1-4/+6
2025-12-18cpuset: add cpuset1_online_css helper for v1-specific operationsChen Ridong1-0/+2
2025-11-11cpuset: remove global remote_children listChen Ridong1-3/+7
2025-10-20cgroup/cpuset: Don't track # of local child partitionsWaiman Long1-3/+0
2025-08-25cpuset: add helpers for cpus read and cpuset_mutex locksChen Ridong1-0/+2
2025-08-13cpuset: remove redundant CS_ONLINE flagChen Ridong1-2/+1
2025-03-31cgroup/cpuset: Don't allow creation of local partition over a remote oneWaiman Long1-0/+1
2024-09-04cgroup/cpuset: Move cpu.h include to cpuset-internal.hWaiman Long1-3/+4
2024-08-30cgroup/cpuset: guard cpuset-v1 code under CONFIG_CPUSETS_V1Chen Ridong1-0/+12
2024-08-30cgroup/cpuset: rename functions shared between v1 and v2Chen Ridong1-10/+10
2024-08-30cgroup/cpuset: move v1 interfaces to cpuset-v1.cChen Ridong1-4/+5
2024-08-30cgroup/cpuset: move validate_change_legacy to cpuset-v1.cChen Ridong1-0/+29
2024-08-30cgroup/cpuset: move legacy hotplug update to cpuset-v1.cChen Ridong1-0/+5
2024-08-30cgroup/cpuset: add callback_lock helperChen Ridong1-0/+2
2024-08-30cgroup/cpuset: move memory_spread to cpuset-v1.cChen Ridong1-0/+3
2024-08-30cgroup/cpuset: move relax_domain_level to cpuset-v1.cChen Ridong1-1/+5
2024-08-30cgroup/cpuset: move memory_pressure to cpuset-v1.cChen Ridong1-0/+7
2024-08-30cgroup/cpuset: move common code to cpuset-internal.hChen Ridong1-0/+235
2024-08-30cgroup/cpuset: introduce cpuset-v1.cChen Ridong1-0/+6