string: factorize skip_spaces and export it to be generally available
[safe/jmp/linux-2.6] / kernel / workqueue.c
2009-12-10 Linus TorvaldsMerge branch 'for-linus' of git://git./linux/kernel...
2009-11-18 Tejun Heoworkqueue: fix race condition in schedule_on_each_cpu()
2009-11-15 Thomas Gleixnerworkqueue: Add debugobjects support
2009-10-29 Linus TorvaldsMerge branch 'hwpoison-2.6.32' of git://git./linux...
2009-10-19 Andi KleenHWPOISON: Allow schedule_on_each_cpu() from keventd
2009-10-14 Linus Torvaldsworkqueue: add 'flush_delayed_work()' to run and wait...
2009-10-14 Linus Torvaldsworkqueue: add 'flush_delayed_work()' to run and wait...
2009-09-11 Linus TorvaldsMerge branch 'sched-core-for-linus' of git://git./linux...
2009-09-09 Mike Galbraithsched: Keep kthreads at default priority
2009-08-04 Bart Van Asscheworkqueues: Improve schedule_work() documentation
2009-06-01 Zhaoleiftrace, workqueuetrace: make workqueue tracepoints...
2009-04-09 Andrew Mortonwork_on_cpu(): rewrite it to create a kernel thread...
2009-04-05 Linus TorvaldsMerge branch 'tracing-for-linus' of git://git./linux...
2009-04-03 Lai Jiangshanworkqueue: avoid recursion in run_workqueue()
2009-04-01 Ingo MolnarMerge branch 'tracing/core-v2' into tracing-for-linus
2009-03-30 Rusty Russellcpumask: use new cpumask_ functions in core code.
2009-02-03 Ingo MolnarMerge branches 'tracing/ftrace', 'tracing/kmemtrace...
2009-01-19 Rusty Russellwork_on_cpu: Use our own workqueue.
2009-01-19 Rusty Russellwork_on_cpu: don't try to get_online_cpus() in work_on_cpu.
2009-01-16 Rusty Russellwork_on_cpu: Use our own workqueue.
2009-01-16 Rusty Russellwork_on_cpu: don't try to get_online_cpus() in work_on_cpu.
2009-01-14 Frederic Weisbeckertracing: add a new workqueue tracer
2008-12-31 Rusty Russellcpumask: convert kernel/workqueue.c
2008-11-14 James MorrisMerge branch 'master' into next
2008-11-13 David HowellsCRED: Rename is_single_threaded() to is_wq_single_threa...
2008-11-06 Rusty Russellcpumask: introduce new API, without changing anything
2008-10-21 Heiko Carstensworkqueue: introduce create_rt_workqueue
2008-10-16 Francois CamiRemove Andrew Morton's old email accounts
2008-08-11 Ingo MolnarMerge branch 'core/locking' into core/urgent
2008-08-11 Ingo Molnarlockdep: rename map_[acquire|release]() => lock_map_...
2008-08-11 Peter Zijlstralockdep: map_acquire
2008-07-30 Oleg Nesterovworkqueues: add comments to __create_workqueue_key()
2008-07-25 Oleg Nesterovworkqueues: do CPU_UP_CANCELED if CPU_UP_PREPARE fails
2008-07-25 Oleg Nesterovworkqueues: schedule_on_each_cpu() can use schedule_wor...
2008-07-25 Oleg Nesterovworkqueues: queue_work() can use queue_work_on()
2008-07-25 Oleg Nesterovworkqueues: lockdep annotations for flush_work()
2008-07-25 Oleg Nesterovworkqueues: make get_online_cpus() useable for work...
2008-07-25 Oleg Nesterovworkqueues: schedule_on_each_cpu: use flush_work()
2008-07-25 Oleg Nesterovworkqueues: implement flush_work()
2008-07-25 Oleg Nesterovworkqueues: insert_work: use "list_head *" instead...
2008-07-24 Zhang Ruipm: introduce new interfaces schedule_work_on() and...
2008-07-06 Ingo MolnarMerge commit 'v2.6.26-rc9' into cpus4096
2008-07-04 Christoph LameterChristoph has moved
2008-05-23 Mike Traviscore: use performance variant for_each_cpu_mask_nr
2008-05-01 Andrew Liuworkqueue: remove redundant function invocation
2008-04-30 Harvey Harrisonkernel: replace remaining __FUNCTION__ occurrences
2008-04-29 Oleg Nesterovcleanup_workqueue_thread: remove the unneeded "cpu...
2008-04-29 Oleg Nesterovworkqueues: shrink cpu_populated_map when CPU dies
2008-04-17 Pavel Machektimer_list: add annotations to workqueue.c
2008-02-08 Li Zefanworkqueue: make delayed_work_timer_fn() static
2008-02-08 Harvey Harrisonkernel: remove fastcall in kernel/*
2008-01-25 Gautham R Shenoycpu-hotplug: replace per-subsystem mutexes with get_onl...
2008-01-16 Johannes Berglockdep: fix workqueue creation API lockdep interaction
2007-10-19 Pavel EmelyanovUse helpers to obtain task pid in printks
2007-10-19 Johannes Bergworkqueue: debug flushing deadlocks with lockdep
2007-08-27 Hugh Dickinsfix bogus hotplug cpu warning
2007-07-17 Oleg Nesterovdestroy_workqueue() can livelock
2007-07-17 Rafael J. WysockiFreezer: make kernel threads nonfreezable by default
2007-07-16 Oleg Nesterovmake cancel_xxx_work_sync() return a boolean
2007-07-16 Oleg Nesterovrename cancel_rearming_delayed_work() to cancel_delayed...
2007-05-24 Oleg Nesterovsimplify cleanup_workqueue_thread()
2007-05-09 Rafael J. WysockiAdd suspend-related notifications for CPU hotplug
2007-05-09 Oleg Nesterovmake cancel_rearming_delayed_work() reliable
2007-05-09 Oleg Nesterovworker_thread: don't play with SIGCHLD and numa policy
2007-05-09 Oleg Nesterovunify flush_work/flush_work_keventd and rename it to...
2007-05-09 Oleg Nesterovworker_thread: fix racy try_to_freeze() usage
2007-05-09 Oleg Nesterovworker_thread: don't play with signals
2007-05-09 Oleg Nesterovworkqueue: kill NOAUTOREL works
2007-05-09 Oleg Nesterovmake cancel_rearming_delayed_work() work on any workque...
2007-05-09 Oleg Nesterovworkqueue: introduce wq_per_cpu() helper
2007-05-09 Oleg Nesterovunify queue_delayed_work() and queue_delayed_work_on()
2007-05-09 Oleg Nesterovmake queue_delayed_work() friendly to flush_fork()
2007-05-09 Oleg Nesterovworkqueues: shift kthread_bind() from CPU_UP_PREPARE...
2007-05-09 Oleg Nesterovworkqueue: make init_workqueues() __init
2007-05-09 Oleg Nesterovworkqueue: introduce workqueue_struct->singlethread
2007-05-09 Oleg Nesterovworkqueue: introduce cpu_singlethread_map
2007-05-09 Oleg Nesterovworkqueue: make cancel_rearming_delayed_workqueue(...
2007-05-09 Oleg Nesterovworkqueue: don't save interrupts in run_workqueue()
2007-05-09 Oleg Nesterovworkqueue: kill run_scheduled_work()
2007-05-09 Oleg Nesterovworkqueue: don't migrate pending works from the dead CPU
2007-05-09 Oleg Nesterovworkqueue: don't clear cwq->thread until it exits
2007-05-09 Oleg Nesterovworkqueue: fix flush_workqueue() vs CPU_DEAD race
2007-05-09 Oleg Nesterovworkqueue: fix freezeable workqueues implementation
2007-05-09 Oleg Nesterovflush_cpu_workqueue: don't flush an empty ->worklist
2007-05-09 Andrew Mortonflush_workqueue(): use preempt_disable to hold off...
2007-05-09 Oleg Nesterovimplement flush_work()
2007-05-09 Oleg Nesterovreimplement flush_workqueue()
2007-05-09 Andrew Mortonschedule_on_each_cpu(): use preempt_disable()
2007-02-16 Ingo Molnar[PATCH] Add debugging feature /proc/timer_stat
2007-02-11 Robert P. J. Day[PATCH] Numerous fixes to kernel-doc info in source...
2006-12-22 Randy Dunlap[PATCH] fix kernel-doc warnings in 2.6.20-rc1
2006-12-21 Ingo Molnar[PATCH] workqueue: fix schedule_on_each_cpu()
2006-12-16 Linus TorvaldsMake workqueue bit operations work on "atomic_long_t"
2006-12-09 David Howells[PATCH] WorkStruct: Use direct assignment rather than...
2006-12-07 Linus TorvaldsAdd "run_scheduled_work()" workqueue function
2006-12-07 Ingo Molnar[PATCH] hotplug CPU: clean up hotcpu_notifier() use
2006-12-07 Peter Zijlstra[PATCH] debug: workqueue locking sanity
2006-12-07 Rafael J. Wysocki[PATCH] Support for freezeable workqueues
2006-11-22 David HowellsWorkStruct: Pass the work_struct pointer instead of...
2006-11-22 David HowellsWorkStruct: Merge the pending bit into the wq_data...
next