debug: hard lockup detect
authorjianxin.pan <jianxin.pan@amlogic.com>
Sat, 20 Jan 2018 07:24:50 +0000 (15:24 +0800)
committerJianxin Pan <jianxin.pan@amlogic.com>
Thu, 10 May 2018 02:39:28 +0000 (19:39 -0700)
commit91d7a0007aa40ad08fe8a642bb2b1525c448e729
tree7f5925d12a80f206ae65898879281876319ceebf
parentfdaf7bd612340be72202e042ea31eaea82c07399
debug: hard lockup detect

PD#165796: detect dead lock in isr and dead lock with irq disabled

Change-Id: I0aace28fd29e5aeb8c514f6ab1700ac1248f836c
Signed-off-by: jianxin.pan <jianxin.pan@amlogic.com>
17 files changed:
MAINTAINERS
arch/arm64/configs/meson64_defconfig
arch/arm64/include/asm/irqflags.h
drivers/amlogic/Kconfig
drivers/amlogic/Makefile
drivers/amlogic/debug/Kconfig [new file with mode: 0644]
drivers/amlogic/debug/Makefile [new file with mode: 0644]
drivers/amlogic/debug/debug_lockup.c [new file with mode: 0644]
drivers/amlogic/debug/irqflags_debug.h [new file with mode: 0644]
drivers/amlogic/watchdog/meson_wdt.c
include/linux/amlogic/debug_lockup.h [new file with mode: 0644]
kernel/irq/chip.c
kernel/irq/handle.c
kernel/softirq.c
kernel/sysctl.c
kernel/watchdog.c
kernel/watchdog_hld.c