summaryrefslogtreecommitdiffstats
path: root/kernel/cgroup.c
Commit message (Expand)AuthorAgeFilesLines
* mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep...Mel Gorman2015-11-071-1/+1
* cgroup: fix race condition around termination check in css_task_iter_next()Tejun Heo2015-10-291-8/+9
* cgroup: drop cgroup__DEVEL__legacy_files_on_dflTejun Heo2015-10-151-28/+2Star
* cgroup: replace error handling in cgroup_init() with WARN_ON()sTejun Heo2015-10-151-11/+4Star
* cgroup: add cgroup_subsys->free() method and use it to fix pids controllerTejun Heo2015-10-151-0/+7
* cgroup: keep zombies associated with their original cgroupsTejun Heo2015-10-151-17/+34
* cgroup: make css_set_rwsem a spinlock and rename it to css_set_lockTejun Heo2015-10-151-72/+72
* cgroup: don't hold css_set_rwsem across css task iterationTejun Heo2015-10-151-14/+73
* cgroup: reorganize css_task_iter functionsTejun Heo2015-10-151-21/+28
* cgroup: factor out css_set_move_task()Tejun Heo2015-10-151-48/+56
* cgroup: keep css_set and task lists in chronological orderTejun Heo2015-10-151-6/+5Star
* cgroup: make cgroup_destroy_locked() test cgroup_is_populated()Tejun Heo2015-10-151-6/+5Star
* cgroup: make css_sets pin the associated cgroupsTejun Heo2015-10-151-4/+6
* cgroup: relocate cgroup_[try]get/put()Tejun Heo2015-10-151-16/+16
* cgroup: move check_for_release() invocationTejun Heo2015-10-151-7/+1Star
* cgroup: replace cgroup_has_tasks() with cgroup_is_populated()Tejun Heo2015-10-151-3/+3
* cgroup: make cgroup->nr_populated count the number of populated css_setsTejun Heo2015-10-151-13/+52
* cgroup: remove an unused parameter from cgroup_task_migrate()Tejun Heo2015-10-151-5/+2Star
* cgroup: fix too early usage of static_branch_disable()Tejun Heo2015-09-251-6/+8
* cgroup: make cgroup_update_dfl_csses() migrate all target processes atomicallyTejun Heo2015-09-221-36/+8Star
* cgroup: separate out taskset operations from cgroup_migrate()Tejun Heo2015-09-221-86/+125
* cgroup: reorder cgroup_migrate()'s parametersTejun Heo2015-09-221-6/+6
* cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()Tejun Heo2015-09-221-11/+0Star
* cgroup: generalize obtaining the handles of and notifying cgroup filesTejun Heo2015-09-181-7/+19
* cgroup: restructure file creation / removal handlingTejun Heo2015-09-181-67/+76
* cgroup: cosmetic updates to rebind_subsystems()Tejun Heo2015-09-181-16/+15Star
* cgroup: make cgroup_addrm_files() clean up after itself on failuresTejun Heo2015-09-181-6/+7
* cgroup: relocate cgroup_populate_dir()Tejun Heo2015-09-181-32/+31Star
* cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLETejun Heo2015-09-181-12/+7Star
* cgroup: replace "cgroup.populated" with "cgroup.events"Tejun Heo2015-09-181-8/+9
* cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()Tejun Heo2015-09-181-0/+58
* cgroup: replace cgroup_subsys->disabled tests with cgroup_subsys_enabled()Tejun Heo2015-09-181-7/+21
* cgroup: implement static_key based cgroup_subsys_enabled() and cgroup_subsys_...Tejun Heo2015-09-181-1/+26
* cgroup: simplify threadgroup lockingTejun Heo2015-09-161-33/+12Star
* sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo2015-09-161-57/+20Star
* Revert "sched, cgroup: replace signal_struct->group_rwsem with a global percp...Tejun Heo2015-09-161-20/+57
* Revert "cgroup: simplify threadgroup locking"Tejun Heo2015-09-161-12/+33
* cgroup: fix seq_show_option merge with legacy_nameKees Cook2015-09-091-1/+1
* fs: create and use seq_show_option for escapingKees Cook2015-09-051-3/+4
* Merge branch 'for-4.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-09-021-21/+101
|\
| * Merge branch 'for-4.3-unified-base' into for-4.3Tejun Heo2015-08-251-15/+26
| |\
| | * cgroup: introduce cgroup_subsys->legacy_nameTejun Heo2015-08-181-11/+18
| | * cgroup: don't print subsystems for the default hierarchyTejun Heo2015-08-181-6/+9
| | * cgroup: export cgrp_dfl_rootTejun Heo2015-08-051-0/+1
| * | cgroup: fix idr_preload usageVladimir Davydov2015-08-031-4/+4
| * | cgroup: allow a cgroup subsystem to reject a forkAleksa Sarai2015-07-141-2/+71
| |/
* / rcu: Rename rcu_lockdep_assert() to RCU_LOCKDEP_WARN()Paul E. McKenney2015-07-231-2/+2
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2015-07-041-6/+4Star
|\
| * sysfs: Create mountpoints with sysfs_create_mount_pointEric W. Biederman2015-07-011-6/+4Star
* | cgroup: require write perm on common ancestor when moving processes on the de...Tejun Heo2015-06-181-3/+27