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