Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | cgroup: use restart_syscall() for retries after offline waits in cgroup_subtr... | Tejun Heo | 2014-05-13 | 1 | -9/+9 | |
| * | | | | | | | | | | | | | cgroup: update and fix parsing of "cgroup.subtree_control" | Tejun Heo | 2014-05-13 | 1 | -3/+5 | |
| * | | | | | | | | | | | | | cgroup: css_release() shouldn't clear cgroup->subsys[] | Tejun Heo | 2014-05-13 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | cgroup: cgroup_idr_lock should be bh | Tejun Heo | 2014-05-13 | 1 | -6/+6 | |
| * | | | | | | | | | | | | | cgroup: fix offlining child waiting in cgroup_subtree_control_write() | Tejun Heo | 2014-05-13 | 1 | -1/+3 | |
| * | | | | | | | | | | | | | Merge branch 'for-3.15-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Tejun Heo | 2014-05-13 | 2 | -68/+50 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | kernel/cpuset.c: convert printk to pr_foo() | Fabian Frederick | 2014-05-06 | 1 | -7/+4 | |
| * | | | | | | | | | | | | | | kernel/cpuset.c: kernel-doc fixes | Fabian Frederick | 2014-05-06 | 1 | -5/+6 | |
| * | | | | | | | | | | | | | | kernel/cgroup.c: fix 2 kernel-doc warnings | Fabian Frederick | 2014-05-05 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | cgroup, memcg: implement css->id and convert css_from_id() to use it | Tejun Heo | 2014-05-04 | 1 | -21/+38 | |
| * | | | | | | | | | | | | | | cgroup: update init_css() into init_and_link_css() | Tejun Heo | 2014-05-04 | 1 | -8/+10 | |
| * | | | | | | | | | | | | | | cgroup: use RCU free in create_css() failure path | Tejun Heo | 2014-05-04 | 1 | -6/+5 | |
| * | | | | | | | | | | | | | | cgroup: protect cgroup_root->cgroup_idr with a spinlock | Tejun Heo | 2014-05-04 | 1 | -8/+43 | |
| * | | | | | | | | | | | | | | cgroup, memcg: allocate cgroup ID from 1 | Tejun Heo | 2014-05-04 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | cgroup: make flags and subsys_masks unsigned int | Tejun Heo | 2014-05-04 | 1 | -19/+18 | |
| * | | | | | | | | | | | | | | cgroup: Use more current logging style | Joe Perches | 2014-04-26 | 1 | -13/+15 | |
| * | | | | | | | | | | | | | | cgroup: replace pr_warning with preferred pr_warn | Jianyu Zhan | 2014-04-26 | 1 | -10/+10 | |
| * | | | | | | | | | | | | | | cgroup: remove orphaned cgroup_pidlist_seq_operations | Jianyu Zhan | 2014-04-26 | 1 | -11/+0 | |
| * | | | | | | | | | | | | | | cgroup: clean up obsolete comment for parse_cgroupfs_options() | Jianyu Zhan | 2014-04-26 | 1 | -8/+0 | |
| * | | | | | | | | | | | | | | cgroup: implement cgroup.populated for the default hierarchy | Tejun Heo | 2014-04-26 | 1 | -4/+61 | |
| * | | | | | | | | | | | | | | Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/... | Tejun Heo | 2014-04-26 | 14 | -48/+88 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | cgroup: implement dynamic subtree controller enable/disable on the default hi... | Tejun Heo | 2014-04-23 | 1 | -2/+365 | |
| * | | | | | | | | | | | | | | | cgroup: prepare migration path for unified hierarchy | Tejun Heo | 2014-04-23 | 1 | -11/+23 | |
| * | | | | | | | | | | | | | | | cgroup: update subsystem rebind restrictions | Tejun Heo | 2014-04-23 | 1 | -7/+3 | |
| * | | | | | | | | | | | | | | | cgroup: add css_set->dfl_cgrp | Tejun Heo | 2014-04-23 | 1 | -0/+4 | |
| * | | | | | | | | | | | | | | | cgroup: allow cgroup creation and suppress automatic css creation in the unif... | Tejun Heo | 2014-04-23 | 1 | -9/+9 | |
| * | | | | | | | | | | | | | | | cgroup: cgroup->subsys[] should be cleared after the css is offlined | Tejun Heo | 2014-04-23 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | cgroup: teach css_task_iter about effective csses | Tejun Heo | 2014-04-23 | 1 | -3/+15 | |
| * | | | | | | | | | | | | | | | cgroup: reorganize css_task_iter | Tejun Heo | 2014-04-23 | 1 | -16/+17 | |
| * | | | | | | | | | | | | | | | cgroup: make css_next_child() skip missing csses | Tejun Heo | 2014-04-23 | 1 | -3/+12 | |
| * | | | | | | | | | | | | | | | cgroup: implement cgroup->e_csets[] | Tejun Heo | 2014-04-23 | 1 | -2/+28 | |
| * | | | | | | | | | | | | | | | cgroup: introduce effective cgroup_subsys_state | Tejun Heo | 2014-04-23 | 1 | -19/+64 | |
| * | | | | | | | | | | | | | | | cgroup: update cgroup->subsys_mask to ->child_subsys_mask and restore cgroup_... | Tejun Heo | 2014-04-23 | 1 | -37/+27 | |
| * | | | | | | | | | | | | | | | cgroup: cgroup_apply_cftypes() shouldn't skip the default hierarhcy | Tejun Heo | 2014-04-23 | 1 | -4/+0 | |
* | | | | | | | | | | | | | | | | Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2014-06-09 | 2 | -301/+149 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | kernel/workqueue.c: pr_warning/pr_warn & printk/pr_info | Valdis Kletnieks | 2014-05-28 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | workqueue: remove the confusing POOL_FREEZING | Lai Jiangshan | 2014-05-22 | 1 | -25/+7 | |
| * | | | | | | | | | | | | | | | | workqueue: rename first_worker() to first_idle_worker() | Lai Jiangshan | 2014-05-22 | 1 | -5/+5 | |
| * | | | | | | | | | | | | | | | | workqueue: use generic attach/detach routine for rescuers | Lai Jiangshan | 2014-05-20 | 1 | -66/+8 | |
| * | | | | | | | | | | | | | | | | workqueue: separate pool-attaching code out from create_worker() | Lai Jiangshan | 2014-05-20 | 1 | -23/+38 | |
| * | | | | | | | | | | | | | | | | workqueue: rename manager_mutex to attach_mutex | Lai Jiangshan | 2014-05-20 | 2 | -24/+24 | |
| * | | | | | | | | | | | | | | | | workqueue: narrow the protection range of manager_mutex | Lai Jiangshan | 2014-05-20 | 1 | -30/+5 | |
| * | | | | | | | | | | | | | | | | workqueue: convert worker_idr to worker_ida | Lai Jiangshan | 2014-05-20 | 1 | -12/+8 | |
| * | | | | | | | | | | | | | | | | workqueue: separate iteration role from worker_idr | Lai Jiangshan | 2014-05-20 | 2 | -13/+17 | |
| * | | | | | | | | | | | | | | | | workqueue: destroy worker directly in the idle timeout handler | Lai Jiangshan | 2014-05-20 | 1 | -62/+5 | |
| * | | | | | | | | | | | | | | | | workqueue: async worker destruction | Lai Jiangshan | 2014-05-20 | 1 | -21/+41 | |
| * | | | | | | | | | | | | | | | | workqueue: destroy_worker() should destroy idle workers only | Lai Jiangshan | 2014-05-20 | 1 | -11/+8 | |
| * | | | | | | | | | | | | | | | | workqueue: use manager lock only to protect worker_idr | Lai Jiangshan | 2014-05-20 | 1 | -28/+6 | |
| * | | | | | | | | | | | | | | | | kernel/workqueue.c: pr_warning/pr_warn & printk/pr_info | Fabian Frederick | 2014-05-12 | 1 | -3/+3 | |
| * | | | | | | | | | | | | | | | | workqueue: simplify wq_update_unbound_numa() by jumping to use_dfl_pwq if the... | Daeseok Youn | 2014-04-18 | 1 | -6/+2 |