summaryrefslogtreecommitdiff
path: root/kernel/cgroup/cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \
| * \ \ \ Merge tag 'v5.2-rc6' into for-5.3/blockJens Axboe2019-07-011-30/+76
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | cgroup: export css_next_descendant_pre for bfqChristoph Hellwig2019-06-211-0/+1
* | | | | Merge branch 'for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-07-081-0/+43
|\ \ \ \ \
| * | | | | cgroup: Move cgroup_parse_float() implementation out of CONFIG_SYSFSTejun Heo2019-06-141-42/+42
| * | | | | Merge branch 'for-5.2-fixes' into for-5.3Tejun Heo2019-06-101-1/+5
| |\ \ \ \ \
| * | | | | | cgroup: add cgroup_parse_float()Tejun Heo2019-05-311-0/+43
* | | | | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2019-06-281-2/+1
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | locking/percpu-rwsem: Add DEFINE_PERCPU_RWSEM(), use it to initialize cgroup_...Oleg Nesterov2019-05-281-2/+1
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-06-141-30/+76
|\ \ \ \ \ \ | | |_|/ / / | |/| | / / | |_|_|/ / |/| | | |
| * | | | cgroup: Fix css_task_iter_advance_css_set() cset skip conditionTejun Heo2019-06-101-1/+1
| * | | | cgroup: css_task_iter_skip()'d iterators must be advanced before accessedTejun Heo2019-06-051-0/+4
| | |/ / | |/| |
| * | | cgroup: Include dying leaders with live threads in PROCS iterationsTejun Heo2019-05-311-7/+37
| * | | cgroup: Implement css_task_iter_skip()Tejun Heo2019-05-311-24/+36
| |/ /
* | | cgroup/bfq: revert bfq.weight symlink changeJens Axboe2019-06-101-29/+4
* | | cgroup: let a symlink too be created with a cftype fileAngelo Ruocco2019-06-071-4/+29
| |/ |/|
* | mm, memcg: consider subtrees in memory.eventsChris Down2019-06-011-2/+14
|/
* kernel/sched/psi.c: expose pressure metrics on root cgroupDan Schatzberg2019-05-141-6/+12
* psi: introduce psi monitorSuren Baghdasaryan2019-05-141-2/+69
* cgroup: get rid of cgroup_freezer_frozen_exit()Roman Gushchin2019-05-061-3/+2
* cgroup: Remove unused cgrp variableShaokun Zhang2019-05-061-3/+0
* cgroup: add tracing points for cgroup v2 freezerRoman Gushchin2019-04-191-0/+2
* cgroup: cgroup v2 freezerRoman Gushchin2019-04-191-4/+106
* cgroup: protect cgroup->nr_(dying_)descendants by css_set_lockRoman Gushchin2019-04-191-0/+6