summaryrefslogtreecommitdiff
path: root/kernel/cgroup/cgroup.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-19cgroup: add missing skcd->no_refcnt check in cgroup_sk_clone()Yang Yingliang1-0/+2
2020-07-22cgroup: fix cgroup_sk_alloc() for sk_clone_lock()Cong Wang1-11/+18
2020-03-18cgroup: Iterate tasks that did not finish do_exit()Michal Koutný1-7/+16
2020-03-18cgroup: cgroup_procs_next should increase position indexVasily Averin1-3/+7
2020-03-18cgroup: memcg: net: do not associate sock with unrelated cgroupShakeel Butt1-0/+4
2020-02-05cgroup: Prevent double killing of css when enabling threaded cgroupMichal Koutný1-5/+6
2019-08-09cgroup: Fix css_task_iter_advance_css_set() cset skip conditionTejun Heo1-1/+1
2019-08-09cgroup: css_task_iter_skip()'d iterators must be advanced before accessedTejun Heo1-0/+4
2019-08-09cgroup: Include dying leaders with live threads in PROCS iterationsTejun Heo1-7/+37
2019-08-09cgroup: Implement css_task_iter_skip()Tejun Heo1-24/+36
2019-05-31cgroup: protect cgroup->nr_(dying_)descendants by css_set_lockRoman Gushchin1-0/+6
2019-04-05cgroup/pids: turn cgroup_subsys->free() into cgroup_subsys->release() to fix ...Oleg Nesterov1-6/+9
2019-03-23fix cgroup_do_mount() handling of failure exitsAl Viro1-3/+6
2019-02-12cgroup: fix parsing empty mount option stringOndrej Mosnacek1-1/+1
2019-01-09cgroup: fix CSS_TASK_ITER_PROCSTejun Heo1-12/+17
2018-10-04cgroup: Fix dom_cgrp propagation when enabling threaded modeTejun Heo1-9/+16
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-5/+7
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov1-1/+3
2018-07-11cgroup/tracing: Move taking of spin lock out of trace event handlersSteven Rostedt (VMware)1-5/+7
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-2/+2
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook1-2/+2
2018-06-05Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-31/+74
2018-05-23cgroup: css_set_lock should nest inside tasklist_lockTejun Heo1-8/+8
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig1-1/+1
2018-04-26cgroup: Add cgroup_subsys->css_rstat_flush()Tejun Heo1-0/+11
2018-04-26cgroup: Distinguish base resource stat implementation from rstatTejun Heo1-1/+3
2018-04-26cgroup: Rename stat to rstatTejun Heo1-7/+7
2018-04-26cgroup: Limit event generation frequencyTejun Heo1-2/+23
2018-04-26cgroup: Explicitly remove core interface filesTejun Heo1-13/+22
2018-04-03Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds1-14/+7
2018-03-19cgroup: Use rcu_work instead of explicit rcu and work itemTejun Heo1-14/+7
2018-02-21cgroup: fix rule checking for threaded mode switchingTejun Heo1-0/+10
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/c...Linus 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/c...Linus Torvalds1-198/+749