summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | cgroup: protect cgroup_root->cgroup_idr with a spinlockTejun Heo2014-05-041-8/+43
| * | cgroup, memcg: allocate cgroup ID from 1Tejun Heo2014-05-041-2/+2
| * | cgroup: make flags and subsys_masks unsigned intTejun Heo2014-05-041-19/+18
| * | cgroup: Use more current logging styleJoe Perches2014-04-251-13/+15
| * | cgroup: replace pr_warning with preferred pr_warnJianyu Zhan2014-04-251-10/+10
| * | cgroup: remove orphaned cgroup_pidlist_seq_operationsJianyu Zhan2014-04-251-11/+0
| * | cgroup: clean up obsolete comment for parse_cgroupfs_options()Jianyu Zhan2014-04-251-8/+0
| * | cgroup: implement cgroup.populated for the default hierarchyTejun Heo2014-04-251-4/+61
| * | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Tejun Heo2014-04-2514-48/+88
| |\ \
| * | | cgroup: implement dynamic subtree controller enable/disable on the default hi...Tejun Heo2014-04-231-2/+365
| * | | cgroup: prepare migration path for unified hierarchyTejun Heo2014-04-231-11/+23
| * | | cgroup: update subsystem rebind restrictionsTejun Heo2014-04-231-7/+3
| * | | cgroup: add css_set->dfl_cgrpTejun Heo2014-04-231-0/+4
| * | | cgroup: allow cgroup creation and suppress automatic css creation in the unif...Tejun Heo2014-04-231-9/+9
| * | | cgroup: cgroup->subsys[] should be cleared after the css is offlinedTejun Heo2014-04-231-1/+1
| * | | cgroup: teach css_task_iter about effective cssesTejun Heo2014-04-231-3/+15
| * | | cgroup: reorganize css_task_iterTejun Heo2014-04-231-16/+17
| * | | cgroup: make css_next_child() skip missing cssesTejun Heo2014-04-231-3/+12
| * | | cgroup: implement cgroup->e_csets[]Tejun Heo2014-04-231-2/+28
| * | | cgroup: introduce effective cgroup_subsys_stateTejun Heo2014-04-231-19/+64
| * | | cgroup: update cgroup->subsys_mask to ->child_subsys_mask and restore cgroup_...Tejun Heo2014-04-231-37/+27
| * | | cgroup: cgroup_apply_cftypes() shouldn't skip the default hierarhcyTejun Heo2014-04-231-4/+0
* | | | Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2014-06-092-301/+149
|\ \ \ \
| * | | | kernel/workqueue.c: pr_warning/pr_warn & printk/pr_infoValdis Kletnieks2014-05-281-1/+1
| * | | | workqueue: remove the confusing POOL_FREEZINGLai Jiangshan2014-05-221-25/+7
| * | | | workqueue: rename first_worker() to first_idle_worker()Lai Jiangshan2014-05-221-5/+5
| * | | | workqueue: use generic attach/detach routine for rescuersLai Jiangshan2014-05-201-66/+8
| * | | | workqueue: separate pool-attaching code out from create_worker()Lai Jiangshan2014-05-201-23/+38
| * | | | workqueue: rename manager_mutex to attach_mutexLai Jiangshan2014-05-202-24/+24
| * | | | workqueue: narrow the protection range of manager_mutexLai Jiangshan2014-05-201-30/+5
| * | | | workqueue: convert worker_idr to worker_idaLai Jiangshan2014-05-201-12/+8
| * | | | workqueue: separate iteration role from worker_idrLai Jiangshan2014-05-202-13/+17
| * | | | workqueue: destroy worker directly in the idle timeout handlerLai Jiangshan2014-05-201-62/+5
| * | | | workqueue: async worker destructionLai Jiangshan2014-05-201-21/+41
| * | | | workqueue: destroy_worker() should destroy idle workers onlyLai Jiangshan2014-05-201-11/+8
| * | | | workqueue: use manager lock only to protect worker_idrLai Jiangshan2014-05-201-28/+6
| * | | | kernel/workqueue.c: pr_warning/pr_warn & printk/pr_infoFabian Frederick2014-05-121-3/+3
| * | | | workqueue: simplify wq_update_unbound_numa() by jumping to use_dfl_pwq if the...Daeseok Youn2014-04-181-6/+2
* | | | | numa,sched: fix load_to_imbalanced logic inversionRik van Riel2014-06-081-1/+1
* | | | | Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2014-06-0879-1274/+2130
|\ \ \ \ \
| * | | | | sysctl: convert use of typedef ctl_table to struct ctl_tableJoe Perches2014-06-062-4/+4
| * | | | | kernel/seccomp.c: kernel-doc warning fixFabian Frederick2014-06-061-2/+2
| * | | | | ipc, kernel: clear whitespacePaul McQuade2014-06-061-2/+2
| * | | | | ipc, kernel: use Linux headersPaul McQuade2014-06-062-2/+2
| * | | | | kernel/profile.c: use static const char instead of static charFabian Frederick2014-06-061-3/+3
| * | | | | kernel/profile.c: convert printk to pr_foo()Fabian Frederick2014-06-061-9/+5
| * | | | | kernel/user_namespace.c: kernel-doc/checkpatch fixesFabian Frederick2014-06-061-13/+20
| * | | | | sysctl: allow for strict write position handlingKees Cook2014-06-061-2/+67
| * | | | | sysctl: refactor sysctl string writing logicKees Cook2014-06-061-7/+4
| * | | | | sysctl: clean up char buffer argumentsKees Cook2014-06-061-7/+7