summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup/cgroup.c
AgeCommit message (Expand)Author
2018-12-29Merge branch 'for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2018-12-28Merge tag 'for-4.21/block-20181221' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-12-28cgroup: fix parsing empty mount option stringOndrej Mosnacek
2018-12-27Merge branch 'for-4.20-fixes' into for-4.21Tejun Heo
2018-12-07blkcg: remove additional reference to the cssDennis Zhou
2018-12-01cgroups: Replace synchronize_sched() with synchronize_rcu()Paul E. McKenney
2018-11-20cgroup: fix CSS_TASK_ITER_PROCSTejun Heo
2018-11-13cgroup: Add .__DEBUG__. prefix to debug file namesTejun Heo
2018-11-08cpuset: Expose cpuset.cpus.subpartitions with cgroup_debugWaiman Long
2018-11-05cgroup: remove unnecessary unlikely()Yangtao Li
2018-11-02Merge tag 'for-linus-20181102' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-11-01blkcg: revert blkcg cleanups seriesDennis Zhou
2018-10-26psi: cgroup supportJohannes Weiner
2018-10-22Merge tag 'for-4.20/block-20181021' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-10-04cgroup: Fix dom_cgrp propagation when enabling threaded modeTejun Heo
2018-09-21blkcg: remove additional reference to the cssDennis Zhou (Facebook)
2018-08-24Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2018-07-20kernfs: allow creating kernfs objects with arbitrary uid/gidDmitry Torokhov
2018-07-11cgroup/tracing: Move taking of spin lock out of trace event handlersSteven Rostedt (VMware)
2018-06-06Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2018-06-06treewide: Use struct_size() for kmalloc()-familyKees Cook
2018-06-05Merge branch 'for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2018-05-23cgroup: css_set_lock should nest inside tasklist_lockTejun Heo
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig
2018-04-26cgroup: Add cgroup_subsys->css_rstat_flush()Tejun Heo
2018-04-26cgroup: Distinguish base resource stat implementation from rstatTejun Heo
2018-04-26cgroup: Rename stat to rstatTejun Heo
2018-04-26cgroup: Limit event generation frequencyTejun Heo
2018-04-26cgroup: Explicitly remove core interface filesTejun Heo
2018-04-03Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2018-03-19cgroup: Use rcu_work instead of explicit rcu and work itemTejun Heo
2018-02-21cgroup: fix rule checking for threaded mode switchingTejun Heo
2018-01-19string: drop __must_check from strscpy() and restore strscpy() usages in cgroupTejun Heo
2018-01-10cgroup: make cgroup.threads delegatableRoman Gushchin
2017-12-20cgroup: fix css_task_iter crash on CSS_TASK_ITER_PROCTejun Heo
2017-12-15cgroup: use strlcpy() instead of strscpy() to avoid spurious warningArnd Bergmann
2017-12-12cgroup: avoid copying strings longer than the buffersMa Shimiao
2017-11-15Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2017-11-06cgroup: export list of cgroups v2 features using sysfsRoman Gushchin
2017-11-06cgroup: export list of delegatable control files using sysfsRoman Gushchin
2017-10-30cgroup: mark @cgrp __maybe_unused in cpu_stat_show()Tejun Heo
2017-10-26cgroup, sched: Move basic cpu stats from cgroup.stat to cpu.statTejun Heo
2017-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-10-04bpf: introduce BPF_PROG_QUERY commandAlexei Starovoitov
2017-10-04bpf: multi program support for cgroup+bpfAlexei Starovoitov
2017-09-25cgroup: statically initialize init_css_set->dfl_cgrpTejun Heo
2017-09-25cgroup: Implement cgroup2 basic CPU usage accountingTejun Heo
2017-09-22cgroup: Reinit cgroup_taskset structure before cgroup_migrate_execute() returnsWaiman Long
2017-09-07Merge branch 'for-4.14/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-09-06Merge branch 'for-4.14' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds