index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
arch
/
x86
/
kernel
/
nmi.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-11-04
x86/entry: Move nmi entry/exit into common code
Thomas Gleixner
1
-3
/
+3
2020-10-14
Merge tag 'x86_seves_for_v5.10' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+15
2020-10-01
x86/nmi: Fix nmi_handle() duration miscalculation
Libing Zhou
1
-3
/
+2
2020-09-09
x86/sev-es: Handle NMI State
Joerg Roedel
1
-0
/
+6
2020-09-09
x86/sev-es: Adjust #VC IST Stack on entering NMI handler
Joerg Roedel
1
-0
/
+9
2020-07-10
x86/entry: Fix NMI vs IRQ state tracking
Peter Zijlstra
1
-5
/
+4
2020-06-15
x86/entry, cpumask: Provide non-instrumented variant of cpu_is_offline()
Peter Zijlstra
1
-1
/
+1
2020-06-12
x86/entry: Make NMI use IDTENTRY_RAW
Thomas Gleixner
1
-1
/
+1
2020-06-11
x86/entry: Rename trace_hardirqs_off_prepare()
Peter Zijlstra
1
-1
/
+1
2020-06-11
x86/entry, nmi: Disable #DB
Peter Zijlstra
1
-52
/
+3
2020-06-11
x86/entry: Move paranoid irq tracing out of ASM code
Thomas Gleixner
1
-0
/
+3
2020-06-11
x86/nmi: Protect NMI entry against instrumentation
Thomas Gleixner
1
-6
/
+9
2020-06-11
x86/entry: Convert NMI to IDTENTRY_NMI
Thomas Gleixner
1
-3
/
+1
2020-05-16
x86/nmi: Remove edac.h include leftover
Borislav Petkov
1
-4
/
+0
2020-02-16
x86: Fix a handful of typos
Martin Molnar
1
-2
/
+2
2020-01-11
x86/nmi: Remove irq_work from the long duration NMI handler
Changbin Du
1
-11
/
+9
2019-07-25
x86/hotplug: Silence APIC and NMI when CPU is dead
Thomas Gleixner
1
-0
/
+3
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
1
-0
/
+1
2019-05-14
Merge branch 'x86-mds-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+4
2019-04-17
x86/exceptions: Split debug IST stack
Thomas Gleixner
1
-1
/
+19
2019-03-06
x86/speculation/mds: Clear CPU buffers on exit to user
Thomas Gleixner
1
-0
/
+4
2017-10-25
locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...
Mark Rutland
1
-1
/
+1
2017-08-16
x86/nmi: Use raw lock
Scott Wood
1
-9
/
+9
2017-05-01
Merge tag 'edac_for_4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp
Linus Torvalds
1
-11
/
+0
2017-04-10
x86/nmi, EDAC: Get rid of DRAM error reporting thru PCI SERR NMI
Borislav Petkov
1
-11
/
+0
2017-03-13
x86/platform: Remove warning message for duplicate NMI handlers
Mike Travis
1
-4
/
+2
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
1
-0
/
+1
2016-06-06
x86: include linux/ratelimit.h in nmi.c
Arnd Bergmann
1
-0
/
+1
2016-03-08
x86/nmi: Mark 'ignore_nmis' as __read_mostly
Kostenzer Felix
1
-1
/
+2
2015-12-19
x86/nmi: Save regs in crash dump on external NMI
Hidehiro Kawai
1
-2
/
+14
2015-12-19
panic, x86: Allow CPUs to save registers even if looping in NMI context
Hidehiro Kawai
1
-3
/
+3
2015-12-19
panic, x86: Fix re-entrance problem due to panic on NMI
Hidehiro Kawai
1
-4
/
+12
2015-07-31
Merge branch 'x86/urgent' into x86/asm, before applying dependent patches
Ingo Molnar
1
-71
/
+52
2015-07-21
x86/nmi: Remove the 'b2b' parameter from nmi_handle()
Andy Lutomirski
1
-5
/
+5
2015-07-17
x86/nmi/64: Improve nested NMI comments
Andy Lutomirski
1
-2
/
+2
2015-07-17
x86/nmi: Enable nested do_nmi() handling for 64-bit kernels
Andy Lutomirski
1
-71
/
+52
2014-04-24
kprobes, x86: Use NOKPROBE_SYMBOL() instead of __kprobes annotation
Masami Hiramatsu
1
-6
/
+12
2014-02-09
x86/nmi: Push duration printk() to irq context
Peter Zijlstra
1
-13
/
+24
2013-10-29
perf/x86: Fix NMI measurements
Peter Zijlstra
1
-2
/
+2
2013-07-12
perf/x86: Fix incorrect use of do_div() in NMI warning
Dave Hansen
1
-3
/
+4
2013-06-23
x86: Add NMI duration tracepoints
Dave Hansen
1
-2
/
+7
2013-06-23
x86: Warn when NMI handlers take large amounts of time
Dave Hansen
1
-1
/
+28
2013-01-17
x86/nmi: export local_touch_nmi() symbol for modules
Jacob Pan
1
-0
/
+1
2012-06-08
x86: Save cr2 in NMI in case NMIs take a page fault (for i386)
Steven Rostedt
1
-0
/
+12
2012-06-08
x86: Remove cmpxchg from i386 NMI nesting code
Steven Rostedt
1
-14
/
+21
2012-05-31
x86: Reset the debug_stack update counter
Steven Rostedt
1
-2
/
+4
2012-05-23
Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/pa...
Linus Torvalds
1
-12
/
+0
2012-05-23
Merge branches 'x86-asm-for-linus', 'x86-cleanups-for-linus', 'x86-cpu-for-li...
Linus Torvalds
1
-1
/
+1
2012-05-22
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
1
-5
/
+5
[next]