summaryrefslogtreecommitdiff
path: root/kernel/cgroup
AgeCommit message (Expand)Author
2025-06-27cgroup,freezer: fix incomplete freezing when attaching tasksChen Ridong
2025-05-29cgroup/rstat: avoid disabling irqs for O(num_cpu)Eric Dumazet
2025-05-29cgroup: Fix compilation issue due to cgroup_mutex not being exportedgaoxu
2025-05-22cgroup/cpuset: Extend kthread_is_per_cpu() check to all PF_NO_SETAFFINITY tasksWaiman Long
2025-05-02cgroup/cpuset: Don't allow creation of local partition over a remote oneWaiman Long
2025-05-02cgroup/cpuset-v1: Add missing support for cpuset_v2_modeT.J. Mercier
2025-04-20cgroup/cpuset: Fix race between newly created partition and dying oneWaiman Long
2025-04-20cgroup/cpuset: Further optimize code if CONFIG_CPUSETS_V1 not setWaiman Long
2025-04-20cgroup/cpuset: Enforce at most one rebuild_sched_domains_locked() call per op...Waiman Long
2025-04-20cgroup/cpuset: Revert "Allow suppression of sched domain rebuild in update_cp...Waiman Long
2025-04-20cgroup/cpuset: Fix error handling in remote_partition_disable()Waiman Long
2025-04-20cgroup/cpuset: Fix incorrect isolated_cpus update in update_parent_effective_...Waiman Long
2025-04-10cgroup/rstat: Fix forceidle time in cpu.statAbel Wu
2025-04-10cgroup/rstat: Tracking cgroup-level niced CPU timeJoshua Hahn
2025-02-21cgroup: fix race between fork and cgroup.killShakeel Butt
2025-02-21cgroup: Remove steal time from usage_usecMuhammad Adeel
2025-01-17cgroup/cpuset: remove kernfs active breakChen Ridong
2025-01-17cgroup/cpuset: Prevent leakage of isolated CPUs into sched domainsWaiman Long
2024-12-05cgroup/bpf: only cgroup v2 can be attached by bpf programsChen Ridong
2024-12-05Revert "cgroup: Fix memory leak caused by missing cgroup_bpf_offline"Chen Ridong
2024-10-14cgroup: Fix potential overflow issue when checking max_depthXiu Jianfeng
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