aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-01-19string: drop __must_check from strscpy() and restore strscpy() usages in cgroupTejun Heo1-3/+3
2018-01-10cgroup: make cgroup.threads delegatableRoman Gushchin1-0/+1
2017-12-20cgroup: fix css_task_iter crash on CSS_TASK_ITER_PROCTejun Heo1-8/+6
2017-12-15cgroup: use strlcpy() instead of strscpy() to avoid spurious warningArnd Bergmann1-3/+3
2017-12-12cgroup: avoid copying strings longer than the buffersMa Shimiao1-3/+3
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-2/+155
2017-11-06cgroup: export list of cgroups v2 features using sysfsRoman Gushchin1-0/+8
2017-11-06cgroup: export list of delegatable control files using sysfsRoman Gushchin1-0/+61
2017-10-30cgroup: mark @cgrp __maybe_unused in cpu_stat_show()Tejun Heo1-1/+1
2017-10-26cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.statTejun Heo1-2/+58
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+8
2017-10-04bpf: introduce BPF_PROG_QUERY commandAlexei Starovoitov1-0/+10
2017-10-04bpf: multi program support for cgroup+bpfAlexei Starovoitov1-7/+21
2017-09-25cgroup: statically initialize init_css_set->dfl_cgrpTejun Heo1-0/+8
2017-09-25cgroup: Implement cgroup2 basic CPU usage accountingTejun Heo1-2/+22
2017-09-22cgroup: Reinit cgroup_taskset structure before cgroup_migrate_execute() returnsWaiman Long1-0/+8
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+14
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-198/+749
2017-09-06cgroup: revert fa06235b8eb0 ("cgroup: reset css on destruction")Roman Gushchin1-3/+0
2017-08-11cgroup: remove unneeded checksDan Carpenter1-2/+2
2017-08-11cgroup: misc changesTejun Heo1-21/+2
2017-08-02cgroup: short-circuit cset_cgroup_from_root() on the default hierarchyTejun Heo1-0/+2
2017-08-02cgroup: re-use the parent pointer in cgroup_destroy_locked()Roman Gushchin1-1/+1
2017-08-02cgroup: add cgroup.stat interface with basic hierarchy statsRoman Gushchin1-0/+16
2017-08-02cgroup: implement hierarchy limitsRoman Gushchin1-0/+126
2017-08-02cgroup: keep track of number of descent cgroupsRoman Gushchin1-2/+17
2017-07-29blktrace: add an option to allow displaying cgroup pathShaohua Li1-0/+12
2017-07-29kernfs: add exportfs operationsShaohua Li1-1/+2
2017-07-25cgroup: add comment to cgroup_enable_threaded()Tejun Heo1-0/+9
2017-07-25cgroup: remove unnecessary empty check when enabling threaded modeTejun Heo1-7/+0
2017-07-23cgroup: fix error return value from cgroup_subtree_control()Tejun Heo1-2/+2
2017-07-21cgroup: update debug controller to print out thread mode informationWaiman Long1-2/+2
2017-07-21cgroup: implement cgroup v2 thread supportTejun Heo1-22/+333
2017-07-21cgroup: implement CSS_TASK_ITER_THREADEDTejun Heo1-17/+60
2017-07-21cgroup: introduce cgroup->dom_cgrp and threaded css_set handlingTejun Heo1-3/+66
2017-07-21cgroup: add @flags to css_task_iter_start() and implement CSS_TASK_ITER_PROCSTejun Heo1-10/+14
2017-07-21cgroup: reorganize cgroup.procs / task write pathTejun Heo1-97/+95
2017-07-18cgroup: create dfl_root files on subsys registrationTejun Heo1-0/+4
2017-07-16cgroup: replace css_set walking populated test with testing cgrp->nr_populated_csetsTejun Heo1-22/+8
2017-07-16cgroup: distinguish local and children populated statesTejun Heo1-16/+21
2017-07-16cgroup: remove now unused list_head @pending in cgroup_apply_cftypes()Tejun Heo1-1/+0
2017-07-08cgroup: don't call migration methods if there are no tasks to migrateTejun Heo1-27/+31
2017-06-28cgroup: implement "nsdelegate" mount optionTejun Heo1-5/+83
2017-06-28cgroup: restructure cgroup_procs_write_permission()Tejun Heo1-24/+33
2017-06-14cgroup: Keep accurate count of tasks in each css_setWaiman Long1-0/+10
2017-05-17cgroup: Prevent kill_css() from being called more than onceWaiman Long1-0/+5
2017-05-01Merge branch 'for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-15/+25
2017-05-01cgroup: mark cgroup_get() with __maybe_unusedTejun Heo1-1/+1
2017-04-28cgroup: avoid attaching a cgroup root to two different superblocks, take 2Zefan Li1-4/+4
2017-04-28cgroup: fix spurious warnings on cgroup_is_dead() from cgroup_sk_alloc()Tejun Heo1-6/+16