summaryrefslogtreecommitdiff
path: root/kernel/cgroup
AgeCommit message (Expand)AuthorFilesLines
2024-10-14cgroup: Fix potential overflow issue when checking max_depthXiu Jianfeng1-2/+2
2024-09-23Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-2/+2
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2-7/+18
2024-09-10cgroup: Do not report unavailable v1 controllers in /proc/cgroupsMichal Koutný1-1/+4
2024-09-10cgroup: Disallow mounting v1 hierarchies without controller implementationMichal Koutný1-2/+10
2024-09-10cgroup/cpuset: Expose cpuset filesystem with cpuset v1 onlyMichal Koutný1-2/+2
2024-09-09cgroup: clarify css sibling linkage is protected by cgroup_mutex or RCUKinsey Ho1-7/+9
2024-09-04cgroup/cpuset: Move cpu.h include to cpuset-internal.hWaiman Long2-4/+4
2024-09-01mm, memcg: cg2 memory{.swap,}.peak write handlersDavid Finkel2-0/+9
2024-08-30cgroup/cpuset: guard cpuset-v1 code under CONFIG_CPUSETS_V1Chen Ridong3-1/+16
2024-08-30cgroup/cpuset: rename functions shared between v1 and v2Chen Ridong3-56/+56
2024-08-30cgroup/cpuset: move v1 interfaces to cpuset-v1.cChen Ridong3-199/+199
2024-08-30cgroup/cpuset: move validate_change_legacy to cpuset-v1.cChen Ridong3-73/+74
2024-08-30cgroup/cpuset: move legacy hotplug update to cpuset-v1.cChen Ridong3-94/+98
2024-08-30cgroup/cpuset: add callback_lock helperChen Ridong2-0/+12
2024-08-30cgroup/cpuset: move memory_spread to cpuset-v1.cChen Ridong3-42/+45
2024-08-30cgroup/cpuset: move relax_domain_level to cpuset-v1.cChen Ridong3-61/+66
2024-08-30cgroup/cpuset: move memory_pressure to cpuset-v1.cChen Ridong3-134/+141
2024-08-30cgroup/cpuset: move common code to cpuset-internal.hChen Ridong2-235/+236
2024-08-30cgroup/cpuset: introduce cpuset-v1.cChen Ridong3-1/+10
2024-08-30cgroup/cpuset: Account for boot time isolated CPUsWaiman Long1-5/+18
2024-08-20cgroup/cpuset: remove use_parent_ecpus of cpusetChen Ridong1-26/+4
2024-08-20cgroup/cpuset: remove fetch_xcpusChen Ridong1-10/+3
2024-08-20cgroup/cpuset: Correct invalid remote parition prsChen Ridong1-12/+16
2024-08-19cgroup: update some statememt about delegationChen Ridong1-1/+1
2024-08-12introduce fd_file(), convert all accessors to it.Al Viro1-2/+2
2024-08-09cgroup: Fix incorrect WARN_ON_ONCE() in css_release_work_fn()Waiman Long1-1/+8
2024-08-05cgroup/cpuset: Check for partition roots with overlapping CPUsWaiman Long1-16/+18
2024-08-05Merge branch 'cgroup/for-6.11-fixes' into cgroup/for-6.12Tejun Heo1-17/+21
2024-08-05cgroup/cpuset: Eliminate unncessary sched domains rebuilds in hotplugWaiman Long1-16/+17
2024-08-05cgroup/cpuset: Clear effective_xcpus on cpus_allowed clearing only if cpus.ex...Waiman Long1-1/+2
2024-08-05cgroup/cpuset: fix panic caused by partcmd_updateChen Ridong1-0/+2
2024-08-05cgroup/pids: Remove unreachable paths of pids_{can,cancel}_forkXiu Jianfeng1-12/+2
2024-07-31cgroup: Show # of subsystem CSSes in cgroup.statWaiman Long1-2/+53
2024-07-30cpuset: use Union-Find to optimize the merging of cpumasksXavier1-70/+44
2024-07-30cgroup/cpuset: add decrease attach_in_progress helpersChen Ridong1-15/+24
2024-07-30cgroup/cpuset: Remove cpuset_slab_spread_rotorXiu Jianfeng1-13/+0
2024-07-30cgroup/pids: Avoid spurious event notificationXiu Jianfeng1-11/+7
2024-07-30cgroup/cpuset: remove child_ecpus_countChen Ridong1-19/+3
2024-07-14Merge branch 'for-6.10-fixes' into for-6.11Tejun Heo2-5/+10
2024-07-12cgroup/misc: Introduce misc.events.localXiu Jianfeng1-6/+33
2024-07-05cgroup/rstat: add force idle show helperChen Ridong1-20/+17
2024-07-03cgroup: Protect css->cgroup write under css_set_lockWaiman Long1-1/+1
2024-07-03cgroup/misc: Introduce misc.peakXiu Jianfeng1-0/+41
2024-06-28cgroup/cpuset: Prevent UAF in proc_cpuset_show()Chen Ridong1-4/+9
2024-06-19cgroup/cpuset: Make cpuset.cpus.exclusive independent of cpuset.cpusWaiman Long1-20/+47
2024-06-19cgroup/cpuset: Delay setting of CS_CPU_EXCLUSIVE until valid partitionWaiman Long1-7/+29
2024-06-19cgroup/cpuset: Fix remote root partition creation problemWaiman Long1-13/+42
2024-06-19cgroup: avoid the unnecessary list_add(dying_tasks) in cgroup_exit()Oleg Nesterov1-5/+9
2024-06-03cgroup/cpuset: Optimize isolated partition only generate_sched_domains() callsWaiman Long1-0/+8