aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/nmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-07-25x86/hotplug: Silence APIC and NMI when CPU is deadThomas Gleixner1-0/+3
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-14Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2019-04-17x86/exceptions: Split debug IST stackThomas Gleixner1-1/+19
2019-03-06x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner1-0/+4
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns to READ_ONCE()/WRITE_ONCE()Mark Rutland1-1/+1
2017-08-16x86/nmi: Use raw lockScott Wood1-9/+9
2017-05-01Merge tag 'edac_for_4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds1-11/+0
2017-04-10x86/nmi, EDAC: Get rid of DRAM error reporting thru PCI SERR NMIBorislav Petkov1-11/+0
2017-03-13x86/platform: Remove warning message for duplicate NMI handlersMike Travis1-4/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h>Ingo Molnar1-0/+1
2016-06-06x86: include linux/ratelimit.h in nmi.cArnd Bergmann1-0/+1
2016-03-08x86/nmi: Mark 'ignore_nmis' as __read_mostlyKostenzer Felix1-1/+2
2015-12-19x86/nmi: Save regs in crash dump on external NMIHidehiro Kawai1-2/+14
2015-12-19panic, x86: Allow CPUs to save registers even if looping in NMI contextHidehiro Kawai1-3/+3
2015-12-19panic, x86: Fix re-entrance problem due to panic on NMIHidehiro Kawai1-4/+12
2015-07-31Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar1-71/+52
2015-07-21x86/nmi: Remove the 'b2b' parameter from nmi_handle()Andy Lutomirski1-5/+5
2015-07-17x86/nmi/64: Improve nested NMI commentsAndy Lutomirski1-2/+2
2015-07-17x86/nmi: Enable nested do_nmi() handling for 64-bit kernelsAndy Lutomirski1-71/+52
2014-04-24kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu1-6/+12
2014-02-09x86/nmi: Push duration printk() to irq contextPeter Zijlstra1-13/+24
2013-10-29perf/x86: Fix NMI measurementsPeter Zijlstra1-2/+2
2013-07-12perf/x86: Fix incorrect use of do_div() in NMI warningDave Hansen1-3/+4
2013-06-23x86: Add NMI duration tracepointsDave Hansen1-2/+7
2013-06-23x86: Warn when NMI handlers take large amounts of timeDave Hansen1-1/+28
2013-01-17x86/nmi: export local_touch_nmi() symbol for modulesJacob Pan1-0/+1
2012-06-08x86: Save cr2 in NMI in case NMIs take a page fault (for i386)Steven Rostedt1-0/+12
2012-06-08x86: Remove cmpxchg from i386 NMI nesting codeSteven Rostedt1-14/+21
2012-05-31x86: Reset the debug_stack update counterSteven Rostedt1-2/+4
2012-05-23Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxLinus Torvalds1-12/+0
2012-05-23Merge branches 'x86-asm-for-linus', 'x86-cleanups-for-linus', 'x86-cpu-for-linus', 'x86-debug-for-linus' and 'x86-microcode-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2012-05-22Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-5/+5
2012-05-17MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker1-12/+0
2012-05-09x86: Avoid double stack traces with show_regs()Jan Beulich1-1/+1
2012-04-27ftrace/x86: Remove the complex ftrace NMI handling codeSteven Rostedt1-5/+5
2012-04-25x86/nmi: Fix page faults by nmiaction if kmemcheck is enabledLi Zhong1-59/+6
2012-04-25x86/nmi: Add new NMI queues to deal with IO_CHK and SERRDon Zickus1-0/+18
2011-12-21x86: Allow NMIs to hit breakpoints in i386Steven Rostedt1-7/+94
2011-12-21x86: Keep current stack in NMI breakpointsSteven Rostedt1-0/+15
2011-11-10x86, ioapic: Only print ioapic debug information for IRQs belonging to an ioapic chipMathias Nyman1-0/+1
2011-11-10x86/mrst: Avoid reporting wrong nmi statusJacob Pan1-1/+1
2011-10-31x86: 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