summaryrefslogtreecommitdiff
path: root/kernel/cgroup
AgeCommit message (Expand)Author
2025-04-08Merge tag 'cgroup-for-6.15-rc1-fixes' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-01cgroup/cpuset: Fix race between newly created partition and dying oneWaiman Long
2025-04-01Merge tag 'driver-core-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2025-04-01cgroup: rstat: call cgroup_rstat_updated_list with cgroup_rstat_lockShakeel Butt
2025-03-31cgroup/cpuset: Remove unneeded goto in sched_partition_write() and rename itWaiman Long
2025-03-31cgroup/cpuset: Code cleanup and comment updateWaiman Long
2025-03-31cgroup/cpuset: Don't allow creation of local partition over a remote oneWaiman Long
2025-03-31cgroup/cpuset: Remove remote_partition_check() & make update_cpumasks_hier() ...Waiman Long
2025-03-31cgroup/cpuset: Fix error handling in remote_partition_disable()Waiman Long
2025-03-31cgroup/cpuset: Fix incorrect isolated_cpus update in update_parent_effective_...Waiman Long
2025-03-24Merge tag 'sched-core-2025-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-03-24Merge tag 'cgroup-for-6.15' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2025-03-20cgroup: rstat: Cleanup flushing functions and lockingYosry Ahmed
2025-03-19cgroup/rstat: avoid disabling irqs for O(num_cpu)Eric Dumazet
2025-03-17cgroup/cpuset: Remove partition_and_rebuild_sched_domainsJuri Lelli
2025-03-17sched/deadline: Rebuild root domain accounting after every updateJuri Lelli
2025-03-17sched/topology: Wrappers for sched_domains_mutexJuri Lelli
2025-03-11blk-cgroup: Simplify policy files registrationMichal Koutný
2025-03-11cgroup: Add deprecation message to legacy freezer controllerMichal Koutný
2025-03-11RFC cgroup/cpuset-v1: Add deprecation messages to sched_relax_domain_levelMichal Koutný
2025-03-11cgroup/cpuset-v1: Add deprecation messages to memory_migrateMichal Koutný
2025-03-11cgroup/cpuset-v1: Add deprecation messages to mem_exclusive and mem_hardwallMichal Koutný
2025-03-11cgroup: Print message when /proc/cgroups is read on v2-only systemMichal Koutný
2025-03-11cgroup/cpuset-v1: Add deprecation messages to memory_spread_page and memory_s...Michal Koutný
2025-03-11cgroup/cpuset-v1: Add deprecation messages to sched_load_balance and memory_p...Michal Koutný
2025-03-10Merge 6.14-rc6 into driver-core-nextGreg Kroah-Hartman
2025-02-27cgroup/rstat: Fix forceidle time in cpu.statAbel Wu
2025-02-21Merge tag 'drm-misc-fixes-2025-02-20' of https://gitlab.freedesktop.org/drm/m...Dave Airlie
2025-02-19cgroup/dmem: Don't open-code css_for_each_descendant_preFriedrich Vock
2025-02-17Merge 6.14-rc3 into driver-core-nextGreg Kroah-Hartman
2025-02-15kernfs: Use RCU to access kernfs_node::parent.Sebastian Andrzej Siewior
2025-02-07cgroup: Remove steal time from usage_usecMuhammad Adeel
2025-02-02cgroup: fix race between fork and cgroup.killShakeel Butt
2025-01-28cgroup/misc: Remove unused misc_cg_res_total_usageDr. David Alan Gilbert
2025-01-24cgroup/cpuset: Move procfs cpuset attribute under cgroup-v1.cMichal Koutný
2025-01-23Merge v6.13 into drm-nextSimona Vetter
2025-01-21Merge tag 'drm-next-2025-01-17' of https://gitlab.freedesktop.org/drm/kernelLinus Torvalds
2025-01-21cgroup: update comment about dropping cgroup kn refsHaorui He
2025-01-15cgroup/dmem: Fix parameters documentationMaxime Ripard
2025-01-15kernel/cgroup: Remove the unused variable climitJiapeng Chong
2025-01-08cgroup/cpuset: remove kernfs active breakChen Ridong
2025-01-06kernel/cgroup: Add "dmem" memory accounting cgroupMaarten Lankhorst
2024-12-11cgroup/cpuset: Prevent leakage of isolated CPUs into sched domainsWaiman Long
2024-12-10cgroup/cpuset: Remove stale textCosta Shulyupin
2024-11-20Merge tag 'cgroup-for-6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2024-11-18Merge tag 'pull-fd' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2024-11-14cgroup/cpuset: Disable cpuset_cpumask_can_shrink() test if not load balancingWaiman Long
2024-11-12cgroup/cpuset: Further optimize code if CONFIG_CPUSETS_V1 not setWaiman Long
2024-11-12cgroup/cpuset: Enforce at most one rebuild_sched_domains_locked() call per op...Waiman Long