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
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-12-18
cpuset: fix warning when disabling remote partition
Chen Ridong
1
-5
/
+16
2025-12-03
Merge tag 'cgroup-for-6.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-136
/
+221
2025-12-02
Merge tag 'timers-core-2025-11-30' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-6
/
+9
2025-11-20
cpuset: Treat cpusets in attaching as populated
Chen Ridong
1
-8
/
+27
2025-11-20
timers/migration: Exclude isolated cpus from hierarchy
Gabriele Monaco
1
-0
/
+3
2025-11-20
cgroup/cpuset: Rename update_unbound_workqueue_cpumask() to update_isolation_...
Gabriele Monaco
1
-6
/
+6
2025-11-20
cgroup/cpuset: Introduce cpuset_cpus_allowed_locked()
Pingfan Liu
1
-15
/
+36
2025-11-11
cpuset: remove need_rebuild_sched_domains
Chen Ridong
1
-5
/
+1
2025-11-11
cpuset: remove global remote_children list
Chen Ridong
1
-9
/
+4
2025-11-11
cpuset: simplify node setting on error
Chen Ridong
1
-12
/
+9
2025-11-05
cgroup/cpuset: Globally track isolated_cpus update
Waiman Long
1
-38
/
+35
2025-11-05
cgroup/cpuset: Ensure domain isolated CPUs stay in root or isolated partition
Waiman Long
1
-4
/
+6
2025-11-05
cgroup/cpuset: Move up prstate_housekeeping_conflict() helper
Waiman Long
1
-20
/
+20
2025-11-05
cgroup/cpuset: Fail if isolated and nohz_full don't leave any housekeeping
Waiman Long
1
-1
/
+73
2025-11-05
cgroup/cpuset: Rename update_unbound_workqueue_cpumask() to update_isolation_...
Gabriele Monaco
1
-6
/
+6
2025-10-20
cgroup/cpuset: Don't track # of local child partitions
Waiman Long
1
-28
/
+13
2025-10-16
sched: Rename do_set_cpus_allowed()
Peter Zijlstra
1
-1
/
+1
2025-09-22
cpuset: remove is_prs_invalid helper
Chen Ridong
1
-8
/
+3
2025-09-22
cpuset: remove impossible warning in update_parent_effective_cpumask
Chen Ridong
1
-1
/
+0
2025-09-22
cpuset: remove redundant special case for null input in node mask update
Chen Ridong
1
-14
/
+8
2025-09-19
cpuset: fix missing error return in update_cpumask
Chen Ridong
1
-1
/
+2
2025-09-19
cpuset: Use new excpus for nocpu error check when enabling root partition
Chen Ridong
1
-5
/
+1
2025-09-19
cpuset: fix failure to enable isolated partition when containing isolcpus
Chen Ridong
1
-1
/
+1
2025-09-17
cpuset: use partition_cpus_change for setting exclusive cpus
Chen Ridong
1
-27
/
+2
2025-09-17
cpuset: use parse_cpulist for setting cpus.exclusive
Chen Ridong
1
-16
/
+9
2025-09-17
cpuset: introduce partition_cpus_change
Chen Ridong
1
-26
/
+38
2025-09-17
cpuset: refactor cpus_allowed_validate_change
Chen Ridong
1
-39
/
+45
2025-09-17
cpuset: refactor out validate_partition
Chen Ridong
1
-12
/
+36
2025-09-17
cpuset: introduce cpus_excl_conflict and mems_excl_conflict helpers
Chen Ridong
1
-30
/
+44
2025-09-17
cpuset: refactor CPU mask buffer parsing logic
Chen Ridong
1
-29
/
+30
2025-09-17
cpuset: Refactor exclusive CPU mask computation logic
Chen Ridong
1
-38
/
+65
2025-09-17
cpuset: change return type of is_partition_[in]valid to bool
Chen Ridong
1
-2
/
+2
2025-09-17
cpuset: remove unused assignment to trialcs->partition_root_state
Chen Ridong
1
-2
/
+0
2025-09-17
cpuset: move the root cpuset write check earlier
Chen Ridong
1
-13
/
+4
2025-09-16
cgroup/cpuset: Remove redundant rcu_read_lock/unlock() in spin_lock
pengdonglin
1
-6
/
+0
2025-09-04
cpuset: Defer flushing of the cpuset_migrate_mm_wq to task_work
Chuyi Zhou
1
-5
/
+24
2025-09-04
cpuset: Don't always flush cpuset_migrate_mm_wq in cpuset_write_resmask
Chuyi Zhou
1
-1
/
+2
2025-09-03
cgroup/cpuset: Prevent NULL pointer access in free_tmpmasks()
Waiman Long
1
-0
/
+3
2025-08-25
cpuset: add helpers for cpus read and cpuset_mutex locks
Chen Ridong
1
-26
/
+34
2025-08-25
cpuset: separate tmpmasks and cpuset allocation logic
Chen Ridong
1
-58
/
+69
2025-08-25
cpuset: decouple tmpmasks and cpumasks freeing in cgroup
Chen Ridong
1
-19
/
+13
2025-08-13
cpuset: remove redundant CS_ONLINE flag
Chen Ridong
1
-3
/
+1
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
[next]