index
:
asmadeus/linux.git
for-next
The linux kernel
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
workqueue.c
Age
Commit message (
Expand
)
Author
2012-08-20
workqueue: gut system_nrt[_freezable]_wq()
Tejun Heo
2012-08-20
workqueue: gut flush[_delayed]_work_sync()
Tejun Heo
2012-08-20
workqueue: make all workqueues non-reentrant
Tejun Heo
2012-08-20
workqueue: fix checkpatch issues
Valentin Ilie
2012-08-16
workqueue: use system_highpri_wq for unbind_work
Joonsoo Kim
2012-08-16
workqueue: use system_highpri_wq for highpri workers in rebind_workers()
Joonsoo Kim
2012-08-16
workqueue: introduce system_highpri_wq
Joonsoo Kim
2012-08-16
workqueue: change value of lcpu in __queue_delayed_work_on()
Joonsoo Kim
2012-08-16
workqueue: correct req_cpu in trace_workqueue_queue_work()
Joonsoo Kim
2012-08-16
workqueue: use enum value to set array size of pools in gcwq
Joonsoo Kim
2012-08-13
workqueue: add missing wmb() in clear_work_data()
Tejun Heo
2012-08-13
workqueue: fix CPU binding of flush_delayed_work[_sync]()
Tejun Heo
2012-08-03
workqueue: implement mod_delayed_work[_on]()
Tejun Heo
2012-08-03
workqueue: mark a work item being canceled as such
Tejun Heo
2012-08-03
workqueue: reorganize try_to_grab_pending() and __cancel_timer_work()
Tejun Heo
2012-08-03
workqueue: factor out __queue_delayed_work() from queue_delayed_work_on()
Tejun Heo
2012-08-03
workqueue: introduce WORK_OFFQ_FLAG_*
Tejun Heo
2012-08-03
workqueue: move try_to_grab_pending() upwards
Tejun Heo
2012-08-03
workqueue: fix zero @delay handling of queue_delayed_work_on()
Tejun Heo
2012-08-03
workqueue: unify local CPU queueing handling
Tejun Heo
2012-08-03
workqueue: set delayed_work->timer function on initialization
Tejun Heo
2012-08-03
workqueue: disable irq while manipulating PENDING
Tejun Heo
2012-08-03
workqueue: add missing smp_wmb() in process_one_work()
Tejun Heo
2012-08-03
workqueue: make queueing functions return bool
Tejun Heo
2012-08-03
workqueue: reorder queueing functions so that _on() variants are on top
Tejun Heo
2012-07-22
workqueue: fix spurious CPU locality WARN from process_one_work()
Tejun Heo
2012-07-17
workqueue: simplify CPU hotplug code
Tejun Heo
2012-07-17
workqueue: remove CPU offline trustee
Tejun Heo
2012-07-17
workqueue: don't butcher idle workers on an offline CPU
Tejun Heo
2012-07-17
workqueue: reimplement CPU online rebinding to handle idle workers
Tejun Heo
2012-07-17
workqueue: drop @bind from create_worker()
Tejun Heo
2012-07-17
workqueue: use mutex for global_cwq manager exclusion
Tejun Heo
2012-07-17
workqueue: ROGUE workers are UNBOUND workers
Tejun Heo
2012-07-17
workqueue: drop CPU_DYING notifier operation
Tejun Heo
2012-07-17
workqueue: perform cpu down operations from low priority cpu_notifier()
Tejun Heo
2012-07-13
workqueue: reimplement WQ_HIGHPRI using a separate worker_pool
Tejun Heo
2012-07-13
workqueue: introduce NR_WORKER_POOLS and for_each_worker_pool()
Tejun Heo
2012-07-12
workqueue: separate out worker_pool flags
Tejun Heo
2012-07-12
workqueue: use @pool instead of @gcwq or @cpu where applicable
Tejun Heo
2012-07-12
workqueue: factor out worker_pool from global_cwq
Tejun Heo
2012-07-12
workqueue: don't use WQ_HIGHPRI for unbound workqueues
Tejun Heo
2012-05-15
lockdep: fix oops in processing workqueue
Peter Zijlstra
2012-05-14
workqueue: skip nr_running sanity check in worker_enter_idle() if trustee is ...
Tejun Heo
2012-04-23
workqueue: Catch more locking problems with flush_work()
Stephen Boyd
2012-04-16
workqueue: change BUG_ON() to WARN_ON()
Dan Carpenter
2012-03-20
Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
2012-03-12
workqueue: use percpu allocator for cwq on UP
Lai Jiangshan
2012-03-02
Block: use a freezable workqueue for disk-event polling
Alan Stern
2012-01-10
workqueue: make alloc_workqueue() take printf fmt and args for name
Tejun Heo
2011-10-31
kernel: Map most files to use export.h instead of module.h
Paul Gortmaker
[next]