aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
AgeCommit message (Expand)Author
2016-12-27cgroup: move cgroup files under kernel/cgroup/Tejun Heo
2016-12-27cgroup: reorder css_set fieldsTejun Heo
2016-12-27cgroup: remove cgroup_pid_fry() and friendsTejun Heo
2016-12-27cgroup: reimplement reading "cgroup.procs" on cgroup v2Tejun Heo
2016-12-27cgroup add cftype->open/release() callbacksTejun Heo
2016-11-25cgroup: add support for eBPF programsDaniel Mack
2016-10-14Merge branch 'for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2016-10-06Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds
2016-09-30Merge branch 'linus' into locking/core, to pick up fixesIngo Molnar
2016-09-29cgroup: fix error handling regressions in proc_cgroup_show() and cgroup_relea...Tejun Heo
2016-09-27Merge branch 'for-4.8-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-09-23cgroup: fix invalid controller enable rejections with cgroup namespaceTejun Heo
2016-09-22Merge branch 'nsfs-ioctls' into HEADEric W. Biederman
2016-09-22kernel: add a helper to get an owning user namespace for a namespaceAndrey Vagin
2016-09-22userns: When the per user per user namespace limit is reached return ENOSPCEric W. Biederman
2016-09-22Merge branch 'locking/urgent' into locking/core, to pick up fixesIngo Molnar
2016-09-19cgroup: duplicate cgroup reference when cloning socketsJohannes Weiner
2016-08-18locking, rcu, cgroup: Avoid synchronize_sched() in __cgroup_procs_write()Peter Zijlstra
2016-08-10cgroup: add tracepoints for basic operationsTejun Heo
2016-08-10cgroup: make cgroup_path() and friends behave in the style of strlcpy()Tejun Heo
2016-08-08cgroupns: Add a limit on the number of cgroup namespacesEric W. Biederman
2016-07-29Merge branch 'for-4.7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2016-07-26Merge branch 'for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds
2016-07-19cgroup: remove duplicated include from cgroup.cWei Yongjun
2016-07-15cgroupns: Only allow creation of hierarchies in the initial cgroup namespaceEric W. Biederman
2016-07-15cgroupns: Close race between cgroup_post_fork and copy_cgroup_nsEric W. Biederman
2016-07-15cgroupns: Fix the locking in copy_cgroup_nsEric W. Biederman
2016-07-01cgroup: Add cgroup_get_from_fdMartin KaFai Lau
2016-06-23cgroup: Disable IRQs while holding css_set_lockDaniel Bristot de Oliveira
2016-06-21cgroup: allow NULL return from ss->css_alloc()Tejun Heo
2016-06-17cgroup: remove unnecessary 0 check from css_from_id()Johannes Weiner
2016-06-17cgroup: fix idr leak for the first cgroup rootJohannes Weiner
2016-06-16cgroup: set css->id to -1 during initTejun Heo
2016-05-26cgroup: remove redundant cleanup in css_createWenwei Tao
2016-05-12cgroup: fix compile warningFelipe Balbi
2016-05-09cgroup, kernfs: make mountinfo show properly scoped path for cgroup namespacesSerge E. Hallyn
2016-04-25cgroup, cpuset: replace cpuset_post_attach_flush() with cgroup_subsys->post_a...Tejun Heo
2016-03-21Merge branch 'for-4.6-ns' of git://git.kernel.org/pub/scm/linux/kernel/git/tj...Linus Torvalds
2016-03-16cgroup: avoid false positive gcc-6 warningArnd Bergmann
2016-03-16cgroup: ignore css_sets associated with dead cgroups during migrationTejun Heo
2016-03-08cgroup: implement cgroup_subsys->implicit_on_dflTejun Heo
2016-03-08cgroup: use css_set->mg_dst_cgrp for the migration target cgroupTejun Heo
2016-03-08cgroup: make cgroup[_taskset]_migrate() take cgroup_root instead of cgroupTejun Heo
2016-03-08cgroup: move migration destination verification out of cgroup_migrate_prepare...Tejun Heo
2016-03-08cgroup: fix incorrect destination cgroup in cgroup_update_dfl_csses()Tejun Heo
2016-03-03cgroup: update css iteration in cgroup_update_dfl_csses()Tejun Heo
2016-03-03cgroup: allocate 2x cgrp_cset_links when setting up a new rootTejun Heo
2016-03-03cgroup: make cgroup_calc_subtree_ss_mask() take @this_ss_maskTejun Heo
2016-03-03cgroup: reimplement rebind_subsystems() using cgroup_apply_control() and friendsTejun Heo