summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/nmi.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2019-05-141-0/+4
|\
| * x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner2019-03-061-0/+4
* | x86/exceptions: Split debug IST stackThomas Gleixner2019-04-171-1/+19
|/
* locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-251-1/+1
* x86/nmi: Use raw lockScott Wood2017-08-161-9/+9
* Merge tag 'edac_for_4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds2017-05-011-11/+0Star
|\
| * x86/nmi, EDAC: Get rid of DRAM error reporting thru PCI SERR NMIBorislav Petkov2017-04-101-11/+0Star
* | x86/platform: Remove warning message for duplicate NMI handlersMike Travis2017-03-131-4/+2Star
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* x86: include linux/ratelimit.h in nmi.cArnd Bergmann2016-06-061-0/+1
* x86/nmi: Mark 'ignore_nmis' as __read_mostlyKostenzer Felix2016-03-081-1/+2
* x86/nmi: Save regs in crash dump on external NMIHidehiro Kawai2015-12-191-2/+14
* panic, x86: Allow CPUs to save registers even if looping in NMI contextHidehiro Kawai2015-12-191-3/+3
* panic, x86: Fix re-entrance problem due to panic on NMIHidehiro Kawai2015-12-191-4/+12
* Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar2015-07-311-71/+52Star
|\
| * x86/nmi/64: Improve nested NMI commentsAndy Lutomirski2015-07-171-2/+2
| * x86/nmi: Enable nested do_nmi() handling for 64-bit kernelsAndy Lutomirski2015-07-171-71/+52Star
* | x86/nmi: Remove the 'b2b' parameter from nmi_handle()Andy Lutomirski2015-07-211-5/+5
|/
* kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu2014-04-241-6/+12
* x86/nmi: Push duration printk() to irq contextPeter Zijlstra2014-02-091-13/+24
* perf/x86: Fix NMI measurementsPeter Zijlstra2013-10-291-2/+2
* perf/x86: Fix incorrect use of do_div() in NMI warningDave Hansen2013-07-121-3/+4
* x86: Add NMI duration tracepointsDave Hansen2013-06-231-2/+7
* x86: Warn when NMI handlers take large amounts of timeDave Hansen2013-06-231-1/+28
* x86/nmi: export local_touch_nmi() symbol for modulesJacob Pan2013-01-171-0/+1
* x86: Save cr2 in NMI in case NMIs take a page fault (for i386)Steven Rostedt2012-06-091-0/+12
* x86: Remove cmpxchg from i386 NMI nesting codeSteven Rostedt2012-06-091-14/+21
* x86: Reset the debug_stack update counterSteven Rostedt2012-06-011-2/+4
* Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...Linus Torvalds2012-05-241-12/+0Star
|\
| * MCA: delete all remaining traces of microchannel bus support.Paul Gortmaker2012-05-181-12/+0Star
| |
| \
*-. \ Merge branches 'x86-asm-for-linus', 'x86-cleanups-for-linus', 'x86-cpu-for-li...Linus Torvalds2012-05-231-1/+1
|\ \ \ | | |/ | |/|
| | * x86: Avoid double stack traces with show_regs()Jan Beulich2012-05-091-1/+1
| |/
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2012-05-231-5/+5
|\ \
| * | ftrace/x86: Remove the complex ftrace NMI handling codeSteven Rostedt2012-04-281-5/+5
| |/
* | x86/nmi: Fix page faults by nmiaction if kmemcheck is enabledLi Zhong2012-04-251-59/+6Star
* | x86/nmi: Add new NMI queues to deal with IO_CHK and SERRDon Zickus2012-04-251-0/+18
|/
* x86: Allow NMIs to hit breakpoints in i386Steven Rostedt2011-12-211-7/+94
* x86: Keep current stack in NMI breakpointsSteven Rostedt2011-12-211-0/+15
* x86, ioapic: Only print ioapic debug information for IRQs belonging to an ioa...Mathias Nyman2011-11-101-0/+1
* x86/mrst: Avoid reporting wrong nmi statusJacob Pan2011-11-101-1/+1
* x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-11-011-0/+1
* x86, nmi, drivers: Fix nmi splitup build bugIngo Molnar2011-10-101-0/+2
* x86, nmi: Track NMI usage statsDon Zickus2011-10-101-2/+18
* x86, nmi: Add in logic to handle multiple events and unknown NMIsDon Zickus2011-10-101-9/+88
* x86, nmi: Wire up NMI handlers to new routinesDon Zickus2011-10-101-3/+8
* x86, nmi: Create new NMI handler routinesDon Zickus2011-10-101-0/+153
* x86, nmi: Split out nmi from traps.cDon Zickus2011-10-101-0/+178
* x86, apic: move APIC drivers to arch/x86/kernel/apic/*Ingo Molnar2009-02-171-564/+0Star