1. 3eb6b31 workqueue: fix a kernel-doc warning by Mauro Carvalho Chehab · 4 years, 4 months ago
  2. f9e62f3 treewide: Make all debug_obj_descriptors const by Stephen Boyd · 4 years, 5 months ago
  3. fe55731 maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault by Christoph Hellwig · 4 years, 7 months ago
  4. 10cdb15 workqueue: use BUILD_BUG_ON() for compile time test instead of WARN_ON() by Lai Jiangshan · 4 years, 8 months ago
  5. b8f06b0 workqueue: remove useless unlock() and lock() in series by Lai Jiangshan · 4 years, 8 months ago
  6. 4f3f4cf workqueue: void unneeded requeuing the pwq in rescuer thread by Lai Jiangshan · 4 years, 8 months ago
  7. a9b8a98 workqueue: Convert the pool::lock and wq_mayday_lock to raw_spinlock_t by Sebastian Andrzej Siewior · 4 years, 8 months ago
  8. d8bb65a workqueue: Use rcuwait for wq_manager_wait by Sebastian Andrzej Siewior · 4 years, 8 months ago
  9. 342ed24 workqueue: Remove unnecessary kfree() call in rcu_free_wq() by Zhang Qiang · 4 years, 8 months ago
  10. b92b36e workqueue: Fix an use after free in init_rescuer() by Dan Carpenter · 4 years, 8 months ago
  11. f187b69 workqueue: Use IS_ERR and PTR_ERR instead of PTR_ERR_OR_ZERO. by Sean Fu · 4 years, 9 months ago
  12. 62849a9 workqueue: Remove the warning in wq_worker_sleeping() by Sebastian Andrzej Siewior · 4 years, 10 months ago
  13. 0adb8bc Merge branch 'for-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 4 years, 10 months ago
  14. 00d5d15 workqueue: Mark up unlocked access to wq->first_flusher by Chris Wilson · 4 years, 10 months ago
  15. aa202f1 workqueue: don't use wq_select_unbound_cpu() for bound works by Hillf Danton · 5 years ago
  16. 2333e82 workqueue: Make workqueue_init*() return void by Yu Chen · 5 years ago
  17. c677124 Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  18. 1c5da0e workqueue: add worker function to workqueue_execute_end tracepoint by Daniel Jordan · 5 years ago
  19. 1e5f8a3 Merge tag 'v5.5-rc3' into sched/core, to pick up fixes by Ingo Molnar · 5 years ago
  20. 025f50f sched/rt, workqueue: Use PREEMPTION by Sebastian Andrzej Siewior · 5 years ago
  21. 1d9a615 workqueue: Use pr_warn instead of pr_warning by Kefeng Wang · 5 years ago
  22. 1ae7878 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  23. 49e9d1a workqueue: Add RCU annotation for pwq list walk by Sebastian Andrzej Siewior · 5 years ago
  24. 5a64466 workqueue: Convert for_each_wq to use built-in list check by Joel Fernandes (Google) · 5 years ago
  25. e66b39a workqueue: Fix pwq ref leak in rescuer_thread() by Tejun Heo · 5 years ago
  26. c29eb85 workqueue: more destroy_workqueue() fixes by Tejun Heo · 5 years ago
  27. 30ae2fc workqueue: Minor follow-ups to the rescuer destruction change by Tejun Heo · 5 years ago
  28. 8efe122 workqueue: Fix missing kfree(rescuer) in destroy_workqueue() by Tejun Heo · 5 years ago
  29. def98c8 workqueue: Fix spurious sanity check failures in destroy_workqueue() by Tejun Heo · 5 years ago
  30. 509b320 workqueue: require CPU hotplug read exclusion for apply_workqueue_attrs by Daniel Jordan · 5 years ago
  31. 513c98d workqueue: unconfine alloc/apply/free_workqueue_attrs() by Daniel Jordan · 5 years ago
  32. be69d00 workqueue: Remove GPF argument from alloc_workqueue_attrs() by Thomas Gleixner · 6 years ago
  33. 2c9858e workqueue: Make alloc/apply/free_workqueue_attrs() static by Thomas Gleixner · 6 years ago
  34. 457c899 treewide: Add SPDX license identifier for missed files by Thomas Gleixner · 6 years ago
  35. 23c9706 Merge branch 'for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 6 years ago
  36. 0968621 Merge tag 'printk-for-5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  37. 6d25be5 sched/core, workqueues: Distangle worker accounting from rq lock by Thomas Gleixner · 6 years ago
  38. d75f773 treewide: Switch printk users from %pf and %pF to %ps and %pS, respectively by Sakari Ailus · 6 years ago
  39. 24acfb7 workqueue: Use normal rcu by Thomas Gleixner · 6 years ago
  40. 82efcab workqueue: Only unregister a registered lockdep key by Bart Van Assche · 6 years ago
  41. 8194fe9 kernel/workqueue: Document wq_worker_last_func() argument by Bart Van Assche · 6 years ago
  42. a2775bb kernel/workqueue: Use __printf markup to silence compiler in function 'alloc_workqueue' by Mathieu Malaterre · 6 years ago
  43. 9e55f87 Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 6 years ago
  44. 69a106c workqueue, lockdep: Fix a memory leak in wq->lock_name by Qian Cai · 6 years ago
  45. 009bb42 workqueue, lockdep: Fix an alloc_workqueue() error path by Bart Van Assche · 6 years ago
  46. b5dd0c6 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 6 years ago
  47. 4b04700 kernel: workqueue: clarify wq_worker_last_func() caller requirements by Johannes Weiner · 6 years ago
  48. abf7c3d Merge branch 'for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 6 years ago
  49. e431f2d Merge tag 'driver-core-5.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 6 years ago
  50. bf393fd workqueue: Fix spelling in source code comments by Bart Van Assche · 6 years ago
  51. 669de8b kernel/workqueue: Use dynamic lockdep keys for workqueues by Bart Van Assche · 6 years ago
  52. 8bdc620 workqueue: fix typo in comment by Liu Song · 6 years ago
  53. 9481caf Merge 5.0-rc6 into driver-core-next by Greg Kroah-Hartman · 6 years ago
  54. 1b69ac6 psi: fix aggregation idle shut-off by Johannes Weiner · 6 years ago
  55. 8204e0c workqueue: Provide queue_work_node to queue work near a given NUMA node by Alexander Duyck · 6 years ago
  56. 4d43d39 workqueue: Try to catch flush_work() without INIT_WORK(). by Tetsuo Handa · 6 years ago
  57. 25b0077 workqueue: Replace call_rcu_sched() with call_rcu() by Paul E. McKenney · 6 years ago
  58. cb9d7fd watchdog: Mark watchdog touch functions as notrace by Vincent Whitchurch · 6 years ago
  59. 9022ada8 Merge branch 'for-4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 6 years ago
  60. 87915ad workqueue: re-add lockdep dependencies for flushing by Johannes Berg · 6 years ago
  61. d6e8978 workqueue: skip lockdep wq dependency in cancel_work_sync() by Johannes Berg · 6 years ago
  62. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  63. 5f85942 Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi by Linus Torvalds · 7 years ago
  64. 2857676 Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  65. acafe7e treewide: Use struct_size() for kmalloc()-family by Kees Cook · 7 years ago
  66. 66448bc workqueue: move function definitions within CONFIG_SMP block by Mathieu Malaterre · 7 years ago
  67. 197f6ac workqueue: Make sure struct worker is accessible for wq_worker_comm() by Tejun Heo · 7 years ago
  68. 6b59808 workqueue: Show the latest workqueue name in /proc/PID/{comm,stat,status} by Tejun Heo · 7 years ago
  69. 8bf8959 workqueue: Set worker->desc to workqueue name by default by Tejun Heo · 7 years ago
  70. a2d812a workqueue: Make worker_attach/detach_pool() update worker->pool by Tejun Heo · 7 years ago
  71. 1258fae workqueue: Replace pool->attach_mutex with global wq_pool_attach_mutex by Tejun Heo · 7 years ago
  72. 5c750d5 scsi: zfcp: workqueue: set description for port work items with their WWPN as context by Steffen Maier · 7 years ago
  73. d92cd81 Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 7 years ago
  74. f75da8a workqueue: remove the comment about the old manager_arb mutex by Lai Jiangshan · 7 years ago
  75. 5826cc8 workqueue: fix the comments of nr_idle by Lai Jiangshan · 7 years ago
  76. 10c18c4 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  77. 05f0fe6 RCU, workqueue: Implement rcu_work by Tejun Heo · 7 years ago
  78. 6417250 workqueue: remove unused cancel_work() by Stephen Hemminger · 7 years ago
  79. 537f414 workqueue: use put_device() instead of kfree() by Arvind Yadav · 7 years ago
  80. fc4c5a3 Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  81. dfe8db2 Merge tag 'drm-misc-fixes-2018-02-21' of git://anongit.freedesktop.org/drm/drm-misc into drm-fixes by Dave Airlie · 7 years ago
  82. 1bda3f8 sched/isolation: Isolate workqueues when "nohz_full=" is set by Frederic Weisbecker · 7 years ago
  83. 27d4ee0 workqueue: Allow retrieval of current task's work struct by Lukas Wunner · 7 years ago
  84. 5d8515b Merge tag 'staging-4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 7 years ago
  85. f8cc87b Merge branch 'for-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 7 years ago
  86. d772794 Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  87. 6106c0f staging: lustre: lnet: convert selftest to use workqueues by NeilBrown · 7 years ago
  88. 62635ea workqueue: avoid hard lockups in show_workqueue_state() by Sergey Senozhatsky · 7 years ago
  89. 40c17f7 workqueue: allow WQ_MEM_RECLAIM on early init workqueues by Tejun Heo · 7 years ago
  90. 983c751 workqueue: separate out init_rescuer() by Tejun Heo · 7 years ago
  91. 475c5ee Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu by Ingo Molnar · 7 years ago
  92. 01dfee9 workqueue: remove unneeded kallsyms include by Sergey Senozhatsky · 7 years ago
  93. 62408c1 workqueue/hotplug: remove the workaround in rebind_workers() by Lai Jiangshan · 7 years ago
  94. e8b3f8d workqueue/hotplug: simplify workqueue_offline_cpu() by Lai Jiangshan · 7 years ago
  95. a7e6425 workqueue: Eliminate cond_resched_rcu_qs() in favor of cond_resched() by Paul E. McKenney · 7 years ago
  96. c98a980 workqueue: respect isolated cpus when queueing an unbound work by Tal Shorer · 7 years ago
  97. 841b86f treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts by Kees Cook · 7 years ago
  98. 0be5003 Merge branch 'for-4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 7 years ago
  99. 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
  100. 8e8eb73 workqueue: Use lockdep to assert IRQs are disabled/enabled by Frederic Weisbecker · 7 years ago