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