index
:
linux
for-next
master
Mirror of https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
cgroup
Age
Commit message (
Expand
)
Author
Lines
2025-09-17
cpuset: use parse_cpulist for setting cpus.exclusive
Chen Ridong
-16
/
+9
2025-09-17
cpuset: introduce partition_cpus_change
Chen Ridong
-26
/
+38
2025-09-17
cpuset: refactor cpus_allowed_validate_change
Chen Ridong
-39
/
+45
2025-09-17
cpuset: refactor out validate_partition
Chen Ridong
-12
/
+36
2025-09-17
cpuset: introduce cpus_excl_conflict and mems_excl_conflict helpers
Chen Ridong
-30
/
+44
2025-09-17
cpuset: refactor CPU mask buffer parsing logic
Chen Ridong
-29
/
+30
2025-09-17
cpuset: Refactor exclusive CPU mask computation logic
Chen Ridong
-38
/
+65
2025-09-17
cpuset: change return type of is_partition_[in]valid to bool
Chen Ridong
-2
/
+2
2025-09-17
cpuset: remove unused assignment to trialcs->partition_root_state
Chen Ridong
-2
/
+0
2025-09-17
cpuset: move the root cpuset write check earlier
Chen Ridong
-13
/
+4
2025-09-16
cgroup/cpuset: Remove redundant rcu_read_lock/unlock() in spin_lock
pengdonglin
-6
/
+0
2025-09-16
cgroup: Remove redundant rcu_read_lock/unlock() in spin_lock
pengdonglin
-6
/
+0
2025-09-15
bpf: Do not limit bpf_cgroup_from_id to current's namespace
Kumar Kartikeya Dwivedi
-4
/
+20
2025-09-10
cgroup: replace global percpu_rwsem with per threadgroup resem when writing t...
Yi Tao
-21
/
+66
2025-09-10
cgroup: relocate cgroup_attach_lock within cgroup_procs_write_start
Yi Tao
-23
/
+35
2025-09-10
cgroup: refactor the cgroup_attach_lock code to make it clearer
Yi Tao
-29
/
+61
2025-09-05
cgroup: Merge branch 'for-6.17-fixes' into for-6.18
Tejun Heo
-7
/
+37
2025-09-05
cgroup: WQ_PERCPU added to alloc_workqueue users
Marco Crivellari
-2
/
+2
2025-09-05
cgroup: replace use of system_wq with system_percpu_wq
Marco Crivellari
-1
/
+1
2025-09-04
cgroup: Remove unused local variables from cgroup_procs_write_finish()
Tejun Heo
-3
/
+0
2025-09-04
cgroup: Remove unused cgroup_subsys::post_attach
Chuyi Zhou
-4
/
+0
2025-09-04
cpuset: Defer flushing of the cpuset_migrate_mm_wq to task_work
Chuyi Zhou
-5
/
+24
2025-09-04
cpuset: Don't always flush cpuset_migrate_mm_wq in cpuset_write_resmask
Chuyi Zhou
-1
/
+2
2025-09-03
cgroup/cpuset: Prevent NULL pointer access in free_tmpmasks()
Waiman Long
-0
/
+3
2025-09-01
copy_process: pass clone_flags as u64 across calltree
Simon Schuster
-1
/
+1
2025-08-25
cpuset: add helpers for cpus read and cpuset_mutex locks
Chen Ridong
-34
/
+40
2025-08-25
cpuset: separate tmpmasks and cpuset allocation logic
Chen Ridong
-58
/
+69
2025-08-25
cpuset: decouple tmpmasks and cpumasks freeing in cgroup
Chen Ridong
-19
/
+13
2025-08-25
cgroup: Fix 64-bit division in cgroup.stat.local
Tiffany Yang
-2
/
+2
2025-08-25
rculist: move list_for_each_rcu() to where it belongs
Andy Shevchenko
-0
/
+1
2025-08-22
cgroup: cgroup.stat.local time accounting
Tiffany Yang
-4
/
+40
2025-08-22
cgroup/psi: Set of->priv to NULL upon file release
Chen Ridong
-0
/
+1
2025-08-22
cgroup: split cgroup_destroy_wq into 3 workqueues
Chen Ridong
-7
/
+36
2025-08-13
cpuset: remove redundant CS_ONLINE flag
Chen Ridong
-5
/
+2
2025-08-12
cgroup: Replace deprecated strcpy() with strscpy()
Thorsten Blum
-1
/
+2
2025-08-09
cgroup: avoid null de-ref in css_rstat_exit()
JP Kobryn
-0
/
+3
2025-08-09
cgroup/cpuset: Remove the unnecessary css_get/put() in cpuset_partition_write()
Waiman Long
-2
/
+0
2025-08-09
cgroup/cpuset: Fix a partition error with CPU hotplug
Waiman Long
-3
/
+4
2025-08-09
cgroup/cpuset: Use static_branch_enable_cpuslocked() on cpusets_insane_config...
Waiman Long
-1
/
+1
2025-07-31
Merge tag 'cgroup-for-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
-106
/
+103
2025-07-31
Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
-1
/
+1
2025-07-30
Merge tag 'bpf-next-6.17' of git://git.kernel.org/pub/scm/linux/kernel/git/bp...
Linus Torvalds
-0
/
+5
2025-07-19
Merge tag 'cgroup-for-6.16-rc6-fixes' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-7
/
+1
2025-07-19
cgroup: Add compatibility option for content of /proc/cgroups
Michal Koutný
-2
/
+12
2025-07-17
Revert "cgroup_freezer: cgroup_freezing: Check if not frozen"
Chen Ridong
-7
/
+1
2025-07-17
cgroup: llist: avoid memory tears for llist_node
Shakeel Butt
-1
/
+27
2025-07-13
kernel,cpuset: use node-notifier instead of memory-notifier
Oscar Salvador
-1
/
+1
2025-06-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc3
Alexei Starovoitov
-2
/
+1
2025-06-18
Merge tag 'cgroup-for-6.16-rc2-fixes' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
-2
/
+1
2025-06-18
cgroup,freezer: fix incomplete freezing when attaching tasks
Chen Ridong
-2
/
+1
[prev]
[next]