aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/nmi_selftest.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-06-20x86/nmi: Fix timeout test in test_nmi_ipi()Dan Carpenter1-1/+1
2012-06-20x86/nmi: Clean up register_nmi_handler() usageLi Zhong1-3/+4
2012-06-08x86/nmi: Fix section mismatch warnings on 32-bitDon Zickus1-2/+2
2012-05-23Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-6/+6
2012-05-21x86, printk: Add missing KERN_CONT to NMI selftestSasha Levin1-6/+6
2012-05-14x86: replace percpu_xxx funcs with this_cpu_xxxAlex Shi1-0/+1
2012-02-27x86: Properly _init-annotate NMI selftest codeJan Beulich1-18/+19
2011-12-07x86, NMI: Add to_cpumask() to silence compile warningDan Carpenter1-1/+1
2011-12-06x86, NMI: NMI-selftest should handle the UP case properlyDon Zickus1-1/+2
2011-12-05x86, NMI: Add NMI IPI selftestDon Zickus1-0/+179