aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/apic/hw_nmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-10-10x86, nmi: Wire up NMI handlers to new routinesDon Zickus1-22/+5
2011-05-23watchdog: Change the default timeout and configure nmi watchdog period based on watchdog_threshMandeep Singh Baines1-2/+2
2011-03-29x86: Stop including <linux/delay.h> in two asm header filesJean Delvare1-0/+1
2011-02-18x86: Don't call dump_stack() from arch_trigger_all_cpu_backtrace_handler()Jan Beulich1-1/+0
2011-01-07x86, NMI: Remove DIE_NMI_IPIDon Zickus1-1/+0
2011-01-07x86, NMI: Add priorities to handlersDon Zickus1-1/+1
2011-01-05x86: Avoid calling arch_trigger_all_cpu_backtrace() at the same timeDongdong Deng1-0/+13
2011-01-05x86: Only call smp_processor_id in non-preempt casesDon Zickus1-1/+2
2010-12-22x86, nmi_watchdog: Remove ARCH_HAS_NMI_WATCHDOG and rely on CONFIG_HARDLOCKUP_DETECTORDon Zickus1-10/+0
2010-12-13x86, watchdog: Compile fix when CONFIG_LOCAL_APIC not enabledDon Zickus1-0/+3
2010-12-10x86, NMI: Add back unknown_nmi_panic and nmi_watchdog sysctlsDon Zickus1-3/+0
2010-12-10lockup detector: Compile fixes from removing the old x86 nmi watchdogDon Zickus1-1/+7
2010-12-09x86: Address 'unused' warning in hw_nmi.c againRakib Mullick1-1/+1
2010-11-26Merge branch 'perf/urgent' into perf/coreIngo Molnar1-3/+4
2010-11-18x86, hw_nmi: Move backtrace_mask declaration under ARCH_HAS_NMI_WATCHDOGRakib Mullick1-3/+4
2010-11-18x86, nmi_watchdog: Remove all stub function calls from old nmi_watchdogDon Zickus1-10/+0
2010-11-18x86, nmi_watchdog: Remove the old nmi_watchdogDon Zickus1-3/+3
2010-05-13x86, watchdog: Fix build error in hw_nmi.cIngo Molnar1-0/+1
2010-05-12x86: Cleanup hw_nmi.c cruftDon Zickus1-58/+0
2010-05-12x86: Move trigger_all_cpu_backtrace to its own die_notifierDon Zickus1-14/+51
2010-05-12lockup_detector: Combine nmi_watchdog and softlockup detectorDon Zickus1-1/+1
2010-02-25nmi_watchdog: Clean up various small detailsDon Zickus1-7/+7
2010-02-19nmi_watchdog: Fix undefined 'apic' build bugDon Zickus1-0/+2
2010-02-14nmi_watchdog: Compile and portability fixesDon Zickus1-5/+16
2010-02-08nmi_watchdog: Add new, generic implementation, using perf eventsDon Zickus1-0/+114