Commit History

Author SHA1 Message Date
  Ulrich Obergfell 39d2da2161 kernel/watchdog.c: fix race between proc_watchdog_thresh() and watchdog_timer_fn() 10 years ago
  Ulrich Obergfell a2a45b85ec kernel/watchdog.c: remove {get|put}_online_cpus() from watchdog_{park|unpark}_threads() 10 years ago
  Ulrich Obergfell 8614ddef82 kernel/watchdog.c: avoid races between /proc handlers and CPU hotplug 10 years ago
  Ulrich Obergfell ee89e71eb0 kernel/watchdog.c: avoid race between lockup detector suspend/resume and CPU hotplug 10 years ago
  Don Zickus ac1f591249 kernel/watchdog.c: add sysctl knob hardlockup_panic 10 years ago
  Jiri Kosina 55537871ef kernel/watchdog.c: perform all-CPU backtrace in case of hard lockup 10 years ago
  Ulrich Obergfell ee7fed5405 watchdog: do not unpark threads in watchdog_park_threads() on error 10 years ago
  Ulrich Obergfell c993590c6a watchdog: implement error handling in lockup_detector_suspend() 10 years ago
  Ulrich Obergfell b43cb43cb8 watchdog: implement error handling in update_watchdog_all_cpus() and callers 10 years ago
  Ulrich Obergfell 58cf690a09 watchdog: move watchdog_disable_all_cpus() outside of ifdef 10 years ago
  Ulrich Obergfell d283c640ce watchdog: fix error handling in proc_watchdog_thresh() 10 years ago
  Yaowei Bai 451637e454 kernel/watchdog.c: is_hardlockup can be boolean 10 years ago
  Ulrich Obergfell ec6a90661a watchdog: rename watchdog_suspend() and watchdog_resume() 10 years ago
  Ulrich Obergfell 999bbe49ea watchdog: use suspend/resume interface in fixup_ht_bug() 10 years ago
  Ulrich Obergfell d4bdd0b21c watchdog: use park/unpark functions in update_watchdog_all_cpus() 10 years ago
  Ulrich Obergfell 8c073d27d7 watchdog: introduce watchdog_suspend() and watchdog_resume() 10 years ago
  Ulrich Obergfell 81a4beef91 watchdog: introduce watchdog_park_threads() and watchdog_unpark_threads() 10 years ago
  Guenter Roeck aacfbe6a97 kernel/watchdog: move NMI function header declarations from watchdog.h to nmi.h 10 years ago
  Frederic Weisbecker 314b08ff52 watchdog: simplify housekeeping affinity with the appropriate mask 10 years ago
  Frederic Weisbecker 230ec93909 smpboot: allow passing the cpumask on per-cpu thread registration 10 years ago
  Chris Metcalf fe4ba3c343 watchdog: add watchdog_cpumask sysctl to assist nohz 10 years ago
  Michal Hocko 1173ff09b9 watchdog: fix double lock in watchdog_nmi_enable_all 10 years ago
  Peter Zijlstra ab992dc38f watchdog: Fix merge 'conflict' 10 years ago
  Linus Torvalds 1dcf58d6e6 Merge branch 'akpm' (patches from Andrew) 10 years ago
  Ulrich Obergfell 692297d8f9 watchdog: introduce the hardlockup_detector_disable() function 10 years ago
  Ulrich Obergfell b2f57c3a0d watchdog: clean up some function names and arguments 10 years ago
  Ulrich Obergfell 195daf665a watchdog: enable the new user interface of the watchdog mechanism 10 years ago
  Ulrich Obergfell bcfba4f4bf watchdog: implement error handling for failure to set up hardware perf events 10 years ago
  Ulrich Obergfell 83a80a3907 watchdog: introduce separate handlers for parameters in /proc/sys/kernel 10 years ago
  Ulrich Obergfell ef246a216b watchdog: introduce proc_watchdog_common() 10 years ago