index
:
linux/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.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
kernel.org maintainers
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
cgroup
/
cgroup.c
Age
Commit message (
Expand
)
Author
2022-09-06
cgroup: Remove CFTYPE_PRESSURE
Tejun Heo
2022-09-06
cgroup: Improve cftype add/rm error handling
Tejun Heo
2022-09-04
cgroup: Remove data-race around cgrp_dfl_visible
Tejun Heo
2022-09-01
cgroup: Implement cgroup_file_show()
Tejun Heo
2022-08-26
cgroup: Use cgroup_attach_{lock,unlock}() from cgroup_attach_task_all()
Tetsuo Handa
2022-08-26
Merge branch 'for-6.0-fixes' into for-6.1
Tejun Heo
2022-08-26
cgroup: Homogenize cgroup_get_from_id() return value
Michal Koutný
2022-08-26
cgroup: cgroup: Honor caller's cgroup NS when resolving cgroup id
Michal Koutný
2022-08-26
cgroup: Honor caller's cgroup NS when resolving path
Michal Koutný
2022-08-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
2022-08-23
cgroup: Fix race condition at rebind_subsystems()
Jing-Ting Wu
2022-08-17
cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlock
Tejun Heo
2022-08-15
sched/psi: Remove unused parameter nbytes of psi_trigger_create()
Hao Jia
2022-08-15
cgroup: Replace cgroup->ancestor_ids[] with ->ancestors[]
Tejun Heo
2022-08-09
cgroup: enable cgroup_get_from_file() on cgroup1
Yosry Ahmed
2022-08-03
Merge tag 'cgroup-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2022-07-28
cgroup: Skip subtree root in cgroup_update_dfl_csses()
Waiman Long
2022-07-27
cgroup: remove "no" prefixed mount options
Tejun Heo
2022-07-23
cgroup: Make !percpu threadgroup_rwsem operations optional
Tejun Heo
2022-07-22
cgroup: Add "no" prefixed mount options
Tejun Heo
2022-07-22
cgroup: Elide write-locking threadgroup_rwsem when updating csses on an empty...
Tejun Heo
2022-06-27
cgroup.c: remove redundant check for mixable cgroup in cgroup_migrate_vet_dst
Lin Feng
2022-06-16
cgroup: Use separate src/dst nodes when preloading css_sets for migration
Tejun Heo
2022-06-16
cgroup.c: add helper __cset_cgroup_from_root to cleanup duplicated codes
Lin Feng
2022-06-07
psi: dont alloc memory for psi by default
Chen Wandun
2022-05-19
cgroup: remove the superfluous judgment
Shida Zhang
2022-05-18
cgroup: Make cgroup_debug static
Xiu Jianfeng
2022-03-28
Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2022-03-23
Merge branch 'for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2022-02-28
Merge 5.17-rc6 into driver-core-next
Greg Kroah-Hartman
2022-02-23
kernfs: move struct kernfs_root out of the public view.
Greg Kroah-Hartman
2022-02-22
Merge branch 'for-5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2022-02-22
cgroup: clarify cgroup_css_set_fork()
Christian Brauner
2022-01-18
psi: Fix uaf issue when psi trigger is destroyed while being polled
Suren Baghdasaryan
2022-01-12
cgroup: Fix cgroup_can_fork() and cgroup_post_fork() kernel-doc comment
Yang Li
2022-01-11
Merge branch 'for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2022-01-10
Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2022-01-06
cgroup: Use open-time cgroup namespace for process migration perm checks
Tejun Heo
2022-01-06
cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv
Tejun Heo
2022-01-06
cgroup: Use open-time credentials for process migraton perm checks
Tejun Heo
2021-12-16
add missing bpf-cgroup.h includes
Jakub Kicinski
2021-12-14
cgroup: return early if it is already on preloaded list
Wei Yang
2021-11-29
cgroup: get the wrong css for css_alloc() during cgroup_init_subsys()
Wei Yang
2021-11-02
Merge branch 'for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2021-11-01
cgroup: bpf: Move wrapper for __cgroup_bpf_*() to kernel/bpf/cgroup.c
He Fengqing
2021-10-25
cgroup: reduce dependency on cgroup_mutex
Shakeel Butt
2021-10-22
cgroup: Fix memory leak caused by missing cgroup_bpf_offline
Quanyang Wang
2021-09-28
bpf, cgroup: Assign cgroup in cgroup_sk_alloc when called from interrupt
Daniel Borkmann
2021-09-20
cgroup: Make rebind_subsystems() disable v2 controllers all at once
Waiman Long
2021-09-13
bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed mode
Daniel Borkmann
[prev]
[next]