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
starfive-6.6.48-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
2024-09-21
Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-7
/
+18
2024-09-10
cgroup: Do not report unavailable v1 controllers in /proc/cgroups
Michal Koutný
1
-1
/
+4
2024-09-10
cgroup: Disallow mounting v1 hierarchies without controller implementation
Michal Koutný
1
-2
/
+10
2024-09-10
cgroup/cpuset: Expose cpuset filesystem with cpuset v1 only
Michal Koutný
1
-2
/
+2
2024-09-10
cgroup: clarify css sibling linkage is protected by cgroup_mutex or RCU
Kinsey Ho
1
-7
/
+9
2024-09-04
cgroup/cpuset: Move cpu.h include to cpuset-internal.h
Waiman Long
2
-4
/
+4
2024-09-02
mm, memcg: cg2 memory{.swap,}.peak write handlers
David Finkel
2
-0
/
+9
2024-08-30
cgroup/cpuset: guard cpuset-v1 code under CONFIG_CPUSETS_V1
Chen Ridong
3
-1
/
+16
2024-08-30
cgroup/cpuset: rename functions shared between v1 and v2
Chen Ridong
3
-56
/
+56
2024-08-30
cgroup/cpuset: move v1 interfaces to cpuset-v1.c
Chen Ridong
3
-199
/
+199
2024-08-30
cgroup/cpuset: move validate_change_legacy to cpuset-v1.c
Chen Ridong
3
-73
/
+74
2024-08-30
cgroup/cpuset: move legacy hotplug update to cpuset-v1.c
Chen Ridong
3
-94
/
+98
2024-08-30
cgroup/cpuset: add callback_lock helper
Chen Ridong
2
-0
/
+12
2024-08-30
cgroup/cpuset: move memory_spread to cpuset-v1.c
Chen Ridong
3
-42
/
+45
2024-08-30
cgroup/cpuset: move relax_domain_level to cpuset-v1.c
Chen Ridong
3
-61
/
+66
2024-08-30
cgroup/cpuset: move memory_pressure to cpuset-v1.c
Chen Ridong
3
-134
/
+141
2024-08-30
cgroup/cpuset: move common code to cpuset-internal.h
Chen Ridong
2
-235
/
+236
2024-08-30
cgroup/cpuset: introduce cpuset-v1.c
Chen Ridong
3
-1
/
+10
2024-08-30
cgroup/cpuset: Account for boot time isolated CPUs
Waiman Long
1
-5
/
+18
2024-08-20
cgroup/cpuset: remove use_parent_ecpus of cpuset
Chen Ridong
1
-26
/
+4
2024-08-20
cgroup/cpuset: remove fetch_xcpus
Chen Ridong
1
-10
/
+3
2024-08-20
cgroup/cpuset: Correct invalid remote parition prs
Chen Ridong
1
-12
/
+16
2024-08-20
cgroup: update some statememt about delegation
Chen Ridong
1
-1
/
+1
2024-08-09
cgroup: Fix incorrect WARN_ON_ONCE() in css_release_work_fn()
Waiman Long
1
-1
/
+8
2024-08-05
cgroup/cpuset: Check for partition roots with overlapping CPUs
Waiman Long
1
-16
/
+18
2024-08-05
Merge branch 'cgroup/for-6.11-fixes' into cgroup/for-6.12
Tejun Heo
1
-17
/
+21
2024-08-05
cgroup/cpuset: Eliminate unncessary sched domains rebuilds in hotplug
Waiman Long
1
-16
/
+17
2024-08-05
cgroup/cpuset: Clear effective_xcpus on cpus_allowed clearing only if cpus.ex...
Waiman Long
1
-1
/
+2
2024-08-05
cgroup/cpuset: fix panic caused by partcmd_update
Chen Ridong
1
-0
/
+2
2024-08-05
cgroup/pids: Remove unreachable paths of pids_{can,cancel}_fork
Xiu Jianfeng
1
-12
/
+2
2024-07-31
cgroup: Show # of subsystem CSSes in cgroup.stat
Waiman Long
1
-2
/
+53
2024-07-31
cpuset: use Union-Find to optimize the merging of cpumasks
Xavier
1
-70
/
+44
2024-07-31
cgroup/cpuset: add decrease attach_in_progress helpers
Chen Ridong
1
-15
/
+24
2024-07-31
cgroup/cpuset: Remove cpuset_slab_spread_rotor
Xiu Jianfeng
1
-13
/
+0
2024-07-31
cgroup/pids: Avoid spurious event notification
Xiu Jianfeng
1
-11
/
+7
2024-07-30
cgroup/cpuset: remove child_ecpus_count
Chen Ridong
1
-19
/
+3
2024-07-15
Merge branch 'for-6.10-fixes' into for-6.11
Tejun Heo
2
-5
/
+10
2024-07-12
cgroup/misc: Introduce misc.events.local
Xiu Jianfeng
1
-6
/
+33
2024-07-05
cgroup/rstat: add force idle show helper
Chen Ridong
1
-20
/
+17
2024-07-03
cgroup: Protect css->cgroup write under css_set_lock
Waiman Long
1
-1
/
+1
2024-07-03
cgroup/misc: Introduce misc.peak
Xiu Jianfeng
1
-0
/
+41
2024-06-28
cgroup/cpuset: Prevent UAF in proc_cpuset_show()
Chen Ridong
1
-4
/
+9
2024-06-19
cgroup/cpuset: Make cpuset.cpus.exclusive independent of cpuset.cpus
Waiman Long
1
-20
/
+47
2024-06-19
cgroup/cpuset: Delay setting of CS_CPU_EXCLUSIVE until valid partition
Waiman Long
1
-7
/
+29
2024-06-19
cgroup/cpuset: Fix remote root partition creation problem
Waiman Long
1
-13
/
+42
2024-06-19
cgroup: avoid the unnecessary list_add(dying_tasks) in cgroup_exit()
Oleg Nesterov
1
-5
/
+9
2024-06-03
cgroup/cpuset: Optimize isolated partition only generate_sched_domains() calls
Waiman Long
1
-0
/
+8
2024-06-01
cgroup/cpuset: Reduce the lock protecting CS_SCHED_LOAD_BALANCE
Xiu Jianfeng
1
-8
/
+6
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: Add pids.events.local
Michal Koutný
1
-18
/
+71
[next]