summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cgroup.c
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
* 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-051-6/+9
* 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-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