summaryrefslogtreecommitdiff
path: root/kernel (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | cgroup: use restart_syscall() for retries after offline waits in cgroup_subtr...Tejun Heo2014-05-13
| * | | | | | | | | | | | | cgroup: update and fix parsing of "cgroup.subtree_control"Tejun Heo2014-05-13
| * | | | | | | | | | | | | cgroup: css_release() shouldn't clear cgroup->subsys[]Tejun Heo2014-05-13
| * | | | | | | | | | | | | cgroup: cgroup_idr_lock should be bhTejun Heo2014-05-13
| * | | | | | | | | | | | | cgroup: fix offlining child waiting in cgroup_subtree_control_write()Tejun Heo2014-05-13
| * | | | | | | | | | | | | Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Tejun Heo2014-05-13
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | kernel/cpuset.c: convert printk to pr_foo()Fabian Frederick2014-05-06
| * | | | | | | | | | | | | | kernel/cpuset.c: kernel-doc fixesFabian Frederick2014-05-06
| * | | | | | | | | | | | | | kernel/cgroup.c: fix 2 kernel-doc warningsFabian Frederick2014-05-05
| * | | | | | | | | | | | | | cgroup, memcg: implement css->id and convert css_from_id() to use itTejun Heo2014-05-04
| * | | | | | | | | | | | | | cgroup: update init_css() into init_and_link_css()Tejun Heo2014-05-04
| * | | | | | | | | | | | | | cgroup: use RCU free in create_css() failure pathTejun Heo2014-05-04
| * | | | | | | | | | | | | | cgroup: protect cgroup_root->cgroup_idr with a spinlockTejun Heo2014-05-04
| * | | | | | | | | | | | | | cgroup, memcg: allocate cgroup ID from 1Tejun Heo2014-05-04
| * | | | | | | | | | | | | | cgroup: make flags and subsys_masks unsigned intTejun Heo2014-05-04
| * | | | | | | | | | | | | | cgroup: Use more current logging styleJoe Perches2014-04-25
| * | | | | | | | | | | | | | cgroup: replace pr_warning with preferred pr_warnJianyu Zhan2014-04-25
| * | | | | | | | | | | | | | cgroup: remove orphaned cgroup_pidlist_seq_operationsJianyu Zhan2014-04-25
| * | | | | | | | | | | | | | cgroup: clean up obsolete comment for parse_cgroupfs_options()Jianyu Zhan2014-04-25
| * | | | | | | | | | | | | | cgroup: implement cgroup.populated for the default hierarchyTejun Heo2014-04-25
| * | | | | | | | | | | | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/...Tejun Heo2014-04-25
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | cgroup: implement dynamic subtree controller enable/disable on the default hi...Tejun Heo2014-04-23
| * | | | | | | | | | | | | | | cgroup: prepare migration path for unified hierarchyTejun Heo2014-04-23
| * | | | | | | | | | | | | | | cgroup: update subsystem rebind restrictionsTejun Heo2014-04-23
| * | | | | | | | | | | | | | | cgroup: add css_set->dfl_cgrpTejun Heo2014-04-23
| * | | | | | | | | | | | | | | cgroup: allow cgroup creation and suppress automatic css creation in the unif...Tejun Heo2014-04-23
| * | | | | | | | | | | | | | | cgroup: cgroup->subsys[] should be cleared after the css is offlinedTejun Heo2014-04-23
| * | | | | | | | | | | | | | | cgroup: teach css_task_iter about effective cssesTejun Heo2014-04-23
| * | | | | | | | | | | | | | | cgroup: reorganize css_task_iterTejun Heo2014-04-23
| * | | | | | | | | | | | | | | cgroup: make css_next_child() skip missing cssesTejun Heo2014-04-23
| * | | | | | | | | | | | | | | cgroup: implement cgroup->e_csets[]Tejun Heo2014-04-23
| * | | | | | | | | | | | | | | cgroup: introduce effective cgroup_subsys_stateTejun Heo2014-04-23
| * | | | | | | | | | | | | | | cgroup: update cgroup->subsys_mask to ->child_subsys_mask and restore cgroup_...Tejun Heo2014-04-23
| * | | | | | | | | | | | | | | cgroup: cgroup_apply_cftypes() shouldn't skip the default hierarhcyTejun Heo2014-04-23
* | | | | | | | | | | | | | | | Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2014-06-09
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | kernel/workqueue.c: pr_warning/pr_warn & printk/pr_infoValdis Kletnieks2014-05-28
| * | | | | | | | | | | | | | | | workqueue: remove the confusing POOL_FREEZINGLai Jiangshan2014-05-22
| * | | | | | | | | | | | | | | | workqueue: rename first_worker() to first_idle_worker()Lai Jiangshan2014-05-22
| * | | | | | | | | | | | | | | | workqueue: use generic attach/detach routine for rescuersLai Jiangshan2014-05-20
| * | | | | | | | | | | | | | | | workqueue: separate pool-attaching code out from create_worker()Lai Jiangshan2014-05-20
| * | | | | | | | | | | | | | | | workqueue: rename manager_mutex to attach_mutexLai Jiangshan2014-05-20
| * | | | | | | | | | | | | | | | workqueue: narrow the protection range of manager_mutexLai Jiangshan2014-05-20
| * | | | | | | | | | | | | | | | workqueue: convert worker_idr to worker_idaLai Jiangshan2014-05-20
| * | | | | | | | | | | | | | | | workqueue: separate iteration role from worker_idrLai Jiangshan2014-05-20
| * | | | | | | | | | | | | | | | workqueue: destroy worker directly in the idle timeout handlerLai Jiangshan2014-05-20
| * | | | | | | | | | | | | | | | workqueue: async worker destructionLai Jiangshan2014-05-20
| * | | | | | | | | | | | | | | | workqueue: destroy_worker() should destroy idle workers onlyLai Jiangshan2014-05-20
| * | | | | | | | | | | | | | | | workqueue: use manager lock only to protect worker_idrLai Jiangshan2014-05-20
| * | | | | | | | | | | | | | | | kernel/workqueue.c: pr_warning/pr_warn & printk/pr_infoFabian Frederick2014-05-12
| * | | | | | | | | | | | | | | | workqueue: simplify wq_update_unbound_numa() by jumping to use_dfl_pwq if the...Daeseok Youn2014-04-18