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
/
kernel
/
workqueue.c
Age
Commit message (
Expand
)
Author
2008-04-17
timer_list: add annotations to workqueue.c
Pavel Machek
2008-02-08
workqueue: make delayed_work_timer_fn() static
Li Zefan
2008-02-08
kernel: remove fastcall in kernel/*
Harvey Harrison
2008-01-25
cpu-hotplug: replace per-subsystem mutexes with get_online_cpus()
Gautham R Shenoy
2008-01-16
lockdep: fix workqueue creation API lockdep interaction
Johannes Berg
2007-10-19
Use helpers to obtain task pid in printks
Pavel Emelyanov
2007-10-19
workqueue: debug flushing deadlocks with lockdep
Johannes Berg
2007-08-27
fix bogus hotplug cpu warning
Hugh Dickins
2007-07-17
destroy_workqueue() can livelock
Oleg Nesterov
2007-07-17
Freezer: make kernel threads nonfreezable by default
Rafael J. Wysocki
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-23
simplify cleanup_workqueue_thread()
Oleg Nesterov
2007-05-09
Add suspend-related notifications for CPU hotplug
Rafael J. Wysocki
2007-05-09
make cancel_rearming_delayed_work() reliable
Oleg Nesterov
2007-05-09
worker_thread: don't play with SIGCHLD and numa policy
Oleg Nesterov
2007-05-09
unify flush_work/flush_work_keventd and rename it to cancel_work_sync
Oleg Nesterov
2007-05-09
worker_thread: fix racy try_to_freeze() usage
Oleg Nesterov
2007-05-09
worker_thread: don't play with signals
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: introduce wq_per_cpu() helper
Oleg Nesterov
2007-05-09
unify queue_delayed_work() and queue_delayed_work_on()
Oleg Nesterov
2007-05-09
make queue_delayed_work() friendly to flush_fork()
Oleg Nesterov
2007-05-09
workqueues: shift kthread_bind() from CPU_UP_PREPARE to CPU_ONLINE
Oleg Nesterov
2007-05-09
workqueue: make init_workqueues() __init
Oleg Nesterov
2007-05-09
workqueue: introduce workqueue_struct->singlethread
Oleg Nesterov
2007-05-09
workqueue: introduce cpu_singlethread_map
Oleg Nesterov
2007-05-09
workqueue: make cancel_rearming_delayed_workqueue() work on idle dwork
Oleg Nesterov
2007-05-09
workqueue: don't save interrupts in run_workqueue()
Oleg Nesterov
2007-05-09
workqueue: kill run_scheduled_work()
Oleg Nesterov
2007-05-09
workqueue: don't migrate pending works from the dead CPU
Oleg Nesterov
2007-05-09
workqueue: don't clear cwq->thread until it exits
Oleg Nesterov
2007-05-09
workqueue: fix flush_workqueue() vs CPU_DEAD race
Oleg Nesterov
2007-05-09
workqueue: fix freezeable workqueues implementation
Oleg Nesterov
2007-05-09
flush_cpu_workqueue: don't flush an empty ->worklist
Oleg Nesterov
2007-05-09
flush_workqueue(): use preempt_disable to hold off cpu hotplug
Andrew Morton
2007-05-09
implement flush_work()
Oleg Nesterov
2007-05-09
reimplement flush_workqueue()
Oleg Nesterov
2007-05-09
schedule_on_each_cpu(): use preempt_disable()
Andrew Morton
2007-02-16
[PATCH] Add debugging feature /proc/timer_stat
Ingo Molnar
2007-02-11
[PATCH] Numerous fixes to kernel-doc info in source files.
Robert P. J. Day
2006-12-22
[PATCH] fix kernel-doc warnings in 2.6.20-rc1
Randy Dunlap
2006-12-21
[PATCH] workqueue: fix schedule_on_each_cpu()
Ingo Molnar
2006-12-16
Make workqueue bit operations work on "atomic_long_t"
Linus Torvalds
2006-12-09
[PATCH] WorkStruct: Use direct assignment rather than cmpxchg()
David Howells
2006-12-07
Add "run_scheduled_work()" workqueue function
Linus Torvalds
2006-12-07
[PATCH] hotplug CPU: clean up hotcpu_notifier() use
Ingo Molnar
2006-12-07
[PATCH] debug: workqueue locking sanity
Peter Zijlstra
2006-12-07
[PATCH] Support for freezeable workqueues
Rafael J. Wysocki
[next]