index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
cgroup
Age
Commit message (
Expand
)
Author
Files
Lines
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
6
-181
/
+243
2023-08-18
cgroup: Avoid -Wstringop-overflow warnings
Gustavo A. R. Silva
1
-2
/
+2
2023-08-15
cgroup:namespace: Remove unused cgroup_namespaces_init()
Lu Jialin
1
-6
/
+0
2023-08-07
cgroup/rstat: Record the cumulative per-cpu time of cgroup and its descendants
Hao Jia
1
-2
/
+10
2023-08-07
cgroup: clean up if condition in cgroup_pidlist_start()
Miaohe Lin
1
-1
/
+1
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/cpuset: fix kernel-doc
Cai Xinchen
1
-0
/
+2
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-21
cgroup/misc: Store atomic64_t reads to u64
Haitao Huang
1
-1
/
+1
2023-07-19
Merge tag 'v6.5-rc2' into sched/core, to pick up fixes
Ingo Molnar
1
-1
/
+1
2023-07-19
cgroup/misc: Change counters to be explicit 64bit types
Haitao Huang
1
-28
/
+27
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-11
cgroup/cpuset: Allow suppression of sched domain rebuild in update_cpumasks_h...
Waiman Long
1
-8
/
+16
2023-07-11
cgroup/cpuset: Improve temporary cpumasks handling
Waiman Long
1
-29
/
+13
2023-07-11
cgroup/cpuset: Extract out CS_CPU_EXCLUSIVE & CS_SCHED_LOAD_BALANCE handling
Waiman Long
1
-55
/
+86
2023-07-10
cgroup/cpuset: Inherit parent's load balance state in v2
Waiman Long
1
-3
/
+30
2023-07-10
cgroup: fix obsolete comment above for_each_css()
Miaohe Lin
1
-1
/
+1
2023-07-10
cpuset: Allow setscheduler regardless of manipulated task
Michal Koutný
1
-3
/
+16
2023-07-10
cgroup/cpuset: avoid unneeded cpuset_mutex re-lock
Miaohe Lin
1
-5
/
+4
2023-07-10
cgroup/cpuset: simplify the percpu kthreads check in update_tasks_cpumask()
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 'mm-stable-2023-06-24-19-15' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-21
/
+5
2023-06-28
Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...
Linus Torvalds
6
-176
/
+172
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/misc: Expose misc.current on cgroup v2 root
LeiZhou-97
1
-1
/
+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-12
cgroup/cpuset: remove unneeded header files
Miaohe Lin
1
-2
/
+0
2023-06-12
cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex in freezer_css_{on...
Tetsuo Handa
1
-2
/
+6
2023-06-10
cgroup: remove cgroup_rstat_flush_atomic()
Yosry Ahmed
1
-21
/
+5
2023-06-05
cgroup: make cgroup_is_threaded() and cgroup_is_thread_root() static
Miaohe Lin
2
-4
/
+2
2023-06-05
rdmacg: fix kernel-doc warnings in rdmacg
Gaosheng Cui
1
-0
/
+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-22
cgroup: Replace all non-returning strlcpy with strscpy
Azeem Shaikh
1
-2
/
+2
2023-05-22
cgroup: fix missing cpus_read_{lock,unlock}() in cgroup_transfer_tasks()
Qi Zheng
1
-2
/
+2
[next]