summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2018-06-061-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-051-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-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
|/
* 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: 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-051-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-041-0/+10
* | bpf: multi program support for cgroup+bpfAlexei Starovoitov2017-10-041-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-061-198/+749
|\ \
| * | 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-211-2/+2
| * | cgroup: implement cgroup v2 thread supportTejun Heo2017-07-211-22/+333
| * | 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-211-10/+14
| * | cgroup: reorganize cgroup.procs / task write pathTejun Heo2017-07-211-97/+95
| * | 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
OpenPOWER on IntegriCloud