summaryrefslogtreecommitdiff
path: root/kernel/cgroup/cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | Merge tag 'fixes-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/brau...Linus Torvalds2020-12-141-1/+1
|\ \ | |/ |/|
| * cgroup: Use generic ns_common::countKirill Tkhai2020-08-191-1/+1
* | cgroup: Zero sized write should be no-opJouni Roivas2020-09-301-0/+3
* | cgroup: remove redundant kernfs_activate in cgroup_setup_root()Wei Yang2020-09-301-1/+0
|/
* cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang2020-07-071-12/+19
* Merge branch 'for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2020-06-061-9/+1
|\
| * cgroup: add cpu.stat file to root cgroupBoris Burkov2020-05-281-1/+0
| * cgroup: Remove stale commentsZefan Li2020-05-261-8/+1
* | bpf: Refactor bpf_link update handlingAndrii Nakryiko2020-04-281-27/+0
|/
* Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2020-04-031-91/+270
|\
| * cgroupfs: Support user xattrsDaniel Xu2020-03-161-1/+2
| * Merge branch 'for-5.6-fixes' into for-5.7Tejun Heo2020-03-121-3/+3
| |\
| * | clone3: allow spawning processes into cgroupsChristian Brauner2020-02-121-23/+168
| * | cgroup: add cgroup_may_write() helperChristian Brauner2020-02-121-7/+17
| * | cgroup: refactor fork helpersChristian Brauner2020-02-121-18/+26
| * | cgroup: add cgroup_get_from_file() helperChristian Brauner2020-02-121-11/+19
| * | cgroup: unify attach permission checkingChristian Brauner2020-02-121-14/+25
| * | cgroup.c: Use built-in RCU list checkingMadhuparna Bhowmik2020-02-121-1/+2
| * | cgroup: Clean up css_set task traversalMichal Koutný2020-02-121-33/+28
* | | mm: memcontrol: recursive memory.low protectionJohannes Weiner2020-04-021-1/+16
* | | bpf: Implement bpf_prog replacement for an active bpf_cgroup_linkAndrii Nakryiko2020-03-301-0/+27
* | | bpf: Implement bpf_link-based cgroup BPF program attachmentAndrii Nakryiko2020-03-301-5/+9
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-03-121-0/+4
|\ \ \ | |_|/ |/| |
| * | cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt2020-03-101-0/+4
* | | cgroup: fix psi_show() crash on 32bit ino archsQian Cai2020-03-041-3/+3
| |/ |/|
* | cgroup: Iterate tasks that did not finish do_exit()Michal Koutný2020-02-121-7/+16
* | cgroup: cgroup_procs_next should increase position indexVasily Averin2020-02-121-3/+7
|/
* Merge branch 'for-5.6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-02-101-5/+8
|\
| * cgroup: init_tasks shouldn't be linked to the root cgroupTejun Heo2020-01-301-5/+8
* | Merge branch 'merge.nfs-fs_parse.1' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-02-081-9/+4
|\ \ | |/ |/|
| * fs_parse: fold fs_parameter_desc/fs_parameter_specAl Viro2020-02-071-8/+4
| * fs_parser: remove fs_parameter_description name fieldEric Sandeen2020-02-071-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-01-281-2/+3
|\ \
| * | bpf: Support replacing cgroup-bpf program in MULTI modeAndrey Ignatov2019-12-191-2/+3
| |/
* | cgroup: Prevent double killing of css when enabling threaded cgroupMichal Koutný2020-01-151-5/+6
|/
* Merge branch 'for-5.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-11-251-223/+102
|\
| * cgroup: fix incorrect WARN_ON_ONCE() in cgroup_setup_root()Tejun Heo2019-11-141-1/+1
| * cgroup: use cgrp->kn->id as the cgroup IDTejun Heo2019-11-121-51/+25