summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge branch 'for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2018-12-291-21/+39
|\
| * cgroup: fix parsing empty mount option stringOndrej Mosnacek2018-12-281-1/+1
| * Merge branch 'for-4.20-fixes' into for-4.21Tejun Heo2018-12-281-12/+17
| |\
| | * cgroup: fix CSS_TASK_ITER_PROCSTejun Heo2018-11-201-12/+17
| * | cgroup: Add .__DEBUG__. prefix to debug file namesTejun Heo2018-11-131-4/+7
| * | cpuset: Expose cpuset.cpus.subpartitions with cgroup_debugWaiman Long2018-11-081-1/+13
| * | cgroup: remove unnecessary unlikely()Yangtao Li2018-11-051-3/+1Star
| |/