index
:
linux.git
arm64-uaccess
dependabot/pip/drivers/gpu/drm/ci/xfails/certifi-2024.7.4
dependabot/pip/drivers/gpu/drm/ci/xfails/idna-3.7
dependabot/pip/drivers/gpu/drm/ci/xfails/pip-23.3
dependabot/pip/drivers/gpu/drm/ci/xfails/requests-2.32.2
dependabot/pip/drivers/gpu/drm/ci/xfails/setuptools-70.0.0
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.0.7
dependabot/pip/drivers/gpu/drm/ci/xfails/urllib3-2.2.2
link_path_walk
master
nocache-cleanup
runtime-constants
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
cgroup
/
cpuset.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-08-09
cgroup/cpuset: Remove the unnecessary css_get/put() in cpuset_partition_write()
Waiman Long
1
-2
/
+0
2025-08-09
cgroup/cpuset: Fix a partition error with CPU hotplug
Waiman Long
1
-3
/
+4
2025-08-09
cgroup/cpuset: Use static_branch_enable_cpuslocked() on cpusets_insane_config...
Waiman Long
1
-1
/
+1
2025-07-13
kernel,cpuset: use node-notifier instead of memory-notifier
Oscar Salvador
1
-1
/
+1
2025-05-31
Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-2
/
+38
2025-05-27
Merge tag 'cgroup-for-6.16' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-27
/
+63
2025-05-12
vmscan,cgroup: apply mems_effective to reclaim
Gregory Price
1
-0
/
+36
2025-05-12
cpuset: rename cpuset_node_allowed to cpuset_current_node_allowed
Gregory Price
1
-2
/
+2
2025-05-09
cgroup/cpuset: Extend kthread_is_per_cpu() check to all PF_NO_SETAFFINITY tasks
Waiman Long
1
-2
/
+4
2025-05-09
cgroup/cpuset: drop useless cpumask_empty() in compute_effective_exclusive_cp...
Yury Norov
1
-4
/
+2
2025-04-07
cgroup/cpuset: Add warnings to catch inconsistency in exclusive CPUs
Waiman Long
1
-10
/
+33
2025-04-07
cgroup/cpuset: Fix obsolete comment in cpuset_css_offline()
Waiman Long
1
-4
/
+5
2025-04-07
cgroup/cpuset: Always use cpu_active_mask
Waiman Long
1
-9
/
+23
2025-04-01
cgroup/cpuset: Fix race between newly created partition and dying one
Waiman Long
1
-3
/
+17
2025-03-31
cgroup/cpuset: Remove unneeded goto in sched_partition_write() and rename it
Waiman Long
1
-9
/
+6
2025-03-31
cgroup/cpuset: Code cleanup and comment update
Waiman Long
1
-23
/
+38
2025-03-31
cgroup/cpuset: Don't allow creation of local partition over a remote one
Waiman Long
1
-0
/
+14
2025-03-31
cgroup/cpuset: Remove remote_partition_check() & make update_cpumasks_hier() ...
Waiman Long
1
-117
/
+141
2025-03-31
cgroup/cpuset: Fix error handling in remote_partition_disable()
Waiman Long
1
-9
/
+20
2025-03-31
cgroup/cpuset: Fix incorrect isolated_cpus update in update_parent_effective_...
Waiman Long
1
-3
/
+3
2025-03-24
Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-17
/
+17
2025-03-17
cgroup/cpuset: Remove partition_and_rebuild_sched_domains
Juri Lelli
1
-10
/
+1
2025-03-17
sched/deadline: Rebuild root domain accounting after every update
Juri Lelli
1
-7
/
+16
2025-03-17
sched/topology: Wrappers for sched_domains_mutex
Juri Lelli
1
-2
/
+2
2025-01-24
cgroup/cpuset: Move procfs cpuset attribute under cgroup-v1.c
Michal Koutný
1
-45
/
+0
2025-01-08
cgroup/cpuset: remove kernfs active break
Chen Ridong
1
-25
/
+0
2024-12-11
cgroup/cpuset: Prevent leakage of isolated CPUs into sched domains
Waiman Long
1
-1
/
+9
2024-12-10
cgroup/cpuset: Remove stale text
Costa Shulyupin
1
-7
/
+2
2024-11-14
cgroup/cpuset: Disable cpuset_cpumask_can_shrink() test if not load balancing
Waiman Long
1
-4
/
+16
2024-11-12
cgroup/cpuset: Further optimize code if CONFIG_CPUSETS_V1 not set
Waiman Long
1
-20
/
+19
2024-11-12
cgroup/cpuset: Enforce at most one rebuild_sched_domains_locked() call per op...
Waiman Long
1
-16
/
+33
2024-11-12
cgroup/cpuset: Revert "Allow suppression of sched domain rebuild in update_cp...
Waiman Long
1
-25
/
+14
2024-09-30
cgroup/cpuset: Fix spelling errors in file kernel/cgroup/cpuset.c
everestkc
1
-8
/
+8
2024-09-04
cgroup/cpuset: Move cpu.h include to cpuset-internal.h
Waiman Long
1
-1
/
+0
2024-08-30
cgroup/cpuset: guard cpuset-v1 code under CONFIG_CPUSETS_V1
Chen Ridong
1
-0
/
+2
2024-08-30
cgroup/cpuset: rename functions shared between v1 and v2
Chen Ridong
1
-26
/
+26
2024-08-30
cgroup/cpuset: move v1 interfaces to cpuset-v1.c
Chen Ridong
1
-192
/
+3
2024-08-30
cgroup/cpuset: move validate_change_legacy to cpuset-v1.c
Chen Ridong
1
-73
/
+0
2024-08-30
cgroup/cpuset: move legacy hotplug update to cpuset-v1.c
Chen Ridong
1
-94
/
+2
2024-08-30
cgroup/cpuset: add callback_lock helper
Chen Ridong
1
-0
/
+10
2024-08-30
cgroup/cpuset: move memory_spread to cpuset-v1.c
Chen Ridong
1
-42
/
+0
2024-08-30
cgroup/cpuset: move relax_domain_level to cpuset-v1.c
Chen Ridong
1
-60
/
+2
2024-08-30
cgroup/cpuset: move memory_pressure to cpuset-v1.c
Chen Ridong
1
-134
/
+0
2024-08-30
cgroup/cpuset: move common code to cpuset-internal.h
Chen Ridong
1
-235
/
+1
2024-08-30
cgroup/cpuset: Account for boot time isolated CPUs
Waiman Long
1
-5
/
+18
2024-08-20
cgroup/cpuset: remove use_parent_ecpus of cpuset
Chen Ridong
1
-26
/
+4
2024-08-20
cgroup/cpuset: remove fetch_xcpus
Chen Ridong
1
-10
/
+3
2024-08-20
cgroup/cpuset: Correct invalid remote parition prs
Chen Ridong
1
-12
/
+16
2024-08-05
cgroup/cpuset: Check for partition roots with overlapping CPUs
Waiman Long
1
-16
/
+18
2024-08-05
Merge branch 'cgroup/for-6.11-fixes' into cgroup/for-6.12
Tejun Heo
1
-17
/
+21
[next]