index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
nmi.h
Age
Commit message (
Expand
)
Author
2023-08-18
nmi_backtrace: allow excluding an arbitrary CPU
Douglas Anderson
2023-06-19
watchdog/hardlockup: define HARDLOCKUP_DETECTOR_ARCH
Petr Mladek
2023-06-19
watchdog/sparc64: define HARDLOCKUP_DETECTOR_SPARC64
Petr Mladek
2023-06-19
watchdog/hardlockup: make HAVE_NMI_WATCHDOG sparc64-specific
Petr Mladek
2023-06-19
watchdog/hardlockup: declare arch_touch_nmi_watchdog() only in linux/nmi.h
Petr Mladek
2023-06-19
watchdog/buddy: cleanup how watchdog_buddy_check_hardlockup() is called
Douglas Anderson
2023-06-19
watchdog/hardlockup: remove softlockup comment in touch_nmi_watchdog()
Douglas Anderson
2023-06-19
watchdog/hardlockup: keep kernel.nmi_watchdog sysctl as 0444 if probe fails
Douglas Anderson
2023-06-09
watchdog/perf: adapt the watchdog_perf interface for async model
Lecopzer Chen
2023-06-09
watchdog/perf: add a weak function for an arch to detect if perf can use NMIs
Douglas Anderson
2023-06-09
watchdog/hardlockup: detect hard lockups using secondary (buddy) CPUs
Douglas Anderson
2023-06-09
watchdog/hardlockup: have the perf hardlockup use __weak functions more cleanly
Douglas Anderson
2023-06-09
watchdog/hardlockup: rename some "NMI watchdog" constants/function
Douglas Anderson
2023-06-09
watchdog/hardlockup: move perf hardlockup watchdog petting to watchdog.c
Douglas Anderson
2023-06-09
watchdog/hardlockup: add a "cpu" param to watchdog_hardlockup_check()
Douglas Anderson
2023-06-09
watchdog/hardlockup: move perf hardlockup checking/panic to common watchdog.c
Douglas Anderson
2023-06-09
watchdog/hardlockup: add comments to touch_nmi_watchdog()
Douglas Anderson
2023-06-09
watchdog/hardlockup: change watchdog_nmi_enable() to void
Lecopzer Chen
2023-06-09
watchdog/perf: define dummy watchdog_update_hrtimer_threshold() on correct co...
Douglas Anderson
2023-01-19
x86/nmi: Print reasons why backtrace NMIs are ignored
Paul E. McKenney
2022-07-27
watchdog: export lockup_detector_reconfigure
Laurent Dufour
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2018-11-06
watchdog/core: Add missing prototypes for weak functions
Mathieu Malaterre
2018-07-10
watchdog/softlockup: Fix the SOFTLOCKUP_DETECTOR=n build
Peter Zijlstra
2018-07-03
watchdog/softlockup: Replace "watchdog/%u" threads with cpu_stop_work
Peter Zijlstra
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-04
powerpc/watchdog: Make use of watchdog_nmi_probe()
Thomas Gleixner
2017-10-04
watchdog/core, powerpc: Replace watchdog_nmi_reconfigure()
Thomas Gleixner
2017-09-14
watchdog/hardlockup/perf: Implement CPU enable replacement
Thomas Gleixner
2017-09-14
watchdog/hardlockup/perf: Implement init time perf validation
Thomas Gleixner
2017-09-14
watchdog/core, powerpc: Make watchdog_nmi_reconfigure() two stage
Thomas Gleixner
2017-09-14
watchdog/sysctl: Clean up sysctl variable name space
Thomas Gleixner
2017-09-14
watchdog/sysctl: Get rid of the #ifdeffery
Thomas Gleixner
2017-09-14
watchdog/core: Clean up header mess
Thomas Gleixner
2017-09-14
watchdog/core: Remove the park_in_progress obfuscation
Thomas Gleixner
2017-09-14
watchdog/hardlockup/perf: Prevent CPU hotplug deadlock
Thomas Gleixner
2017-09-14
watchdog/core: Remove broken suspend/resume interfaces
Thomas Gleixner
2017-09-14
watchdog/core: Provide interface to stop from poweroff()
Thomas Gleixner
2017-09-14
watchdog/hardlockup: Provide interface to stop/restart perf events
Peter Zijlstra
2017-08-18
kernel/watchdog: Prevent false positives with turbo modes
Thomas Gleixner
2017-07-12
kernel/watchdog: split up config options
Nicholas Piggin
2017-07-12
kernel/watchdog: introduce arch_touch_nmi_watchdog()
Nicholas Piggin
2017-07-12
kernel/watchdog: remove unused declaration
Nicholas Piggin
2017-03-03
sched/headers: Move softlockup detector watchdog methods to <linux/nmi.h>
Ingo Molnar
2017-01-24
kernel/watchdog: prevent false hardlockup on overloaded system
Don Zickus
2016-12-14
kernel/watchdog.c: move shared definitions to nmi.h
Babu Moger
2016-10-07
nmi_backtrace: add more trigger_*_cpu_backtrace() methods
Chris Metcalf
2016-03-23
x86/apic: Remove declaration of unused hw_nmi_is_cpu_stuck
Yaowei Bai
2015-11-05
kernel/watchdog.c: perform all-CPU backtrace in case of hard lockup
Jiri Kosina
2015-09-08
Merge branch 'nmi' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
Linus Torvalds
[next]