summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* cgroup: remove the superfluous judgmentShida Zhang2022-05-191-1/+1
* cgroup: Make cgroup_debug staticXiu Jianfeng2022-05-181-1/+1
* Merge tag 'driver-core-5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-03-281-2/+2
|\
| * Merge 5.17-rc6 into driver-core-nextGreg Kroah-Hartman2022-02-281-3/+22
| |\
| * | kernfs: move struct kernfs_root out of the public view.Greg Kroah-Hartman2022-02-231-2/+2
* | | Merge branch 'for-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2022-03-231-0/+2
|\ \ \ | |_|/ |/| |
| * | cgroup: Fix cgroup_can_fork() and cgroup_post_fork() kernel-doc commentYang Li2022-01-121-0/+2
| |/
* | Merge branch 'for-5.17-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-02-221-0/+14
|\ \
| * | cgroup: clarify cgroup_css_set_fork()Christian Brauner2022-02-221-0/+14
| |/
* / psi: Fix uaf issue when psi trigger is destroyed while being polledSuren Baghdasaryan2022-01-181-3/+8
|/
* Merge branch 'for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2022-01-111-3/+3
|\
| * cgroup: return early if it is already on preloaded listWei Yang2021-12-141-2/+2
| * cgroup: get the wrong css for css_alloc() during cgroup_init_subsys()Wei Yang2021-11-291-1/+1
* | Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2022-01-101-0/+1
|\ \
| * | add missing bpf-cgroup.h includesJakub Kicinski2021-12-161-0/+1
| |/
* | cgroup: Use open-time cgroup namespace for process migration perm checksTejun Heo2022-01-061-9/+19
* | cgroup: Allocate cgroup_file_ctx for kernfs_open_file->privTejun Heo2022-01-061-19/+34
* | cgroup: Use open-time credentials for process migraton perm checksTejun Heo2022-01-061-1/+8
|/
* Merge branch 'for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2021-11-021-64/+56
|\
| * cgroup: bpf: Move wrapper for __cgroup_bpf_*() to kernel/bpf/cgroup.cHe Fengqing2021-11-011-38/+0
| * cgroup: reduce dependency on cgroup_mutexShakeel Butt2021-10-251-22/+29
| * cgroup: Make rebind_subsystems() disable v2 controllers all at onceWaiman Long2021-09-201-4/+27
* | cgroup: Fix memory leak caused by missing cgroup_bpf_offlineQuanyang Wang2021-10-221-1/+3
* | bpf, cgroup: Assign cgroup in cgroup_sk_alloc when called from interruptDaniel Borkmann2021-09-281-5/+12
* | bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed modeDaniel Borkmann2021-09-131-40/+10
|/
* cgroup: Avoid compiler warnings with no subsystemsKees Cook2021-08-301-6/+20
* cgroup: remove cgroup_mount from commentszhaoxiaoqiang112021-07-161-1/+0
* Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds2021-07-021-0/+25
|\
| * scsi: cgroup: Add cgroup_get_from_id()Muneendra Kumar2021-06-101-0/+26
* | Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2021-07-011-16/+164
|\ \
| * | cgroup: make per-cgroup pressure stall tracking configurableSuren Baghdasaryan2021-06-081-0/+48
| * | cgroup: Fix kernel-docYang Li2021-06-041-1/+1
| * | Merge branch 'for-5.13-fixes' into for-5.14Tejun Heo2021-05-241-12/+9
| |\ \
| * | | cgroup: inline cgroup_task_freeze()Roman Gushchin2021-05-101-1/+2
| * | | cgroup: introduce cgroup.killChristian Brauner2021-05-101-14/+113
| | |/ | |/|
* | | loop: charge i/o to mem and blk cgDan Schatzberg2021-06-291-0/+1
| |/ |/|
* | cgroup: fix spelling mistakesZhen Lei2021-05-241-4/+4
* | cgroup: disable controllers at parse timeShakeel Butt2021-05-201-8/+5
|/
* cgroup: rstat: support cgroup1Johannes Weiner2021-04-301-13/+21
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-1/+1
|\
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
* | Merge branch 'for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2021-02-221-41/+14
|\ \
| * | cgroup: cgroup.{procs,threads} factor out common partsMichal Koutný2021-01-151-41/+14
| |/
* / cgroup: fix psi monitor for root cgroupOdin Ugedal2021-01-191-1/+3
|/
* Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2020-12-281-15/+15
|\
| * cgroup/cgroup.c: replace 'of->kn->priv' with of_cft()Hui Su2020-11-251-4/+4
| * kernel: cgroup: Mundane spelling fixes throughout the fileBhaskar Chowdhury2020-11-251-11/+11
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-12-151-12/+0
|\ \
| * | cgroup: remove obsoleted broken_hierarchy and warned_broken_hierarchyRoman Gushchin2020-12-151-7/+0
| * | mm: memcg: deprecate the non-hierarchical modeRoman Gushchin2020-12-151-5/+0
| |/