summaryrefslogtreecommitdiffstats
path: root/kernel
Commit message (Expand)AuthorAgeFilesLines
...
| * | cgroup: fix cgroup_path() vs rename() raceLi Zefan2013-03-041-30/+76
* | | Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2013-04-296-883/+1985
|\ \ \
| * | | workqueue: use kmem_cache_free() instead of kfree()Wei Yongjun2013-04-091-1/+1
| * | | workqueue: avoid false negative WARN_ON() in destroy_workqueue()Lai Jiangshan2013-04-041-1/+1
| * | | Merge tag 'v3.9-rc5' into wq/for-3.10Tejun Heo2013-04-0122-180/+302
| |\ \ \
| * | | | workqueue: update sysfs interface to reflect NUMA awareness and a kernel para...Tejun Heo2013-04-011-23/+59
| * | | | workqueue: implement NUMA affinity for unbound workqueuesTejun Heo2013-04-011-19/+259
| * | | | workqueue: introduce put_pwq_unlocked()Tejun Heo2013-04-011-13/+23
| * | | | workqueue: introduce numa_pwq_tbl_install()Tejun Heo2013-04-011-9/+26
| * | | | workqueue: use NUMA-aware allocation for pool_workqueuesTejun Heo2013-04-011-2/+4
| * | | | workqueue: break init_and_link_pwq() into two functions and introduce alloc_u...Tejun Heo2013-04-011-29/+49
| * | | | workqueue: map an unbound workqueues to multiple per-node pool_workqueuesTejun Heo2013-04-011-11/+37
| * | | | workqueue: move hot fields of workqueue_struct to the endTejun Heo2013-04-011-2/+4
| * | | | workqueue: make workqueue->name[] fixed lenTejun Heo2013-04-011-11/+8
| * | | | workqueue: add workqueue->unbound_attrsTejun Heo2013-04-011-12/+24
| * | | | workqueue: determine NUMA node of workers accourding to the allowed cpumaskTejun Heo2013-04-011-2/+16
| * | | | workqueue: drop 'H' from kworker names of unbound worker poolsTejun Heo2013-04-011-7/+8
| * | | | workqueue: add wq_numa_tbl_len and wq_numa_possible_cpumask[]Tejun Heo2013-04-011-0/+46
| * | | | workqueue: move pwq_pool_locking outside of get/put_unbound_pool()Tejun Heo2013-04-011-14/+22
| * | | | workqueue: fix memory leak in apply_workqueue_attrs()Tejun Heo2013-04-011-3/+8
| * | | | workqueue: fix unbound workqueue attrs hashing / comparisonTejun Heo2013-04-011-32/+22
| * | | | workqueue: fix race condition in unbound workqueue free pathTejun Heo2013-04-011-1/+3
| * | | | workqueue: remove pwq_lock which is no longer usedLai Jiangshan2013-03-251-11/+2
| * | | | workqueue: protect wq->saved_max_active with wq->mutexLai Jiangshan2013-03-251-17/+16
| * | | | workqueue: protect wq->pwqs and iteration with wq->mutexLai Jiangshan2013-03-251-24/+18
| * | | | workqueue: protect wq->nr_drainers and ->flags with wq->mutexLai Jiangshan2013-03-251-6/+6
| * | | | workqueue: rename wq->flush_mutex to wq->mutexLai Jiangshan2013-03-251-26/+26
| * | | | workqueue: rename wq_mutex to wq_pool_mutexLai Jiangshan2013-03-251-54/+55
| * | | | workqueue: avoid false negative in assert_manager_or_pool_lock()Lai Jiangshan2013-03-201-1/+2
| * | | | workqueue: use rcu_read_lock_sched() instead for accessing pwq in RCULai Jiangshan2013-03-201-5/+5
| * | | | workqueue: kick a worker in pwq_adjust_max_active()Lai Jiangshan2013-03-201-7/+6
| * | | | workqueue: simplify current_is_workqueue_rescuer()Lai Jiangshan2013-03-201-1/+1
| * | | | workqueue: add missing POOL_FREEZINGLai Jiangshan2013-03-201-0/+3
| * | | | workqueue: restore CPU affinity of unbound workers on CPU_ONLINETejun Heo2013-03-191-5/+47
| * | | | workqueue: directly restore CPU affinity of workers from CPU_ONLINETejun Heo2013-03-192-131/+64
| * | | | workqueue: relocate rebind_workers()Tejun Heo2013-03-191-71/+71
| * | | | workqueue: convert worker_pool->worker_ida to idr and implement for_each_pool...Tejun Heo2013-03-191-12/+51
| * | | | sched: replace PF_THREAD_BOUND with PF_NO_SETAFFINITYTejun Heo2013-03-195-23/+18
| * | | | workqueue: rename workqueue_lock to wq_mayday_lockTejun Heo2013-03-131-12/+12
| * | | | workqueue: separate out pool_workqueue locking into pwq_lockTejun Heo2013-03-131-33/+36
| * | | | workqueue: separate out pool and workqueue locking into wq_mutexTejun Heo2013-03-131-69/+77
| * | | | workqueue: relocate global variable defs and function decls in workqueue.cTejun Heo2013-03-131-19/+19
| * | | | workqueue: better define locking rules around worker creation / destructionTejun Heo2013-03-131-1/+12
| * | | | workqueue: factor out initial worker creation into create_and_start_worker()Tejun Heo2013-03-131-24/+23
| * | | | workqueue: rename worker_pool->assoc_mutex to ->manager_mutexTejun Heo2013-03-131-24/+38
| * | | | workqueue: inline trivial wrappersTejun Heo2013-03-131-111/+0
| * | | | workqueue: rename @id to @pi in for_each_each_pool()Tejun Heo2013-03-131-8/+8
| * | | | workqueue: update comments and a warning messageTejun Heo2013-03-131-40/+44
| * | | | workqueue: fix max_active handling in init_and_link_pwq()Tejun Heo2013-03-131-5/+9
| * | | | workqueue: implement and use pwq_adjust_max_active()Tejun Heo2013-03-131-45/+38
OpenPOWER on IntegriCloud