summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9 days1-17/+17
|\
| * cgroup/cpuset: Remove partition_and_rebuild_sched_domainsJuri Lelli2025-03-171-10/+1
| * sched/deadline: Rebuild root domain accounting after every updateJuri Lelli2025-03-171-7/+16
| * sched/topology: Wrappers for sched_domains_mutexJuri Lelli2025-03-171-2/+2
* | Merge tag 'cgroup-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds9 days8-146/+100
|\ \ | |/ |/|
| * cgroup: rstat: Cleanup flushing functions and lockingYosry Ahmed14 days1-59/+20
| * cgroup/rstat: avoid disabling irqs for O(num_cpu)Eric Dumazet2025-03-191-7/+5
| * blk-cgroup: Simplify policy files registrationMichal Koutný2025-03-111-1/+1
| * cgroup: Add deprecation message to legacy freezer controllerMichal Koutný2025-03-111-2/+4
| * RFC cgroup/cpuset-v1: Add deprecation messages to sched_relax_domain_levelMichal Koutný2025-03-111-0/+1
| * cgroup/cpuset-v1: Add deprecation messages to memory_migrateMichal Koutný2025-03-111-0/+1
| * cgroup/cpuset-v1: Add deprecation messages to mem_exclusive and mem_hardwallMichal Koutný2025-03-111-0/+2
| * cgroup: Print message when /proc/cgroups is read on v2-only systemMichal Koutný2025-03-113-1/+9
| * cgroup/cpuset-v1: Add deprecation messages to memory_spread_page and memory_s...Michal Koutný2025-03-111-0/+2
| * cgroup/cpuset-v1: Add deprecation messages to sched_load_balance and memory_p...Michal Koutný2025-03-111-0/+2
| * cgroup/rstat: Fix forceidle time in cpu.statAbel Wu2025-02-271-16/+13
| * cgroup/misc: Remove unused misc_cg_res_total_usageDr. David Alan Gilbert2025-01-281-16/+0
| * cgroup/cpuset: Move procfs cpuset attribute under cgroup-v1.cMichal Koutný2025-01-242-45/+41
| * cgroup: update comment about dropping cgroup kn refsHaorui He2025-01-211-1/+1
* | Merge tag 'drm-misc-fixes-2025-02-20' of https://gitlab.freedesktop.org/drm/m...Dave Airlie2025-02-211-39/+11
|\ \
| * | cgroup/dmem: Don't open-code css_for_each_descendant_preFriedrich Vock2025-02-191-39/+11
| * | Merge v6.13 into drm-nextSimona Vetter2025-01-231-33/+11
| |\|
* | | cgroup: Remove steal time from usage_usecMuhammad Adeel2025-02-071-1/+0
* | | cgroup: fix race between fork and cgroup.killShakeel Butt2025-02-021-8/+12
* | | Merge tag 'drm-next-2025-01-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds2025-01-212-0/+858
|\| | | |/ |/|
| * cgroup/dmem: Fix parameters documentationMaxime Ripard2025-01-151-5/+2
| * kernel/cgroup: Remove the unused variable climitJiapeng Chong2025-01-151-2/+1
| * kernel/cgroup: Add "dmem" memory accounting cgroupMaarten Lankhorst2025-01-062-0/+862
* | cgroup/cpuset: remove kernfs active breakChen Ridong2025-01-081-25/+0
* | cgroup/cpuset: Prevent leakage of isolated CPUs into sched domainsWaiman Long2024-12-111-1/+9
* | cgroup/cpuset: Remove stale textCosta Shulyupin2024-12-101-7/+2
|/
* Merge tag 'cgroup-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2024-11-204-135/+159
|\
| * cgroup/cpuset: Disable cpuset_cpumask_can_shrink() test if not load balancingWaiman Long2024-11-141-4/+16
| * cgroup/cpuset: Further optimize code if CONFIG_CPUSETS_V1 not setWaiman Long2024-11-121-20/+19
| * cgroup/cpuset: Enforce at most one rebuild_sched_domains_locked() call per op...Waiman Long2024-11-121-16/+33
| * cgroup/cpuset: Revert "Allow suppression of sched domain rebuild in update_cp...Waiman Long2024-11-121-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 Torvalds2024-11-181-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