summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds2018-11-021-39/+9Star
|\
| * blkcg: revert blkcg cleanups seriesDennis Zhou2018-11-021-39/+9Star
* | psi: cgroup supportJohannes Weiner2018-10-271-2/+43
|/
* Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds2018-10-221-9/+39
|\
| * blkcg: remove additional reference to the cssDennis Zhou (Facebook)2018-09-221-9/+39
* | cgroup: Fix dom_cgrp propagation when enabling threaded modeTejun Heo2018-10-041-9/+16
|/
* Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2018-08-241-5/+7
|\
| * cgroup/tracing: Move taking of spin lock out of trace event handlersSteven Rostedt (VMware)2018-07-111-5/+7
* | kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov2018-07-211-1/+3
|/
* Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-071-2/+2
|\
| * treewide: Use struct_size() for kmalloc()-familyKees Cook2018-06-061-2/+2
* | Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2018-06-061-31/+74
|\ \
| * | cgroup: css_set_lock should nest inside tasklist_lockTejun Heo2018-05-231-8/+8
| * | cgroup: Add cgroup_subsys->css_rstat_flush()Tejun Heo2018-04-261-0/+11
| * | cgroup: Distinguish base resource stat implementation from rstatTejun Heo2018-04-261-1/+3
| * | cgroup: Rename stat to rstatTejun Heo2018-04-261-7/+7
| * | cgroup: Limit event generation frequencyTejun Heo2018-04-261-2/+23
| * | cgroup: Explicitly remove core interface filesTejun Heo2018-04-261-13/+22
| |/
* / proc: introduce proc_create_single{,_data}Christoph Hellwig2018-05-161-1/+1
|/
* Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2018-04-041-14/+7Star
|\
| * cgroup: Use rcu_work instead of explicit rcu and work itemTejun Heo2018-03-191-14/+7Star
* | cgroup: fix rule checking for threaded mode switchingTejun Heo2018-02-211-0/+10
|/
* 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/+6Star
* 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
* Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds2017-11-151-2/+155
|\
| * 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-261-2/+58
| * cgroup: statically initialize init_css_set->dfl_cgrpTejun Heo2017-09-251-0/+8
| * cgroup: Implement cgroup2 basic CPU usage accountingTejun Heo2017-09-251-2/+22
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-061-0/+8
|\ \
| * | cgroup: Reinit cgroup_taskset structure before cgroup_migrate_execute() returnsWaiman Long2017-09-221-0/+8
| |/
* | bpf: introduce BPF_PROG_QUERY commandAlexei Starovoitov2017-10-051-0/+10
* | bpf: multi program support for cgroup+bpfAlexei Starovoitov2017-10-051-7/+21
|/
* 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-071-198/+749
|\ \
| * | cgroup: remove unneeded checksDan Carpenter2017-08-111-2/+2
| * | cgroup: misc changesTejun Heo2017-08-111-21/+2Star
| * | cgroup: short-circuit cset_cgroup_from_root() on the default hierarchyTejun Heo2017-08-031-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