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
2022-09-04
cgroup/cpuset: Allow no-task partition to have empty cpuset.cpus.effective
Waiman Long
1
-25
/
+84
2022-09-04
cgroup/cpuset: Miscellaneous cleanups & add helper functions
Waiman Long
1
-79
/
+90
2022-09-04
cgroup/cpuset: Enable update_tasks_cpumask() on top_cpuset
Waiman Long
1
-7
/
+11
2022-09-04
cgroup: add pids.peak interface for pids controller
Josh Don
1
-2
/
+35
2022-09-04
cgroup: Remove data-race around cgrp_dfl_visible
Tejun Heo
1
-2
/
+2
2022-09-01
cgroup: Implement cgroup_file_show()
Tejun Heo
1
-0
/
+20
2022-08-27
cgroup: Use cgroup_attach_{lock,unlock}() from cgroup_attach_task_all()
Tetsuo Handa
3
-6
/
+6
2022-08-27
Merge branch 'for-6.0-fixes' into for-6.1
Tejun Heo
3
-26
/
+59
2022-08-26
cgroup: Homogenize cgroup_get_from_id() return value
Michal Koutný
1
-2
/
+2
2022-08-26
cgroup: cgroup: Honor caller's cgroup NS when resolving cgroup id
Michal Koutný
1
-2
/
+13
2022-08-26
cgroup: Honor caller's cgroup NS when resolving path
Michal Koutný
1
-1
/
+5
2022-08-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Jakub Kicinski
3
-26
/
+59
2022-08-25
cgroup: bpf: enable bpf programs to integrate with rstat
Yosry Ahmed
1
-0
/
+48
2022-08-25
cgroup: Add missing cpus_read_lock() to cgroup_attach_task_all()
Tetsuo Handa
1
-0
/
+2
2022-08-23
cgroup: Fix race condition at rebind_subsystems()
Jing-Ting Wu
1
-0
/
+1
2022-08-18
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
Jakub Kicinski
1
-5
/
+0
2022-08-17
cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlock
Tejun Heo
2
-25
/
+55
2022-08-16
sched/psi: Remove unused parameter nbytes of psi_trigger_create()
Hao Jia
1
-1
/
+1
2022-08-16
cgroup: Replace cgroup->ancestor_ids[] with ->ancestors[]
Tejun Heo
1
-4
/
+3
2022-08-09
cgroup: enable cgroup_get_from_file() on cgroup1
Yosry Ahmed
1
-5
/
+0
2022-08-07
Merge tag 'sched-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-1
/
+1
2022-08-03
Merge tag 'cgroup-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-52
/
+102
2022-08-03
sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowed
Waiman Long
1
-1
/
+1
2022-08-01
Merge tag 'sched-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-6
/
+38
2022-07-28
cgroup: Skip subtree root in cgroup_update_dfl_csses()
Waiman Long
1
-0
/
+9
2022-07-27
cgroup: remove "no" prefixed mount options
Tejun Heo
1
-20
/
+4
2022-07-23
cgroup: Make !percpu threadgroup_rwsem operations optional
Tejun Heo
3
-8
/
+53
2022-07-23
cgroup: Add "no" prefixed mount options
Tejun Heo
1
-5
/
+15
2022-07-23
cgroup: Elide write-locking threadgroup_rwsem when updating csses on an empty...
Tejun Heo
1
-3
/
+13
2022-07-04
sched/core: add forced idle accounting for cgroups
Josh Don
1
-6
/
+38
2022-06-27
cgroup.c: remove redundant check for mixable cgroup in cgroup_migrate_vet_dst
Lin Feng
1
-4
/
+0
2022-06-16
cgroup: Use separate src/dst nodes when preloading css_sets for migration
Tejun Heo
1
-14
/
+23
2022-06-16
cgroup.c: add helper __cset_cgroup_from_root to cleanup duplicated codes
Lin Feng
1
-31
/
+27
2022-06-07
psi: dont alloc memory for psi by default
Chen Wandun
1
-4
/
+4
2022-05-25
Merge branch 'for-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
2
-3
/
+2
2022-05-20
cgroup: remove the superfluous judgment
Shida Zhang
1
-1
/
+1
2022-05-18
cgroup: Make cgroup_debug static
Xiu Jianfeng
2
-2
/
+1
2022-05-05
cgroup/cpuset: Remove cpus_allowed/mems_allowed setup in cpuset_init_smp()
Waiman Long
1
-2
/
+5
2022-03-28
Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+2
2022-03-25
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-2
/
+11
2022-03-24
cgroup: use irqsave in cgroup_rstat_flush_locked().
Sebastian Andrzej Siewior
1
-2
/
+11
2022-03-23
Merge branch 'for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...
Linus Torvalds
4
-9
/
+10
2022-03-15
Merge tag 'v5.17-rc8' into sched/core, to pick up fixes
Ingo Molnar
3
-7
/
+25
2022-03-14
cgroup: cleanup comments
Tom Rix
2
-6
/
+6
2022-02-28
Merge 5.17-rc6 into driver-core-next
Greg Kroah-Hartman
3
-22
/
+96
2022-02-23
kernfs: move struct kernfs_root out of the public view.
Greg Kroah-Hartman
1
-2
/
+2
2022-02-23
Merge branch 'for-5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
3
-7
/
+25
2022-02-22
cpuset: Fix kernel-doc
Jiapeng Chong
1
-5
/
+5
2022-02-22
cgroup-v1: Correct privileges check in release_agent writes
Michal Koutný
1
-2
/
+4
2022-02-22
cgroup: clarify cgroup_css_set_fork()
Christian Brauner
1
-0
/
+14
[prev]
[next]