index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.17.y
linux-6.18.y
linux-6.19.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-7.0.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Gitolite user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
cgroup
Age
Commit message (
Expand
)
Author
2026-04-18
cgroup: fix race between task migration and iteration
Qingye Zhao
2025-10-02
cgroup: split cgroup_destroy_wq into 3 workqueues
Chen Ridong
2025-08-28
cgroup/cpuset: Use static_branch_enable_cpuslocked() on cpusets_insane_config...
Waiman Long
2025-08-28
mm/page_alloc: detect allocation forbidden by cpuset and bail out early
Feng Tang
2025-06-04
cgroup: Fix compilation issue due to cgroup_mutex not being exported
gaoxu
2025-03-13
cgroup: fix race between fork and cgroup.kill
Shakeel Butt
2024-12-14
cgroup/bpf: only cgroup v2 can be attached by bpf programs
Chen Ridong
2024-12-14
Revert "cgroup: Fix memory leak caused by missing cgroup_bpf_offline"
Chen Ridong
2024-11-08
cgroup: Fix potential overflow issue when checking max_depth
Xiu Jianfeng
2024-10-17
cgroup: Make operations on the cgroup root_list RCU safe
Yafang Shao
2024-09-12
cgroup: Protect css->cgroup write under css_set_lock
Waiman Long
2024-09-04
cgroup/cpuset: Prevent UAF in proc_cpuset_show()
Chen Ridong
2024-06-16
sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_level
Vitalii Bursov
2023-10-19
cgroup: Remove duplicates in cgroup v1 tasks file
Michal Koutný
2023-09-19
cgroup:namespace: Remove unused cgroup_namespaces_init()
Lu Jialin
2023-08-30
cgroup/cpuset: Free DL BW in case can_attach() fails
Dietmar Eggemann
2023-08-30
cgroup/cpuset: Iterate only if DEADLINE tasks are present
Juri Lelli
2023-08-30
sched/cpuset: Keep track of SCHED_DEADLINE task in cpusets
Juri Lelli
2023-08-30
sched/cpuset: Bring back cpuset_mutex
Juri Lelli
2023-08-30
cgroup/cpuset: Rename functions dealing with DEADLINE accounting
Juri Lelli
2023-06-28
cgroup: Do not corrupt task iteration when rebinding subsystem
Xiu Jianfeng
2023-06-21
cgroup: always put cset in cgroup_css_set_put_fork
John Sperbeck
2023-04-20
cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()
Waiman Long
2022-12-14
memcg: fix possible use-after-free in memcg_write_event_control()
Tejun Heo
2022-10-26
cgroup/cpuset: Enable update_tasks_cpumask() on top_cpuset
Waiman Long
2022-10-26
cgroup: Honor caller's cgroup NS when resolving path
Michal Koutný
2022-10-05
cgroup: cgroup_get_from_id() must check the looked-up kn is a directory
Ming Lei
2022-10-05
cgroup: reduce dependency on cgroup_mutex
Shakeel Butt
2022-09-23
cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
Tetsuo Handa
2022-09-15
cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlock
Tejun Heo
2022-09-15
cgroup: Elide write-locking threadgroup_rwsem when updating csses on an empty...
Tejun Heo
2022-08-31
cgroup: Fix race condition at rebind_subsystems()
Jing-Ting Wu
2022-08-17
sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowed
Waiman Long
2022-07-21
cgroup: Use separate src/dst nodes when preloading css_sets for migration
Tejun Heo
2022-05-18
cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()
Waiman Long
2022-03-02
cgroup-v1: Correct privileges check in release_agent writes
Michal Koutný
2022-03-02
cgroup/cpuset: Fix a race between cpuset_attach() and cpu hotplug
Zhang Qiao
2022-02-08
cgroup/cpuset: Fix "suspicious RCU usage" lockdep warning
Waiman Long
2022-02-05
cpuset: Fix the bug that subpart_cpus updated wrongly in update_cpumask()
Tianchen Ding
2022-02-05
cgroup-v1: Require capabilities to set release_agent
Eric W. Biederman
2022-02-01
psi: Fix uaf issue when psi trigger is destroyed while being polled
Suren Baghdasaryan
2022-01-11
cgroup: Use open-time cgroup namespace for process migration perm checks
Tejun Heo
2022-01-11
cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv
Tejun Heo
2022-01-11
cgroup: Use open-time credentials for process migraton perm checks
Tejun Heo
2021-11-18
cgroup: Fix rootcg cpu.stat guest double counting
Dan Schatzberg
2021-11-18
cgroup: Make rebind_subsystems() disable v2 controllers all at once
Waiman Long
2021-10-22
cgroup: Fix memory leak caused by missing cgroup_bpf_offline
Quanyang Wang
2021-10-11
Merge branch 'for-5.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2021-09-28
bpf, cgroup: Assign cgroup in cgroup_sk_alloc when called from interrupt
Daniel Borkmann
2021-09-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
David S. Miller
[next]