aboutsummaryrefslogtreecommitdiff
path: root/kernel/watchdog.c
AgeCommit message (Expand)AuthorFilesLines
2021-04-30watchdog: rename __touch_watchdog() to a better descriptive nameGravatar Petr Mladek 1-4/+4
2021-04-04workqueue/watchdog: Make unbound workqueues aware of touch_softlockup_watchdog()Gravatar Wang Qing 1-2/+3
2020-11-14kernel/watchdog: fix watchdog_allowed_mask not used warningGravatar Santosh Sivaraj 1-2/+2
2020-06-08kernel/watchdog.c: convert {soft/hard}lockup boot parameters to sysctl aliasesGravatar Guilherme G. Piccoli 1-28/+9
2020-04-27sysctl: pass kernel pointers to ->proc_handlerGravatar Christoph Hellwig 1-6/+6
2020-01-17watchdog/softlockup: Enforce that timestamp is valid on bootGravatar Thomas Gleixner 1-4/+6
2020-01-16watchdog/softlockup: Remove obsolete check of last reported taskGravatar Petr Mladek 1-17/+1
2020-01-16watchdog: Remove soft_lockup_hrtimer_cnt and related codeGravatar Jisheng Zhang 1-3/+0
2019-08-01watchdog: Mark watchdog_hrtimer to expire in hard interrupt contextGravatar Sebastian Andrzej Siewior 1-2/+2
2019-04-18watchdog: Fix typo in commentGravatar Arash Fotouhi 1-1/+1
2019-03-28watchdog: Respect watchdog cpumask on CPU hotplugGravatar Thomas Gleixner 1-2/+4
2019-03-22watchdog/core: Make variables staticGravatar Valdis Kletnieks 1-2/+2
2018-11-01watchdog/core: Add watchdog_thresh command line parameterGravatar Laurence Oberman 1-0/+7
2018-08-30watchdog: Mark watchdog touch functions as notraceGravatar Vincent Whitchurch 1-2/+2
2018-07-15watchdog/softlockup: Fix cpu_stop_queue_work() double-queue bugGravatar Peter Zijlstra 1-5/+15
2018-07-03watchdog/softlockup: Replace "watchdog/%u" threads with cpu_stop_workGravatar Peter Zijlstra 1-77/+60
2017-11-08Merge branch 'linus' into sched/core, to pick up fixesGravatar Ingo Molnar 1-0/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-27sched/isolation: Introduce housekeeping flagsGravatar Frederic Weisbecker 1-1/+2
2017-10-27sched/isolation, watchdog: Use housekeeping_cpumask() instead of ad-hoc versionGravatar Frederic Weisbecker 1-8/+3
2017-10-27sched/isolation: Move housekeeping related code to its own fileGravatar Frederic Weisbecker 1-0/+1
2017-10-04watchdog/core: Put softlockup_threads_initialized under ifdef guardGravatar Thomas Gleixner 1-1/+1
2017-10-04watchdog/core: Rename some softlockup_* functionsGravatar Thomas Gleixner 1-9/+9
2017-10-04powerpc/watchdog: Make use of watchdog_nmi_probe()Gravatar Thomas Gleixner 1-1/+4
2017-10-04watchdog/core, powerpc: Lock cpus across reconfigurationGravatar Thomas Gleixner 1-1/+9
2017-10-04watchdog/core, powerpc: Replace watchdog_nmi_reconfigure()Gravatar Thomas Gleixner 1-15/+18
2017-09-14watchdog/hardlockup: Clean up hotplug locking messGravatar Thomas Gleixner 1-6/+0
2017-09-14watchdog/hardlockup/perf: Use new perf CPU enable mechanismGravatar Thomas Gleixner 1-1/+3
2017-09-14watchdog/hardlockup/perf: Implement init time detection of perfGravatar Thomas Gleixner 1-1/+12
2017-09-14watchdog/core: Get rid of the racy update loopGravatar Thomas Gleixner 1-48/+47
2017-09-14watchdog/core, powerpc: Make watchdog_nmi_reconfigure() two stageGravatar Thomas Gleixner 1-9/+22
2017-09-14watchdog/sysctl: Clean up sysctl variable name spaceGravatar Thomas Gleixner 1-21/+20
2017-09-14watchdog/core: Further simplify sysctl handlingGravatar Thomas Gleixner 1-20/+7
2017-09-14watchdog/core: Get rid of the thread teardown/setup danceGravatar Thomas Gleixner 1-171/+19
2017-09-14watchdog/core: Create new thread handling infrastructureGravatar Thomas Gleixner 1-0/+75
2017-09-14smpboot/threads, watchdog/core: Avoid runtime allocationGravatar Thomas Gleixner 1-16/+5
2017-09-14watchdog/core: Split out cpumask write functionGravatar Thomas Gleixner 1-19/+21
2017-09-14watchdog/core: Clean up the #ifdef mazeGravatar Thomas Gleixner 1-20/+13
2017-09-14watchdog/core: Clean up stub functionsGravatar Thomas Gleixner 1-46/+22
2017-09-14watchdog/core: Remove the park_in_progress obfuscationGravatar Thomas Gleixner 1-20/+17
2017-09-14watchdog/hardlockup/perf: Prevent CPU hotplug deadlockGravatar Thomas Gleixner 1-0/+25
2017-09-14watchdog/hardlockup/perf: Remove broken self disable on failureGravatar Thomas Gleixner 1-15/+0
2017-09-14watchdog/core: Mark hardlockup_detector_disable() __initGravatar Thomas Gleixner 1-1/+1
2017-09-14watchdog/core: Rename watchdog_proc_mutexGravatar Thomas Gleixner 1-8/+7
2017-09-14watchdog/core: Rework CPU hotplug lockingGravatar Thomas Gleixner 1-6/+6
2017-09-14watchdog/core: Remove broken suspend/resume interfacesGravatar Thomas Gleixner 1-88/+1
2017-09-14watchdog/core: Provide interface to stop from poweroff()Gravatar Thomas Gleixner 1-1/+13
2017-08-18kernel/watchdog: Prevent false positives with turbo modesGravatar Thomas Gleixner 1-0/+1
2017-07-14kernel/watchdog.c: use better pr_fmt prefixGravatar Kefeng Wang 1-1/+1
2017-07-12kernel/watchdog: provide watchdog_nmi_reconfigure() for arch watchdogsGravatar Nicholas Piggin 1-4/+44