aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/traps.c
Commit message (Expand)AuthorAgeFilesLines
...
* Fix PV CPUID virtualization of XSaveShan Haitao2011-09-181-0/+24
* x86: consistently serialize CMOS/RTC accesses on rtc_lockJan Beulich2011-07-191-6/+37
* xen/libxc: Clean up pv_cpuid switch statements.Keir Fraser2011-07-161-9/+16
* xen/libxc: set CPUID topology leaf as unsupported for PV guestsDavid Vrabel2011-07-161-0/+1
* x86/hvm: Don't expose CPUID time leaf when not using PVRDTSCPPaul Durrant2011-07-081-2/+10
* x86: cpuid faulting feature enableLiu, Jinsong2011-07-011-3/+9
* x86: show page walk also for early page faultsJan Beulich2011-06-231-0/+1
* x86: Pass through ERMS CPUID feature for HVM and PV guestsYang, Wei2011-06-141-1/+2
* x86: Enable Supervisor Mode Execution Protection (SMEP)Keir Fraser2011-06-031-20/+52
* x86: Hide CPUID leaf 7 from PV guests.Keir Fraser2011-06-021-0/+7
* x86: Fix spurious_page_fault() for 1GB superpages.Keir Fraser2011-05-311-0/+2
* xen: remove more declarations from C files.Tim Deegan2011-05-271-2/+0
* xen: remove extern function declarations from C files.Tim Deegan2011-05-261-2/+1
* xen: Include headers that are actually needed, drop everything else.Christoph Egger2011-05-201-0/+1
* x86: clear CPUID output of leaf 0xd for Dom0 when xsave is disabledJan Beulich2011-05-201-0/+4
* x86/fpu: create lazy and non-lazy FPU restore functionsWei Huang2011-05-091-1/+1
* x86/fpu: clean up FPU context restore functionWei Huang2011-05-091-1/+1
* x86/fpu: extract extended related code into xstate.h and xstate.cWei Huang2011-05-091-0/+1
* vmx/hvm: move mov-cr handling functions to generic HVM codeKeir Fraser2011-04-181-0/+30
* x86: move pv-only members of struct vcpu to struct pv_vcpuJan Beulich2011-04-051-8/+8
* x86: split struct vcpuJan Beulich2011-04-051-59/+59
* Remove direct cpumask_t members from struct vcpu and struct domainJan Beulich2011-04-051-6/+6
* x86: Remove _PAGE_NX defintiion (with implicit use of cpu_has_nx).Keir Fraser2011-03-281-1/+1
* x86: revert 22983:0edb666c8300Tim Deegan2011-03-071-9/+10
* Xen: remove run_in_exception_handler() and recode its only callerTim Deegan2011-03-071-10/+9
* x86 NMI: continue in case of PCI SERR errosStefano Stabellini2011-02-251-16/+5
* x86: add strictly sanity check for XSAVE/XRSTORWei Gang2011-02-211-1/+1
* x86: tighten conditions under which writing certain MSRs is permittedKeir Fraser2011-02-101-4/+6
* x86: blacklist new AMD CPUID bits for PV domainsKeir Fraser2011-01-261-0/+5
* x86-64: refine access permission check for wrmsr to MSR_FAM10H_MMIO_CONF_BASEKeir Fraser2011-01-111-2/+1
* x86-64: don't allow wrmsr to MSR_FAM10H_MMIO_CONF_BASE when Xen itself is usi...Keir Fraser2011-01-101-1/+12
* Update AMD CPU feature flags 0x80000001:ECX for Xen HypervisorKeir Fraser2011-01-081-2/+2
* relax vCPU pinned checksKeir Fraser2011-01-051-1/+1
* x86: Allow dom0 to write MSR IA32_ENERGY_PERF_BIASKeir Fraser2011-01-051-0/+1
* Use bool_t for various boolean variablesKeir Fraser2010-12-241-1/+1
* x86: move early page fault code into .init.textKeir Fraser2010-12-161-1/+1
* x86: Add -Wredundant-decls to Xen build flags.Keir Fraser2010-12-021-30/+0
* x86: tighten filter on ptwr_do_page_fault()Keir Fraser2010-11-291-7/+14
* x86-64: don't crash Xen upon direct pv guest access to GDT/LDT mapping areaKeir Fraser2010-11-291-3/+9
* x86 xsave: Adding back CPUID support for Xsave (version 2)Keir Fraser2010-11-151-1/+5
* x86: Do not expose XSAVE/AVX to guests.Keir Fraser2010-11-041-0/+1
* x86: Xsave support for PV guests.Keir Fraser2010-11-031-8/+43
* x86: enable support for {rd,wr}{fs,gs}base instructionsKeir Fraser2010-10-241-1/+1
* x86: emulate MSR_IA32_UCODE_REV Intel access protocolKeir Fraser2010-10-111-7/+20
* x86: adjust MSR_IA32_MISC_ENABLE handlingKeir Fraser2010-09-241-7/+19
* x86: Allow dom0 pstate control to access APERF/MPERF/HWCR MSRsKeir Fraser2010-08-131-0/+9
* x86: fix guest wrmsr warning formatKeir Fraser2010-06-151-1/+1
* x86: Do not include apic.h/io_apic.h from asm/smp.hKeir Fraser2010-06-111-0/+1
* x86: Clean up efer/ler macros after MSR changes.Keir Fraser2010-06-111-0/+24
* xen: msr safe cleanupKeir Fraser2010-06-111-30/+35