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.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
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
cgroup
Commit message (
Expand
)
Author
Age
Files
Lines
*
cgroup: fix build when CGROUP_SCHED is not enabled
Linus Torvalds
2023-09-02
1
-14
/
+14
*
Merge tag 'cgroup-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-09-01
6
-181
/
+243
|
\
|
*
cgroup: Avoid -Wstringop-overflow warnings
Gustavo A. R. Silva
2023-08-17
1
-2
/
+2
|
*
cgroup:namespace: Remove unused cgroup_namespaces_init()
Lu Jialin
2023-08-14
1
-6
/
+0
|
*
cgroup/rstat: Record the cumulative per-cpu time of cgroup and its descendants
Hao Jia
2023-08-07
1
-2
/
+10
|
*
cgroup: clean up if condition in cgroup_pidlist_start()
Miaohe Lin
2023-08-07
1
-1
/
+1
|
*
cgroup: fix obsolete function name in cgroup_destroy_locked()
Miaohe Lin
2023-08-03
1
-1
/
+1
|
*
cgroup: fix obsolete function name above css_free_rwork_fn()
Miaohe Lin
2023-08-02
1
-1
/
+1
|
*
cgroup/cpuset: fix kernel-doc
Cai Xinchen
2023-08-02
1
-0
/
+2
|
*
cgroup: clean up printk()
Kamalesh Babulal
2023-08-02
1
-2
/
+2
|
*
cgroup: fix obsolete comment above cgroup_create()
Miaohe Lin
2023-07-21
1
-2
/
+1
|
*
cgroup/misc: Store atomic64_t reads to u64
Haitao Huang
2023-07-21
1
-1
/
+1
|
*
cgroup/misc: Change counters to be explicit 64bit types
Haitao Huang
2023-07-18
1
-28
/
+27
|
*
cgroup: remove cgrp->kn check in css_populate_dir()
Kamalesh Babulal
2023-07-17
1
-1
/
+1
|
*
cgroup: fix obsolete function name
Miaohe Lin
2023-07-17
1
-1
/
+1
|
*
cgroup: use cached local variable parent in for loop
Miaohe Lin
2023-07-17
1
-1
/
+1
|
*
cgroup: put cgroup_tryget_css() inside CONFIG_CGROUP_SCHED
Miaohe Lin
2023-07-11
1
-22
/
+22
|
*
cgroup/cpuset: Allow suppression of sched domain rebuild in update_cpumasks_h...
Waiman Long
2023-07-10
1
-8
/
+16
|
*
cgroup/cpuset: Improve temporary cpumasks handling
Waiman Long
2023-07-10
1
-29
/
+13
|
*
cgroup/cpuset: Extract out CS_CPU_EXCLUSIVE & CS_SCHED_LOAD_BALANCE handling
Waiman Long
2023-07-10
1
-55
/
+86
|
*
cgroup/cpuset: Inherit parent's load balance state in v2
Waiman Long
2023-07-10
1
-3
/
+30
|
*
cgroup: fix obsolete comment above for_each_css()
Miaohe Lin
2023-07-10
1
-1
/
+1
|
*
cpuset: Allow setscheduler regardless of manipulated task
Michal Koutný
2023-07-10
1
-3
/
+16
|
*
cgroup/cpuset: avoid unneeded cpuset_mutex re-lock
Miaohe Lin
2023-07-10
1
-5
/
+4
|
*
cgroup/cpuset: simplify the percpu kthreads check in update_tasks_cpumask()
Miaohe Lin
2023-07-10
1
-1
/
+1
|
*
cgroup: minor cleanup for cgroup_extra_stat_show()
Miaohe Lin
2023-07-10
1
-4
/
+5
|
*
cgroup: remove unneeded return value of cgroup_rm_cftypes_locked()
Miaohe Lin
2023-07-10
1
-6
/
+3
*
|
Merge tag 'v6.5-rc2' into sched/core, to pick up fixes
Ingo Molnar
2023-07-19
1
-1
/
+1
|
\
\
|
*
|
sched/psi: use kernfs polling functions for PSI trigger polling
Suren Baghdasaryan
2023-07-10
1
-1
/
+1
|
|
/
*
/
sched: add throttled time stat for throttled children
Josh Don
2023-07-13
1
-0
/
+34
|
/
*
Merge tag 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2023-06-28
1
-21
/
+5
|
\
|
*
cgroup: remove cgroup_rstat_flush_atomic()
Yosry Ahmed
2023-06-09
1
-21
/
+5
*
|
Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
2023-06-27
6
-176
/
+172
|
\
\
|
*
|
Revert "cgroup: Avoid -Wstringop-overflow warnings"
Tejun Heo
2023-06-22
1
-6
/
+0
|
*
|
cgroup/misc: Expose misc.current on cgroup v2 root
LeiZhou-97
2023-06-21
1
-1
/
+0
|
*
|
cgroup: Avoid -Wstringop-overflow warnings
Gustavo A. R. Silva
2023-06-21
1
-0
/
+6
|
*
|
cgroup: remove obsolete comment on cgroup_on_dfl()
Miaohe Lin
2023-06-21
1
-2
/
+0
|
*
|
cgroup: remove unused task_cgroup_path()
Miaohe Lin
2023-06-12
1
-39
/
+0
|
*
|
cgroup/cpuset: remove unneeded header files
Miaohe Lin
2023-06-12
1
-2
/
+0
|
*
|
cgroup: make cgroup_is_threaded() and cgroup_is_thread_root() static
Miaohe Lin
2023-06-05
2
-4
/
+2
|
*
|
rdmacg: fix kernel-doc warnings in rdmacg
Gaosheng Cui
2023-06-05
1
-0
/
+2
|
*
|
cgroup: Replace the css_set call with cgroup_get
Gaosheng Cui
2023-06-05
1
-1
/
+1
|
*
|
cgroup: remove unused macro for_each_e_css()
Miaohe Lin
2023-06-05
1
-15
/
+0
|
*
|
cgroup: Update out-of-date comment in cgroup_migrate()
Xiu Jianfeng
2023-05-24
1
-3
/
+3
|
*
|
cgroup: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
2023-05-22
1
-2
/
+2
|
*
|
cgroup/cpuset: remove unneeded header files
Miaohe Lin
2023-05-20
1
-21
/
+0
|
*
|
cgroup/cpuset: Free DL BW in case can_attach() fails
Dietmar Eggemann
2023-05-08
1
-5
/
+48
|
*
|
cgroup/cpuset: Iterate only if DEADLINE tasks are present
Juri Lelli
2023-05-08
1
-0
/
+3
|
*
|
sched/cpuset: Keep track of SCHED_DEADLINE task in cpusets
Juri Lelli
2023-05-08
2
-0
/
+29
|
*
|
sched/cpuset: Bring back cpuset_mutex
Juri Lelli
2023-05-08
1
-79
/
+80
[next]