summaryrefslogtreecommitdiff
path: root/kernel/cgroup/cpuset.c
AgeCommit message (Expand)Author
2025-07-13kernel,cpuset: use node-notifier instead of memory-notifierOscar Salvador
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-05-27Merge tag 'cgroup-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-05-12vmscan,cgroup: apply mems_effective to reclaimGregory Price
2025-05-12cpuset: rename cpuset_node_allowed to cpuset_current_node_allowedGregory Price
2025-05-09cgroup/cpuset: Extend kthread_is_per_cpu() check to all PF_NO_SETAFFINITY tasksWaiman Long
2025-05-09cgroup/cpuset: drop useless cpumask_empty() in compute_effective_exclusive_cp...Yury Norov
2025-04-07cgroup/cpuset: Add warnings to catch inconsistency in exclusive CPUsWaiman Long
2025-04-07cgroup/cpuset: Fix obsolete comment in cpuset_css_offline()Waiman Long
2025-04-07cgroup/cpuset: Always use cpu_active_maskWaiman Long
2025-04-01cgroup/cpuset: Fix race between newly created partition and dying oneWaiman Long
2025-03-31cgroup/cpuset: Remove unneeded goto in sched_partition_write() and rename itWaiman Long
2025-03-31cgroup/cpuset: Code cleanup and comment updateWaiman Long
2025-03-31cgroup/cpuset: Don't allow creation of local partition over a remote oneWaiman Long
2025-03-31cgroup/cpuset: Remove remote_partition_check() & make update_cpumasks_hier() ...Waiman Long
2025-03-31cgroup/cpuset: Fix error handling in remote_partition_disable()Waiman Long
2025-03-31cgroup/cpuset: Fix incorrect isolated_cpus update in update_parent_effective_...Waiman Long
2025-03-24Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-03-17cgroup/cpuset: Remove partition_and_rebuild_sched_domainsJuri Lelli
2025-03-17sched/deadline: Rebuild root domain accounting after every updateJuri Lelli
2025-03-17sched/topology: Wrappers for sched_domains_mutexJuri Lelli
2025-01-24cgroup/cpuset: Move procfs cpuset attribute under cgroup-v1.cMichal Koutný
2025-01-08cgroup/cpuset: remove kernfs active breakChen Ridong
2024-12-11cgroup/cpuset: Prevent leakage of isolated CPUs into sched domainsWaiman Long
2024-12-10cgroup/cpuset: Remove stale textCosta Shulyupin
2024-11-14cgroup/cpuset: Disable cpuset_cpumask_can_shrink() test if not load balancingWaiman Long
2024-11-12cgroup/cpuset: Further optimize code if CONFIG_CPUSETS_V1 not setWaiman Long
2024-11-12cgroup/cpuset: Enforce at most one rebuild_sched_domains_locked() call per op...Waiman Long
2024-11-12cgroup/cpuset: Revert "Allow suppression of sched domain rebuild in update_cp...Waiman Long
2024-09-30cgroup/cpuset: Fix spelling errors in file kernel/cgroup/cpuset.ceverestkc
2024-09-04cgroup/cpuset: Move cpu.h include to cpuset-internal.hWaiman Long
2024-08-30cgroup/cpuset: guard cpuset-v1 code under CONFIG_CPUSETS_V1Chen Ridong
2024-08-30cgroup/cpuset: rename functions shared between v1 and v2Chen Ridong
2024-08-30cgroup/cpuset: move v1 interfaces to cpuset-v1.cChen Ridong
2024-08-30cgroup/cpuset: move validate_change_legacy to cpuset-v1.cChen Ridong
2024-08-30cgroup/cpuset: move legacy hotplug update to cpuset-v1.cChen Ridong
2024-08-30cgroup/cpuset: add callback_lock helperChen Ridong
2024-08-30cgroup/cpuset: move memory_spread to cpuset-v1.cChen Ridong
2024-08-30cgroup/cpuset: move relax_domain_level to cpuset-v1.cChen Ridong
2024-08-30cgroup/cpuset: move memory_pressure to cpuset-v1.cChen Ridong
2024-08-30cgroup/cpuset: move common code to cpuset-internal.hChen Ridong
2024-08-30cgroup/cpuset: Account for boot time isolated CPUsWaiman Long
2024-08-20cgroup/cpuset: remove use_parent_ecpus of cpusetChen Ridong
2024-08-20cgroup/cpuset: remove fetch_xcpusChen Ridong
2024-08-20cgroup/cpuset: Correct invalid remote parition prsChen Ridong
2024-08-05cgroup/cpuset: Check for partition roots with overlapping CPUsWaiman Long
2024-08-05Merge branch 'cgroup/for-6.11-fixes' into cgroup/for-6.12Tejun Heo
2024-08-05cgroup/cpuset: Eliminate unncessary sched domains rebuilds in hotplugWaiman Long
2024-08-05cgroup/cpuset: Clear effective_xcpus on cpus_allowed clearing only if cpus.ex...Waiman Long
2024-08-05cgroup/cpuset: fix panic caused by partcmd_updateChen Ridong