summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2018-05-10debug: hard lockup detectjianxin.pan17-3/+600
2018-03-06hardlockup: detect hard lockups without NMIs using secondary cpusColin Cross5-17/+156
2017-06-17kernel/watchdog: prevent false hardlockup on overloaded systemDon Zickus3-0/+13
2017-06-17kernel/watchdog.c: move shared definitions to nmi.hBabu Moger2-24/+28
2017-06-17kernel/watchdog.c: move hardlockup detector to separate fileBabu Moger3-230/+239
2017-01-06kernel/watchdog: use nmi registers snapshot in hardlockup handlerKonstantin Khlebnikov1-1/+0
2016-03-17watchdog: don't run proc_watchdog_update if new value is same as oldJoshua Hunt1-1/+8
2016-01-12Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds8-15/+261
2015-12-19panic, x86: Allow CPUs to save registers even if looping in NMI contextHidehiro Kawai5-8/+45
2015-12-19panic, x86: Fix re-entrance problem due to panic on NMIHidehiro Kawai4-8/+46
2015-12-08workqueue: implement lockup detectorTejun Heo5-3/+200
2015-12-08watchdog: introduce touch_softlockup_watchdog_sched()Tejun Heo4-5/+22
2015-11-06kernel/watchdog.c: fix race between proc_watchdog_thresh() and watchdog_timer...Ulrich Obergfell1-1/+1
2015-11-06kernel/watchdog.c: remove {get|put}_online_cpus() from watchdog_{park|unpark}...Ulrich Obergfell1-4/+6
2015-11-06kernel/watchdog.c: avoid races between /proc handlers and CPU hotplugUlrich Obergfell1-0/+6
2015-11-06kernel/watchdog.c: avoid race between lockup detector suspend/resume and CPU ...Ulrich Obergfell1-0/+2
2015-11-06kernel/watchdog.c: add sysctl knob hardlockup_panicDon Zickus4-3/+16
2015-11-06kernel/watchdog.c: perform all-CPU backtrace in case of hard lockupJiri Kosina5-5/+55
2015-11-06watchdog: do not unpark threads in watchdog_park_threads() on errorUlrich Obergfell1-4/+6
2015-11-06watchdog: implement error handling in lockup_detector_suspend()Ulrich Obergfell1-0/+5
2015-11-06watchdog: implement error handling in update_watchdog_all_cpus() and callersUlrich Obergfell1-7/+23
2015-11-06watchdog: move watchdog_disable_all_cpus() outside of ifdefUlrich Obergfell1-3/+5
2015-11-06watchdog: fix error handling in proc_watchdog_thresh()Ulrich Obergfell1-3/+4
2015-11-06kernel/watchdog.c: is_hardlockup can be booleanYaowei Bai1-3/+3
2015-09-04watchdog: rename watchdog_suspend() and watchdog_resume()Ulrich Obergfell3-10/+28
2015-09-04watchdog: use suspend/resume interface in fixup_ht_bug()Ulrich Obergfell3-41/+14
2015-09-04watchdog: use park/unpark functions in update_watchdog_all_cpus()Ulrich Obergfell1-38/+2
2015-09-04watchdog: introduce watchdog_suspend() and watchdog_resume()Ulrich Obergfell2-0/+67
2015-09-04watchdog: introduce watchdog_park_threads() and watchdog_unpark_threads()Ulrich Obergfell1-0/+36
2015-09-04kernel/watchdog: move NMI function header declarations from watchdog.h to nmi.hGuenter Roeck4-14/+6
2015-09-04watchdog: simplify housekeeping affinity with the appropriate maskFrederic Weisbecker1-4/+2
2015-09-04smpboot: allow passing the cpumask on per-cpu thread registrationFrederic Weisbecker3-12/+22
2015-06-25watchdog: add watchdog_cpumask sysctl to assist nohzChris Metcalf6-5/+112
2015-05-19watchdog: fix double lock in watchdog_nmi_enable_allMichal Hocko1-1/+1
2015-05-18watchdog: Fix merge 'conflict'Peter Zijlstra1-5/+15
2015-04-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds153-1419/+2312
2015-04-14watchdog: introduce the hardlockup_detector_disable() functionUlrich Obergfell3-27/+5
2015-04-14watchdog: clean up some function names and argumentsUlrich Obergfell1-8/+12
2015-04-14watchdog: enable the new user interface of the watchdog mechanismUlrich Obergfell5-89/+97
2015-04-14watchdog: implement error handling for failure to set up hardware perf eventsUlrich Obergfell1-0/+30
2015-04-14watchdog: introduce separate handlers for parameters in /proc/sys/kernelUlrich Obergfell2-0/+67
2015-04-14watchdog: introduce proc_watchdog_common()Ulrich Obergfell1-0/+65
2015-04-14watchdog: move definition of 'watchdog_proc_mutex' outside of proc_dowatchdog()Ulrich Obergfell1-1/+2
2015-04-14watchdog: introduce the proc_watchdog_update() functionUlrich Obergfell1-0/+23
2015-04-14watchdog: new definitions and variables, initializationUlrich Obergfell2-1/+28
2015-04-02watchdog: Add watchdog enable/disable all functionsStephane Eranian2-0/+36
2015-02-13kernel/sched/clock.c: add another clock for use with the soft lockup watchdogCyril Bur3-1/+15
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds149-547/+560
2014-10-14kernel/watchdog.c: control hard lockup detection defaultUlrich Obergfell2-2/+61
2014-10-13Merge branch 'perf-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-6/+4
[next]