index
:
user/sven/linux.git
ipvs/backlog-conns
ipvs/checkpatch-cleanup
ipvs/cleanups
ipvs/droutbytes
ipvs/experimental
ipvs/locking
master
mvsas-fixes
nl80211-ssid-association
tmp/ipvs/track-backlog-connections
tmp/leds/core
tmp/leds/register-multiple-devices
tmp/md/sparse-cleanup
tmp/misc/sparse-fixes
x86_32-entry-fixes
davem/net-next/HEAD
davem/net-next/main
davem/net/HEAD
davem/net/main
ipvs-next/HEAD
ipvs-next/main
ipvs/HEAD
ipvs/main
leds/HEAD
leds/master
netfilter-next/HEAD
netfilter-next/main
netfilter/HEAD
netfilter/main
next/HEAD
next/master
stable/2.6.11.y
stable/2.6.12.y
stable/2.6.13.y
stable/2.6.14.y
stable/2.6.15.y
stable/2.6.16.y
stable/2.6.17.y
stable/2.6.18.y
stable/2.6.19.y
stable/2.6.20.y
stable/2.6.21.y
stable/2.6.22.y
stable/2.6.23.y
stable/2.6.24.y
stable/2.6.25.y
stable/2.6.26.y
stable/2.6.27.y
stable/2.6.28.y
stable/2.6.29.y
stable/2.6.30.y
stable/2.6.31.y
stable/2.6.32.y
stable/2.6.33.y
stable/2.6.34.y
stable/2.6.35.y
stable/2.6.36.y
stable/2.6.37.y
stable/2.6.38.y
stable/2.6.39.y
stable/3.0.y
stable/3.1.y
stable/3.10.y
stable/3.11.y
stable/3.12.y
stable/3.13.y
stable/3.14.y
stable/3.15.y
stable/3.16.y
stable/3.17.y
stable/3.18.y
stable/3.19.y
stable/3.2.y
stable/3.3.y
stable/3.4.y
stable/3.5.y
stable/3.6.y
stable/3.7.y
stable/3.8.y
stable/3.9.y
stable/4.0.y
stable/4.1.y
stable/4.10.y
stable/4.11.y
stable/4.12.y
stable/4.13.y
stable/4.14.y
stable/4.15.y
stable/4.16.y
stable/4.17.y
stable/4.18.y
stable/4.19.y
stable/4.2.y
stable/4.20.y
stable/4.3.y
stable/4.4.y
stable/4.5.y
stable/4.6.y
stable/4.7.y
stable/4.8.y
stable/4.9.y
stable/5.0.y
stable/5.1.y
stable/5.10.y
stable/5.11.y
stable/5.12.y
stable/5.13.y
stable/5.14.y
stable/5.15.y
stable/5.16.y
stable/5.17.y
stable/5.18.y
stable/5.19.y
stable/5.2.y
stable/5.3.y
stable/5.4.y
stable/5.5.y
stable/5.6.y
stable/5.7.y
stable/5.8.y
stable/5.9.y
stable/6.0.y
stable/6.1.y
stable/6.10.y
stable/6.11.y
stable/6.12.y
stable/6.13.y
stable/6.14.y
stable/6.15.y
stable/6.16.y
stable/6.17.y
stable/6.18.y
stable/6.2.y
stable/6.3.y
stable/6.4.y
stable/6.5.y
stable/6.6.y
stable/6.7.y
stable/6.8.y
stable/6.9.y
torvalds/HEAD
torvalds/master
Linux Kernel
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
workqueue.h
Age
Commit message (
Expand
)
Author
2008-11-06
cpumask: introduce new API, without changing anything
Rusty Russell
2008-10-22
workqueue: introduce create_rt_workqueue
Heiko Carstens
2008-07-25
workqueues: implement flush_work()
Oleg Nesterov
2008-07-24
pm: introduce new interfaces schedule_work_on() and queue_work_on()
Zhang Rui
2008-02-13
include/linux: Remove all users of FASTCALL() macro
Harvey Harrison
2008-01-16
lockdep: fix workqueue creation API lockdep interaction
Johannes Berg
2007-10-19
workqueue: debug flushing deadlocks with lockdep
Johannes Berg
2007-07-16
make cancel_xxx_work_sync() return a boolean
Oleg Nesterov
2007-07-16
rename cancel_rearming_delayed_work() to cancel_delayed_work_sync()
Oleg Nesterov
2007-05-18
revert "cancel_delayed_work: use del_timer() instead of del_timer_sync()"
Oleg Nesterov
2007-05-17
make freezeable workqueues singlethread
Oleg Nesterov
2007-05-09
unify flush_work/flush_work_keventd and rename it to cancel_work_sync
Oleg Nesterov
2007-05-09
workqueue: kill NOAUTOREL works
Oleg Nesterov
2007-05-09
make cancel_rearming_delayed_work() work on any workqueue, not just keventd_wq
Oleg Nesterov
2007-05-09
workqueue: kill run_scheduled_work()
Oleg Nesterov
2007-05-09
implement flush_work()
Oleg Nesterov
2007-05-08
Add a new deferrable delayed work init
Venki Pallipadi
2007-04-26
[WORKQUEUE]: cancel_delayed_work: use del_timer() instead of del_timer_sync()
Oleg Nesterov
2006-12-16
Make workqueue bit operations work on "atomic_long_t"
Linus Torvalds
2006-12-15
Fix "delayed_work_pending()" macro expansion
Linus Torvalds
2006-12-07
Add "run_scheduled_work()" workqueue function
Linus Torvalds
2006-12-07
[PATCH] Support for freezeable workqueues
Rafael J. Wysocki
2006-11-22
WorkStruct: Pass the work_struct pointer instead of context data
David Howells
2006-11-22
WorkStruct: Merge the pending bit into the wq_data pointer
David Howells
2006-11-22
WorkStruct: Typedef the work function prototype
David Howells
2006-11-22
WorkStruct: Separate delayable and non-delayable events.
David Howells
2006-06-30
[CPUFREQ] Add queue_delayed_work_on() interface for workqueues.
Venkatesh Pallipadi
2006-02-27
[SCSI] add execute_in_process_context() API
James Bottomley
2006-01-08
[PATCH] add schedule_on_each_cpu()
Christoph Lameter
2005-04-16
[PATCH] re-export cancel_rearming_delayed_workqueue
James Bottomley
2005-02-14
[WORKQUEUE]: Add cancel_rearming_delayed_work()
Andrew Morton
2004-08-22
[PATCH] Move cache_reap out of timer context
Dimitri Sivanich
2004-05-03
[PATCH] cancel_delayed_work() fix
Andrew Morton
2004-04-26
[PATCH] create singlethread_workqueue()
Andrew Morton
2004-02-18
[PATCH] kthread primitive
Andrew Morton
2003-04-14
[PATCH] flush_work_queue() fixes
Andrew Morton
2002-11-04
[PATCH] use timer intialiser in workqueues
Andrew Morton
2002-10-03
Add <linux/linkage.h> include to get FASTCALL() define.
Linus Torvalds
2002-10-02
[PATCH] timer-2.5.40-F7
Ingo Molnar
2002-09-30
[PATCH] Workqueue Abstraction
Ingo Molnar