summaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/nmi.c
AgeCommit message (Expand)AuthorLines
2022-05-17x86/nmi: Make register_nmi_handler() more robustThomas Gleixner-4/+8
2022-03-16x86/nmi: Remove the 'strange power saving mode' hint from unknown NMI handlerJiri Kosina-1/+0
2021-05-10x86/sev-es: Rename sev-es.{ch} to sev.{ch}Brijesh Singh-1/+1
2021-05-05KVM/VMX: Invoke NMI non-IST entry instead of IST entryLai Jiangshan-0/+10
2020-11-04x86/entry: Move nmi entry/exit into common codeThomas Gleixner-3/+3
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-0/+15
2020-10-01x86/nmi: Fix nmi_handle() duration miscalculationLibing Zhou-3/+2
2020-09-09x86/sev-es: Handle NMI StateJoerg Roedel-0/+6
2020-09-09x86/sev-es: Adjust #VC IST Stack on entering NMI handlerJoerg Roedel-0/+9
2020-07-10x86/entry: Fix NMI vs IRQ state trackingPeter Zijlstra-5/+4
2020-06-15x86/entry, cpumask: Provide non-instrumented variant of cpu_is_offline()Peter Zijlstra-1/+1
2020-06-12x86/entry: Make NMI use IDTENTRY_RAWThomas Gleixner-1/+1
2020-06-11x86/entry: Rename trace_hardirqs_off_prepare()Peter Zijlstra-1/+1
2020-06-11x86/entry, nmi: Disable #DBPeter Zijlstra-52/+3
2020-06-11x86/entry: Move paranoid irq tracing out of ASM codeThomas Gleixner-0/+3
2020-06-11x86/nmi: Protect NMI entry against instrumentationThomas Gleixner-6/+9
2020-06-11x86/entry: Convert NMI to IDTENTRY_NMIThomas Gleixner-3/+1
2020-05-16x86/nmi: Remove edac.h include leftoverBorislav Petkov-4/+0
2020-02-16x86: Fix a handful of typosMartin Molnar-2/+2
2020-01-11x86/nmi: Remove irq_work from the long duration NMI handlerChangbin Du-11/+9
2019-07-25x86/hotplug: Silence APIC and NMI when CPU is deadThomas Gleixner-0/+3
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner-0/+1
2019-05-14Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-0/+4
2019-04-17x86/exceptions: Split debug IST stackThomas Gleixner-1/+19
2019-03-06x86/speculation/mds: Clear CPU buffers on exit to userThomas Gleixner-0/+4
2017-10-25locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland-1/+1
2017-08-16x86/nmi: Use raw lockScott Wood-9/+9
2017-05-01Merge tag 'edac_for_4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bpLinus Torvalds-11/+0
2017-04-10x86/nmi, EDAC: Get rid of DRAM error reporting thru PCI SERR NMIBorislav Petkov-11/+0
2017-03-13x86/platform: Remove warning message for duplicate NMI handlersMike Travis-4/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar-0/+1
2016-06-06x86: include linux/ratelimit.h in nmi.cArnd Bergmann-0/+1
2016-03-08x86/nmi: Mark 'ignore_nmis' as __read_mostlyKostenzer Felix-1/+2
2015-12-19x86/nmi: Save regs in crash dump on external NMIHidehiro Kawai-2/+14
2015-12-19panic, x86: Allow CPUs to save registers even if looping in NMI contextHidehiro Kawai-3/+3
2015-12-19panic, x86: Fix re-entrance problem due to panic on NMIHidehiro Kawai-4/+12
2015-07-31Merge branch 'x86/urgent' into x86/asm, before applying dependent patchesIngo Molnar-71/+52
2015-07-21x86/nmi: Remove the 'b2b' parameter from nmi_handle()Andy Lutomirski-5/+5
2015-07-17x86/nmi/64: Improve nested NMI commentsAndy Lutomirski-2/+2
2015-07-17x86/nmi: Enable nested do_nmi() handling for 64-bit kernelsAndy Lutomirski-71/+52
2014-04-24kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotationMasami Hiramatsu-6/+12
2014-02-09x86/nmi: Push duration printk() to irq contextPeter Zijlstra-13/+24
2013-10-29perf/x86: Fix NMI measurementsPeter Zijlstra-2/+2
2013-07-12perf/x86: Fix incorrect use of do_div() in NMI warningDave Hansen-3/+4
2013-06-23x86: Add NMI duration tracepointsDave Hansen-2/+7
2013-06-23x86: Warn when NMI handlers take large amounts of timeDave Hansen-1/+28
2013-01-17x86/nmi: export local_touch_nmi() symbol for modulesJacob Pan-0/+1
2012-06-08x86: Save cr2 in NMI in case NMIs take a page fault (for i386)Steven Rostedt-0/+12
2012-06-08x86: Remove cmpxchg from i386 NMI nesting codeSteven Rostedt-14/+21