summaryrefslogtreecommitdiff
path: root/kernel/cgroup/cgroup.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-10sched/psi: use kernfs polling functions for PSI trigger pollingSuren Baghdasaryan1-1/+1
2023-06-28Merge tag 'cgroup-for-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-62/+10
2023-06-28Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+12
2023-06-22Revert "cgroup: Avoid -Wstringop-overflow warnings"Tejun Heo1-6/+0
2023-06-21cgroup: Avoid -Wstringop-overflow warningsGustavo A. R. Silva1-0/+6
2023-06-21cgroup: remove obsolete comment on cgroup_on_dfl()Miaohe Lin1-2/+0
2023-06-12cgroup: Do not corrupt task iteration when rebinding subsystemXiu Jianfeng1-3/+17
2023-06-12cgroup: remove unused task_cgroup_path()Miaohe Lin1-39/+0
2023-06-05cgroup: make cgroup_is_threaded() and cgroup_is_thread_root() staticMiaohe Lin1-2/+2
2023-06-05cgroup: Replace the css_set call with cgroup_getGaosheng Cui1-1/+1
2023-06-05cgroup: remove unused macro for_each_e_css()Miaohe Lin1-15/+0
2023-05-25cgroup: Update out-of-date comment in cgroup_migrate()Xiu Jianfeng1-3/+3
2023-05-23cgroup: always put cset in cgroup_css_set_put_forkJohn Sperbeck1-9/+8
2023-05-09sched/cpuset: Keep track of SCHED_DEADLINE task in cpusetsJuri Lelli1-0/+4
2023-05-08psi: remove 500ms min window size limitation for triggersSuren Baghdasaryan1-0/+12
2023-04-29Merge tag 'cgroup-for-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-30/+30
2023-04-29Merge tag 'sched-core-2023-04-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2023-04-27Merge tag 'net-next-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-2/+12
2023-04-21cgroup_get_from_fd(): switch to fdget_raw()Al Viro1-6/+4
2023-04-05sched/psi: Allow unprivileged polling of N*2s periodDomenico Cerasuolo1-1/+1
2023-03-18cgroup: bpf: use cgroup_lock()/cgroup_unlock() wrappersKamalesh Babulal1-30/+30
2023-03-15cgroup: Make current_cgns_cgroup_dfl() safe to call after exit_task_namespace()Tejun Heo1-2/+12
2023-01-19fs: port ->permission() to pass mnt_idmapChristian Brauner1-1/+1
2022-12-14Merge tag 'net-next-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds1-0/+1
2022-12-13Merge tag 'cgroup-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-2/+6
2022-11-23cgroup: remove rcu_read_lock()/rcu_read_unlock() in critical section of spin_...Ran Tian1-2/+0
2022-11-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-0/+1
2022-10-31cgroup: cgroup refcnt functions should be exported when CONFIG_DEBUG_CGROUP_REFTejun Heo1-0/+1
2022-10-28cgroup: Implement DEBUG_CGROUP_REFTejun Heo1-0/+5
2022-10-26bpf: Implement cgroup storage available to non-cgroup-attached bpf progsYonghong Song1-0/+1
2022-10-18Merge tag 'cgroup-for-6.1-rc1-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-20/+79
2022-10-14Merge tag 'sched-psi-2022-10-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-9/+95
2022-10-12mm: 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-11Revert "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/t...Linus Torvalds1-55/+90
2022-10-08Merge tag 'driver-core-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-0/+20
2022-09-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+4
2022-09-24cgroup: use strscpy() is more robust and saferye xingchen1-1/+1
2022-09-24cgroup: 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