index
:
linux.git
cached
cdir_v2
cfid-fixes
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
cgroup
/
cgroup.c
Age
Commit message (
Expand
)
Author
Files
Lines
2025-04-17
cgroup/cpuset-v1: Add missing support for cpuset_v2_mode
T.J. Mercier
1
-0
/
+29
2025-04-17
cgroup: Fix compilation issue due to cgroup_mutex not being exported
gaoxu
1
-1
/
+1
2025-04-08
Merge tag 'cgroup-for-6.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+6
2025-04-05
treewide: Switch/rename to timer_delete[_sync]()
Thomas Gleixner
1
-1
/
+1
2025-04-01
cgroup/cpuset: Fix race between newly created partition and dying one
Waiman Long
1
-0
/
+6
2025-04-01
Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-5
/
+19
2025-03-24
Merge tag 'cgroup-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-3
/
+3
2025-03-11
blk-cgroup: Simplify policy files registration
Michal Koutný
1
-1
/
+1
2025-03-11
cgroup: Print message when /proc/cgroups is read on v2-only system
Michal Koutný
1
-1
/
+1
2025-02-17
Merge 6.14-rc3 into driver-core-next
Greg Kroah-Hartman
1
-8
/
+12
2025-02-15
kernfs: Use RCU to access kernfs_node::parent.
Sebastian Andrzej Siewior
1
-5
/
+19
2025-02-02
cgroup: fix race between fork and cgroup.kill
Shakeel Butt
1
-8
/
+12
2025-01-21
cgroup: update comment about dropping cgroup kn refs
Haorui He
1
-1
/
+1
2024-11-20
Merge tag 'cgroup-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-9
/
+12
2024-11-18
Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
Linus Torvalds
1
-14
/
+7
2024-11-03
css_set_fork(): switch to CLASS(fd_raw, ...)
Al Viro
1
-8
/
+4
2024-11-03
fdget_raw() users: switch to CLASS(fd_raw)
Al Viro
1
-6
/
+3
2024-10-21
cgroup/bpf: only cgroup v2 can be attached by bpf programs
Chen Ridong
1
-6
/
+11
2024-10-21
Revert "cgroup: Fix memory leak caused by missing cgroup_bpf_offline"
Chen Ridong
1
-3
/
+1
2024-10-14
cgroup: Fix potential overflow issue when checking max_depth
Xiu Jianfeng
1
-2
/
+2
2024-09-23
Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-2
/
+2
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-7
/
+16
2024-09-10
cgroup/cpuset: Expose cpuset filesystem with cpuset v1 only
Michal Koutný
1
-2
/
+2
2024-09-09
cgroup: clarify css sibling linkage is protected by cgroup_mutex or RCU
Kinsey Ho
1
-7
/
+9
2024-09-01
mm, memcg: cg2 memory{.swap,}.peak write handlers
David Finkel
1
-0
/
+7
2024-08-19
cgroup: update some statememt about delegation
Chen Ridong
1
-1
/
+1
2024-08-12
introduce fd_file(), convert all accessors to it.
Al Viro
1
-2
/
+2
2024-08-09
cgroup: Fix incorrect WARN_ON_ONCE() in css_release_work_fn()
Waiman Long
1
-1
/
+8
2024-07-31
cgroup: Show # of subsystem CSSes in cgroup.stat
Waiman Long
1
-2
/
+53
2024-07-14
Merge branch 'for-6.10-fixes' into for-6.11
Tejun Heo
1
-1
/
+1
2024-07-03
cgroup: Protect css->cgroup write under css_set_lock
Waiman Long
1
-1
/
+1
2024-06-19
cgroup: avoid the unnecessary list_add(dying_tasks) in cgroup_exit()
Oleg Nesterov
1
-5
/
+9
2024-05-26
kernel/cgroup: cleanup cgroup_base_files when fail to add cgroup_psi_files
David Wang
1
-1
/
+4
2024-05-26
cgroup/pids: Separate semantics of pids.events related to pids.max
Michal Koutný
1
-1
/
+14
2024-04-18
cgroup: don't call cgroup1_pidlist_destroy_all() for v2
Xiu Jianfeng
1
-1
/
+2
2024-01-18
Merge tag 'driver-core-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-29
/
+6
2024-01-08
Merge tag 'cgroup-for-6.8' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-15
/
+30
2023-12-15
kernfs: Convert kernfs_path_from_node_locked() from strlcpy() to strscpy()
Kees Cook
1
-2
/
+2
2023-12-15
kernel/cgroup: use kernfs_create_dir_ns()
Max Kellermann
1
-27
/
+4
2023-11-14
sched: psi: fix unprivileged polling against cgroups
Johannes Weiner
1
-12
/
+0
2023-11-09
cgroup: Add annotation for holding namespace_sem in current_cgns_cgroup_from_...
Yafang Shao
1
-0
/
+5
2023-11-09
cgroup: Eliminate the need for cgroup_mutex in proc_cgroup_show()
Yafang Shao
1
-5
/
+7
2023-11-09
cgroup: Make operations on the cgroup root_list RCU safe
Yafang Shao
1
-7
/
+16
2023-11-09
cgroup: Remove unnecessary list_empty()
Yafang Shao
1
-4
/
+3
2023-11-02
Merge tag 'mm-stable-2023-11-01-14-33' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-1
/
+14
2023-10-31
Merge tag 'net-next-6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/net...
Linus Torvalds
1
-6
/
+12
2023-10-19
cgroup: Prepare for using css_task_iter_*() in BPF
Chuyi Zhou
1
-6
/
+12
2023-10-18
hugetlb: memcg: account hugetlb-backed memory in memory controller
Nhat Pham
1
-1
/
+14
2023-10-09
cgroup: use legacy_name for cgroup v1 disable info
Kamalesh Babulal
1
-1
/
+1
2023-10-04
cgroup: add cgroup_favordynmods= command-line option
Luiz Capitulino
1
-4
/
+14
[next]