aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/watchdog.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-07-24powerpc: NMI IPI make NMI IPIs fully sychronousNicholas Piggin1-1/+0
2018-05-10powerpc/watchdog: provide more data in watchdog messagesNicholas Piggin1-3/+25
2018-05-10powerpc/watchdog: don't update the watchdog timestamp if a lockup is detectedNicholas Piggin1-2/+0
2018-05-10powerpc/watchdog: fix typo 'can by' to 'can be'Wolfram Sang1-1/+1
2018-01-28powerpc/watchdog: Print the NIP in soft_nmi_interrupt()Michael Ellerman1-1/+1
2018-01-28powerpc/watchdog: regs can't be null in soft_nmi_interrupt()Michael Ellerman1-4/+1
2018-01-28powerpc/watchdog: Tweak watchdog printksMichael Ellerman1-6/+9
2018-01-21powerpc/watchdog: improve watchdog commentsNicholas Piggin1-20/+38
2018-01-18powerpc/watchdog: remove arch_trigger_cpumask_backtraceNicholas Piggin1-22/+0
2017-11-16Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-12/+17
2017-11-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+2
2017-11-02powerpc/watchdog: Convert timers to use timer_setup()Kees Cook1-3/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-04powerpc/watchdog: Make use of watchdog_nmi_probe()Thomas Gleixner1-9/+8
2017-10-04watchdog/core, powerpc: Lock cpus across reconfigurationThomas Gleixner1-4/+0
2017-10-04watchdog/core, powerpc: Replace watchdog_nmi_reconfigure()Thomas Gleixner1-9/+14
2017-10-04powerpc/watchdog: Do not trigger SMP crash from touch_nmi_watchdogNicholas Piggin1-2/+5
2017-10-04powerpc/watchdog: Do not backtrace locked CPUs twice if allcpus backtrace is enabledNicholas Piggin1-8/+11
2017-10-04powerpc/watchdog: Do not panic from locked CPU's IPI handlerNicholas Piggin1-2/+1
2017-09-14watchdog/hardlockup: Clean up hotplug locking messThomas Gleixner1-0/+2
2017-09-14watchdog/core, powerpc: Make watchdog_nmi_reconfigure() two stageThomas Gleixner1-8/+9
2017-09-14watchdog/core: Remove broken suspend/resume interfacesThomas Gleixner1-3/+0
2017-08-23Merge branch 'fixes' into nextMichael Ellerman1-13/+36
2017-08-10powerpc: Add irq accounting for watchdog interruptsNicholas Piggin1-0/+3
2017-08-09powerpc/watchdog: add locking around init/exit functionsNicholas Piggin1-1/+10
2017-08-09powerpc/watchdog: Fix marking of stuck CPUsNicholas Piggin1-6/+9
2017-08-09powerpc/watchdog: Fix final-check recovered caseNicholas Piggin1-1/+5
2017-08-09powerpc/watchdog: Moderate touch_nmi_watchdog overheadNicholas Piggin1-1/+3
2017-08-09powerpc/watchdog: Improve watchdog lock primitiveNicholas Piggin1-4/+9
2017-07-12powerpc/64s: implement arch-specific hardlockup watchdogNicholas Piggin1-0/+386