index
:
drm-tip
drm-tip
maintainer-tools
rerere-cache
tip
DRM current development and nightly trees
danvet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
kernel
/
watchdog.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-07-27
powerpc/watchdog: introduce a NMI watchdog's factor
Laurent Dufour
1
-1
/
+20
2022-07-25
powerpc: Fix all occurences of duplicate words
Michael Ellerman
1
-1
/
+1
2022-05-05
powerpc: fix typos in comments
Julia Lawall
1
-1
/
+1
2021-11-29
powerpc/watchdog: help remote CPUs to flush NMI printk output
Nicholas Piggin
1
-6
/
+31
2021-11-25
powerpc/watchdog: Fix wd_smp_last_reset_tb reporting
Nicholas Piggin
1
-4
/
+4
2021-11-25
powerpc/watchdog: read TB close to where it is used
Nicholas Piggin
1
-12
/
+14
2021-11-25
powerpc/watchdog: Avoid holding wd_smp_lock over printk and smp_send_nmi_ipi
Nicholas Piggin
1
-19
/
+74
2021-11-25
powerpc/watchdog: tighten non-atomic read-modify-write access
Nicholas Piggin
1
-10
/
+26
2021-11-25
powerpc/watchdog: Fix missed watchdog reset due to memory ordering race
Nicholas Piggin
1
-1
/
+40
2021-11-18
Merge branch 'rework/printk_safe-removal' into for-linus
Petr Mladek
1
-0
/
+6
2021-11-10
printk: restore flushing of NMI buffers on remote CPUs after NMI backtraces
Nicholas Piggin
1
-0
/
+6
2021-08-30
Merge branch 'rework/printk_safe-removal' into for-linus
Petr Mladek
1
-5
/
+0
2021-07-26
printk: remove safe buffers
John Ogness
1
-5
/
+0
2021-06-17
powerpc/watchdog: include linux/processor.h for spin_until_cond
Sudeep Holla
1
-0
/
+1
2021-02-09
powerpc: move NMI entry/exit code into wrapper
Nicholas Piggin
1
-6
/
+4
2021-02-09
powerpc: convert interrupt handlers to use wrappers
Nicholas Piggin
1
-2
/
+5
2021-01-30
powerpc/watchdog: Declare soft_nmi_interrupt() prototype
Cédric Le Goater
1
-0
/
+1
2019-04-30
powerpc/watchdog: Use hrtimers for per-CPU heartbeat
Nicholas Piggin
1
-41
/
+40
2018-07-24
powerpc: NMI IPI make NMI IPIs fully sychronous
Nicholas Piggin
1
-1
/
+0
2018-05-10
powerpc/watchdog: provide more data in watchdog messages
Nicholas Piggin
1
-3
/
+25
2018-05-10
powerpc/watchdog: don't update the watchdog timestamp if a lockup is detected
Nicholas Piggin
1
-2
/
+0
2018-05-10
powerpc/watchdog: fix typo 'can by' to 'can be'
Wolfram Sang
1
-1
/
+1
2018-01-28
powerpc/watchdog: Print the NIP in soft_nmi_interrupt()
Michael Ellerman
1
-1
/
+1
2018-01-28
powerpc/watchdog: regs can't be null in soft_nmi_interrupt()
Michael Ellerman
1
-4
/
+1
2018-01-28
powerpc/watchdog: Tweak watchdog printks
Michael Ellerman
1
-6
/
+9
2018-01-21
powerpc/watchdog: improve watchdog comments
Nicholas Piggin
1
-20
/
+38
2018-01-18
powerpc/watchdog: remove arch_trigger_cpumask_backtrace
Nicholas Piggin
1
-22
/
+0
2017-11-16
Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-12
/
+17
2017-11-13
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+2
2017-11-02
powerpc/watchdog: Convert timers to use timer_setup()
Kees Cook
1
-3
/
+2
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
1
-0
/
+1
2017-10-04
powerpc/watchdog: Make use of watchdog_nmi_probe()
Thomas Gleixner
1
-9
/
+8
2017-10-04
watchdog/core, powerpc: Lock cpus across reconfiguration
Thomas Gleixner
1
-4
/
+0
2017-10-04
watchdog/core, powerpc: Replace watchdog_nmi_reconfigure()
Thomas Gleixner
1
-9
/
+14
2017-10-04
powerpc/watchdog: Do not trigger SMP crash from touch_nmi_watchdog
Nicholas Piggin
1
-2
/
+5
2017-10-04
powerpc/watchdog: Do not backtrace locked CPUs twice if allcpus backtrace is ...
Nicholas Piggin
1
-8
/
+11
2017-10-04
powerpc/watchdog: Do not panic from locked CPU's IPI handler
Nicholas Piggin
1
-2
/
+1
2017-09-14
watchdog/hardlockup: Clean up hotplug locking mess
Thomas Gleixner
1
-0
/
+2
2017-09-14
watchdog/core, powerpc: Make watchdog_nmi_reconfigure() two stage
Thomas Gleixner
1
-8
/
+9
2017-09-14
watchdog/core: Remove broken suspend/resume interfaces
Thomas Gleixner
1
-3
/
+0
2017-08-23
Merge branch 'fixes' into next
Michael Ellerman
1
-13
/
+36
2017-08-10
powerpc: Add irq accounting for watchdog interrupts
Nicholas Piggin
1
-0
/
+3
2017-08-09
powerpc/watchdog: add locking around init/exit functions
Nicholas Piggin
1
-1
/
+10
2017-08-09
powerpc/watchdog: Fix marking of stuck CPUs
Nicholas Piggin
1
-6
/
+9
2017-08-09
powerpc/watchdog: Fix final-check recovered case
Nicholas Piggin
1
-1
/
+5
2017-08-09
powerpc/watchdog: Moderate touch_nmi_watchdog overhead
Nicholas Piggin
1
-1
/
+3
2017-08-09
powerpc/watchdog: Improve watchdog lock primitive
Nicholas Piggin
1
-4
/
+9
2017-07-12
powerpc/64s: implement arch-specific hardlockup watchdog
Nicholas Piggin
1
-0
/
+386