
Douglas Anderson (1): arm64: enable perf events based hard lockup detector Ionela Voinescu (1): cpufreq: add function to get the hardware max frequency Jingyi Wang (1): arm64: watchdog: add switch to select sdei_watchdog/pmu_watchdog Lecopzer Chen (1): arm64: add hw_nmi_get_sample_period for preparation of lockup detector Wei Li (1): arm64: add new config CONFIG_PMU_WATCHDOG Yicong Yang (1): irqchip/gic-v3: Fix one race condition due to NMI withdraw arch/arm64/Kconfig | 1 + arch/arm64/kernel/Makefile | 1 + arch/arm64/kernel/watchdog_hld.c | 24 ++++++++++++++++++++++++ arch/arm64/kernel/watchdog_sdei.c | 23 +++++++++++++++++------ drivers/cpufreq/cpufreq.c | 20 ++++++++++++++++++++ drivers/irqchip/irq-gic-v3.c | 22 ++++++++++++++++++++++ include/linux/cpufreq.h | 5 +++++ include/linux/nmi.h | 11 +++++++++++ kernel/watchdog.c | 28 +++++++++++++++++++++------- lib/Kconfig.debug | 10 ++++++++++ 10 files changed, 132 insertions(+), 13 deletions(-) create mode 100644 arch/arm64/kernel/watchdog_hld.c -- 2.25.1