summaryrefslogtreecommitdiff
path: root/kernel/cgroup/cgroup.c
AgeCommit message (Expand)AuthorFilesLines
2022-01-18psi: Fix uaf issue when psi trigger is destroyed while being polledSuren Baghdasaryan1-3/+8
2022-01-11Merge branch 'for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-3/+3
2022-01-11Merge tag '5.17-net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-0/+1
2022-01-07cgroup: Use open-time cgroup namespace for process migration perm checksTejun Heo1-9/+19
2022-01-07cgroup: Allocate cgroup_file_ctx for kernfs_open_file->privTejun Heo1-19/+34
2022-01-07cgroup: Use open-time credentials for process migraton perm checksTejun Heo1-1/+8
2021-12-17add missing bpf-cgroup.h includesJakub Kicinski1-0/+1
2021-12-14cgroup: return early if it is already on preloaded listWei Yang1-2/+2
2021-11-29cgroup: get the wrong css for css_alloc() during cgroup_init_subsys()Wei Yang1-1/+1
2021-11-03Merge branch 'for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-64/+56
2021-11-01cgroup: bpf: Move wrapper for __cgroup_bpf_*() to kernel/bpf/cgroup.cHe Fengqing1-38/+0
2021-10-25cgroup: reduce dependency on cgroup_mutexShakeel Butt1-22/+29
2021-10-23cgroup: Fix memory leak caused by missing cgroup_bpf_offlineQuanyang Wang1-1/+3
2021-09-28bpf, cgroup: Assign cgroup in cgroup_sk_alloc when called from interruptDaniel Borkmann1-5/+12
2021-09-20cgroup: Make rebind_subsystems() disable v2 controllers all at onceWaiman Long1-4/+27
2021-09-14bpf, cgroups: Fix cgroup v2 fallback on v1/v2 mixed modeDaniel Borkmann1-40/+10
2021-08-30cgroup: Avoid compiler warnings with no subsystemsKees Cook1-6/+20
2021-07-16cgroup: remove cgroup_mount from commentszhaoxiaoqiang111-1/+0
2021-07-03Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+25
2021-07-02Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-16/+164
2021-06-29loop: charge i/o to mem and blk cgDan Schatzberg1-0/+1
2021-06-10scsi: cgroup: Add cgroup_get_from_id()Muneendra Kumar1-0/+26
2021-06-08cgroup: make per-cgroup pressure stall tracking configurableSuren Baghdasaryan1-0/+48
2021-06-04cgroup: Fix kernel-docYang Li1-1/+1
2021-05-24Merge branch 'for-5.13-fixes' into for-5.14Tejun Heo1-12/+9
2021-05-24cgroup: fix spelling mistakesZhen Lei1-4/+4
2021-05-20cgroup: disable controllers at parse timeShakeel Butt1-8/+5
2021-05-11cgroup: inline cgroup_task_freeze()Roman Gushchin1-1/+2
2021-05-10cgroup: introduce cgroup.killChristian Brauner1-14/+113
2021-04-30cgroup: rstat: support cgroup1Johannes Weiner1-13/+21
2021-02-24Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2021-02-23Merge branch 'for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-41/+14
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner1-1/+1
2021-01-19cgroup: fix psi monitor for root cgroupOdin Ugedal1-1/+3
2021-01-15cgroup: cgroup.{procs,threads} factor out common partsMichal Koutný1-41/+14
2020-12-28Merge branch 'for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-15/+15
2020-12-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-12/+0
2020-12-15cgroup: remove obsoleted broken_hierarchy and warned_broken_hierarchyRoman Gushchin1-7/+0
2020-12-15mm: memcg: deprecate the non-hierarchical modeRoman Gushchin1-5/+0
2020-12-15Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds1-1/+1
2020-11-26cgroup/cgroup.c: replace 'of->kn->priv' with of_cft()Hui Su1-4/+4
2020-11-26kernel: cgroup: Mundane spelling fixes throughout the fileBhaskar Chowdhury1-11/+11
2020-09-30cgroup: Zero sized write should be no-opJouni Roivas1-0/+3
2020-09-30cgroup: remove redundant kernfs_activate in cgroup_setup_root()Wei Yang1-1/+0
2020-08-19cgroup: Use generic ns_common::countKirill Tkhai1-1/+1
2020-07-07cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang1-12/+19
2020-06-06Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds1-9/+1
2020-05-28cgroup: add cpu.stat file to root cgroupBoris Burkov1-1/+0
2020-05-26cgroup: Remove stale commentsZefan Li1-8/+1
2020-04-29bpf: Refactor bpf_link update handlingAndrii Nakryiko1-27/+0