aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/nmi.c
AgeCommit message (Expand)Author
2014-04-24kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu
2014-02-09x86/nmi: Push duration printk() to irq contextPeter Zijlstra
2013-10-29perf/x86: Fix NMI measurementsPeter Zijlstra
2013-07-12perf/x86: Fix incorrect use of do_div() in NMI warningDave Hansen
2013-06-23x86: Add NMI duration tracepointsDave Hansen
2013-06-23x86: Warn when NMI handlers take large amounts of timeDave Hansen
2013-01-17x86/nmi: export local_touch_nmi() symbol for modulesJacob Pan
2012-06-08x86: Save cr2 in NMI in case NMIs take a page fault (for i386)Steven Rostedt
2012-06-08x86: Remove cmpxchg from i386 NMI nesting codeSteven Rostedt
2012-05-31x86: Reset the debug_stack update counterSteven Rostedt
2012-05-23Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds
2012-05-23Merge branches 'x86-asm-for-linus', 'x86-cleanups-for-linus', 'x86-cpu-for-li...Linus Torvalds
2012-05-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2012-05-17MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker
2012-05-09x86: Avoid double stack traces with show_regs()Jan Beulich
2012-04-27ftrace/x86: Remove the complex ftrace NMI handling codeSteven Rostedt
2012-04-25x86/nmi: Fix page faults by nmiaction if kmemcheck is enabledLi Zhong
2012-04-25x86/nmi: Add new NMI queues to deal with IO_CHK and SERRDon Zickus
2011-12-21x86: Allow NMIs to hit breakpoints in i386Steven Rostedt
2011-12-21x86: Keep current stack in NMI breakpointsSteven Rostedt
2011-11-10x86, ioapic: Only print ioapic debug information for IRQs belonging to an ioa...Mathias Nyman
2011-11-10x86/mrst: Avoid reporting wrong nmi statusJacob Pan
2011-10-31x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker
2011-10-10x86, nmi, drivers: Fix nmi splitup build bugIngo Molnar
2011-10-10x86, nmi: Track NMI usage statsDon Zickus
2011-10-10x86, nmi: Add in logic to handle multiple events and unknown NMIsDon Zickus
2011-10-10x86, nmi: Wire up NMI handlers to new routinesDon Zickus
2011-10-10x86, nmi: Create new NMI handler routinesDon Zickus
2011-10-10x86, nmi: Split out nmi from traps.cDon Zickus
2009-02-17x86, apic: move APIC drivers to arch/x86/kernel/apic/*Ingo Molnar
2009-02-17x86, apic: remove genapic.hIngo Molnar
2009-02-17x86: fold apic_ops into genapicYinghai Lu
2009-01-29x86: move mach-default/*.h files to asm/Ingo Molnar
2009-01-19x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit.Brian Gerst
2009-01-06x86: remove duplicated #include'sHuang Weiyi
2009-01-02x86: nmi.c fix style problemsJaswinder Singh Rajput
2008-12-23Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',...Ingo Molnar
2008-10-30x86: nmi - add sensible names to nmi_watchdog boot paramCyrill Gorcunov
2008-10-27x86, NMI watchdog: disable NMIs on LVT0 in case NMI watchdog is not workingAristeu Rozanski
2008-10-27x86, NMI watchdog: add support to enable and disable IOAPIC NMIAristeu Rozanski
2008-09-22x86, NMI watchdog: setup before enabling NMI watchdogAristeu Rozanski
2008-08-15x86, nmi: clean UP NMI watchdog failure messageIngo Molnar
2008-08-15x86, NMI: fix watchdog failure messageAristeu Rozanski
2008-07-21Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8...Ingo Molnar
2008-07-20x86: add unknown_nmi_panic kernel parameterSimon Arlott
2008-07-18x86: APIC: remove apic_write_around(); use alternativesMaciej W. Rozycki
2008-07-15Merge branch 'generic-ipi' into generic-ipi-for-linusIngo Molnar
2008-07-11x86: Recover timer_ack lost in the merge of the NMI watchdogMaciej W. Rozycki
2008-07-08x86: nmi_watchdog - introduce nmi_watchdog_active() helperCyrill Gorcunov
2008-07-08x86: nmi_watchdog - use NMI_NONE by defaultCyrill Gorcunov