| Commit message (Expand) | Author | Age | Files | Lines |
* | perf/x86: Fix incorrect use of do_div() in NMI warning | Dave Hansen | 2013-07-12 | 1 | -3/+4 |
* | x86: Add NMI duration tracepoints | Dave Hansen | 2013-06-23 | 1 | -2/+7 |
* | x86: Warn when NMI handlers take large amounts of time | Dave Hansen | 2013-06-23 | 1 | -1/+28 |
* | x86/nmi: export local_touch_nmi() symbol for modules | Jacob Pan | 2013-01-17 | 1 | -0/+1 |
* | x86: Save cr2 in NMI in case NMIs take a page fault (for i386) | Steven Rostedt | 2012-06-08 | 1 | -0/+12 |
* | x86: Remove cmpxchg from i386 NMI nesting code | Steven Rostedt | 2012-06-08 | 1 | -14/+21 |
* | x86: Reset the debug_stack update counter | Steven Rostedt | 2012-05-31 | 1 | -2/+4 |
* | Merge branch 'delete-mca' of git://git.kernel.org/pub/scm/linux/kernel/git/pa... | Linus Torvalds | 2012-05-23 | 1 | -12/+0 |
|\ |
|
| * | MCA: delete all remaining traces of microchannel bus support. | Paul Gortmaker | 2012-05-17 | 1 | -12/+0 |
| | | |
| \ | |
*-. \ | Merge branches 'x86-asm-for-linus', 'x86-cleanups-for-linus', 'x86-cpu-for-li... | Linus Torvalds | 2012-05-23 | 1 | -1/+1 |
|\ \ \
| | |/
| |/| |
|
| | * | x86: Avoid double stack traces with show_regs() | Jan Beulich | 2012-05-09 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-05-22 | 1 | -5/+5 |
|\ \ |
|
| * | | ftrace/x86: Remove the complex ftrace NMI handling code | Steven Rostedt | 2012-04-27 | 1 | -5/+5 |
| |/ |
|
* | | x86/nmi: Fix page faults by nmiaction if kmemcheck is enabled | Li Zhong | 2012-04-25 | 1 | -59/+6 |
* | | x86/nmi: Add new NMI queues to deal with IO_CHK and SERR | Don Zickus | 2012-04-25 | 1 | -0/+18 |
|/ |
|
* | x86: Allow NMIs to hit breakpoints in i386 | Steven Rostedt | 2011-12-21 | 1 | -7/+94 |
* | x86: Keep current stack in NMI breakpoints | Steven Rostedt | 2011-12-21 | 1 | -0/+15 |
* | x86, ioapic: Only print ioapic debug information for IRQs belonging to an ioa... | Mathias Nyman | 2011-11-10 | 1 | -0/+1 |
* | x86/mrst: Avoid reporting wrong nmi status | Jacob Pan | 2011-11-10 | 1 | -1/+1 |
* | x86: Fix files explicitly requiring export.h for EXPORT_SYMBOL/THIS_MODULE | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | x86, nmi, drivers: Fix nmi splitup build bug | Ingo Molnar | 2011-10-10 | 1 | -0/+2 |
* | x86, nmi: Track NMI usage stats | Don Zickus | 2011-10-10 | 1 | -2/+18 |
* | x86, nmi: Add in logic to handle multiple events and unknown NMIs | Don Zickus | 2011-10-10 | 1 | -9/+88 |
* | x86, nmi: Wire up NMI handlers to new routines | Don Zickus | 2011-10-10 | 1 | -3/+8 |
* | x86, nmi: Create new NMI handler routines | Don Zickus | 2011-10-10 | 1 | -0/+153 |
* | x86, nmi: Split out nmi from traps.c | Don Zickus | 2011-10-10 | 1 | -0/+178 |
* | x86, apic: move APIC drivers to arch/x86/kernel/apic/* | Ingo Molnar | 2009-02-17 | 1 | -564/+0 |
* | x86, apic: remove genapic.h | Ingo Molnar | 2009-02-17 | 1 | -1/+1 |
* | x86: fold apic_ops into genapic | Yinghai Lu | 2009-02-17 | 1 | -1/+1 |
* | x86: move mach-default/*.h files to asm/ | Ingo Molnar | 2009-01-29 | 1 | -1/+1 |
* | x86-64: Move irq stats from PDA to per-cpu and consolidate with 32-bit. | Brian Gerst | 2009-01-19 | 1 | -9/+1 |
* | x86: remove duplicated #include's | Huang Weiyi | 2009-01-06 | 1 | -1/+0 |
* | x86: nmi.c fix style problems | Jaswinder Singh Rajput | 2009-01-02 | 1 | -2/+1 |
*-. | Merge branches 'x86/apic', 'x86/cleanups', 'x86/cpufeature', 'x86/crashdump',... | Ingo Molnar | 2008-12-23 | 1 | -12/+46 |
|\ \ |
|
| | * | x86: nmi - add sensible names to nmi_watchdog boot param | Cyrill Gorcunov | 2008-10-30 | 1 | -5/+10 |
| |/
|/| |
|
| * | x86, NMI watchdog: disable NMIs on LVT0 in case NMI watchdog is not working | Aristeu Rozanski | 2008-10-27 | 1 | -7/+11 |
| * | x86, NMI watchdog: add support to enable and disable IOAPIC NMI | Aristeu Rozanski | 2008-10-27 | 1 | -0/+25 |
|/ |
|
* | x86, NMI watchdog: setup before enabling NMI watchdog | Aristeu Rozanski | 2008-09-22 | 1 | -2/+9 |
* | x86, nmi: clean UP NMI watchdog failure message | Ingo Molnar | 2008-08-15 | 1 | -13/+19 |
* | x86, NMI: fix watchdog failure message | Aristeu Rozanski | 2008-08-15 | 1 | -0/+4 |
*-----. | Merge branches 'x86/urgent', 'x86/amd-iommu', 'x86/apic', 'x86/cleanups', 'x8... | Ingo Molnar | 2008-07-21 | 1 | -2/+9 |
|\ \ \ \ |
|
| | | | * | x86: add unknown_nmi_panic kernel parameter | Simon Arlott | 2008-07-20 | 1 | -0/+7 |
| |_|_|/
|/| | | |
|
| * | | | x86: APIC: remove apic_write_around(); use alternatives | Maciej W. Rozycki | 2008-07-18 | 1 | -2/+2 |
|/ / / |
|
* | | | Merge branch 'generic-ipi' into generic-ipi-for-linus | Ingo Molnar | 2008-07-15 | 1 | -3/+3 |
|/ / |
|
* | | x86: Recover timer_ack lost in the merge of the NMI watchdog | Maciej W. Rozycki | 2008-07-11 | 1 | -0/+3 |
|/ |
|
* | x86: nmi_watchdog - introduce nmi_watchdog_active() helper | Cyrill Gorcunov | 2008-07-08 | 1 | -9/+4 |
* | x86: nmi_watchdog - use NMI_NONE by default | Cyrill Gorcunov | 2008-07-08 | 1 | -23/+3 |
* | x86: nmi_watchdog - remove useless check | Cyrill Gorcunov | 2008-07-08 | 1 | -2/+2 |
* | Merge branch 'x86/nmi' into x86/devel | Ingo Molnar | 2008-07-08 | 1 | -5/+7 |
* | x86: fix typo CONFIX -> CONFIG | Glauber Costa | 2008-06-19 | 1 | -1/+1 |