summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'cgroup-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6 days4-135/+159
|\
| * cgroup/cpuset: Disable cpuset_cpumask_can_shrink() test if not load balancingWaiman Long12 days1-4/+16
| * cgroup/cpuset: Further optimize code if CONFIG_CPUSETS_V1 not setWaiman Long14 days1-20/+19
| * cgroup/cpuset: Enforce at most one rebuild_sched_domains_locked() call per op...Waiman Long14 days1-16/+33
| * cgroup/cpuset: Revert "Allow suppression of sched domain rebuild in update_cp...Waiman Long14 days1-25/+14
| * cgroup/freezer: Add cgroup CGRP_FROZEN flag update helperChen Ridong2024-10-231-35/+32
| * cgroup/freezer: Reduce redundant traversal for cgroup_freezeChen Ridong2024-10-231-16/+14
| * cgroup/bpf: only cgroup v2 can be attached by bpf programsChen Ridong2024-10-211-6/+11
| * Revert "cgroup: Fix memory leak caused by missing cgroup_bpf_offline"Chen Ridong2024-10-211-3/+1
| * cgroup/rstat: Tracking cgroup-level niced CPU timeJoshua Hahn2024-10-081-5/+14
| * cgroup/cpuset: Fix spelling errors in file kernel/cgroup/cpuset.ceverestkc2024-09-301-8/+8
* | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds8 days1-14/+7
|\ \
| * | css_set_fork(): switch to CLASS(fd_raw, ...)Al Viro2024-11-031-8/+4
| * | fdget_raw() users: switch to CLASS(fd_raw)Al Viro2024-11-031-6/+3
| |/
* / cgroup: Fix potential overflow issue when checking max_depthXiu Jianfeng2024-10-141-2/+2
|/
* Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2024-09-231-2/+2
|\
| * introduce fd_file(), convert all accessors to it.Al Viro2024-08-121-2/+2
* | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-212-7/+18
|\ \
| * | cgroup: clarify css sibling linkage is protected by cgroup_mutex or RCUKinsey Ho2024-09-091-7/+9
| * | mm, memcg: cg2 memory{.swap,}.peak write handlersDavid Finkel2024-09-012-0/+9
* | | cgroup: Do not report unavailable v1 controllers in /proc/cgroupsMichal Koutný2024-09-101-1/+4
* | | cgroup: Disallow mounting v1 hierarchies without controller implementationMichal Koutný2024-09-101-2/+10
* | | cgroup/cpuset: Expose cpuset filesystem with cpuset v1 onlyMichal Koutný2024-09-101-2/+2
* | | cgroup/cpuset: Move cpu.h include to cpuset-internal.hWaiman Long2024-09-042-4/+4
* | | cgroup/cpuset: guard cpuset-v1 code under CONFIG_CPUSETS_V1Chen Ridong2024-08-303-1/+16
* | | cgroup/cpuset: rename functions shared between v1 and v2Chen Ridong2024-08-303-56/+56
* | | cgroup/cpuset: move v1 interfaces to cpuset-v1.cChen Ridong2024-08-303-199/+199
* | | cgroup/cpuset: move validate_change_legacy to cpuset-v1.cChen Ridong2024-08-303-73/+74
* | | cgroup/cpuset: move legacy hotplug update to cpuset-v1.cChen Ridong2024-08-303-94/+98
* | | cgroup/cpuset: add callback_lock helperChen Ridong2024-08-302-0/+12
* | | cgroup/cpuset: move memory_spread to cpuset-v1.cChen Ridong2024-08-303-42/+45
* | | cgroup/cpuset: move relax_domain_level to cpuset-v1.cChen Ridong2024-08-303-61/+66
* | | cgroup/cpuset: move memory_pressure to cpuset-v1.cChen Ridong2024-08-303-134/+141
* | | cgroup/cpuset: move common code to cpuset-internal.hChen Ridong2024-08-302-235/+236
* | | cgroup/cpuset: introduce cpuset-v1.cChen Ridong2024-08-303-1/+10
* | | cgroup/cpuset: Account for boot time isolated CPUsWaiman Long2024-08-301-5/+18
* | | cgroup/cpuset: remove use_parent_ecpus of cpusetChen Ridong2024-08-201-26/+4
* | | cgroup/cpuset: remove fetch_xcpusChen Ridong2024-08-201-10/+3
* | | cgroup/cpuset: Correct invalid remote parition prsChen Ridong2024-08-201-12/+16
* | | cgroup: update some statememt about delegationChen Ridong2024-08-191-1/+1
* | | cgroup: Fix incorrect WARN_ON_ONCE() in css_release_work_fn()Waiman Long2024-08-091-1/+8
* | | cgroup/cpuset: Check for partition roots with overlapping CPUsWaiman Long2024-08-051-16/+18
* | | Merge branch 'cgroup/for-6.11-fixes' into cgroup/for-6.12Tejun Heo2024-08-051-17/+21
|\| |
| * | cgroup/cpuset: Eliminate unncessary sched domains rebuilds in hotplugWaiman Long2024-08-051-16/+17
| * | cgroup/cpuset: Clear effective_xcpus on cpus_allowed clearing only if cpus.ex...Waiman Long2024-08-051-1/+2
| * | cgroup/cpuset: fix panic caused by partcmd_updateChen Ridong2024-08-051-0/+2
| |/
* | cgroup/pids: Remove unreachable paths of pids_{can,cancel}_forkXiu Jianfeng2024-08-051-12/+2
* | cgroup: Show # of subsystem CSSes in cgroup.statWaiman Long2024-07-311-2/+53
* | cpuset: use Union-Find to optimize the merging of cpumasksXavier2024-07-301-70/+44
* | cgroup/cpuset: add decrease attach_in_progress helpersChen Ridong2024-07-301-15/+24