Hitoshi Mitake
|
e5cba24e3f
workqueue: check the allocation of system_unbound_wq
|
14 years ago |
Andrew Morton
|
ca1cab37d9
workqueues: s/ON_STACK/ONSTACK/
|
14 years ago |
David Howells
|
5260562754
MN10300: Fix the PERCPU() alignment to allow for workqueues
|
14 years ago |
Tejun Heo
|
daaae6b010
workqueue: remove in_workqueue_context()
|
14 years ago |
Tejun Heo
|
31ddd871fc
workqueue: Clarify that schedule_on_each_cpu is synchronous
|
14 years ago |
Tejun Heo
|
6370a6ad3b
workqueue: add and use WQ_MEM_RECLAIM flag
|
14 years ago |
Tejun Heo
|
30310045dd
workqueue: fix HIGHPRI handling in keep_working()
|
14 years ago |
Tejun Heo
|
cdadf0097c
workqueue: add queue_work and activate_work trace points
|
14 years ago |
Tejun Heo
|
97bd234701
workqueue: prepare for more tracepoints
|
14 years ago |
Tejun Heo
|
09383498c5
workqueue: implement flush[_delayed]_work_sync()
|
14 years ago |
Tejun Heo
|
baf59022c3
workqueue: factor out start_flush_work()
|
14 years ago |
Tejun Heo
|
401a8d048e
workqueue: cleanup flush/cancel functions
|
14 years ago |
Tejun Heo
|
c54fce6eff
workqueue: add documentation
|
14 years ago |
Linus Torvalds
|
cd4d4fc413
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
|
14 years ago |
Tejun Heo
|
9c37547ab6
workqueue: use zalloc_cpumask_var() for gcwq->mayday_mask
|
14 years ago |
Tejun Heo
|
477a3c33d1
workqueue: fix GCWQ_DISASSOCIATED initialization
|
14 years ago |
Tejun Heo
|
8a2e8e5dec
workqueue: fix cwq->nr_active underflow
|
14 years ago |
Tejun Heo
|
e41e704bc4
workqueue: improve destroy_workqueue() debuggability
|
14 years ago |
Namhyung Kim
|
972fa1c531
workqueue: mark lock acquisition on worker_maybe_bind_and_lock()
|
14 years ago |
Namhyung Kim
|
06bd6ebffa
workqueue: annotate lock context change
|
14 years ago |
Arjan van de Ven
|
e36c886a0f
workqueue: Add basic tracepoints to track workqueue execution
|
14 years ago |
Xiaotian Feng
|
8d9df9f084
workqueue: free rescuer on destroy_workqueue
|
15 years ago |
Tejun Heo
|
f6500947a9
workqueue: workqueue_cpu_callback() should be cpu_notifier instead of hotcpu_notifier
|
15 years ago |
Namhyung Kim
|
38f5156800
workqueue: add missing __percpu markup in kernel/workqueue.c
|
15 years ago |
Linus Torvalds
|
3b7433b8a8
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
|
15 years ago |
Suresh Siddha
|
6ee0578b4d
workqueue: mark init_workqueues() as early_initcall()
|
15 years ago |
Tejun Heo
|
098849516d
workqueue: explain for_each_*cwq_cpu() iterators
|
15 years ago |
Tejun Heo
|
e120153ddf
workqueue: fix how cpu number is stored in work->data
|
15 years ago |
Tejun Heo
|
f2e005aaff
workqueue: fix mayday_mask handling on UP
|
15 years ago |
Tejun Heo
|
931ac77ef6
workqueue: fix build problem on !CONFIG_SMP
|
15 years ago |