summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2016-03-185-485/+692
|\
| * cgroup: avoid false positive gcc-6 warningArnd Bergmann2016-03-161-0/+3
| * cgroup: ignore css_sets associated with dead cgroups during migrationTejun Heo2016-03-161-2/+18
| * cgroup: implement cgroup_subsys->implicit_on_dflTejun Heo2016-03-081-7/+31
| * cgroup: use css_set->mg_dst_cgrp for the migration target cgroupTejun Heo2016-03-081-13/+13
| * cgroup: make cgroup[_taskset]_migrate() take cgroup_root instead of cgroupTejun Heo2016-03-081-35/+35
| * cgroup: move migration destination verification out of cgroup_migrate_prepare...Tejun Heo2016-03-081-8/+20
| * cgroup: fix incorrect destination cgroup in cgroup_update_dfl_csses()Tejun Heo2016-03-081-1/+1
| * cgroup: update css iteration in cgroup_update_dfl_csses()Tejun Heo2016-03-031-11/+8
| * cgroup: allocate 2x cgrp_cset_links when setting up a new rootTejun Heo2016-03-031-3/+4
| * cgroup: make cgroup_calc_subtree_ss_mask() take @this_ss_maskTejun Heo2016-03-031-10/+7
| * cgroup: reimplement rebind_subsystems() using cgroup_apply_control() and friendsTejun Heo2016-03-031-79/+28
| * cgroup: use cgroup_apply_enable_control() in cgroup creation pathTejun Heo2016-03-031-24/+14
| * cgroup: combine cgroup_mutex locking and offline css drainingTejun Heo2016-03-031-28/+27
| * cgroup: factor out cgroup_{apply|finalize}_control() from cgroup_subtree_cont...Tejun Heo2016-03-031-23/+58
| * cgroup: introduce cgroup_{save|propagate|restore}_control()Tejun Heo2016-03-031-20/+62
| * cgroup: make cgroup_drain_offline() and cgroup_apply_control_{disable|enable}...Tejun Heo2016-03-031-10/+31
| * cgroup: factor out cgroup_apply_control_enable() from cgroup_subtree_control_...Tejun Heo2016-03-031-30/+47
| * cgroup: factor out cgroup_apply_control_disable() from cgroup_subtree_control...Tejun Heo2016-03-031-33/+41
| * cgroup: factor out cgroup_drain_offline() from cgroup_subtree_control_write()Tejun Heo2016-03-031-25/+52
| * cgroup: introduce cgroup_control() and cgroup_ss_mask()Tejun Heo2016-03-031-35/+37
| * cgroup: factor out cgroup_create() out of cgroup_mkdir()Tejun Heo2016-03-031-29/+43
| * cgroup: reorder operations in cgroup_mkdir()Tejun Heo2016-03-031-31/+30
| * cgroup: explicitly track whether a cgroup_subsys_state is visible to userlandTejun Heo2016-03-031-1/+12
| * cgroup: separate out interface file creation from css creationTejun Heo2016-03-031-29/+43
| * cgroup: suppress spurious de-populated eventsTejun Heo2016-03-031-2/+3
| * cgroup: re-hash init_css_set after subsystems are initializedTejun Heo2016-03-031-4/+11
| * cgroup: reset css on destructionVladimir Davydov2016-03-011-0/+3
| * cgroup: fix a mistake in warning messageXiubo Li2016-02-271-1/+1
| * cgroup: use ->subtree_control when testing no internal process ruleTejun Heo2016-02-231-2/+2
| * cgroup: make css_tryget_online_from_dir() also recognize cgroup2 fsTejun Heo2016-02-231-2/+3
| * cgroup: convert cgroup_subsys flag fields to bool bitfieldsTejun Heo2016-02-233-3/+3
| * cgroup: s/cgrp_dfl_root_/cgrp_dfl_/Tejun Heo2016-02-231-9/+9
| * cgroup: make cgroup subsystem masks u16Tejun Heo2016-02-221-26/+24
| * cgroup: use do_each_subsys_mask() where applicableTejun Heo2016-02-221-23/+12
| * cgroup: convert for_each_subsys_which() to do-while styleTejun Heo2016-02-221-32/+40
| * cgroup: s/child_subsys_mask/subtree_ss_mask/Tejun Heo2016-02-221-24/+24
| * Revert "cgroup: add cgroup_subsys->css_e_css_changed()"Tejun Heo2016-02-221-18/+0
| * cgroup: fix error return value of cgroup_addrm_files()Tejun Heo2016-02-221-2/+2
| * cgroup: provide cgroup_nov1= to disable controllers in v1 mountsJohannes Weiner2016-02-121-1/+42
| * kernel/Makefile: remove the useless CFLAGS_REMOVE_cgroup-debug.oLi Bin2016-01-311-2/+1
* | Merge branch 'for-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2016-03-183-7/+6
|\ \
| * | workqueue: Fix comment for work_on_cpu()Anna-Maria Gleixner2016-03-111-1/+1
| * | sched/core: Get rid of 'cpu' argument in wq_worker_sleeping()Alexander Gordeev2016-03-023-5/+4
| * | workqueue: Replace usage of init_name with dev_set_name()Lars-Peter Clausen2016-02-171-1/+1
* | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-03-189-114/+133
|\ \ \
| * | | lib/bug.c: use common WARN helperJosh Poimboeuf2016-03-171-15/+26
| * | | param: convert some "on"/"off" users to strtoboolKees Cook2016-03-172-16/+4
| * | | printk: add clear_idx symbol to vmcoreinfoIvan Delalande2016-03-171-10/+9
| * | | printk: check CON_ENABLED in have_callable_console()Sergey Senozhatsky2016-03-171-1/+2
OpenPOWER on IntegriCloud