aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2016-06-24cgroup: fix seq_show_option merge with legacy_nameKees Cook
2016-06-08cgroup: replace __DEVEL__sane_behavior with cgroup2 fs typeTejun Heo
2016-06-08cgroup: make sure a parent css isn't offlined before its childrenTejun Heo
2016-06-08cgroup: make sure a parent css isn't freed before its childrenTejun Heo
2016-06-08cgroup_pids: don't account for the root cgroupTejun Heo
2016-06-08cgroup: fix handling of multi-destination migration from subtree_control enab...Tejun Heo
2016-06-08cgroup_freezer: simplify propagation of CGROUP_FROZEN clearing in freezer_att...Tejun Heo
2016-06-08cgroup: pids: kill pids_fork(), simplify pids_can_fork() and pids_cancel_fork()Oleg Nesterov
2016-06-08cgroup: pids: fix race between cgroup_post_fork() and cgroup_migrate()Oleg Nesterov
2016-06-08cgroup: make css_set pin its css's to avoid use-afer-freeTejun Heo
2016-06-08cgroup: fix cftype->file_offset handlingTejun Heo
2016-06-08cgroup: pids: fix invalid get/put usageAleksa Sarai
2016-06-08cgroup: fix race condition around termination check in css_task_iter_next()Tejun Heo
2016-06-08cgroup: drop cgroup__DEVEL__legacy_files_on_dflTejun Heo
2016-06-08cgroup: replace error handling in cgroup_init() with WARN_ON()sTejun Heo
2016-06-08cgroup: add cgroup_subsys->free() method and use it to fix pids controllerTejun Heo
2016-06-08cgroup: keep zombies associated with their original cgroupsTejun Heo
2016-06-08cgroup: make css_set_rwsem a spinlock and rename it to css_set_lockTejun Heo
2016-06-08cgroup: don't hold css_set_rwsem across css task iterationTejun Heo
2016-06-08cgroup: reorganize css_task_iter functionsTejun Heo
2016-06-08cgroup: factor out css_set_move_task()Tejun Heo
2016-06-08cgroup: keep css_set and task lists in chronological orderTejun Heo
2016-06-08cgroup: make cgroup_destroy_locked() test cgroup_is_populated()Tejun Heo
2016-06-08cgroup: make css_sets pin the associated cgroupsTejun Heo
2016-06-08cgroup: relocate cgroup_[try]get/put()Tejun Heo
2016-06-08cgroup: move check_for_release() invocationTejun Heo
2016-06-08cgroup: replace cgroup_has_tasks() with cgroup_is_populated()Tejun Heo
2016-06-08cgroup: make cgroup->nr_populated count the number of populated css_setsTejun Heo
2016-06-08cgroup: remove an unused parameter from cgroup_task_migrate()Tejun Heo
2016-06-08cgroup: implement the PIDs subsystemAleksa Sarai
2016-06-08cgroup: fix too early usage of static_branch_disable()Tejun Heo
2016-06-08cgroup: make cgroup_update_dfl_csses() migrate all target processes atomicallyTejun Heo
2016-06-08cgroup: separate out taskset operations from cgroup_migrate()Tejun Heo
2016-06-08cgroup: reorder cgroup_migrate()'s parametersTejun Heo
2016-06-08cgroup, memcg, cpuset: implement cgroup_taskset_for_each_leader()Tejun Heo
2016-06-08cpuset: migrate memory only for threadgroup leadersTejun Heo
2016-06-08cgroup: allow a cgroup subsystem to reject a forkAleksa Sarai
2016-06-08cgroup: generalize obtaining the handles of and notifying cgroup filesTejun Heo
2016-06-08cgroup: restructure file creation / removal handlingTejun Heo
2016-06-08cgroup: cosmetic updates to rebind_subsystems()Tejun Heo
2016-06-08cgroup: make cgroup_addrm_files() clean up after itself on failuresTejun Heo
2016-06-08cgroup: relocate cgroup_populate_dir()Tejun Heo
2016-06-08cgroup: replace cftype->mode with CFTYPE_WORLD_WRITABLETejun Heo
2016-06-08cgroup: replace "cgroup.populated" with "cgroup.events"Tejun Heo
2016-06-08cgroup: replace cgroup_on_dfl() tests in controllers with cgroup_subsys_on_dfl()Tejun Heo
2016-06-08cgroup: replace cgroup_subsys->disabled tests with cgroup_subsys_enabled()Tejun Heo
2016-06-08cgroup: implement static_key based cgroup_subsys_enabled() and cgroup_subsys_...Tejun Heo
2016-06-08cgroup: require write perm on common ancestor when moving processes on the de...Tejun Heo
2016-06-08cgroup: separate out cgroup_procs_write_permission() from __cgroup_procs_write()Tejun Heo
2016-06-08cgroup: fix uninitialised iterator in for_each_subsys_whichAleksa Sarai