aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kernel/nmi.c
AgeCommit message (Expand)Author
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland
2017-08-16x86/nmi: Use raw lockScott Wood
2017-05-01Merge tag 'edac_for_4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds
2017-04-10x86/nmi, EDAC: Get rid of DRAM error reporting thru PCI SERR NMIBorislav Petkov
2017-03-13x86/platform: Remove warning message for duplicate NMI handlersMike Travis
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2016-06-06x86: include linux/ratelimit.h in nmi.cArnd Bergmann
2016-03-08x86/nmi: Mark 'ignore_nmis' as __read_mostlyKostenzer Felix
2015-12-19x86/nmi: Save regs in crash dump on external NMIHidehiro Kawai
2015-12-19panic, x86: Allow CPUs to save registers even if looping in NMI contextHidehiro Kawai
2015-12-19panic, x86: Fix re-entrance problem due to panic on NMIHidehiro Kawai
2015-07-31Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar
2015-07-21x86/nmi: Remove the 'b2b' parameter from nmi_handle()Andy Lutomirski
2015-07-17x86/nmi/64: Improve nested NMI commentsAndy Lutomirski
2015-07-17x86/nmi: Enable nested do_nmi() handling for 64-bit kernelsAndy Lutomirski
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