| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 9 days | 1 | -17/+17 |
|\ |
|
| * | cgroup/cpuset: Remove partition_and_rebuild_sched_domains | Juri Lelli | 2025-03-17 | 1 | -10/+1 |
| * | sched/deadline: Rebuild root domain accounting after every update | Juri Lelli | 2025-03-17 | 1 | -7/+16 |
| * | sched/topology: Wrappers for sched_domains_mutex | Juri Lelli | 2025-03-17 | 1 | -2/+2 |
* | | Merge tag 'cgroup-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 9 days | 8 | -146/+100 |
|\ \
| |/
|/| |
|
| * | cgroup: rstat: Cleanup flushing functions and locking | Yosry Ahmed | 14 days | 1 | -59/+20 |
| * | cgroup/rstat: avoid disabling irqs for O(num_cpu) | Eric Dumazet | 2025-03-19 | 1 | -7/+5 |
| * | blk-cgroup: Simplify policy files registration | Michal Koutný | 2025-03-11 | 1 | -1/+1 |
| * | cgroup: Add deprecation message to legacy freezer controller | Michal Koutný | 2025-03-11 | 1 | -2/+4 |
| * | RFC cgroup/cpuset-v1: Add deprecation messages to sched_relax_domain_level | Michal Koutný | 2025-03-11 | 1 | -0/+1 |
| * | cgroup/cpuset-v1: Add deprecation messages to memory_migrate | Michal Koutný | 2025-03-11 | 1 | -0/+1 |
| * | cgroup/cpuset-v1: Add deprecation messages to mem_exclusive and mem_hardwall | Michal Koutný | 2025-03-11 | 1 | -0/+2 |
| * | cgroup: Print message when /proc/cgroups is read on v2-only system | Michal Koutný | 2025-03-11 | 3 | -1/+9 |
| * | cgroup/cpuset-v1: Add deprecation messages to memory_spread_page and memory_s... | Michal Koutný | 2025-03-11 | 1 | -0/+2 |
| * | cgroup/cpuset-v1: Add deprecation messages to sched_load_balance and memory_p... | Michal Koutný | 2025-03-11 | 1 | -0/+2 |
| * | cgroup/rstat: Fix forceidle time in cpu.stat | Abel Wu | 2025-02-27 | 1 | -16/+13 |
| * | cgroup/misc: Remove unused misc_cg_res_total_usage | Dr. David Alan Gilbert | 2025-01-28 | 1 | -16/+0 |
| * | cgroup/cpuset: Move procfs cpuset attribute under cgroup-v1.c | Michal Koutný | 2025-01-24 | 2 | -45/+41 |
| * | cgroup: update comment about dropping cgroup kn refs | Haorui He | 2025-01-21 | 1 | -1/+1 |
* | | Merge tag 'drm-misc-fixes-2025-02-20' of https://gitlab.freedesktop.org/drm/m... | Dave Airlie | 2025-02-21 | 1 | -39/+11 |
|\ \ |
|
| * | | cgroup/dmem: Don't open-code css_for_each_descendant_pre | Friedrich Vock | 2025-02-19 | 1 | -39/+11 |
| * | | Merge v6.13 into drm-next | Simona Vetter | 2025-01-23 | 1 | -33/+11 |
| |\| |
|
* | | | cgroup: Remove steal time from usage_usec | Muhammad Adeel | 2025-02-07 | 1 | -1/+0 |
* | | | cgroup: fix race between fork and cgroup.kill | Shakeel Butt | 2025-02-02 | 1 | -8/+12 |
* | | | Merge tag 'drm-next-2025-01-17' of https://gitlab.freedesktop.org/drm/kernel | Linus Torvalds | 2025-01-21 | 2 | -0/+858 |
|\| |
| |/
|/| |
|
| * | cgroup/dmem: Fix parameters documentation | Maxime Ripard | 2025-01-15 | 1 | -5/+2 |
| * | kernel/cgroup: Remove the unused variable climit | Jiapeng Chong | 2025-01-15 | 1 | -2/+1 |
| * | kernel/cgroup: Add "dmem" memory accounting cgroup | Maarten Lankhorst | 2025-01-06 | 2 | -0/+862 |
* | | cgroup/cpuset: remove kernfs active break | Chen Ridong | 2025-01-08 | 1 | -25/+0 |
* | | cgroup/cpuset: Prevent leakage of isolated CPUs into sched domains | Waiman Long | 2024-12-11 | 1 | -1/+9 |
* | | cgroup/cpuset: Remove stale text | Costa Shulyupin | 2024-12-10 | 1 | -7/+2 |
|/ |
|
* | Merge tag 'cgroup-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2024-11-20 | 4 | -135/+159 |
|\ |
|
| * | cgroup/cpuset: Disable cpuset_cpumask_can_shrink() test if not load balancing | Waiman Long | 2024-11-14 | 1 | -4/+16 |
| * | cgroup/cpuset: Further optimize code if CONFIG_CPUSETS_V1 not set | Waiman Long | 2024-11-12 | 1 | -20/+19 |
| * | cgroup/cpuset: Enforce at most one rebuild_sched_domains_locked() call per op... | Waiman Long | 2024-11-12 | 1 | -16/+33 |
| * | cgroup/cpuset: Revert "Allow suppression of sched domain rebuild in update_cp... | Waiman Long | 2024-11-12 | 1 | -25/+14 |
| * | cgroup/freezer: Add cgroup CGRP_FROZEN flag update helper | Chen Ridong | 2024-10-23 | 1 | -35/+32 |
| * | cgroup/freezer: Reduce redundant traversal for cgroup_freeze | Chen Ridong | 2024-10-23 | 1 | -16/+14 |
| * | cgroup/bpf: only cgroup v2 can be attached by bpf programs | Chen Ridong | 2024-10-21 | 1 | -6/+11 |
| * | Revert "cgroup: Fix memory leak caused by missing cgroup_bpf_offline" | Chen Ridong | 2024-10-21 | 1 | -3/+1 |
| * | cgroup/rstat: Tracking cgroup-level niced CPU time | Joshua Hahn | 2024-10-08 | 1 | -5/+14 |
| * | cgroup/cpuset: Fix spelling errors in file kernel/cgroup/cpuset.c | everestkc | 2024-09-30 | 1 | -8/+8 |
* | | Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs | Linus Torvalds | 2024-11-18 | 1 | -14/+7 |
|\ \ |
|
| * | | css_set_fork(): switch to CLASS(fd_raw, ...) | Al Viro | 2024-11-03 | 1 | -8/+4 |
| * | | fdget_raw() users: switch to CLASS(fd_raw) | Al Viro | 2024-11-03 | 1 | -6/+3 |
| |/ |
|
* / | cgroup: Fix potential overflow issue when checking max_depth | Xiu Jianfeng | 2024-10-14 | 1 | -2/+2 |
|/ |
|
* | Merge tag 'pull-stable-struct_fd' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2024-09-23 | 1 | -2/+2 |
|\ |
|
| * | introduce fd_file(), convert all accessors to it. | Al Viro | 2024-08-12 | 1 | -2/+2 |
* | | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2024-09-21 | 2 | -7/+18 |
|\ \ |
|
| * | | cgroup: clarify css sibling linkage is protected by cgroup_mutex or RCU | Kinsey Ho | 2024-09-09 | 1 | -7/+9 |