summaryrefslogtreecommitdiff
path: root/kernel/cgroup/cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
| * kernfs: combine ino/id lookup functions into kernfs_find_and_get_node_by_id()Tejun Heo2019-11-121-1/+1
| * kernfs: convert kernfs_node->id from union kernfs_node_id to u64Tejun Heo2019-11-121-2/+1
| * cgroup: remove cgroup_enable_task_cg_lists() optimizationTejun Heo2019-10-251-145/+39
| * cgroup: Optimize single thread migrationMichal Koutný2019-10-071-9/+30
| * cgroup: Update comments about task exit pathMichal Koutný2019-10-071-20/+9
| * cgroup: short-circuit current_cgns_cgroup_from_root() on the default hierarchyMiaohe Lin2019-10-071-0/+2
* | cgroup: don't put ERR_PTR() into fc->rootAl Viro2019-11-101-2/+3
|/
* Merge branch 'for-5.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-09-171-2/+2
|\
| * cgroup: minor tweak for logic to get cgroup cssPeng Wang2019-07-231-1/+1
| * cgroup: Replace a seq_printf() call by seq_puts() in cgroup_print_ss_mask()Markus Elfring2019-07-231-1/+1
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2019-09-161-1/+1
|\ \
| * | cpusets: Rebuild root domain deadline accounting informationMathieu Poirier2019-07-251-1/+1
| |/
* | cgroup: freezer: fix frozen state inheritanceRoman Gushchin2019-09-121-1/+9
|/
* Merge branch 'work.mount0' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2019-07-191-2/+48
|\
| * cpuset: move mount -t cpuset logics into cgroup.cAl Viro2019-05-251-0/+47
| * no need to protect against put_user_ns(NULL)Al Viro2019-05-251-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-07-111-3/+8
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-171-30/+76
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-06-071-2/+14
| |\ \ \
| * | | | bpf: decouple the lifetime of cgroup_bpf from cgroup itselfRoman Gushchin2019-05-281-3/+8
| | |_|/ | |/| |
* | | | Merge tag 'for-5.3/block-20190708' of git://git.kernel.dk/linux-blockLinus Torvalds2019-07-091-0/+1
|\ \ \ \