aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/cpu/mcheck
Commit message (Expand)AuthorAgeFilesLines
* x86/MCE: disable if MCE banks are not presentAravindh Puthiyaparambil2013-06-031-1/+8
* x86/vMCE: remove is_vmce_ready checkLiu Jinsong2013-05-163-75/+0
* x86/vMCE: bugfix of vmce injectionLiu Jinsong2013-04-291-1/+1
* xen, libxc: rename xenctl_cpumap to xenctl_bitmapDario Faggioli2013-04-171-2/+1
* x86: allow AMD MSRs injected via xen-mceinjChristoph Egger2013-04-111-0/+9
* x86: BITS_PER_LONG is now always 64Jan Beulich2013-03-201-5/+0
* x86/MCA: suppress bank clearing for certain injected eventsJan Beulich2013-03-122-9/+11
* x86: make x86_mcinfo_reserve() clear its result bufferJan Beulich2013-03-044-12/+6
* x86: fix CMCI injectionJan Beulich2013-02-263-9/+9
* x86: fix null pointer dereference in intel_get_extended_msrs()Xi Wang2013-02-251-1/+1
* xen/xsm: Add xsm_default parameter to XSM hooksDaniel De Graaf2013-01-111-1/+1
* xen: use XSM instead of IS_PRIV where duplicatedDaniel De Graaf2013-01-111-3/+0
* MCE: remove unused MCA_MCE_HANDLERChristoph Egger2012-10-292-2/+0
* x86/MCE: merge AMD quirksChristoph Egger2012-10-293-77/+59
* x86/MCE: remove K7 supportChristoph Egger2012-10-2910-116/+5
* x86/MCE: consolidate AMD initializationChristoph Egger2012-10-294-28/+31
* x86/MCE: Implement clearbank callback for AMDChristoph Egger2012-10-256-42/+60
* vMCE: Implement AMD MSRsChristoph Egger2012-10-231-16/+35
* xen: replace XEN_GUEST_HANDLE with XEN_GUEST_HANDLE_PARAM when appropriateStefano Stabellini2012-10-171-1/+1
* Implement page offline recovery action for AMDChristoph Egger2012-10-098-119/+204
* x86/MCE: implement recoverscan for AMDChristoph Egger2012-10-056-8/+88
* x86: add sanity check and comments for vMCE injectionLiu, Jinsong2012-10-053-6/+16
* x86/vMCE: Add AMD supportChristoph Egger2012-09-268-20/+67
* x86: vMCE save and restoreLiu, Jinsong2012-09-261-8/+14
* x86: vMCE injectionLiu, Jinsong2012-09-263-38/+26
* x86: vMCE emulationLiu, Jinsong2012-09-263-249/+137
* printk: prefer %#x et at over 0x%xJan Beulich2012-09-212-10/+9
* MCE: use new common mce handler on AMD CPUsChristoph Egger2012-09-175-560/+390
* x86: Remove CONFIG_COMPAT ifdef'ery from arch/x86 -- it is always defined.Keir Fraser2012-09-121-7/+0
* xen: Remove x86_32 build target.Keir Fraser2012-09-121-2/+0
* x86: refactor mce codeChristoph Egger2012-09-116-98/+127
* x86/MCE: remove mcg_ctl and other adjustment for future vMCELiu, Jinsong2012-08-073-54/+16
* Xen/MCE: stick all 1's to MCi_CTL of vMCELiu, Jinsong2012-07-191-38/+7
* fix vmce MCi_ADDR/MCi_MISC wrmsr bugLiu, Jinsong2012-05-081-14/+40
* x86: fix memset(ptr, 0, sizeof ptr).Tim Deegan2012-04-111-2/+2
* x86: Allow direct vectored interrupts to be dynamically allocated.Keir Fraser2012-03-301-47/+33
* x86: All vectored interrupts go through do_IRQ().Keir Fraser2012-03-302-17/+6
* x86/vMCE: save/restore MCA capabilitiesJan Beulich2012-02-243-43/+107
* x86/vMCE: don't advertise features we don't supportJan Beulich2012-02-242-6/+7
* x86/vMCE: MC{G,i}_CTL handling adjustmentsJan Beulich2012-02-133-10/+10
* xen: allow global VIRQ handlers to be delegated to other domainsDaniel De Graaf2012-01-284-6/+6
* xsm: Add missing access checksDaniel De Graaf2011-12-181-0/+4
* x86/MCE: add more strict sanity check of one SRAR caseLiu, Jinsong2011-12-151-2/+12
* x86/MCE: add SRAR handlerLiu, Jinsong2011-12-152-14/+49
* x86: remove redundant MCE related MSR definitionsJan Beulich2011-12-133-8/+8
* x86, amd: Disable GartTlbWlkErr when BIOS forgets itJan Beulich2011-12-133-2/+17
* Modify naming of queries into the p2mAndres Lagar-Cavilla2011-11-111-3/+6
* eliminate cpu_set()Jan Beulich2011-11-081-2/+2
* eliminate cpus_xyz()Jan Beulich2011-11-081-1/+1
* cpumask <=> xenctl_cpumap: allocate CPU masks and byte maps dynamicallyJan Beulich2011-10-211-17/+26