aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/watchdog_hld.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-19kernel/watchdog_hld.c: hard lockup message should end with a newlineSergey Senozhatsky1-1/+2
2018-08-30watchdog: Mark watchdog touch functions as notraceVincent Whitchurch1-1/+1
2018-08-03watchdog: Reduce message verbositySinan Kaya1-2/+2
2017-11-04Merge branch 'linus' into core/urgent, to pick up dependent commitsIngo Molnar1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-11-01watchdog/hardlockup/perf: Use atomics to track in-use cpu counterDon Zickus1-3/+5
2017-11-01watchdog/harclockup/perf: Revert a33d44843d45 ("watchdog/hardlockup/perf: Simplify deferred event destroy")Thomas Gleixner1-2/+5
2017-09-28watchdog/hardlockup/perf: Fix spelling mistake: "permanetely" -> "permanently"Colin Ian King1-1/+1
2017-09-25watchdog/hardlockup/perf: Cure UP damageThomas Gleixner1-1/+6
2017-09-14watchdog/hardlockup/perf: Simplify deferred event destroyThomas Gleixner1-5/+2
2017-09-14watchdog/hardlockup/perf: Use new perf CPU enable mechanismThomas Gleixner1-83/+5
2017-09-14watchdog/hardlockup/perf: Implement CPU enable replacementThomas Gleixner1-0/+11
2017-09-14watchdog/hardlockup/perf: Implement init time perf validationThomas Gleixner1-0/+37
2017-09-14watchdog/core: Remove the park_in_progress obfuscationThomas Gleixner1-5/+2
2017-09-14watchdog/hardlockup/perf: Prevent CPU hotplug deadlockThomas Gleixner1-6/+28
2017-09-14watchdog/hardlockup/perf: Remove broken self disable on failureThomas Gleixner1-13/+7
2017-09-14watchdog/hardlockup: Provide interface to stop/restart perf eventsPeter Zijlstra1-0/+41
2017-08-18kernel/watchdog: Prevent false positives with turbo modesThomas Gleixner1-0/+59
2017-07-12kernel/watchdog: split up config optionsNicholas Piggin1-32/+0
2017-07-12kernel/watchdog: introduce arch_touch_nmi_watchdog()Nicholas Piggin1-3/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+2
2017-02-22kernel/watchdog.c: do not hardcode CPU 0 as the initial threadPrarit Bhargava1-10/+15
2017-01-24kernel/watchdog: prevent false hardlockup on overloaded systemDon Zickus1-0/+3
2016-12-14kernel/watchdog.c: move hardlockup detector to separate fileBabu Moger1-0/+227