summaryrefslogtreecommitdiff
path: root/xen/include/asm-x86/nmi.h
AgeCommit message (Expand)Author
2020-11-18xen/x86: add nmi continuation frameworkJuergen Gross
2020-02-26x86: introduce a nmi_count tracking variableRoger Pau Monné
2019-10-02microcode: rendezvous CPUs in NMI handler and load ucodeSergey Dyasli
2017-06-29x86/nmi.c: use plain boolWei Liu
2017-06-28x86/traps: move {un,}register_guest_nmi_callback to pv/callback.cWei Liu
2016-04-08x86: Alter nmi_callback_t typedefKonrad Rzeszutek Wilk
2014-08-28x86/NMI: allow processing unknown NMIs when watchdog is enabledRoss Lagerwall
2014-06-10x86/traps: const-correctness for IST handlersAndrew Cooper
2014-06-03x86: make set_nmi_callback return the old nmi callbackFeng Wu
2013-08-13watchdog: Move watchdog from being x86 specific to common codeAndrew Cooper
2013-02-15x86: move watchdog declarations from config.h to nmi.hJan Beulich
2012-03-08NMI: Command line parameter for watchdog timeoutAndrew Cooper
2007-10-22x86: Allow NMI callback CS to be specified via set_trap_table()Keir Fraser
2006-01-11Pass NMIs to DOM0 via a dedicated callback, core Xen support.Ian.Campbell@xensource.com
2005-12-06Pull nmi/traps changes from Linux 2.6.14.kaf24@firebug.cl.cam.ac.uk