aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-08memcg: generate file modified notifications on "memory.events"Tejun Heo
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-08memcg: move memcg_proto_active from sock.hMichal Hocko
2016-06-08memcg, tcp_kmem: check for cg_proto in sock_update_memcgMichal Hocko
2016-06-08memcg: restructure mem_cgroup_can_attach()Tejun Heo
2016-06-08memcg: get rid of extern for functions in memcontrol.hMichal Hocko
2016-06-08memcg: get rid of mem_cgroup_root_css for !CONFIG_MEMCGMichal Hocko
2016-06-08memcg: export struct mem_cgroupMichal Hocko
2016-06-08memcg: convert mem_cgroup->under_oom from atomic_t to intTejun Heo
2016-06-08memcg: remove unused mem_cgroup->oom_wakeupsTejun Heo
2016-06-08jump_label: make static_key_enabled() work on static_key_true/false types tooTejun Heo
2016-06-08cgroup: implement static_key based cgroup_subsys_enabled() and cgroup_subsys_...Tejun Heo
2016-06-08cgroup: add delegation section to unified hierarchy documentationTejun 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-08MAINTAINERS: add a cgroup core co-maintainerTejun Heo
2016-06-08cgroup: fix uninitialised iterator in for_each_subsys_whichAleksa Sarai
2016-06-08cgroup: replace explicit ss_mask checking with for_each_subsys_whichAleksa Sarai
2016-06-08cgroup: use bitmask to filter for_each_subsysAleksa Sarai
2016-06-08cgroup: add seq_file forward declaration for struct cftypeArnd Bergmann
2016-06-08cgroup: simplify threadgroup lockingTejun Heo
2016-06-08sched, cgroup: replace signal_struct->group_rwsem with a global percpu_rwsemTejun Heo
2016-06-08sched, cgroup: reorganize threadgroup lockingTejun Heo
2016-06-08cgroup: switch to unsigned long for bitmasksAleksa Sarai
2016-06-08kernfs: make kernfs_get_inode() publicTejun Heo
2016-06-08locking/static_keys: Add selftestPeter Zijlstra
2016-06-08locking/static_keys: Add a new static_key interfacePeter Zijlstra
2016-06-08locking/static_keys: Rework update logicPeter Zijlstra
2016-06-08locking/static_keys: Add static_key_{en,dis}able() helpersPeter Zijlstra