aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/cpu
Commit message (Expand)AuthorAgeFilesLines
* x86/mwait_idle: initial C8, C9, C10 supportLen Brown2013-08-301-0/+18
* x86/mwait_idle: export both C1 and C1ELen Brown2013-08-301-5/+46
* x86/mwait_idle: remove assumption of one C-state per MWAIT flagLen Brown2013-08-301-56/+50
* x86/xsave: initialization improvementsJan Beulich2013-08-301-1/+1
* x86: remove PentiumPro checkMatt Wilson2013-08-301-4/+0
* x86: remove X86_INTEL_USERCOPY codeMatt Wilson2013-08-301-21/+0
* x86/MTRR: fix range check in mtrr_add_page()Jan Beulich2013-08-141-1/+1
* x86/cpuidle: Change logging for unknown APIC IDsAndrew Cooper2013-07-171-1/+1
* 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
* x86/mwait_idle: support HaswellLen Brown2013-04-221-0/+36
* x86/mwait_idle: stop using driver_data for static flagsLen Brown2013-04-221-25/+26
* 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
* x86/AMD: Enable WC+ memory type on family 10 processorsBoris Ostrovsky2013-01-181-0/+11
* 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
* x86, amd: Disable way access filter on Piledriver CPUsAndre Przywara2012-12-191-0/+8
* x86/mwait-idle: enable Ivy Bridge Xeon supportJan Beulich2012-11-021-0/+1
* ACPI/cpuidle: remove unused "power" field from Cx state dataJan Beulich2012-11-021-2/+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
* x86/amd: Fix xen_apic_write warnings in Dom0Wei Wang2012-10-151-0/+12
* 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: get the MWAIT idle driver in sync with the ACPI oneJan Beulich2012-10-041-4/+7
* Revert 25960:6bf8b882df8f (x86: default-disable MWAIT-based idle driver ...)Jan Beulich2012-09-281-8/+1
* x86: remove further code applicable to 32-bit CPUs onlyJan Beulich2012-09-282-80/+3
* x86: default-disable MWAIT-based idle driver for CPUs without ARATJan Beulich2012-09-261-1/+8
* 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
* x86: fix MWAIT-based idle driver for CPUs without ARATJan Beulich2012-09-251-0/+7
* x86: enable VIA CPU supportJan Beulich2012-09-213-34/+5
* x86: eliminate code affecting only 64-bit-incapable CPUsJan Beulich2012-09-213-97/+3
* printk: prefer %#x et at over 0x%xJan Beulich2012-09-214-15/+14
* x86: introduce MWAIT-based, ACPI-less CPU idle driverJan Beulich2012-09-212-0/+514