summaryrefslogtreecommitdiffstats
path: root/kernel/watchdog.c
AgeCommit message (Expand)AuthorLines
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman-0/+1
2017-10-27sched/isolation: Introduce housekeeping flagsFrederic Weisbecker-1/+2
2017-10-27sched/isolation, watchdog: Use housekeeping_cpumask() instead of ad-hoc versionFrederic Weisbecker-8/+3
2017-10-27sched/isolation: Move housekeeping related code to its own fileFrederic Weisbecker-0/+1
2017-10-04watchdog/core: Put softlockup_threads_initialized under ifdef guardThomas Gleixner-1/+1
2017-10-04watchdog/core: Rename some softlockup_* functionsThomas Gleixner-9/+9
2017-10-04powerpc/watchdog: Make use of watchdog_nmi_probe()Thomas Gleixner-1/+4
2017-10-04watchdog/core, powerpc: Lock cpus across reconfigurationThomas Gleixner-1/+9
2017-10-04watchdog/core, powerpc: Replace watchdog_nmi_reconfigure()Thomas Gleixner-15/+18
2017-09-14watchdog/hardlockup: Clean up hotplug locking messThomas Gleixner-6/+0
2017-09-14watchdog/hardlockup/perf: Use new perf CPU enable mechanismThomas Gleixner-1/+3
2017-09-14watchdog/hardlockup/perf: Implement init time detection of perfThomas Gleixner-1/+12
2017-09-14watchdog/core: Get rid of the racy update loopThomas Gleixner-48/+47
2017-09-14watchdog/core, powerpc: Make watchdog_nmi_reconfigure() two stageThomas Gleixner-9/+22
2017-09-14watchdog/sysctl: Clean up sysctl variable name spaceThomas Gleixner-21/+20
2017-09-14watchdog/core: Further simplify sysctl handlingThomas Gleixner-20/+7
2017-09-14watchdog/core: Get rid of the thread teardown/setup danceThomas Gleixner-171/+19
2017-09-14watchdog/core: Create new thread handling infrastructureThomas Gleixner-0/+75
2017-09-14smpboot/threads, watchdog/core: Avoid runtime allocationThomas Gleixner-16/+5
2017-09-14watchdog/core: Split out cpumask write functionThomas Gleixner-19/+21
2017-09-14watchdog/core: Clean up the #ifdef mazeThomas Gleixner-20/+13
2017-09-14watchdog/core: Clean up stub functionsThomas Gleixner-46/+22
2017-09-14watchdog/core: Remove the park_in_progress obfuscationThomas Gleixner-20/+17
2017-09-14watchdog/hardlockup/perf: Prevent CPU hotplug deadlockThomas Gleixner-0/+25
2017-09-14watchdog/hardlockup/perf: Remove broken self disable on failureThomas Gleixner-15/+0
2017-09-14watchdog/core: Mark hardlockup_detector_disable() __initThomas Gleixner-1/+1
2017-09-14watchdog/core: Rename watchdog_proc_mutexThomas Gleixner-8/+7
2017-09-14watchdog/core: Rework CPU hotplug lockingThomas Gleixner-6/+6
2017-09-14watchdog/core: Remove broken suspend/resume interfacesThomas Gleixner-88/+1
2017-09-14watchdog/core: Provide interface to stop from poweroff()Thomas Gleixner-1/+13
2017-08-18kernel/watchdog: Prevent false positives with turbo modesThomas Gleixner-0/+1
2017-07-14kernel/watchdog.c: use better pr_fmt prefixKefeng Wang-1/+1
2017-07-12kernel/watchdog: provide watchdog_nmi_reconfigure() for arch watchdogsNicholas Piggin-4/+44
2017-07-12kernel/watchdog: split up config optionsNicholas Piggin-85/+158
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <uap...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-01-24kernel/watchdog: prevent false hardlockup on overloaded systemDon Zickus-0/+9
2016-12-14kernel/watchdog.c: move hardlockup detector to separate fileBabu Moger-230/+11
2016-12-14kernel/watchdog.c: move shared definitions to nmi.hBabu Moger-24/+4
2016-12-14kernel/watchdog: use nmi registers snapshot in hardlockup handlerKonstantin Khlebnikov-1/+0
2016-03-17watchdog: don't run proc_watchdog_update if new value is same as oldJoshua Hunt-1/+8
2016-01-11Merge branch 'for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds-1/+17
2015-12-19panic, x86: Allow CPUs to save registers even if looping in NMI contextHidehiro Kawai-1/+1
2015-12-19panic, x86: Fix re-entrance problem due to panic on NMIHidehiro Kawai-1/+1
2015-12-08workqueue: implement lockup detectorTejun Heo-0/+3
2015-12-08watchdog: introduce touch_softlockup_watchdog_sched()Tejun Heo-1/+14
2015-11-05kernel/watchdog.c: fix race between proc_watchdog_thresh() and watchdog_timer...Ulrich Obergfell-1/+1
2015-11-05kernel/watchdog.c: remove {get|put}_online_cpus() from watchdog_{park|unpark}...Ulrich Obergfell-4/+6