summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
Commit message (Expand)AuthorAgeFilesLines
* cgroup: Fix css_task_iter_advance_css_set() cset skip conditionTejun Heo2019-08-091-1/+1
* cgroup: css_task_iter_skip()'d iterators must be advanced before accessedTejun Heo2019-08-091-0/+4
* cgroup: Include dying leaders with live threads in PROCS iterationsTejun Heo2019-08-091-7/+37
* cgroup: Implement css_task_iter_skip()Tejun Heo2019-08-091-24/+36
* cpuset: restore sanity to cpuset_cpus_allowed_fallback()Joel Savitz2019-07-101-1/+14
* cgroup: protect cgroup->nr_(dying_)descendants by css_set_lockRoman Gushchin2019-05-311-0/+6
* cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...Oleg Nesterov2019-04-052-8/+11
* fix cgroup_do_mount() handling of failure exitsAl Viro2019-03-231-3/+6
* cgroup: fix parsing empty mount option stringOndrej Mosnacek2019-02-121-1/+1
* cgroup: fix CSS_TASK_ITER_PROCSTejun Heo2019-01-091-12/+17
* cgroup: Fix dom_cgrp propagation when enabling threaded modeTejun Heo2018-10-181-9/+16
* cgroup: fix rule checking for threaded mode switchingTejun Heo2018-03-281-0/+10
* cgroup: Fix deadlock in cpu hotplug pathPrateek Sood2018-03-031-1/+5
* cgroup: fix css_task_iter crash on CSS_TASK_ITER_PROCTejun Heo2018-01-171-8/+6
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
* cgroup: Reinit cgroup_taskset structure before cgroup_migrate_execute() returnsWaiman Long2017-09-221-0/+8
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-121-1/+15
|\
| * sched/cpuset/pm: Fix cpuset vs. suspend-resume bugsPeter Zijlstra2017-09-071-1/+15
* | Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-071-1/+14
|\ \
| * | blktrace: add an option to allow displaying cgroup pathShaohua Li2017-07-291-0/+12
| * | kernfs: add exportfs operationsShaohua Li2017-07-291-1/+2
* | | Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-09-067-246/+887
|\ \ \
| * | | cpuset: Allow v2 behavior in v1 cgroupWaiman Long2017-08-181-13/+20
| * | | cgroup: Add mount flag to enable cpuset to use v2 behavior in v1 cgroupWaiman Long2017-08-181-0/+6
| * | | cgroup: remove unneeded checksDan Carpenter2017-08-111-2/+2
| * | | cgroup: misc changesTejun Heo2017-08-111-21/+2
| * | | cgroup: short-circuit cset_cgroup_from_root() on the default hierarchyTejun Heo2017-08-021-0/+2
| * | | cgroup: re-use the parent pointer in cgroup_destroy_locked()Roman Gushchin2017-08-021-1/+1
| * | | cgroup: add cgroup.stat interface with basic hierarchy statsRoman Gushchin2017-08-021-0/+16
| * | | cgroup: implement hierarchy limitsRoman Gushchin2017-08-021-0/+126
| * | | cgroup: keep track of number of descent cgroupsRoman Gushchin2017-08-021-2/+17
| * | | cgroup: add comment to cgroup_enable_threaded()Tejun Heo2017-07-251-0/+9
| * | | cgroup: remove unnecessary empty check when enabling threaded modeTejun Heo2017-07-251-7/+0
| * | | cgroup: update debug controller to print out thread mode informationWaiman Long2017-07-213-16/+42
| * | | cgroup: implement cgroup v2 thread supportTejun Heo2017-07-215-25/+339
| * | | cgroup: implement CSS_TASK_ITER_THREADEDTejun Heo2017-07-211-17/+60
| * | | cgroup: introduce cgroup->dom_cgrp and threaded css_set handlingTejun Heo2017-07-211-3/+66
| * | | cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCSTejun Heo2017-07-214-19/+23
| * | | cgroup: reorganize cgroup.procs / task write pathTejun Heo2017-07-213-106/+152
| * | | cgroup: replace css_set walking populated test with testing cgrp->nr_populate...Tejun Heo2017-07-161-22/+8
| * | | cgroup: distinguish local and children populated statesTejun Heo2017-07-161-16/+21
| * | | cgroup: remove now unused list_head @pending in cgroup_apply_cftypes()Tejun Heo2017-07-161-1/+0
| |/ /
* | | mm: replace TIF_MEMDIE checks by tsk_is_oom_victimMichal Hocko2017-09-061-4/+5
* | | cgroup: revert fa06235b8eb0 ("cgroup: reset css on destruction")Roman Gushchin2017-09-061-3/+0
| |/ |/|
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-041-0/+7
|\ \
| * \ Merge branch 'linus' into locking/core, to fix up conflictsIngo Molnar2017-09-041-0/+1
| |\ \
| * | | cpuset: Make nr_cpusets privatePaolo Bonzini2017-08-101-0/+7
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-041-6/+0
|\ \ \ \ | |_|/ / |/| | |
| * | | sched/topology, cpuset: Avoid spurious/wrong domain rebuildsPeter Zijlstra2017-08-251-6/+0
| |/ /
* | | Merge branch 'for-4.13-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-08-291-0/+1
|\ \ \ | |/ / |/| |