linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 0/6] workqueue: async idle rebinding and cleanup for hotplug
@ 2012-09-15  8:13 Lai Jiangshan
  2012-09-15  8:13 ` [PATCH 1/6] workqueue: async idle rebinding Lai Jiangshan
                   ` (5 more replies)
  0 siblings, 6 replies; 7+ messages in thread
From: Lai Jiangshan @ 2012-09-15  8:13 UTC (permalink / raw)
  To: Tejun Heo, linux-kernel; +Cc: Lai Jiangshan

Patch1 use async algorithm to replace the synchronous algorithm to rebind
idle workers.

The synchronous algorithm requires 3 hand shakes, it introduces much
complicated. 

The new async algorithm does not do any synchronization. it removes
the idle workers from idle_list to ensure the local-wake-up is correct
instead.

Patch2-6 do simple cleanup

Lai Jiangshan (6):
  workqueue: async idle rebinding
  workqueue: new day don't need WORKER_REBIND for busy rebinding
  workqueue: remove WORKER_REBIND
  workqueue: rename manager_mutex to assoc_mutex
  workqueue: use __cpuinit instead of __devinit for cpu callback
  workqueue: use hotcpu_notifier() for workqueue_cpu_down_callback()

 kernel/workqueue.c |  202 ++++++++++++++-------------------------------------
 1 files changed, 56 insertions(+), 146 deletions(-)

-- 
1.7.4.4


^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2012-09-15  8:47 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-09-15  8:13 [PATCH 0/6] workqueue: async idle rebinding and cleanup for hotplug Lai Jiangshan
2012-09-15  8:13 ` [PATCH 1/6] workqueue: async idle rebinding Lai Jiangshan
2012-09-15  8:13 ` [PATCH 2/6] workqueue: new day don't need WORKER_REBIND for busy rebinding Lai Jiangshan
2012-09-15  8:13 ` [PATCH 3/6] workqueue: remove WORKER_REBIND Lai Jiangshan
2012-09-15  8:13 ` [PATCH 4/6] workqueue: rename manager_mutex to assoc_mutex Lai Jiangshan
2012-09-15  8:13 ` [PATCH 5/6] workqueue: use __cpuinit instead of __devinit for cpu callback Lai Jiangshan
2012-09-15  8:13 ` [PATCH 6/6] workqueue: use hotcpu_notifier() for workqueue_cpu_down_callback() Lai Jiangshan

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).