summaryrefslogtreecommitdiff
path: root/kernel/cgroup/cgroup.c
AgeCommit message (Expand)Author
2023-04-26Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2023-04-20cgroup_get_from_fd(): switch to fdget_raw()Al Viro
2023-04-05sched/psi: Allow unprivileged polling of N*2s periodDomenico Cerasuolo
2023-03-17cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappersKamalesh Babulal
2023-03-14cgroup: Make current_cgns_cgroup_dfl() safe to call after exit_task_namespace()Tejun Heo
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner
2022-12-13Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-12-12Merge tag 'cgroup-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds
2022-11-23cgroup: remove rcu_read_lock()/rcu_read_unlock() in critical section of spin_...Ran Tian
2022-11-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski
2022-10-31cgroup: cgroup refcnt functions should be exported when CONFIG_DEBUG_CGROUP_REFTejun Heo
2022-10-28cgroup: Implement DEBUG_CGROUP_REFTejun Heo
2022-10-25bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song
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-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-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-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-06cgroup: Remove CFTYPE_PRESSURETejun Heo
2022-09-06cgroup: Improve cftype add/rm error handlingTejun Heo
2022-09-04cgroup: Remove data-race around cgrp_dfl_visibleTejun Heo
2022-09-01cgroup: Implement cgroup_file_show()Tejun Heo
2022-08-26cgroup: Use cgroup_attach_{lock,unlock}() from cgroup_attach_task_all()Tetsuo Handa
2022-08-26Merge branch 'for-6.0-fixes' into for-6.1Tejun Heo
2022-08-26cgroup: Homogenize cgroup_get_from_id() return valueMichal Koutný
2022-08-26cgroup: cgroup: Honor caller's cgroup NS when resolving cgroup idMichal Koutný
2022-08-26cgroup: Honor caller's cgroup NS when resolving pathMichal Koutný
2022-08-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-08-23cgroup: Fix race condition at rebind_subsystems()Jing-Ting Wu
2022-08-17cgroup: Fix threadgroup_rwsem <-> cpus_read_lock() deadlockTejun Heo
2022-08-15sched/psi: Remove unused parameter nbytes of psi_trigger_create()Hao Jia
2022-08-15cgroup: Replace cgroup->ancestor_ids[] with ->ancestors[]Tejun Heo
2022-08-09cgroup: enable cgroup_get_from_file() on cgroup1Yosry Ahmed
2022-08-03Merge tag 'cgroup-for-5.20' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2022-07-28cgroup: Skip subtree root in cgroup_update_dfl_csses()Waiman Long