summaryrefslogtreecommitdiff
path: root/arch/x86/kernel/nmi.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-22x86: Allow NMIs to hit breakpoints in i386Steven Rostedt1-7/+94
2011-12-22x86: Keep current stack in NMI breakpointsSteven Rostedt1-0/+15
2011-11-10x86, ioapic: Only print ioapic debug information for IRQs belonging to an ioa...Mathias Nyman1-0/+1
2011-11-10x86/mrst: Avoid reporting wrong nmi statusJacob Pan1-1/+1
2011-11-01x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker1-0/+1
2011-10-10x86, nmi, drivers: Fix nmi splitup build bugIngo Molnar1-0/+2
2011-10-10x86, nmi: Track NMI usage statsDon Zickus1-2/+18
2011-10-10x86, nmi: Add in logic to handle multiple events and unknown NMIsDon Zickus1-9/+88
2011-10-10x86, nmi: Wire up NMI handlers to new routinesDon Zickus1-3/+8
2011-10-10x86, nmi: Create new NMI handler routinesDon Zickus1-0/+153
2011-10-10x86, nmi: Split out nmi from traps.cDon Zickus1-0/+178
2009-02-17x86, apic: move APIC drivers to arch/x86/kernel/apic/*Ingo Molnar1-564/+0
2009-02-17x86, apic: remove genapic.hIngo Molnar1-1/+1
2009-02-17x86: fold apic_ops into genapicYinghai Lu1-1/+1
2009-01-29x86: move mach-default/*.h files to asm/Ingo Molnar1-1/+1
2009-01-18x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit.Brian Gerst1-9/+1
2009-01-06x86: remove duplicated #include'sHuang Weiyi1-1/+0
2009-01-02x86: nmi.c fix style problemsJaswinder Singh Rajput1-2/+1
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar1-12/+46
2008-10-30x86: nmi - add sensible names to nmi_watchdog boot paramCyrill Gorcunov1-5/+10
2008-10-27x86, NMI watchdog: disable NMIs on LVT0 in case NMI watchdog is not workingAristeu Rozanski1-7/+11
2008-10-27x86, NMI watchdog: add support to enable and disable IOAPIC NMIAristeu Rozanski1-0/+25
2008-09-22x86, NMI watchdog: setup before enabling NMI watchdogAristeu Rozanski1-2/+9
2008-08-15x86, nmi: clean UP NMI watchdog failure messageIngo Molnar1-13/+19
2008-08-15x86, NMI: fix watchdog failure messageAristeu Rozanski1-0/+4
2008-07-21Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar1-2/+9
2008-07-20x86: add unknown_nmi_panic kernel parameterSimon Arlott1-0/+7
2008-07-18x86: APIC: remove apic_write_around(); use alternativesMaciej W. Rozycki1-2/+2
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar1-3/+3
2008-07-11x86: Recover timer_ack lost in the merge of the NMI watchdogMaciej W. Rozycki1-0/+3
2008-07-08x86: nmi_watchdog - introduce nmi_watchdog_active() helperCyrill Gorcunov1-9/+4
2008-07-08x86: nmi_watchdog - use NMI_NONE by defaultCyrill Gorcunov1-23/+3
2008-07-08x86: nmi_watchdog - remove useless checkCyrill Gorcunov1-2/+2
2008-07-08Merge branch 'x86/nmi' into x86/develIngo Molnar1-0/+538
2008-06-19x86: fix typo CONFIX -> CONFIGGlauber Costa1-1/+1
2008-06-12x86: touch_nmi_watchdog(): reset alert counters for supported nmi_watchdog mo...Cyrill Gorcunov1-1/+2
2008-06-05x86, nmi: fix buildmingo@elte.hu1-2/+0
2008-06-05x86: nmi - consolidate nmi_watchdog_default for 32bit modeCyrill Gorcunov1-6/+8
2008-06-02x86: fix nmi.c build bugIngo Molnar1-0/+2
2008-06-02x86: coding style fixes for nmi.cHiroshi Shimamoto1-9/+7
2008-05-28x86: nmi - fix incorrect NMI watchdog used by defaultCyrill Gorcunov1-7/+9
2008-05-26x86: nmi_32/64.c - merge down nmi_32.c and nmi_64.c to nmi.cCyrill Gorcunov1-0/+533