1. dd0693f watchdog: move watchdog sysctl interface to watchdog.c by Xiaoming Ni · 3 years ago
  2. b124ac4 kernel: watchdog: modify the explanation related to watchdog thread by Wang Qing · 3 years, 6 months ago
  3. 0f90b88 watchdog: reliable handling of timestamps by Petr Mladek · 3 years, 7 months ago
  4. 9bf3bc9 watchdog: cleanup handling of false positives by Petr Mladek · 3 years, 8 months ago
  5. 9f113bf watchdog: fix barriers when printing backtraces from all CPUs by Petr Mladek · 3 years, 8 months ago
  6. 1bc503cb watchdog/softlockup: remove logic that tried to prevent repeated reports by Petr Mladek · 3 years, 8 months ago
  7. fef06ef watchdog/softlockup: report the overall time of softlockups by Petr Mladek · 3 years, 8 months ago
  8. c9ad17c watchdog: explicitly update timestamp when reporting softlockup by Petr Mladek · 3 years, 8 months ago
  9. 7c0012f watchdog: rename __touch_watchdog() to a better descriptive name by Petr Mladek · 3 years, 8 months ago
  10. 89e28ce workqueue/watchdog: Make unbound workqueues aware of touch_softlockup_watchdog() by Wang Qing · 3 years, 9 months ago
  11. e7e0461 kernel/watchdog: fix watchdog_allowed_mask not used warning by Santosh Sivaraj · 4 years, 1 month ago
  12. f117955 kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliases by Guilherme G. Piccoli · 4 years, 7 months ago
  13. 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 8 months ago
  14. 11e31f6 watchdog/softlockup: Enforce that timestamp is valid on boot by Thomas Gleixner · 5 years ago
  15. 3a51449b watchdog/softlockup: Remove obsolete check of last reported task by Petr Mladek · 5 years ago
  16. d129479 watchdog: Remove soft_lockup_hrtimer_cnt and related code by Jisheng Zhang · 5 years ago
  17. d2ab4cf watchdog: Mark watchdog_hrtimer to expire in hard interrupt context by Sebastian Andrzej Siewior · 5 years ago
  18. 76e1552 watchdog: Fix typo in comment by Arash Fotouhi · 6 years ago
  19. 7dd4761 watchdog: Respect watchdog cpumask on CPU hotplug by Thomas Gleixner · 6 years ago
  20. 48084ab watchdog/core: Make variables static by Valdis Kletnieks · 6 years ago
  21. 1129505 watchdog/core: Add watchdog_thresh command line parameter by Laurence Oberman · 6 years ago
  22. cb9d7fd watchdog: Mark watchdog touch functions as notrace by Vincent Whitchurch · 6 years ago
  23. be45bf5 watchdog/softlockup: Fix cpu_stop_queue_work() double-queue bug by Peter Zijlstra · 6 years ago
  24. 9cf5773 watchdog/softlockup: Replace "watchdog/%u" threads with cpu_stop_work by Peter Zijlstra · 7 years ago
  25. 8a103df Merge branch 'linus' into sched/core, to pick up fixes by Ingo Molnar · 7 years ago
  26. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  27. de20155 sched/isolation: Introduce housekeeping flags by Frederic Weisbecker · 7 years ago
  28. 13316b3 sched/isolation, watchdog: Use housekeeping_cpumask() instead of ad-hoc version by Frederic Weisbecker · 7 years ago
  29. 7863406 sched/isolation: Move housekeeping related code to its own file by Frederic Weisbecker · 7 years ago
  30. 0b62bf8 watchdog/core: Put softlockup_threads_initialized under ifdef guard by Thomas Gleixner · 7 years ago
  31. 5587185 watchdog/core: Rename some softlockup_* functions by Thomas Gleixner · 7 years ago
  32. 34ddaa3 powerpc/watchdog: Make use of watchdog_nmi_probe() by Thomas Gleixner · 7 years ago
  33. e31d688 watchdog/core, powerpc: Lock cpus across reconfiguration by Thomas Gleixner · 7 years ago
  34. 6b9dc48 watchdog/core, powerpc: Replace watchdog_nmi_reconfigure() by Thomas Gleixner · 7 years ago
  35. ab5fe3f watchdog/hardlockup: Clean up hotplug locking mess by Thomas Gleixner · 7 years ago
  36. 146c9d0 watchdog/hardlockup/perf: Use new perf CPU enable mechanism by Thomas Gleixner · 7 years ago
  37. a994a31 watchdog/hardlockup/perf: Implement init time detection of perf by Thomas Gleixner · 7 years ago
  38. 0915498 watchdog/core: Get rid of the racy update loop by Thomas Gleixner · 7 years ago
  39. 6592ad2 watchdog/core, powerpc: Make watchdog_nmi_reconfigure() two stage by Thomas Gleixner · 7 years ago
  40. 7feeb9c watchdog/sysctl: Clean up sysctl variable name space by Thomas Gleixner · 7 years ago
  41. e8b62b2 watchdog/core: Further simplify sysctl handling by Thomas Gleixner · 7 years ago
  42. d57108d watchdog/core: Get rid of the thread teardown/setup dance by Thomas Gleixner · 7 years ago
  43. 2eb2527 watchdog/core: Create new thread handling infrastructure by Thomas Gleixner · 7 years ago
  44. 0d85923 smpboot/threads, watchdog/core: Avoid runtime allocation by Thomas Gleixner · 7 years ago
  45. 05ba3de watchdog/core: Split out cpumask write function by Thomas Gleixner · 7 years ago
  46. 368a7e2 watchdog/core: Clean up the #ifdef maze by Thomas Gleixner · 7 years ago
  47. 2b9d7f2 watchdog/core: Clean up stub functions by Thomas Gleixner · 7 years ago
  48. 01f0a02 watchdog/core: Remove the park_in_progress obfuscation by Thomas Gleixner · 7 years ago
  49. 941154b watchdog/hardlockup/perf: Prevent CPU hotplug deadlock by Thomas Gleixner · 7 years ago
  50. 20d853f watchdog/hardlockup/perf: Remove broken self disable on failure by Thomas Gleixner · 7 years ago
  51. 7a35582 watchdog/core: Mark hardlockup_detector_disable() __init by Thomas Gleixner · 7 years ago
  52. 946d197 watchdog/core: Rename watchdog_proc_mutex by Thomas Gleixner · 7 years ago
  53. b7a3498 watchdog/core: Rework CPU hotplug locking by Thomas Gleixner · 7 years ago
  54. 5490125 watchdog/core: Remove broken suspend/resume interfaces by Thomas Gleixner · 7 years ago
  55. 6554fd8 watchdog/core: Provide interface to stop from poweroff() by Thomas Gleixner · 7 years ago
  56. 7edaeb6 kernel/watchdog: Prevent false positives with turbo modes by Thomas Gleixner · 7 years ago
  57. 5f92a7b kernel/watchdog.c: use better pr_fmt prefix by Kefeng Wang · 7 years ago
  58. a10a842 kernel/watchdog: provide watchdog_nmi_reconfigure() for arch watchdogs by Nicholas Piggin · 7 years ago
  59. 05a4a95 kernel/watchdog: split up config options by Nicholas Piggin · 7 years ago
  60. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  61. ae7e81c sched/headers: Prepare for new header dependencies before moving code to <uapi/linux/sched/types.h> by Ingo Molnar · 8 years ago
  62. e601757 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> by Ingo Molnar · 8 years ago
  63. b94f511 kernel/watchdog: prevent false hardlockup on overloaded system by Don Zickus · 8 years ago
  64. 73ce051 kernel/watchdog.c: move hardlockup detector to separate file by Babu Moger · 8 years ago
  65. 249e52e kernel/watchdog.c: move shared definitions to nmi.h by Babu Moger · 8 years ago
  66. 4d1f0fb kernel/watchdog: use nmi registers snapshot in hardlockup handler by Konstantin Khlebnikov · 8 years ago
  67. a1ee193 watchdog: don't run proc_watchdog_update if new value is same as old by Joshua Hunt · 9 years ago
  68. 0f8c790 Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 9 years ago
  69. 58c5661 panic, x86: Allow CPUs to save registers even if looping in NMI context by Hidehiro Kawai · 9 years ago
  70. 1717f20 panic, x86: Fix re-entrance problem due to panic on NMI by Hidehiro Kawai · 9 years ago
  71. 82607adc workqueue: implement lockup detector by Tejun Heo · 9 years ago
  72. 03e0d46 watchdog: introduce touch_softlockup_watchdog_sched() by Tejun Heo · 9 years ago
  73. 39d2da2 kernel/watchdog.c: fix race between proc_watchdog_thresh() and watchdog_timer_fn() by Ulrich Obergfell · 9 years ago
  74. a2a45b8 kernel/watchdog.c: remove {get|put}_online_cpus() from watchdog_{park|unpark}_threads() by Ulrich Obergfell · 9 years ago
  75. 8614dde kernel/watchdog.c: avoid races between /proc handlers and CPU hotplug by Ulrich Obergfell · 9 years ago
  76. ee89e71 kernel/watchdog.c: avoid race between lockup detector suspend/resume and CPU hotplug by Ulrich Obergfell · 9 years ago
  77. ac1f591 kernel/watchdog.c: add sysctl knob hardlockup_panic by Don Zickus · 9 years ago
  78. 5553787 kernel/watchdog.c: perform all-CPU backtrace in case of hard lockup by Jiri Kosina · 9 years ago
  79. ee7fed5 watchdog: do not unpark threads in watchdog_park_threads() on error by Ulrich Obergfell · 9 years ago
  80. c993590 watchdog: implement error handling in lockup_detector_suspend() by Ulrich Obergfell · 9 years ago
  81. b43cb43 watchdog: implement error handling in update_watchdog_all_cpus() and callers by Ulrich Obergfell · 9 years ago
  82. 58cf690 watchdog: move watchdog_disable_all_cpus() outside of ifdef by Ulrich Obergfell · 9 years ago
  83. d283c64 watchdog: fix error handling in proc_watchdog_thresh() by Ulrich Obergfell · 9 years ago
  84. 451637e kernel/watchdog.c: is_hardlockup can be boolean by Yaowei Bai · 9 years ago
  85. ec6a906 watchdog: rename watchdog_suspend() and watchdog_resume() by Ulrich Obergfell · 9 years ago
  86. 999bbe4 watchdog: use suspend/resume interface in fixup_ht_bug() by Ulrich Obergfell · 9 years ago
  87. d4bdd0b21 watchdog: use park/unpark functions in update_watchdog_all_cpus() by Ulrich Obergfell · 9 years ago
  88. 8c073d2 watchdog: introduce watchdog_suspend() and watchdog_resume() by Ulrich Obergfell · 9 years ago
  89. 81a4bee watchdog: introduce watchdog_park_threads() and watchdog_unpark_threads() by Ulrich Obergfell · 9 years ago
  90. aacfbe6 kernel/watchdog: move NMI function header declarations from watchdog.h to nmi.h by Guenter Roeck · 9 years ago
  91. 314b08ff watchdog: simplify housekeeping affinity with the appropriate mask by Frederic Weisbecker · 9 years ago
  92. 230ec93 smpboot: allow passing the cpumask on per-cpu thread registration by Frederic Weisbecker · 9 years ago
  93. fe4ba3c watchdog: add watchdog_cpumask sysctl to assist nohz by Chris Metcalf · 10 years ago
  94. 1173ff0 watchdog: fix double lock in watchdog_nmi_enable_all by Michal Hocko · 10 years ago
  95. ab992dc watchdog: Fix merge 'conflict' by Peter Zijlstra · 10 years ago
  96. 1dcf58d Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 10 years ago
  97. 692297d watchdog: introduce the hardlockup_detector_disable() function by Ulrich Obergfell · 10 years ago
  98. b2f57c3 watchdog: clean up some function names and arguments by Ulrich Obergfell · 10 years ago
  99. 195daf6 watchdog: enable the new user interface of the watchdog mechanism by Ulrich Obergfell · 10 years ago
  100. bcfba4f watchdog: implement error handling for failure to set up hardware perf events by Ulrich Obergfell · 10 years ago