summary refs log tree commit diff
path: root/kernel/cgroup
AgeCommit message (Expand)Author
2023-07-27sched/psi: use kernfs polling functions for PSI trigger pollingSuren Baghdasaryan
2023-07-27sched/psi: Allow unprivileged polling of N*2s periodDomenico Cerasuolo
2023-06-28cgroup,freezer: hold cpu_hotplug_lock before freezer_mutex in freezer_css_{on...Tetsuo Handa
2023-06-28cgroup: Do not corrupt task iteration when rebinding subsystemXiu Jianfeng
2023-06-21cgroup: fix missing cpus_read_{lock,unlock}() in cgroup_transfer_tasks()Qi Zheng
2023-06-21cgroup: always put cset in cgroup_css_set_put_forkJohn Sperbeck
2023-06-21cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappersKamalesh Babulal
2023-04-20cgroup/cpuset: Add cpuset_can_fork() and cpuset_cancel_fork() methodsWaiman Long
2023-04-20cgroup/cpuset: Make cpuset_fork() handle CLONE_INTO_CGROUP properlyWaiman Long
2023-04-20cgroup/cpuset: Skip spread flags update on v2Waiman Long
2023-04-20cgroup/cpuset: Wake up cpuset_attach_wq tasks in cpuset_cancel_attach()Waiman Long
2023-04-20cgroup/cpuset: Fix partition root's cpuset.cpus update bugWaiman Long
2023-04-20cgroup: fix display of forceidle time at rootJosh Don
2023-04-20cgroup,freezer: hold cpu_hotplug_lock before freezer_mutexTetsuo Handa
2023-02-14cpuset: Call set_cpus_allowed_ptr() with appropriate mask for taskWill Deacon
2023-02-09cgroup/cpuset: Fix wrong check in update_parent_subparts_cpumask()Waiman Long
2022-12-08memcg: Fix possible use-after-free in memcg_write_event_control()Tejun Heo
2022-10-17Merge tag 'cgroup-for-6.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-10-14Merge tag 'sched-psi-2022-10-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-11mm: cgroup: fix comments for get from fd/file helpersYosry Ahmed
2022-10-11cgroup: add cgroup_v1v2_get_from_[fd/file]()Yosry Ahmed
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Revert "cgroup: enable cgroup_get_from_file() on cgroup1"Tejun Heo
2022-10-10cgroup: Reorganize css_set_lock and kernfs path processingMichal Koutný
2022-10-10Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-10-07Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-09-26mm: multi-gen LRU: kill switchYu Zhao
2022-09-23cgroup: use strscpy() is more robust and saferye xingchen
2022-09-23cgroup: simplify code in cgroup_apply_controlWilliam Dean
2022-09-23cgroup: Make cgroup_get_from_id() prettierTejun Heo
2022-09-23Merge branch 'for-6.0-fixes' into for-6.1Tejun Heo
2022-09-23cgroup: cgroup_get_from_id() must check the looked-up kn is a directoryMing Lei
2022-09-12Merge 6.0-rc5 into driver-core-nextGreg Kroah-Hartman
2022-09-09sched/psi: Per-cgroup PSI accounting disable/re-enable interfaceChengming Zhou
2022-09-09sched/psi: Consolidate cgroup_psi()Chengming Zhou
2022-09-09sched/psi: Add PSI_IRQ to track IRQ/SOFTIRQ pressureChengming Zhou
2022-09-09sched/psi: Don't create cgroup PSI files when psi_disabledChengming Zhou
2022-09-09Merge branch 'driver-core/driver-core-next'Peter Zijlstra
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra
2022-09-07cgroup/cpuset: remove unreachable codeJiapeng Chong
2022-09-06Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextPaolo Abeni
2022-09-06cgroup: Remove CFTYPE_PRESSURETejun Heo
2022-09-06cgroup: Improve cftype add/rm error handlingTejun Heo
2022-09-04cgroup/cpuset: Make partition invalid if cpumask change violates exclusivity ...Waiman Long
2022-09-04cgroup/cpuset: Relocate a code block in validate_change()Waiman Long
2022-09-04cgroup/cpuset: Show invalid partition reason stringWaiman Long
2022-09-04cgroup/cpuset: Add a new isolated cpus.partition typeWaiman Long
2022-09-04cgroup/cpuset: Relax constraints to partition & cpus changesWaiman Long