summaryrefslogtreecommitdiff
path: root/kernel/cgroup/cpuset.c
AgeCommit message (Expand)AuthorFilesLines
2026-01-08cpuset: fix warning when disabling remote partitionChen Ridong1-5/+16
2025-12-18cpuset: Treat cpusets in attaching as populatedChen Ridong1-8/+27
2025-09-22cpuset: remove is_prs_invalid helperChen Ridong1-8/+3
2025-09-22cpuset: remove impossible warning in update_parent_effective_cpumaskChen Ridong1-1/+0
2025-09-22cpuset: remove redundant special case for null input in node mask updateChen Ridong1-14/+8
2025-09-19cpuset: fix missing error return in update_cpumaskChen Ridong1-1/+2
2025-09-19cpuset: Use new excpus for nocpu error check when enabling root partitionChen Ridong1-5/+1
2025-09-19cpuset: fix failure to enable isolated partition when containing isolcpusChen Ridong1-1/+1
2025-09-17cpuset: use partition_cpus_change for setting exclusive cpusChen Ridong1-27/+2
2025-09-17cpuset: use parse_cpulist for setting cpus.exclusiveChen Ridong1-16/+9
2025-09-17cpuset: introduce partition_cpus_changeChen Ridong1-26/+38
2025-09-17cpuset: refactor cpus_allowed_validate_changeChen Ridong1-39/+45
2025-09-17cpuset: refactor out validate_partitionChen Ridong1-12/+36
2025-09-17cpuset: introduce cpus_excl_conflict and mems_excl_conflict helpersChen Ridong1-30/+44
2025-09-17cpuset: refactor CPU mask buffer parsing logicChen Ridong1-29/+30
2025-09-17cpuset: Refactor exclusive CPU mask computation logicChen Ridong1-38/+65
2025-09-17cpuset: change return type of is_partition_[in]valid to boolChen Ridong1-2/+2
2025-09-17cpuset: remove unused assignment to trialcs->partition_root_stateChen Ridong1-2/+0
2025-09-17cpuset: move the root cpuset write check earlierChen Ridong1-13/+4
2025-09-16cgroup/cpuset: Remove redundant rcu_read_lock/unlock() in spin_lockpengdonglin1-6/+0
2025-09-04cpuset: Defer flushing of the cpuset_migrate_mm_wq to task_workChuyi Zhou1-5/+24
2025-09-04cpuset: Don't always flush cpuset_migrate_mm_wq in cpuset_write_resmaskChuyi Zhou1-1/+2
2025-09-03cgroup/cpuset: Prevent NULL pointer access in free_tmpmasks()Waiman Long1-0/+3
2025-08-25cpuset: add helpers for cpus read and cpuset_mutex locksChen Ridong1-26/+34
2025-08-25cpuset: separate tmpmasks and cpuset allocation logicChen Ridong1-58/+69
2025-08-25cpuset: decouple tmpmasks and cpumasks freeing in cgroupChen Ridong1-19/+13
2025-08-13cpuset: remove redundant CS_ONLINE flagChen Ridong1-3/+1
2025-08-09cgroup/cpuset: Remove the unnecessary css_get/put() in cpuset_partition_write()Waiman Long1-2/+0
2025-08-09cgroup/cpuset: Fix a partition error with CPU hotplugWaiman Long1-3/+4
2025-08-09cgroup/cpuset: Use static_branch_enable_cpuslocked() on cpusets_insane_config...Waiman Long1-1/+1
2025-07-13kernel,cpuset: use node-notifier instead of memory-notifierOscar Salvador1-1/+1
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+38
2025-05-27Merge tag 'cgroup-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-27/+63
2025-05-12vmscan,cgroup: apply mems_effective to reclaimGregory Price1-0/+36
2025-05-12cpuset: rename cpuset_node_allowed to cpuset_current_node_allowedGregory Price1-2/+2
2025-05-09cgroup/cpuset: Extend kthread_is_per_cpu() check to all PF_NO_SETAFFINITY tasksWaiman Long1-2/+4
2025-05-09cgroup/cpuset: drop useless cpumask_empty() in compute_effective_exclusive_cp...Yury Norov1-4/+2
2025-04-07cgroup/cpuset: Add warnings to catch inconsistency in exclusive CPUsWaiman Long1-10/+33
2025-04-07cgroup/cpuset: Fix obsolete comment in cpuset_css_offline()Waiman Long1-4/+5
2025-04-07cgroup/cpuset: Always use cpu_active_maskWaiman Long1-9/+23
2025-04-01cgroup/cpuset: Fix race between newly created partition and dying oneWaiman Long1-3/+17
2025-03-31cgroup/cpuset: Remove unneeded goto in sched_partition_write() and rename itWaiman Long1-9/+6
2025-03-31cgroup/cpuset: Code cleanup and comment updateWaiman Long1-23/+38
2025-03-31cgroup/cpuset: Don't allow creation of local partition over a remote oneWaiman Long1-0/+14
2025-03-31cgroup/cpuset: Remove remote_partition_check() & make update_cpumasks_hier() ...Waiman Long1-117/+141
2025-03-31cgroup/cpuset: Fix error handling in remote_partition_disable()Waiman Long1-9/+20
2025-03-31cgroup/cpuset: Fix incorrect isolated_cpus update in update_parent_effective_...Waiman Long1-3/+3
2025-03-24Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-17/+17
2025-03-17cgroup/cpuset: Remove partition_and_rebuild_sched_domainsJuri Lelli1-10/+1
2025-03-17sched/deadline: Rebuild root domain accounting after every updateJuri Lelli1-7/+16