summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* 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-261-0/+47
| * no need to protect against put_user_ns(NULL)Al Viro2019-05-251-2/+1Star
* | 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-181-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-091-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/+1Star
|\ \ \ \ \ \ \ | |_|_|_|/ / / |/| | | | | |
| * | | | | | locking/percpu-rwsem: Add DEFINE_PERCPU_RWSEM(), use it to initialize cgroup_...Oleg Nesterov2019-05-281-2/+1Star
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-06-151-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/+4Star
* | | 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-021-2/+14
|/
* kernel/sched/psi.c: expose pressure metrics on root cgroupDan Schatzberg2019-05-151-6/+12
* psi: introduce psi monitorSuren Baghdasaryan2019-05-151-2/+69
* cgroup: get rid of cgroup_freezer_frozen_exit()Roman Gushchin2019-05-061-3/+2Star
* cgroup: Remove unused cgrp variableShaokun Zhang2019-05-061-3/+0Star
* 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
* cgroup: implement __cgroup_task_count() helperRoman Gushchin2019-04-191-0/+33
* cgroup: remove extra cgroup_migrate_finish() callShakeel Butt2019-04-041-4/+1Star
* Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2019-03-121-90/+133
|\
| * kernfs, sysfs, cgroup, intel_rdt: Support fs_contextDavid Howells2019-02-281-17/+14Star
| * cgroup: store a reference to cgroup_ns into cgroup_fs_contextAl Viro2019-02-281-5/+12
| * cgroup_do_mount(): massage calling conventionsAl Viro2019-02-281-22/+23
| * cgroup: stash cgroup_root reference into cgroup_fs_contextAl Viro2019-02-281-2/+5
| * cgroup2: switch to option-by-option parsingAl Viro2019-02-281-29/+33
| * cgroup1: switch to option-by-option parsingAl Viro2019-02-281-14/+6Star
| * cgroup: take options parsing into ->parse_monolithic()Al Viro2019-02-281-28/+26Star
| * cgroup: fold cgroup1_mount() into cgroup1_get_tree()Al Viro2019-02-281-19/+0Star
| * cgroup: start switching to fs_contextAl Viro2019-02-281-37/+97
* | Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2019-03-071-6/+9
|\ \
| * | cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...Oleg Nesterov2019-01-311-6/+9
* | | kernel: cgroup: add poll file operationJohannes Weiner2019-03-061-0/+12
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-03-051-1/+1
|\ \ \ | |_|/ |/| |
| * | bpf, cgroups: clean up kerneldoc warningsValdis Kletnieks2019-01-311-1/+1
| |/
* | cgroup: saner refcounting for cgroup_rootAl Viro2019-01-171-9/+7Star
* | fix cgroup_do_mount() handling of failure exitsAl Viro2019-01-171-3/+6
|/