| Commit message (Expand) | Author | Age | ||
|---|---|---|---|---|
| ... | ||||
| | * | | | | | | | | | | | | | | | | | | | cgroup: relocate cgroup_lock_live_group() and cgroup_attach_task_all() | Tejun Heo | 2013-04-07 | |
| | * | | | | | | | | | | | | | | | | | | | cgroup, cpuset: replace move_member_tasks_to_cpuset() with cgroup_transfer_ta... | Tejun Heo | 2013-04-07 | |
| | * | | | | | | | | | | | | | | | | | | | cgroup: remove unused parameter in cgroup_task_migrate(). | Kevin Wilson | 2013-04-03 | |
| | * | | | | | | | | | | | | | | | | | | | cgroup: consolidate cgroup_attach_task() and cgroup_attach_proc() | Li Zefan | 2013-03-20 | |
| | * | | | | | | | | | | | | | | | | | | | cgroup: fix an off-by-one bug which may trigger BUG_ON() | Li Zefan | 2013-03-20 | |
| | * | | | | | | | | | | | | | | | | | | | cgroup: remove useless code in cgroup_write_event_control() | Li Zefan | 2013-03-12 | |
| | * | | | | | | | | | | | | | | | | | | | cgroup: don't bother to resize pid array | Li Zefan | 2013-03-12 | |
| | * | | | | | | | | | | | | | | | | | | | cgroup: hold cgroup_mutex before calling css_offline() | Li Zefan | 2013-03-12 | |
| | * | | | | | | | | | | | | | | | | | | | cgroup: remove unused variables in cgroup_destroy_locked() | Li Zefan | 2013-03-12 | |
| | * | | | | | | | | | | | | | | | | | | | cgroup: remove cgroup_is_descendant() | Li Zefan | 2013-03-12 | |
| | * | | | | | | | | | | | | | | | | | | | cpuset: fix RCU lockdep splat in cpuset_print_task_mems_allowed() | Li Zefan | 2013-03-12 | |
| | * | | | | | | | | | | | | | | | | | | | cgroup: avoid accessing modular cgroup subsys structure without locking | Li Zefan | 2013-03-05 | |
| | * | | | | | | | | | | | | | | | | | | | cgroup: no need to check css refs for release notification | Li Zefan | 2013-03-04 | |
| | * | | | | | | | | | | | | | | | | | | | cpuset: use cgroup_name() in cpuset_print_task_mems_allowed() | Li Zefan | 2013-03-04 | |
| | * | | | | | | | | | | | | | | | | | | | cgroup: fix cgroup_path() vs rename() race | Li Zefan | 2013-03-04 | |
| | | |_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | ||||
| * | | | | | | | | | | | | | | | | | | | Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq | Linus Torvalds | 2013-04-29 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| | * | | | | | | | | | | | | | | | | | | | workqueue: use kmem_cache_free() instead of kfree() | Wei Yongjun | 2013-04-09 | |
| | * | | | | | | | | | | | | | | | | | | | workqueue: avoid false negative WARN_ON() in destroy_workqueue() | Lai Jiangshan | 2013-04-04 | |
| | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | | Merge tag 'v3.9-rc5' into wq/for-3.10 | Tejun Heo | 2013-04-01 | |
| | |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / / / / / / / / / / | | |/| | | | | | | | | | | | | | | | | ||||
| | * | | | | | | | | | | | | | | | | | | workqueue: update sysfs interface to reflect NUMA awareness and a kernel para... | Tejun Heo | 2013-04-01 | |
| | * | | | | | | | | | | | | | | | | | | workqueue: implement NUMA affinity for unbound workqueues | Tejun Heo | 2013-04-01 | |
| | * | | | | | | | | | | | | | | | | | | workqueue: introduce put_pwq_unlocked() | Tejun Heo | 2013-04-01 | |
| | * | | | | | | | | | | | | | | | | | | workqueue: introduce numa_pwq_tbl_install() | Tejun Heo | 2013-04-01 | |
| | * | | | | | | | | | | | | | | | | | | workqueue: use NUMA-aware allocation for pool_workqueues | Tejun Heo | 2013-04-01 | |
| | * | | | | | | | | | | | | | | | | | | workqueue: break init_and_link_pwq() into two functions and introduce alloc_u... | Tejun Heo | 2013-04-01 | |
| | * | | | | | | | | | | | | | | | | | | workqueue: map an unbound workqueues to multiple per-node pool_workqueues | Tejun Heo | 2013-04-01 | |
| | * | | | | | | | | | | | | | | | | | | workqueue: move hot fields of workqueue_struct to the end | Tejun Heo | 2013-04-01 | |
| | * | | | | | | | | | | | | | | | | | | workqueue: make workqueue->name[] fixed len | Tejun Heo | 2013-04-01 | |
| | * | | | | | | | | | | | | | | | | | | workqueue: add workqueue->unbound_attrs | Tejun Heo | 2013-04-01 | |
| | * | | | | | | | | | | | | | | | | | | workqueue: determine NUMA node of workers accourding to the allowed cpumask | Tejun Heo | 2013-04-01 | |
| | * | | | | | | | | | | | | | | | | | | workqueue: drop 'H' from kworker names of unbound worker pools | Tejun Heo | 2013-04-01 | |
| | * | | | | | | | | | | | | | | | | | | workqueue: add wq_numa_tbl_len and wq_numa_possible_cpumask[] | Tejun Heo | 2013-04-01 | |
| | * | | | | | | | | | | | | | | | | | | workqueue: move pwq_pool_locking outside of get/put_unbound_pool() | Tejun Heo | 2013-04-01 | |
| | * | | | | | | | | | | | | | | | | | | workqueue: fix memory leak in apply_workqueue_attrs() | Tejun Heo | 2013-04-01 | |
| | * | | | | | | | | | | | | | | | | | | workqueue: fix unbound workqueue attrs hashing / comparison | Tejun Heo | 2013-04-01 | |
| | * | | | | | | | | | | | | | | | | | | workqueue: fix race condition in unbound workqueue free path | Tejun Heo | 2013-04-01 | |
| | * | | | | | | | | | | | | | | | | | | workqueue: remove pwq_lock which is no longer used | Lai Jiangshan | 2013-03-25 | |
| | * | | | | | | | | | | | | | | | | | | workqueue: protect wq->saved_max_active with wq->mutex | Lai Jiangshan | 2013-03-25 | |
| | * | | | | | | | | | | | | | | | | | | workqueue: protect wq->pwqs and iteration with wq->mutex | Lai Jiangshan | 2013-03-25 | |
| | * | | | | | | | | | | | | | | | | | | workqueue: protect wq->nr_drainers and ->flags with wq->mutex | Lai Jiangshan | 2013-03-25 | |
| | * | | | | | | | | | | | | | | | | | | workqueue: rename wq->flush_mutex to wq->mutex | Lai Jiangshan | 2013-03-25 | |
| | * | | | | | | | | | | | | | | | | | | workqueue: rename wq_mutex to wq_pool_mutex | Lai Jiangshan | 2013-03-25 | |
| | * | | | | | | | | | | | | | | | | | | workqueue: avoid false negative in assert_manager_or_pool_lock() | Lai Jiangshan | 2013-03-20 | |
| | * | | | | | | | | | | | | | | | | | | workqueue: use rcu_read_lock_sched() instead for accessing pwq in RCU | Lai Jiangshan | 2013-03-20 | |
| | * | | | | | | | | | | | | | | | | | | workqueue: kick a worker in pwq_adjust_max_active() | Lai Jiangshan | 2013-03-20 | |
| | * | | | | | | | | | | | | | | | | | | workqueue: simplify current_is_workqueue_rescuer() | Lai Jiangshan | 2013-03-20 | |
| | * | | | | | | | | | | | | | | | | | | workqueue: add missing POOL_FREEZING | Lai Jiangshan | 2013-03-20 | |
| | * | | | | | | | | | | | | | | | | | | workqueue: restore CPU affinity of unbound workers on CPU_ONLINE | Tejun Heo | 2013-03-19 | |
| | * | | | | | | | | | | | | | | | | | | workqueue: directly restore CPU affinity of workers from CPU_ONLINE | Tejun Heo | 2013-03-19 | |
| | * | | | | | | | | | | | | | | | | | | workqueue: relocate rebind_workers() | Tejun Heo | 2013-03-19 | |
