[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1348680043-5077-1-git-send-email-laijs@cn.fujitsu.com>
Date: Thu, 27 Sep 2012 01:20:31 +0800
From: Lai Jiangshan <laijs@...fujitsu.com>
To: Tejun Heo <tj@...nel.org>, linux-kernel@...r.kernel.org
Cc: Lai Jiangshan <laijs@...fujitsu.com>
Subject: [PATCH 00/12] workqueue: simple cleanups
these all are different cleanups for workqueue.
depends:
Patch2 depends on Patch1
Patch3 depends on Patch1
Patch7 depends on Patch6
Patch7 need to be merged after Patch3 is merged.(not really depends)
Lai Jiangshan (12):
workqueue: add WORKER_RESCUER
workqueue: disallow set_cpus_allowed_ptr() from work item
workqueue: remove WORKER_PREP from rescuer
workqueue: simplify is_chained_work()
workqueue: don't wake up other workers in rescuer
workqueue: destroy_worker() can only destory idle worker not just
created worker
workqueue: remove WORKER_STARTED
workqueue: fix comments of insert_work()
workqueue: declare system_highpri_wq
cpu-hotplug.txt: fix comments of work_on_cpu()
workqueue: add WQ_CPU_INTENSIVE to system_long_wq
workqueue: avoid work_on_cpu() to interfere system_wq
Documentation/cpu-hotplug.txt | 2 +-
include/linux/workqueue.h | 4 ++
kernel/sched/core.c | 8 ++-
kernel/workqueue.c | 82 +++++++++++++++++------------------------
4 files changed, 44 insertions(+), 52 deletions(-)
--
1.7.7.6
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists