1. 3233cdb workqueue: make sure MAYDAY_INITIAL_TIMEOUT is at least 2 jiffies long by Tejun Heo · 14 years ago
  2. 58a69cb workqueue, freezer: unify spelling of 'freeze' + 'able' to 'freezable' by Tejun Heo · 14 years ago
  3. 7576958 workqueue: wake up a worker when a rescuer is leaving a gcwq by Tejun Heo · 14 years ago
  4. 42c025f workqueue: note the nested NOT_RUNNING test in worker_clr_flags() isn't a noop by Tejun Heo · 14 years ago
  5. e159489b workqueue: relax lockdep annotation on flush_work() by Tejun Heo · 14 years ago
  6. c8efcc2 workqueue: allow chained queueing during destruction by Tejun Heo · 14 years ago
  7. 2d64672 workqueue: It is likely that WORKER_NOT_RUNNING is true by Steven Rostedt · 14 years ago
  8. e5cba24 workqueue: check the allocation of system_unbound_wq by Hitoshi Mitake · 14 years ago
  9. ca1cab3 workqueues: s/ON_STACK/ONSTACK/ by Andrew Morton · 14 years ago
  10. 5260562 MN10300: Fix the PERCPU() alignment to allow for workqueues by David Howells · 14 years ago
  11. daaae6b workqueue: remove in_workqueue_context() by Tejun Heo · 14 years ago
  12. 31ddd87 workqueue: Clarify that schedule_on_each_cpu is synchronous by Tejun Heo · 14 years ago
  13. 6370a6a workqueue: add and use WQ_MEM_RECLAIM flag by Tejun Heo · 14 years ago
  14. 3031004 workqueue: fix HIGHPRI handling in keep_working() by Tejun Heo · 14 years ago
  15. cdadf00 workqueue: add queue_work and activate_work trace points by Tejun Heo · 14 years ago
  16. 97bd234 workqueue: prepare for more tracepoints by Tejun Heo · 14 years ago
  17. 0938349 workqueue: implement flush[_delayed]_work_sync() by Tejun Heo · 14 years ago
  18. baf5902 workqueue: factor out start_flush_work() by Tejun Heo · 14 years ago
  19. 401a8d0 workqueue: cleanup flush/cancel functions by Tejun Heo · 14 years ago
  20. c54fce6 workqueue: add documentation by Tejun Heo · 14 years ago
  21. cd4d4fc Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  22. 9c37547 workqueue: use zalloc_cpumask_var() for gcwq->mayday_mask by Tejun Heo · 14 years ago
  23. 477a3c3 workqueue: fix GCWQ_DISASSOCIATED initialization by Tejun Heo · 14 years ago
  24. 8a2e8e5d workqueue: fix cwq->nr_active underflow by Tejun Heo · 14 years ago
  25. e41e704 workqueue: improve destroy_workqueue() debuggability by Tejun Heo · 14 years ago
  26. 972fa1c workqueue: mark lock acquisition on worker_maybe_bind_and_lock() by Namhyung Kim · 14 years ago
  27. 06bd6eb workqueue: annotate lock context change by Namhyung Kim · 14 years ago
  28. e36c886 workqueue: Add basic tracepoints to track workqueue execution by Arjan van de Ven · 14 years ago
  29. 8d9df9f workqueue: free rescuer on destroy_workqueue by Xiaotian Feng · 14 years ago
  30. f650094 workqueue: workqueue_cpu_callback() should be cpu_notifier instead of hotcpu_notifier by Tejun Heo · 14 years ago
  31. 38f5156 workqueue: add missing __percpu markup in kernel/workqueue.c by Namhyung Kim · 14 years ago
  32. 3b7433b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 14 years ago
  33. 6ee0578 workqueue: mark init_workqueues() as early_initcall() by Suresh Siddha · 14 years ago
  34. 0988495 workqueue: explain for_each_*cwq_cpu() iterators by Tejun Heo · 14 years ago
  35. e120153 workqueue: fix how cpu number is stored in work->data by Tejun Heo · 14 years ago
  36. f2e005a workqueue: fix mayday_mask handling on UP by Tejun Heo · 14 years ago
  37. 931ac77 workqueue: fix build problem on !CONFIG_SMP by Tejun Heo · 14 years ago
  38. 9f9c23644 workqueue: fix locking in retry path of maybe_create_worker() by Tejun Heo · 14 years ago
  39. c7fc77f workqueue: remove WQ_SINGLE_CPU and use WQ_UNBOUND instead by Tejun Heo · 14 years ago
  40. f342179 workqueue: implement unbound workqueue by Tejun Heo · 14 years ago
  41. bdbc5dd workqueue: prepare for WQ_UNBOUND implementation by Tejun Heo · 14 years ago
  42. d313dd8 workqueue: fix worker management invocation without pending works by Tejun Heo · 14 years ago
  43. a1e453d workqueue: fix incorrect cpu number BUG_ON() in get_work_gcwq() by Tejun Heo · 14 years ago
  44. 4ce48b3 workqueue: fix race condition in flush_workqueue() by Tejun Heo · 14 years ago
  45. cb44476 workqueue: use worker_set/clr_flags() only from worker itself by Tejun Heo · 14 years ago
  46. fb0e7be workqueue: implement cpu intensive workqueue by Tejun Heo · 14 years ago
  47. 649027d workqueue: implement high priority workqueue by Tejun Heo · 14 years ago
  48. dcd989c workqueue: implement several utility APIs by Tejun Heo · 14 years ago
  49. d320c03 workqueue: s/__create_workqueue()/alloc_workqueue()/, and add system workqueues by Tejun Heo · 14 years ago
  50. b71ab8c workqueue: increase max_active of keventd and kill current_is_keventd() by Tejun Heo · 14 years ago
  51. e22bee7 workqueue: implement concurrency managed dynamic worker pool by Tejun Heo · 14 years ago
  52. d302f01 workqueue: implement worker_{set|clr}_flags() by Tejun Heo · 14 years ago
  53. 7e11629 workqueue: use shared worklist and pool all workers per cpu by Tejun Heo · 14 years ago
  54. 18aa9ef workqueue: implement WQ_NON_REENTRANT by Tejun Heo · 14 years ago
  55. 7a22ad7 workqueue: carry cpu number in work data once execution starts by Tejun Heo · 14 years ago
  56. 8cca0ee workqueue: add find_worker_executing_work() and track current_cwq by Tejun Heo · 14 years ago
  57. 502ca9d workqueue: make single thread workqueue shared worker pool friendly by Tejun Heo · 14 years ago
  58. db7bccf workqueue: reimplement CPU hotplugging support using trustee by Tejun Heo · 14 years ago
  59. c8e55f3 workqueue: implement worker states by Tejun Heo · 14 years ago
  60. 8b03ae3 workqueue: introduce global cwq and unify cwq locks by Tejun Heo · 14 years ago
  61. a0a1a5f workqueue: reimplement workqueue freeze using max_active by Tejun Heo · 14 years ago
  62. 1e19ffc6 workqueue: implement per-cwq active work limit by Tejun Heo · 14 years ago
  63. affee4b workqueue: reimplement work flushing using linked works by Tejun Heo · 14 years ago
  64. c34056a workqueue: introduce worker by Tejun Heo · 14 years ago
  65. 73f53c4 workqueue: reimplement workqueue flushing using color coded works by Tejun Heo · 14 years ago
  66. 0f90004 workqueue: update cwq alignement by Tejun Heo · 14 years ago
  67. 1537663 workqueue: kill cpu_populated_map by Tejun Heo · 14 years ago
  68. 6416669 workqueue: temporarily remove workqueue tracing by Tejun Heo · 14 years ago
  69. a62428c workqueue: separate out process_one_work() by Tejun Heo · 14 years ago
  70. 22df02b workqueue: define masks for work flags and conditionalize STATIC flags by Tejun Heo · 14 years ago
  71. 97e37d7 workqueue: merge feature parameters into flags by Tejun Heo · 14 years ago
  72. 4690c4a workqueue: misc/cosmetic updates by Tejun Heo · 14 years ago
  73. c790bce workqueue: kill RT workqueue by Tejun Heo · 14 years ago
  74. a25909a lockdep: Add an in_workqueue_context() lockdep-based test function by Paul E. McKenney · 15 years ago
  75. 80b5184 kernel/: convert cpu notifier to return encapsulate errno value by Akinobu Mita · 15 years ago
  76. 4d707b9 workqueue: change cancel_work_sync() to clear work->data by Oleg Nesterov · 15 years ago
  77. eef6a7d workqueue: warn about flush_scheduled_work() by Alan Stern · 15 years ago
  78. 47dd5be workqueue: flush_delayed_work: keep the original workqueue for re-queueing by Oleg Nesterov · 15 years ago
  79. d71cb81 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 15 years ago
  80. 9398180 workqueue: fix race condition in schedule_on_each_cpu() by Tejun Heo · 15 years ago
  81. dc186ad workqueue: Add debugobjects support by Thomas Gleixner · 15 years ago
  82. 3242f98 Merge branch 'hwpoison-2.6.32' of git://git.kernel.org/pub/scm/linux/kernel/git/ak/linux-mce-2.6 by Linus Torvalds · 15 years ago
  83. 65a6446 HWPOISON: Allow schedule_on_each_cpu() from keventd by Andi Kleen · 15 years ago
  84. 8c53e46 workqueue: add 'flush_delayed_work()' to run and wait for delayed work by Linus Torvalds · 15 years ago
  85. 774a694 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  86. 61cbe54 sched: Keep kthreads at default priority by Mike Galbraith · 15 years ago
  87. 5b0f437d workqueues: Improve schedule_work() documentation by Bart Van Assche · 15 years ago
  88. fb39125f ftrace, workqueuetrace: make workqueue tracepoints use TRACE_EVENT macro by Zhaolei · 16 years ago
  89. 6b44003e work_on_cpu(): rewrite it to create a kernel thread on demand by Andrew Morton · 16 years ago
  90. 714f83d Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 16 years ago
  91. 2355b70 workqueue: avoid recursion in run_workqueue() by Lai Jiangshan · 16 years ago
  92. 8302294 Merge branch 'tracing/core-v2' into tracing-for-linus by Ingo Molnar · 16 years ago
  93. aa85ea5 cpumask: use new cpumask_ functions in core code. by Rusty Russell · 16 years ago
  94. dc573f9 Merge branches 'tracing/ftrace', 'tracing/kmemtrace' and 'linus' into tracing/core by Ingo Molnar · 16 years ago
  95. 8ccad40 work_on_cpu: Use our own workqueue. by Rusty Russell · 16 years ago
  96. 31ad908 work_on_cpu: don't try to get_online_cpus() in work_on_cpu. by Rusty Russell · 16 years ago
  97. e1d8aa9 tracing: add a new workqueue tracer by Frederic Weisbecker · 16 years ago
  98. e7577c5 cpumask: convert kernel/workqueue.c by Rusty Russell · 16 years ago
  99. 2b82892 Merge branch 'master' into next by James Morris · 16 years ago
  100. 6cc88bc CRED: Rename is_single_threaded() to is_wq_single_threaded() by David Howells · 16 years ago