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