Age | Commit message (Expand) | Author | Files | Lines |
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 <linux/sched/debug.h> |  Ingo Molnar | 1 | -0/+1 |
2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <linux/sched/clock.h> |  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/paulg/linux |  Linus Torvalds | 1 | -12/+0 |
2012-05-23 | Merge 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/tip |  Linus Torvalds | 1 | -1/+1 |
2012-05-22 | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip |  Linus Torvalds | 1 | -5/+5 |
2012-05-17 | MCA: delete all remaining traces of microchannel bus support. |  Paul Gortmaker | 1 | -12/+0 |
2012-05-09 | x86: Avoid double stack traces with show_regs() |  Jan Beulich | 1 | -1/+1 |
2012-04-27 | ftrace/x86: Remove the complex ftrace NMI handling code |  Steven Rostedt | 1 | -5/+5 |
2012-04-25 | x86/nmi: Fix page faults by nmiaction if kmemcheck is enabled |  Li Zhong | 1 | -59/+6 |
2012-04-25 | x86/nmi: Add new NMI queues to deal with IO_CHK and SERR |  Don Zickus | 1 | -0/+18 |
2011-12-21 | x86: Allow NMIs to hit breakpoints in i386 |  Steven Rostedt | 1 | -7/+94 |
2011-12-21 | x86: Keep current stack in NMI breakpoints |  Steven Rostedt | 1 | -0/+15 |
2011-11-10 | x86, ioapic: Only print ioapic debug information for IRQs belonging to an ioapic chip |  Mathias Nyman | 1 | -0/+1 |
2011-11-10 | x86/mrst: Avoid reporting wrong nmi status |  Jacob Pan | 1 | -1/+1 |
2011-10-31 | x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULE |  Paul Gortmaker | 1 | -0/+1 |
2011-10-10 | x86, nmi, drivers: Fix nmi splitup build bug |  Ingo Molnar | 1 | -0/+2 |
2011-10-10 | x86, nmi: Track NMI usage stats |  Don Zickus | 1 | -2/+18 |
2011-10-10 | x86, nmi: Add in logic to handle multiple events and unknown NMIs |  Don Zickus | 1 | -9/+88 |
2011-10-10 | x86, nmi: Wire up NMI handlers to new routines |  Don Zickus | 1 | -3/+8 |
2011-10-10 | x86, nmi: Create new NMI handler routines |  Don Zickus | 1 | -0/+153 |
2011-10-10 | x86, nmi: Split out nmi from traps.c |  Don Zickus | 1 | -0/+178 |
2009-02-17 | x86, apic: move APIC drivers to arch/x86/kernel/apic/* |  Ingo Molnar | 1 | -564/+0 |
2009-02-17 | x86, apic: remove genapic.h |  Ingo Molnar | 1 | -1/+1 |
2009-02-17 | x86: fold apic_ops into genapic |  Yinghai Lu | 1 | -1/+1 |
2009-01-29 | x86: move mach-default/*.h files to asm/ |  Ingo Molnar | 1 | -1/+1 |
2009-01-19 | x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit. |  Brian Gerst | 1 | -9/+1 |
2009-01-06 | x86: remove duplicated #include's |  Huang Weiyi | 1 | -1/+0 |