summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-04-031-14/+7
|\
| * cgroup: Use rcu_work instead of explicit rcu and work itemTejun Heo2018-03-191-14/+7
* | cgroup: fix rule checking for threaded mode switchingTejun Heo2018-02-211-0/+10
|/
* kernel/cpuset: current_cpuset_is_being_rebound can be booleanYaowei Bai2018-02-061-2/+2
* string: drop __must_check from strscpy() and restore strscpy() usages in cgroupTejun Heo2018-01-191-3/+3
* cgroup: make cgroup.threads delegatableRoman Gushchin2018-01-101-0/+1
* cgroup: fix css_task_iter crash on CSS_TASK_ITER_PROCTejun Heo2017-12-201-8/+6
* cgroup: Fix deadlock in cpu hotplug pathPrateek Sood2017-12-191-1/+5
* cgroup: use strlcpy() instead of strscpy() to avoid spurious warningArnd Bergmann2017-12-151-3/+3
* cgroup: avoid copying strings longer than the buffersMa Shimiao2017-12-121-3/+3
* Revert "cgroup/cpuset: remove circular dependency deadlock"Tejun Heo2017-12-041-30/+23
* Revert "cpuset: Make cpuset hotplug synchronous"Tejun Heo2017-12-041-20/+21
* cgroup: properly init u64_statsLucas Stach2017-11-281-2/+6
* debug cgroup: use task_css_set instead of rcu_dereferenceWang Long2017-11-271-2/+2
* cpuset: Make cpuset hotplug synchronousPrateek Sood2017-11-271-21/+20
* cgroup/cpuset: remove circular dependency deadlockPrateek Sood2017-11-271-23/+30
* Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-11-154-3/+499
|\
| * cgroup: export list of cgroups v2 features using sysfsRoman Gushchin2017-11-061-0/+8
| * cgroup: export list of delegatable control files using sysfsRoman Gushchin2017-11-061-0/+61
| * cgroup: mark @cgrp __maybe_unused in cpu_stat_show()Tejun Heo2017-10-301-1/+1
| * cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.statTejun Heo2017-10-263-7/+64
| * cgroup: statically initialize init_css_set->dfl_cgrpTejun Heo2017-09-251-0/+8
| * cgroup: Implement cgroup2 basic CPU usage accountingTejun Heo2017-09-254-3/+365
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-11-151-7/+31
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-11-044-0/+4
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-051-0/+8
| |\ \ \
| * | | | bpf: introduce BPF_PROG_QUERY commandAlexei Starovoitov2017-10-041-0/+10
| * | | | bpf: multi program support for cgroup+bpfAlexei Starovoitov2017-10-041-7/+21
| | |_|/ | |/| |
* | | | Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar2017-11-084-0/+4
|\ \ \ \ | | |_|/ | |/| |
| * | | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-024-0/+4
| | |/ | |/|
* / | sched/isolation: Move isolcpus= handling to the housekeeping codeFrederic Weisbecker2017-10-271-10/+5
|/ /
* / 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