index
:
kernel/linux.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.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
cgroup
/
cgroup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-10-26
cgroup: Honor caller's cgroup NS when resolving path
Michal Koutný
1
-1
/
+5
2022-10-05
cgroup: cgroup_get_from_id() must check the looked-up kn is a directory
Ming Lei
1
-1
/
+4
2022-10-05
cgroup: reduce dependency on cgroup_mutex
Shakeel Butt
1
-22
/
+29
2022-09-15
cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlock
Tejun Heo
1
-23
/
+54
2022-09-15
cgroup: Elide write-locking threadgroup_rwsem when updating csses on an empty...
Tejun Heo
1
-3
/
+13
2022-08-31
cgroup: Fix race condition at rebind_subsystems()
Jing-Ting Wu
1
-0
/
+1
2022-07-21
cgroup: Use separate src/dst nodes when preloading css_sets for migration
Tejun Heo
1
-14
/
+23
2022-02-01
psi: Fix uaf issue when psi trigger is destroyed while being polled
Suren Baghdasaryan
1
-3
/
+8
2022-01-11
cgroup: Use open-time cgroup namespace for process migration perm checks
Tejun Heo
1
-9
/
+19
2022-01-11
cgroup: Allocate cgroup_file_ctx for kernfs_open_file->priv
Tejun Heo
1
-19
/
+34
2022-01-11
cgroup: Use open-time credentials for process migraton perm checks
Tejun Heo
1
-1
/
+8
2021-11-18
cgroup: Make rebind_subsystems() disable v2 controllers all at once
Waiman Long
1
-4
/
+27
2021-10-23
cgroup: Fix memory leak caused by missing cgroup_bpf_offline
Quanyang Wang
1
-1
/
+3
2021-09-28
bpf, cgroup: Assign cgroup in cgroup_sk_alloc when called from interrupt
Daniel Borkmann
1
-5
/
+12
2021-09-14
bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed mode
Daniel Borkmann
1
-40
/
+10
2021-08-30
cgroup: Avoid compiler warnings with no subsystems
Kees Cook
1
-6
/
+20
2021-07-16
cgroup: remove cgroup_mount from comments
zhaoxiaoqiang11
1
-1
/
+0
2021-07-03
Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
Linus Torvalds
1
-0
/
+25
2021-07-02
Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-16
/
+164
2021-06-29
loop: charge i/o to mem and blk cg
Dan Schatzberg
1
-0
/
+1
2021-06-10
scsi: cgroup: Add cgroup_get_from_id()
Muneendra Kumar
1
-0
/
+26
2021-06-08
cgroup: make per-cgroup pressure stall tracking configurable
Suren Baghdasaryan
1
-0
/
+48
2021-06-04
cgroup: Fix kernel-doc
Yang Li
1
-1
/
+1
2021-05-24
Merge branch 'for-5.13-fixes' into for-5.14
Tejun Heo
1
-12
/
+9
2021-05-24
cgroup: fix spelling mistakes
Zhen Lei
1
-4
/
+4
2021-05-20
cgroup: disable controllers at parse time
Shakeel Butt
1
-8
/
+5
2021-05-11
cgroup: inline cgroup_task_freeze()
Roman Gushchin
1
-1
/
+2
2021-05-10
cgroup: introduce cgroup.kill
Christian Brauner
1
-14
/
+113
2021-04-30
cgroup: rstat: support cgroup1
Johannes Weiner
1
-13
/
+21
2021-02-24
Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2021-02-23
Merge branch 'for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-41
/
+14
2021-01-24
namei: make permission helpers idmapped mount aware
Christian Brauner
1
-1
/
+1
2021-01-19
cgroup: fix psi monitor for root cgroup
Odin Ugedal
1
-1
/
+3
2021-01-15
cgroup: cgroup.{procs,threads} factor out common parts
Michal Koutný
1
-41
/
+14
2020-12-28
Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
1
-15
/
+15
2020-12-15
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-12
/
+0
2020-12-15
cgroup: remove obsoleted broken_hierarchy and warned_broken_hierarchy
Roman Gushchin
1
-7
/
+0
2020-12-15
mm: memcg: deprecate the non-hierarchical mode
Roman Gushchin
1
-5
/
+0
2020-12-15
Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...
Linus Torvalds
1
-1
/
+1
2020-11-26
cgroup/cgroup.c: replace 'of->kn->priv' with of_cft()
Hui Su
1
-4
/
+4
2020-11-26
kernel: cgroup: Mundane spelling fixes throughout the file
Bhaskar Chowdhury
1
-11
/
+11
2020-09-30
cgroup: Zero sized write should be no-op
Jouni Roivas
1
-0
/
+3
2020-09-30
cgroup: remove redundant kernfs_activate in cgroup_setup_root()
Wei Yang
1
-1
/
+0
2020-08-19
cgroup: Use generic ns_common::count
Kirill Tkhai
1
-1
/
+1
2020-07-07
cgroup: fix cgroup_sk_alloc() for sk_clone_lock()
Cong Wang
1
-12
/
+19
2020-06-06
Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-9
/
+1
2020-05-28
cgroup: add cpu.stat file to root cgroup
Boris Burkov
1
-1
/
+0
2020-05-26
cgroup: Remove stale comments
Zefan Li
1
-8
/
+1
2020-04-29
bpf: Refactor bpf_link update handling
Andrii Nakryiko
1
-27
/
+0
2020-04-03
Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...
Linus Torvalds
1
-91
/
+270
[next]