aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel/cgroup/cgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-17Merge tag 'cgroup-for-6.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-20/+79
2022-10-14Merge tag 'sched-psi-2022-10-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-9/+95
2022-10-11mm: cgroup: fix comments for get from fd/file helpersYosry Ahmed1-1/+3
2022-10-11cgroup: add cgroup_v1v2_get_from_[fd/file]()Yosry Ahmed1-6/+44
2022-10-10Revert "cgroup: enable cgroup_get_from_file() on cgroup1"Tejun Heo1-0/+5
2022-10-10cgroup: Reorganize css_set_lock and kernfs path processingMichal Koutný1-13/+27
2022-10-10Merge tag 'cgroup-for-6.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-55/+90
2022-10-07Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-0/+20
2022-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2022-09-23cgroup: use strscpy() is more robust and saferye xingchen1-1/+1
2022-09-23cgroup: simplify code in cgroup_apply_controlWilliam Dean1-5/+1
2022-09-23cgroup: Make cgroup_get_from_id() prettierTejun Heo1-9/+10
2022-09-23Merge branch 'for-6.0-fixes' into for-6.1Tejun Heo1-0/+4
2022-09-23cgroup: cgroup_get_from_id() must check the looked-up kn is a directoryMing Lei1-1/+4
2022-09-12Merge 6.0-rc5 into driver-core-nextGreg Kroah-Hartman1-24/+56
2022-09-09sched/psi: Per-cgroup PSI accounting disable/re-enable interfaceChengming Zhou1-6/+64
2022-09-09sched/psi: Consolidate cgroup_psi()Chengming Zhou1-5/+5
2022-09-09sched/psi: Add PSI_IRQ to track IRQ/SOFTIRQ pressureChengming Zhou1-0/+27
2022-09-09sched/psi: Don't create cgroup PSI files when psi_disabledChengming Zhou1-0/+3
2022-09-09Merge branch 'driver-core/driver-core-next'Peter Zijlstra1-0/+20
2022-09-06cgroup: Remove CFTYPE_PRESSURETejun Heo1-27/+37
2022-09-06cgroup: Improve cftype add/rm error handlingTejun Heo1-7/+20
2022-09-04cgroup: Remove data-race around cgrp_dfl_visibleTejun Heo1-2/+2
2022-09-01cgroup: Implement cgroup_file_show()Tejun Heo1-0/+20
2022-08-26cgroup: Use cgroup_attach_{lock,unlock}() from cgroup_attach_task_all()Tetsuo Handa1-2/+2
2022-08-26Merge branch 'for-6.0-fixes' into for-6.1Tejun Heo1-24/+56
2022-08-26cgroup: Homogenize cgroup_get_from_id() return valueMichal Koutný1-2/+2
2022-08-26cgroup: cgroup: Honor caller's cgroup NS when resolving cgroup idMichal Koutný1-2/+13
2022-08-26cgroup: Honor caller's cgroup NS when resolving pathMichal Koutný1-1/+5
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-24/+56
2022-08-23cgroup: Fix race condition at rebind_subsystems()Jing-Ting Wu1-0/+1
2022-08-17cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlockTejun Heo1-23/+54
2022-08-15sched/psi: Remove unused parameter nbytes of psi_trigger_create()Hao Jia1-1/+1
2022-08-15cgroup: Replace cgroup->ancestor_ids[] with ->ancestors[]Tejun Heo1-4/+3
2022-08-09cgroup: enable cgroup_get_from_file() on cgroup1Yosry Ahmed1-5/+0
2022-08-03Merge tag 'cgroup-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-51/+85
2022-07-28cgroup: Skip subtree root in cgroup_update_dfl_csses()Waiman Long1-0/+9
2022-07-27cgroup: remove "no" prefixed mount optionsTejun Heo1-20/+4
2022-07-23cgroup: Make !percpu threadgroup_rwsem operations optionalTejun Heo1-7/+36
2022-07-22cgroup: Add "no" prefixed mount optionsTejun Heo1-5/+15
2022-07-22cgroup: Elide write-locking threadgroup_rwsem when updating csses on an empty subtreeTejun Heo1-3/+13
2022-06-27cgroup.c: remove redundant check for mixable cgroup in cgroup_migrate_vet_dstLin Feng1-4/+0
2022-06-16cgroup: Use separate src/dst nodes when preloading css_sets for migrationTejun Heo1-14/+23
2022-06-16cgroup.c: add helper __cset_cgroup_from_root to cleanup duplicated codesLin Feng1-31/+27
2022-06-07psi: dont alloc memory for psi by defaultChen Wandun1-4/+4
2022-05-19cgroup: remove the superfluous judgmentShida Zhang1-1/+1
2022-05-18cgroup: Make cgroup_debug staticXiu Jianfeng1-1/+1
2022-03-28Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-2/+2
2022-03-23Merge branch 'for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-0/+2
2022-02-28Merge 5.17-rc6 into driver-core-nextGreg Kroah-Hartman1-3/+22