aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/nmi.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-17x86/nmi: Make register_nmi_handler() more robustThomas Gleixner1-4/+8
2022-03-16x86/nmi: Remove the 'strange power saving mode' hint from unknown NMI handlerJiri Kosina1-1/+0
2021-05-10x86/sev-es: Rename sev-es.{ch} to sev.{ch}Brijesh Singh1-1/+1
2021-05-05KVM/VMX: Invoke NMI non-IST entry instead of IST entryLai Jiangshan1-0/+10
2020-11-04x86/entry: Move nmi entry/exit into common codeThomas Gleixner1-3/+3
2020-10-14Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+15
2020-10-01x86/nmi: Fix nmi_handle() duration miscalculationLibing Zhou1-3/+2
2020-09-09x86/sev-es: Handle NMI StateJoerg Roedel1-0/+6
2020-09-09x86/sev-es: Adjust #VC IST Stack on entering NMI handlerJoerg Roedel1-0/+9
2020-07-10x86/entry: Fix NMI vs IRQ state trackingPeter Zijlstra1-5/+4
2020-06-15x86/entry, cpumask: Provide non-instrumented variant of cpu_is_offline()Peter Zijlstra1-1/+1
2020-06-12x86/entry: Make NMI use IDTENTRY_RAWThomas Gleixner1-1/+1
2020-06-11x86/entry: Rename trace_hardirqs_off_prepare()Peter Zijlstra1-1/+1
2020-06-11x86/entry, nmi: Disable #DBPeter Zijlstra1-52/+3
2020-06-11x86/entry: Move paranoid irq tracing out of ASM codeThomas Gleixner1-0/+3
2020-06-11x86/nmi: Protect NMI entry against instrumentationThomas Gleixner1-6/+9
2020-06-11x86/entry: Convert NMI to IDTENTRY_NMIThomas Gleixner1-3/+1
2020-05-16x86/nmi: Remove edac.h include leftoverBorislav Petkov1-4/+0
2020-02-16x86: Fix a handful of typosMartin Molnar1-2/+2
2020-01-11x86/nmi: Remove irq_work from the long duration NMI handlerChangbin Du1-11/+9
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