aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-09-28bpf, cgroup: Assign cgroup in cgroup_sk_alloc when called from interruptDaniel Borkmann1-5/+12
2021-09-13bpf, 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-02Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-0/+25
2021-07-01Merge branch 'for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus 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-10cgroup: 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-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-1/+1
2021-02-22Merge branch 'for-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus 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/cgroupLinus 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-14Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-1/+1
2020-11-25cgroup/cgroup.c: replace 'of->kn->priv' with of_cft()Hui Su1-4/+4
2020-11-25kernel: 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/cgroupLinus 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-28bpf: Refactor bpf_link update handlingAndrii Nakryiko1-27/+0
2020-04-03Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-91/+270
2020-04-02mm: memcontrol: recursive memory.low protectionJohannes Weiner1-1/+16
2020-03-30bpf: Implement bpf_prog replacement for an active bpf_cgroup_linkAndrii Nakryiko1-0/+27
2020-03-30bpf: Implement bpf_link-based cgroup BPF program attachmentAndrii Nakryiko1-5/+9
2020-03-16cgroupfs: Support user xattrsDaniel Xu1-1/+2
2020-03-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds1-0/+4
2020-03-12Merge branch 'for-5.6-fixes' into for-5.7Tejun Heo1-3/+3
2020-03-10cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt1-0/+4
2020-03-04cgroup: fix psi_show() crash on 32bit ino archsQian Cai1-3/+3
2020-02-12clone3: allow spawning processes into cgroupsChristian Brauner1-23/+168
2020-02-12cgroup: add cgroup_may_write() helperChristian Brauner1-7/+17
2020-02-12cgroup: refactor fork helpersChristian Brauner1-18/+26
2020-02-12cgroup: add cgroup_get_from_file() helperChristian Brauner1-11/+19
2020-02-12cgroup: unify attach permission checkingChristian Brauner1-14/+25