aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-03-03cgroup: factor out cgroup_apply_control_disable() from cgroup_subtree_control_write()Tejun Heo1-33/+41
2016-03-03cgroup: factor out cgroup_drain_offline() from cgroup_subtree_control_write()Tejun Heo1-25/+52
2016-03-03cgroup: introduce cgroup_control() and cgroup_ss_mask()Tejun Heo1-35/+37
2016-03-03cgroup: factor out cgroup_create() out of cgroup_mkdir()Tejun Heo1-29/+43
2016-03-03cgroup: reorder operations in cgroup_mkdir()Tejun Heo1-31/+30
2016-03-03cgroup: explicitly track whether a cgroup_subsys_state is visible to userlandTejun Heo1-1/+12
2016-03-03cgroup: separate out interface file creation from css creationTejun Heo1-29/+43
2016-03-03cgroup: suppress spurious de-populated eventsTejun Heo1-2/+3
2016-03-03cgroup: re-hash init_css_set after subsystems are initializedTejun Heo1-4/+11
2016-03-01cgroup: reset css on destructionVladimir Davydov1-0/+3
2016-02-29cgroup: fix and restructure error handling in copy_cgroup_ns()Tejun Heo1-13/+5
2016-02-27cgroup: fix a mistake in warning messageXiubo Li1-1/+1
2016-02-23cgroup: use ->subtree_control when testing no internal process ruleTejun Heo1-2/+2
2016-02-23cgroup: make css_tryget_online_from_dir() also recognize cgroup2 fsTejun Heo1-2/+3
2016-02-23cgroup: s/cgrp_dfl_root_/cgrp_dfl_/Tejun Heo1-9/+9
2016-02-22cgroup: make cgroup subsystem masks u16Tejun Heo1-26/+24
2016-02-22cgroup: use do_each_subsys_mask() where applicableTejun Heo1-23/+12
2016-02-22cgroup: convert for_each_subsys_which() to do-while styleTejun Heo1-32/+40
2016-02-22cgroup: s/child_subsys_mask/subtree_ss_mask/Tejun Heo1-24/+24
2016-02-22Revert "cgroup: add cgroup_subsys->css_e_css_changed()"Tejun Heo1-18/+0
2016-02-22cgroup: fix error return value of cgroup_addrm_files()Tejun Heo1-2/+2
2016-02-18cgroup: fix alloc_cgroup_ns() error handling in copy_cgroup_ns()Tejun Heo1-2/+3
2016-02-16Add FS_USERNS_FLAG to cgroup fsSerge Hallyn1-0/+2
2016-02-16cgroup: mount cgroupns-root when inside non-init cgroupnsSerge Hallyn1-1/+47
2016-02-16cgroup: cgroup namespace setns supportAditya Kali1-3/+16
2016-02-16cgroup: introduce cgroup namespacesAditya Kali1-3/+170
2016-02-12cgroup: provide cgroup_nov1= to disable controllers in v1 mountsJohannes Weiner1-1/+42
2016-01-22cgroup: make sure a parent css isn't freed before its childrenTejun Heo1-3/+4
2016-01-22cgroup: make sure a parent css isn't offlined before its childrenTejun Heo1-5/+17
2016-01-22cpuset: make mm migration asynchronousTejun Heo1-0/+2
2016-01-12Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-49/+32
2016-01-10cgroup: fix a typo.Rami Rosen1-1/+1
2016-01-02cgroup: demote subsystem init messages to KERN_DEBUGTejun Heo1-1/+1
2015-12-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-21/+78
2015-12-14net, cgroup: cgroup_sk_updat_lock was missing initializerTejun Heo1-1/+1
2015-12-08sock, cgroup: add sock->sk_cgroupTejun Heo1-1/+54
2015-12-07Merge branch 'for-4.5-ancestor-test' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroup into for-4.5Tejun Heo1-27/+44
2015-12-03cgroup: kill cgrp_ss_priv[CGROUP_CANFORK_COUNT] and friendsOleg Nesterov1-23/+7
2015-12-03Merge branch 'for-4.4-fixes' into for-4.5Tejun Heo1-13/+44
2015-12-03cgroup: fix handling of multi-destination migration from subtree_control enablingTejun Heo1-9/+34
2015-11-30cgroup: make css_set pin its css's to avoid use-afer-freeTejun Heo1-4/+10
2015-11-20cgroup: implement cgroup_get_from_path() and expose cgroup_put()Tejun Heo1-5/+34
2015-11-20cgroup: record ancestor IDs and reimplement cgroup_is_descendant() using itTejun Heo1-22/+10
2015-11-16cgroup: replace __DEVEL__sane_behavior with cgroup2 fs typeTejun Heo1-24/+23
2015-11-16cgroup: fix cftype->file_offset handlingTejun Heo1-8/+34
2015-11-06mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep and avoiding waking kswapdMel Gorman1-1/+1
2015-10-29cgroup: fix race condition around termination check in css_task_iter_next()Tejun Heo1-8/+9
2015-10-15cgroup: drop cgroup__DEVEL__legacy_files_on_dflTejun Heo1-28/+2
2015-10-15cgroup: replace error handling in cgroup_init() with WARN_ON()sTejun Heo1-11/+4
2015-10-15cgroup: add cgroup_subsys->free() method and use it to fix pids controllerTejun Heo1-0/+7