aboutsummaryrefslogtreecommitdiff
path: root/kernel/watchdog.c
AgeCommit message (Expand)Author
2016-03-17watchdog: don't run proc_watchdog_update if new value is same as oldJoshua Hunt
2016-01-11Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2015-12-19panic, x86: Allow CPUs to save registers even if looping in NMI contextHidehiro Kawai
2015-12-19panic, x86: Fix re-entrance problem due to panic on NMIHidehiro Kawai
2015-12-08workqueue: implement lockup detectorTejun Heo
2015-12-08watchdog: introduce touch_softlockup_watchdog_sched()Tejun Heo
2015-11-05kernel/watchdog.c: fix race between proc_watchdog_thresh() and watchdog_timer...Ulrich Obergfell
2015-11-05kernel/watchdog.c: remove {get|put}_online_cpus() from watchdog_{park|unpark}...Ulrich Obergfell
2015-11-05kernel/watchdog.c: avoid races between /proc handlers and CPU hotplugUlrich Obergfell
2015-11-05kernel/watchdog.c: avoid race between lockup detector suspend/resume and CPU ...Ulrich Obergfell
2015-11-05kernel/watchdog.c: add sysctl knob hardlockup_panicDon Zickus
2015-11-05kernel/watchdog.c: perform all-CPU backtrace in case of hard lockupJiri Kosina
2015-11-05watchdog: do not unpark threads in watchdog_park_threads() on errorUlrich Obergfell
2015-11-05watchdog: implement error handling in lockup_detector_suspend()Ulrich Obergfell
2015-11-05watchdog: implement error handling in update_watchdog_all_cpus() and callersUlrich Obergfell
2015-11-05watchdog: move watchdog_disable_all_cpus() outside of ifdefUlrich Obergfell
2015-11-05watchdog: fix error handling in proc_watchdog_thresh()Ulrich Obergfell
2015-11-05kernel/watchdog.c: is_hardlockup can be booleanYaowei Bai
2015-09-04watchdog: rename watchdog_suspend() and watchdog_resume()Ulrich Obergfell
2015-09-04watchdog: use suspend/resume interface in fixup_ht_bug()Ulrich Obergfell
2015-09-04watchdog: use park/unpark functions in update_watchdog_all_cpus()Ulrich Obergfell
2015-09-04watchdog: introduce watchdog_suspend() and watchdog_resume()Ulrich Obergfell
2015-09-04watchdog: introduce watchdog_park_threads() and watchdog_unpark_threads()Ulrich Obergfell
2015-09-04kernel/watchdog: move NMI function header declarations from watchdog.h to nmi.hGuenter Roeck
2015-09-04watchdog: simplify housekeeping affinity with the appropriate maskFrederic Weisbecker
2015-09-04smpboot: allow passing the cpumask on per-cpu thread registrationFrederic Weisbecker
2015-06-24watchdog: add watchdog_cpumask sysctl to assist nohzChris Metcalf
2015-05-19watchdog: fix double lock in watchdog_nmi_enable_allMichal Hocko
2015-05-18watchdog: Fix merge 'conflict'Peter Zijlstra
2015-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2015-04-14watchdog: introduce the hardlockup_detector_disable() functionUlrich Obergfell
2015-04-14watchdog: clean up some function names and argumentsUlrich Obergfell
2015-04-14watchdog: enable the new user interface of the watchdog mechanismUlrich Obergfell
2015-04-14watchdog: implement error handling for failure to set up hardware perf eventsUlrich Obergfell
2015-04-14watchdog: introduce separate handlers for parameters in /proc/sys/kernelUlrich Obergfell
2015-04-14watchdog: introduce proc_watchdog_common()Ulrich Obergfell
2015-04-14watchdog: move definition of 'watchdog_proc_mutex' outside of proc_dowatchdog()Ulrich Obergfell
2015-04-14watchdog: introduce the proc_watchdog_update() functionUlrich Obergfell
2015-04-14watchdog: new definitions and variables, initializationUlrich Obergfell
2015-04-02watchdog: Add watchdog enable/disable all functionsStephane Eranian
2015-02-12kernel/sched/clock.c: add another clock for use with the soft lockup watchdogCyril Bur
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-10-14kernel/watchdog.c: control hard lockup detection defaultUlrich Obergfell
2014-10-13Merge branch 'perf-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2014-10-09softlockup: make detector be aware of task switch of processes hogging cpuchai wen
2014-08-26watchdog: Replace __raw_get_cpu_var usesChristoph Lameter
2014-08-18watchdog: Fix print-once on enableUlrich Obergfell
2014-08-18watchdog: Remove unnecessary header fileschai wen
2014-08-08panic: add TAINT_SOFTLOCKUPJosh Hunt
2014-08-06kernel/watchdog.c: convert printk/pr_warning to pr_foo()Fabian Frederick