1. e7577c5 cpumask: convert kernel/workqueue.c by Rusty Russell · 15 years ago
  2. 2b82892 Merge branch 'master' into next by James Morris · 16 years ago
  3. 6cc88bc CRED: Rename is_single_threaded() to is_wq_single_threaded() by David Howells · 16 years ago
  4. 2d3854a cpumask: introduce new API, without changing anything by Rusty Russell · 16 years ago
  5. 0d557dc workqueue: introduce create_rt_workqueue by Heiko Carstens · 16 years ago
  6. e1f8e87 Remove Andrew Morton's old email accounts by Francois Cami · 16 years ago
  7. 23a0ee9 Merge branch 'core/locking' into core/urgent by Ingo Molnar · 16 years ago
  8. 3295f0e lockdep: rename map_[acquire|release]() => lock_map_[acquire|release]() by Ingo Molnar · 16 years ago
  9. 4f3e752 lockdep: map_acquire by Peter Zijlstra · 16 years ago
  10. 6af8bf3 workqueues: add comments to __create_workqueue_key() by Oleg Nesterov · 16 years ago
  11. 8448502 workqueues: do CPU_UP_CANCELED if CPU_UP_PREPARE fails by Oleg Nesterov · 16 years ago
  12. 8de6d30 workqueues: schedule_on_each_cpu() can use schedule_work_on() by Oleg Nesterov · 16 years ago
  13. ef1ca23 workqueues: queue_work() can use queue_work_on() by Oleg Nesterov · 16 years ago
  14. a67da70 workqueues: lockdep annotations for flush_work() by Oleg Nesterov · 16 years ago
  15. 3da1c84 workqueues: make get_online_cpus() useable for work->func() by Oleg Nesterov · 16 years ago
  16. 8616a89 workqueues: schedule_on_each_cpu: use flush_work() by Oleg Nesterov · 16 years ago
  17. db70089 workqueues: implement flush_work() by Oleg Nesterov · 16 years ago
  18. 1a4d9b0 workqueues: insert_work: use "list_head *" instead of "int tail" by Oleg Nesterov · 16 years ago
  19. c1a220e pm: introduce new interfaces schedule_work_on() and queue_work_on() by Zhang Rui · 16 years ago
  20. 68083e0 Merge commit 'v2.6.26-rc9' into cpus4096 by Ingo Molnar · 16 years ago
  21. cde5353 Christoph has moved by Christoph Lameter · 16 years ago
  22. 363ab6f core: use performance variant for_each_cpu_mask_nr by Mike Travis · 16 years ago
  23. 8a3e77c workqueue: remove redundant function invocation by Andrew Liu · 16 years ago
  24. af1f16d kernel: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  25. 1e35eaa cleanup_workqueue_thread: remove the unneeded "cpu" parameter by Oleg Nesterov · 16 years ago
  26. 00dfcaf workqueues: shrink cpu_populated_map when CPU dies by Oleg Nesterov · 16 years ago
  27. d59b949 timer_list: add annotations to workqueue.c by Pavel Machek · 16 years ago
  28. 6d141c3 workqueue: make delayed_work_timer_fn() static by Li Zefan · 16 years ago
  29. 7ad5b3a kernel: remove fastcall in kernel/* by Harvey Harrison · 16 years ago
  30. 95402b3 cpu-hotplug: replace per-subsystem mutexes with get_online_cpus() by Gautham R Shenoy · 16 years ago
  31. eb13ba8 lockdep: fix workqueue creation API lockdep interaction by Johannes Berg · 16 years ago
  32. ba25f9d Use helpers to obtain task pid in printks by Pavel Emelyanov · 17 years ago
  33. 4e6045f workqueue: debug flushing deadlocks with lockdep by Johannes Berg · 17 years ago
  34. d243769 fix bogus hotplug cpu warning by Hugh Dickins · 17 years ago
  35. 13c2216 destroy_workqueue() can livelock by Oleg Nesterov · 17 years ago
  36. 8314418 Freezer: make kernel threads nonfreezable by default by Rafael J. Wysocki · 17 years ago
  37. 1f1f642 make cancel_xxx_work_sync() return a boolean by Oleg Nesterov · 17 years ago
  38. f5a421a rename cancel_rearming_delayed_work() to cancel_delayed_work_sync() by Oleg Nesterov · 17 years ago
  39. 1444196 simplify cleanup_workqueue_thread() by Oleg Nesterov · 17 years ago
  40. 8bb7844 Add suspend-related notifications for CPU hotplug by Rafael J. Wysocki · 17 years ago
  41. 6e84d64 make cancel_rearming_delayed_work() reliable by Oleg Nesterov · 17 years ago
  42. 5de18d1 worker_thread: don't play with SIGCHLD and numa policy by Oleg Nesterov · 17 years ago
  43. 28e53bd unify flush_work/flush_work_keventd and rename it to cancel_work_sync by Oleg Nesterov · 17 years ago
  44. 85f4186 worker_thread: fix racy try_to_freeze() usage by Oleg Nesterov · 17 years ago
  45. b9aac8e worker_thread: don't play with signals by Oleg Nesterov · 17 years ago
  46. 23b2e59 workqueue: kill NOAUTOREL works by Oleg Nesterov · 17 years ago
  47. 1634c48 make cancel_rearming_delayed_work() work on any workqueue, not just keventd_wq by Oleg Nesterov · 17 years ago
  48. a848e3b workqueue: introduce wq_per_cpu() helper by Oleg Nesterov · 17 years ago
  49. 63bc036 unify queue_delayed_work() and queue_delayed_work_on() by Oleg Nesterov · 17 years ago
  50. ed7c0fe make queue_delayed_work() friendly to flush_fork() by Oleg Nesterov · 17 years ago
  51. 06ba38a workqueues: shift kthread_bind() from CPU_UP_PREPARE to CPU_ONLINE by Oleg Nesterov · 17 years ago
  52. c12920d workqueue: make init_workqueues() __init by Oleg Nesterov · 17 years ago
  53. cce1a16 workqueue: introduce workqueue_struct->singlethread by Oleg Nesterov · 17 years ago
  54. b1f4ec1 workqueue: introduce cpu_singlethread_map by Oleg Nesterov · 17 years ago
  55. dfb4b82 workqueue: make cancel_rearming_delayed_workqueue() work on idle dwork by Oleg Nesterov · 17 years ago
  56. f293ea9 workqueue: don't save interrupts in run_workqueue() by Oleg Nesterov · 17 years ago
  57. 7097a87 workqueue: kill run_scheduled_work() by Oleg Nesterov · 17 years ago
  58. 3af24433 workqueue: don't migrate pending works from the dead CPU by Oleg Nesterov · 17 years ago
  59. 36aa9df workqueue: don't clear cwq->thread until it exits by Oleg Nesterov · 17 years ago
  60. d721304 workqueue: fix flush_workqueue() vs CPU_DEAD race by Oleg Nesterov · 17 years ago
  61. 319c2a9 workqueue: fix freezeable workqueues implementation by Oleg Nesterov · 17 years ago
  62. 83c2252 flush_cpu_workqueue: don't flush an empty ->worklist by Oleg Nesterov · 17 years ago
  63. edab251 flush_workqueue(): use preempt_disable to hold off cpu hotplug by Andrew Morton · 17 years ago
  64. b89deed implement flush_work() by Oleg Nesterov · 17 years ago
  65. fc2e4d7 reimplement flush_workqueue() by Oleg Nesterov · 17 years ago
  66. e18f3ff schedule_on_each_cpu(): use preempt_disable() by Andrew Morton · 17 years ago
  67. 82f67cd [PATCH] Add debugging feature /proc/timer_stat by Ingo Molnar · 17 years ago
  68. 72fd4a3 [PATCH] Numerous fixes to kernel-doc info in source files. by Robert P. J. Day · 17 years ago
  69. af9997e [PATCH] fix kernel-doc warnings in 2.6.20-rc1 by Randy Dunlap · 17 years ago
  70. 9bfb183 [PATCH] workqueue: fix schedule_on_each_cpu() by Ingo Molnar · 17 years ago
  71. a08727b Make workqueue bit operations work on "atomic_long_t" by Linus Torvalds · 17 years ago
  72. 4594bf1 [PATCH] WorkStruct: Use direct assignment rather than cmpxchg() by David Howells · 18 years ago
  73. 68380b5 Add "run_scheduled_work()" workqueue function by Linus Torvalds · 18 years ago
  74. 02316067 [PATCH] hotplug CPU: clean up hotcpu_notifier() use by Ingo Molnar · 18 years ago
  75. d5abe66 [PATCH] debug: workqueue locking sanity by Peter Zijlstra · 18 years ago
  76. 341a595 [PATCH] Support for freezeable workqueues by Rafael J. Wysocki · 18 years ago
  77. 65f27f3 WorkStruct: Pass the work_struct pointer instead of context data by David Howells · 18 years ago
  78. 365970a WorkStruct: Merge the pending bit into the wq_data pointer by David Howells · 18 years ago
  79. 6bb49e5 WorkStruct: Typedef the work function prototype by David Howells · 18 years ago
  80. 52bad64 WorkStruct: Separate delayable and non-delayable events. by David Howells · 18 years ago
  81. 057647f [PATCH] workqueue: update kerneldoc by Alan Stern · 18 years ago
  82. 4693402 [PATCH] mm: kevent threads: use MPOL_DEFAULT by Christoph Lameter · 18 years ago
  83. 9f5d785 remove duplicate "until" from kernel/workqueue.c by Rolf Eike Beer · 18 years ago
  84. 9b41ea7 [PATCH] workqueue: remove lock_cpu_hotplug() by Andrew Morton · 18 years ago
  85. 0fcb78c [PATCH] Add DocBook documentation for workqueue functions by Rolf Eike Beer · 18 years ago
  86. ca78f6b Merge master.kernel.org:/pub/scm/linux/kernel/git/davej/cpufreq by Linus Torvalds · 18 years ago
  87. 36c8b58 [PATCH] sched: cleanup, remove task_t, convert to struct task_struct by Ingo Molnar · 18 years ago
  88. ae90dd5 Move workqueue exports to where the functions are defined. by Dave Jones · 18 years ago
  89. 7a6bc1c [CPUFREQ] Add queue_delayed_work_on() interface for workqueues. by Venkatesh Pallipadi · 18 years ago
  90. 9c7b216 [PATCH] cpu hotplug: revert init patch submitted for 2.6.17 by Chandra Seetharaman · 18 years ago
  91. fc75cdf [PATCH] cpu hotplug: fix CPU_UP_CANCEL handling by Heiko Carstens · 18 years ago
  92. b613677 [PATCH] schedule_on_each_cpu(): reduce kmalloc() size by Andrew Morton · 18 years ago
  93. 626ab0e [PATCH] list: use list_replace_init() instead of list_splice_init() by Oleg Nesterov · 18 years ago
  94. 83d722f [PATCH] Remove __devinit and __cpuinit from notifier_call definitions by Chandra Seetharaman · 18 years ago
  95. 1fa44ec [SCSI] add execute_in_process_context() API by James Bottomley · 18 years ago
  96. 858119e [PATCH] Unlinline a bunch of other functions by Arjan van de Ven · 18 years ago
  97. f756d5e [PATCH] fix workqueue oops during cpu offline by Nathan Lynch · 18 years ago
  98. 676121f [PATCH] Unchecked alloc_percpu() return in __create_workqueue() by Ben Collins · 18 years ago
  99. 15316ba [PATCH] add schedule_on_each_cpu() by Christoph Lameter · 18 years ago
  100. bce61dd [PATCH] Fix hardcoded cpu=0 in workqueue for per_cpu_ptr() calls by Ben Collins · 19 years ago