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