summaryrefslogtreecommitdiffstats
path: root/kernel/watchdog.c
Commit message (Expand)AuthorAgeFilesLines
* kernel: watchdog: modify the explanation related to watchdog threadWang Qing2021-06-291-8/+4
* watchdog: reliable handling of timestampsPetr Mladek2021-05-221-14/+20
* watchdog: cleanup handling of false positivesPetr Mladek2021-04-301-12/+8
* watchdog: fix barriers when printing backtraces from all CPUsPetr Mladek2021-04-301-11/+6
* watchdog/softlockup: remove logic that tried to prevent repeated reportsPetr Mladek2021-04-301-12/+2
* watchdog/softlockup: report the overall time of softlockupsPetr Mladek2021-04-301-12/+28
* watchdog: explicitly update timestamp when reporting softlockupPetr Mladek2021-04-301-0/+3
* watchdog: rename __touch_watchdog() to a better descriptive namePetr Mladek2021-04-301-4/+4
* workqueue/watchdog: Make unbound workqueues aware of touch_softlockup_watchdog()Wang Qing2021-04-041-2/+3
* kernel/watchdog: fix watchdog_allowed_mask not used warningSantosh Sivaraj2020-11-141-2/+2
* kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliasesGuilherme G. Piccoli2020-06-081-28/+9
* sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-6/+6
* watchdog/softlockup: Enforce that timestamp is valid on bootThomas Gleixner2020-01-171-4/+6
* watchdog/softlockup: Remove obsolete check of last reported taskPetr Mladek2020-01-161-17/+1
* watchdog: Remove soft_lockup_hrtimer_cnt and related codeJisheng Zhang2020-01-161-3/+0
* watchdog: Mark watchdog_hrtimer to expire in hard interrupt contextSebastian Andrzej Siewior2019-08-011-2/+2
* watchdog: Fix typo in commentArash Fotouhi2019-04-181-1/+1
* watchdog: Respect watchdog cpumask on CPU hotplugThomas Gleixner2019-03-281-2/+4
* watchdog/core: Make variables staticValdis Kletnieks2019-03-221-2/+2
* watchdog/core: Add watchdog_thresh command line parameterLaurence Oberman2018-11-011-0/+7
* watchdog: Mark watchdog touch functions as notraceVincent Whitchurch2018-08-301-2/+2
* watchdog/softlockup: Fix cpu_stop_queue_work() double-queue bugPeter Zijlstra2018-07-151-5/+15
* watchdog/softlockup: Replace "watchdog/%u" threads with cpu_stop_workPeter Zijlstra2018-07-031-77/+60
* 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