index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
cgroup
/
cpuset.c
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2024-08-05
cgroup/cpuset: Eliminate unncessary sched domains rebuilds in hotplug
Waiman Long
1
-16
/
+17
2024-08-05
cgroup/cpuset: Clear effective_xcpus on cpus_allowed clearing only if cpus.ex...
Waiman Long
1
-1
/
+2
2024-08-05
cgroup/cpuset: fix panic caused by partcmd_update
Chen Ridong
1
-0
/
+2
2024-07-14
Merge branch 'for-6.10-fixes' into for-6.11
Tejun Heo
1
-4
/
+9
2024-06-28
cgroup/cpuset: Prevent UAF in proc_cpuset_show()
Chen Ridong
1
-4
/
+9
2024-06-19
cgroup/cpuset: Make cpuset.cpus.exclusive independent of cpuset.cpus
Waiman Long
1
-20
/
+47
2024-06-19
cgroup/cpuset: Delay setting of CS_CPU_EXCLUSIVE until valid partition
Waiman Long
1
-7
/
+29
2024-06-19
cgroup/cpuset: Fix remote root partition creation problem
Waiman Long
1
-13
/
+42
2024-06-03
cgroup/cpuset: Optimize isolated partition only generate_sched_domains() calls
Waiman Long
1
-0
/
+8
2024-06-01
cgroup/cpuset: Reduce the lock protecting CS_SCHED_LOAD_BALANCE
Xiu Jianfeng
1
-8
/
+6
2024-05-26
cgroup/cpuset: Update comment on callback_lock
Xiu Jianfeng
1
-1
/
+1
2024-05-26
cgroup/cpuset: Remove unnecessary zeroing
Xiu Jianfeng
1
-2
/
+0
2024-05-19
Merge tag 'sched-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2024-05-17
sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_level
Vitalii Bursov
1
-1
/
+1
2024-04-25
cgroup/cpuset: Remove outdated comment in sched_partition_write()
Xiu Jianfeng
1
-3
/
+0
2024-04-23
cgroup/cpuset: Fix incorrect top_cpuset flags
Waiman Long
1
-2
/
+2
2024-04-23
cgroup/cpuset: Avoid clearing CS_SCHED_LOAD_BALANCE twice
Xiu Jianfeng
1
-5
/
+0
2024-04-22
cgroup/cpuset: Statically initialize more members of top_cpuset
Xiu Jianfeng
1
-3
/
+2
2024-04-08
cgroup/cpuset: Make cpuset hotplug processing synchronous
Waiman Long
1
-85
/
+56
2024-03-11
Merge tag 'cgroup-for-6.9' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-0
/
+1
2024-02-29
cgroup/cpuset: Fix retval in update_cpumask()
Kamalesh Babulal
1
-1
/
+1
2024-02-29
cgroup/cpuset: Mark memory_spread_slab as obsolete
Xiongwei Song
1
-0
/
+1
2024-02-28
cgroup/cpuset: Fix a memory leak in update_exclusive_cpumask()
Waiman Long
1
-3
/
+3
2024-01-18
Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2023-12-15
kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()
Kees Cook
1
-1
/
+1
2023-12-06
cgroup/cpuset: Include isolated cpuset CPUs in cpu_is_isolated() check
Waiman Long
1
-0
/
+11
2023-11-28
cgroup/cpuset: Expose cpuset.cpus.isolated
Waiman Long
1
-1
/
+1
2023-11-12
cgroup/cpuset: Take isolated CPUs out of workqueue unbound cpumask
Waiman Long
1
-20
/
+96
2023-11-12
cgroup/cpuset: Keep track of CPUs in isolated partitions
Waiman Long
1
-63
/
+127
2023-10-04
cgroup/cpuset: Cleanup signedness issue in cpu_exclusive_check()
Harshit Mogalapalli
1
-7
/
+7
2023-10-04
cgroup/cpuset: Enable invalid to valid local partition transition
Waiman Long
1
-31
/
+48
2023-09-18
cgroup/cpuset: Check partition conflict with housekeeping setup
Waiman Long
1
-0
/
+31
2023-09-18
cgroup/cpuset: Introduce remote partition
Waiman Long
1
-29
/
+306
2023-09-18
cgroup/cpuset: Add cpuset.cpus.exclusive for v2
Waiman Long
1
-34
/
+239
2023-09-18
cgroup/cpuset: Add cpuset.cpus.exclusive.effective for v2
Waiman Long
1
-307
/
+421
2023-09-18
cgroup/cpuset: Fix load balance state in update_partition_sd_lb()
Waiman Long
1
-1
/
+11
2023-08-02
cgroup/cpuset: fix kernel-doc
Cai Xinchen
1
-0
/
+2
2023-07-10
cgroup/cpuset: Allow suppression of sched domain rebuild in update_cpumasks_h...
Waiman Long
1
-8
/
+16
2023-07-10
cgroup/cpuset: Improve temporary cpumasks handling
Waiman Long
1
-29
/
+13
2023-07-10
cgroup/cpuset: Extract out CS_CPU_EXCLUSIVE & CS_SCHED_LOAD_BALANCE handling
Waiman Long
1
-55
/
+86
2023-07-10
cgroup/cpuset: Inherit parent's load balance state in v2
Waiman Long
1
-3
/
+30
2023-07-10
cpuset: Allow setscheduler regardless of manipulated task
Michal Koutný
1
-3
/
+16
2023-07-10
cgroup/cpuset: avoid unneeded cpuset_mutex re-lock
Miaohe Lin
1
-5
/
+4
2023-07-10
cgroup/cpuset: simplify the percpu kthreads check in update_tasks_cpumask()
Miaohe Lin
1
-1
/
+1
2023-06-12
cgroup/cpuset: remove unneeded header files
Miaohe Lin
1
-2
/
+0
2023-05-20
cgroup/cpuset: remove unneeded header files
Miaohe Lin
1
-21
/
+0
2023-05-08
cgroup/cpuset: Free DL BW in case can_attach() fails
Dietmar Eggemann
1
-5
/
+48
2023-05-08
cgroup/cpuset: Iterate only if DEADLINE tasks are present
Juri Lelli
1
-0
/
+3
2023-05-08
sched/cpuset: Keep track of SCHED_DEADLINE task in cpusets
Juri Lelli
1
-0
/
+25
2023-05-08
sched/cpuset: Bring back cpuset_mutex
Juri Lelli
1
-79
/
+80
[next]