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
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-09
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-15
sched: psi: fix unprivileged polling against cgroups
Johannes Weiner
1
-12
/
+0
2023-11-10
cgroup: Add annotation for holding namespace_sem in current_cgns_cgroup_from_...
Yafang Shao
1
-0
/
+5
2023-11-10
cgroup: Eliminate the need for cgroup_mutex in proc_cgroup_show()
Yafang Shao
1
-5
/
+7
2023-11-10
cgroup: Make operations on the cgroup root_list RCU safe
Yafang Shao
1
-7
/
+16
2023-11-10
cgroup: Remove unnecessary list_empty()
Yafang Shao
1
-4
/
+3
2023-11-03
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-20
cgroup: Prepare for using css_task_iter_*() in BPF
Chuyi Zhou
1
-6
/
+12
2023-10-19
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
2023-09-18
cgroup: Avoid extra dereference in css_populate_dir()
Kamalesh Babulal
1
-2
/
+2
2023-09-18
cgroup: Check for ret during cgroup1_base_files cft addition
Kamalesh Babulal
1
-2
/
+4
2023-09-02
cgroup: fix build when CGROUP_SCHED is not enabled
Linus Torvalds
1
-14
/
+14
2023-09-02
Merge tag 'cgroup-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-44
/
+41
2023-08-18
cgroup: Avoid -Wstringop-overflow warnings
Gustavo A. R. Silva
1
-2
/
+2
2023-08-04
cgroup: fix obsolete function name in cgroup_destroy_locked()
Miaohe Lin
1
-1
/
+1
2023-08-02
cgroup: fix obsolete function name above css_free_rwork_fn()
Miaohe Lin
1
-1
/
+1
2023-08-02
cgroup: clean up printk()
Kamalesh Babulal
1
-2
/
+2
2023-07-21
cgroup: fix obsolete comment above cgroup_create()
Miaohe Lin
1
-2
/
+1
2023-07-19
Merge tag 'v6.5-rc2' into sched/core, to pick up fixes
Ingo Molnar
1
-1
/
+1
2023-07-17
cgroup: remove cgrp->kn check in css_populate_dir()
Kamalesh Babulal
1
-1
/
+1
2023-07-17
cgroup: fix obsolete function name
Miaohe Lin
1
-1
/
+1
2023-07-17
cgroup: use cached local variable parent in for loop
Miaohe Lin
1
-1
/
+1
2023-07-13
sched: add throttled time stat for throttled children
Josh Don
1
-0
/
+34
2023-07-12
cgroup: put cgroup_tryget_css() inside CONFIG_CGROUP_SCHED
Miaohe Lin
1
-22
/
+22
2023-07-10
cgroup: fix obsolete comment above for_each_css()
Miaohe Lin
1
-1
/
+1
2023-07-10
cgroup: minor cleanup for cgroup_extra_stat_show()
Miaohe Lin
1
-4
/
+5
2023-07-10
cgroup: remove unneeded return value of cgroup_rm_cftypes_locked()
Miaohe Lin
1
-6
/
+3
2023-07-10
sched/psi: use kernfs polling functions for PSI trigger polling
Suren Baghdasaryan
1
-1
/
+1
2023-06-28
Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-62
/
+10
2023-06-28
Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+12
2023-06-22
Revert "cgroup: Avoid -Wstringop-overflow warnings"
Tejun Heo
1
-6
/
+0
2023-06-21
cgroup: Avoid -Wstringop-overflow warnings
Gustavo A. R. Silva
1
-0
/
+6
2023-06-21
cgroup: remove obsolete comment on cgroup_on_dfl()
Miaohe Lin
1
-2
/
+0
2023-06-12
cgroup: Do not corrupt task iteration when rebinding subsystem
Xiu Jianfeng
1
-3
/
+17
2023-06-12
cgroup: remove unused task_cgroup_path()
Miaohe Lin
1
-39
/
+0
2023-06-05
cgroup: make cgroup_is_threaded() and cgroup_is_thread_root() static
Miaohe Lin
1
-2
/
+2
2023-06-05
cgroup: Replace the css_set call with cgroup_get
Gaosheng Cui
1
-1
/
+1
2023-06-05
cgroup: remove unused macro for_each_e_css()
Miaohe Lin
1
-15
/
+0
2023-05-25
cgroup: Update out-of-date comment in cgroup_migrate()
Xiu Jianfeng
1
-3
/
+3
2023-05-23
cgroup: always put cset in cgroup_css_set_put_fork
John Sperbeck
1
-9
/
+8
2023-05-09
sched/cpuset: Keep track of SCHED_DEADLINE task in cpusets
Juri Lelli
1
-0
/
+4
2023-05-08
psi: remove 500ms min window size limitation for triggers
Suren Baghdasaryan
1
-0
/
+12
2023-04-29
Merge tag 'cgroup-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
1
-30
/
+30
[next]