aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm
Commit message (Expand)AuthorAgeFilesLines
...
* x86/xsave: adjust state managementJan Beulich2013-07-021-1/+7
* nested vmx: Fix the booting of L2 PAE guestDongxiao Xu2013-06-271-12/+15
* VMX/Viridian: suppress MSR-based APIC suggestion when having APIC-VJan Beulich2013-06-251-2/+3
* x86/hvm: fix HVMOP_inject_trap return value on successTim Deegan2013-06-211-0/+1
* x86/HVM: fix initialization of wallclock time for PVHVM on migrationRoger Pau Monné2013-06-121-19/+14
* x86/HVM: fix x2APIC APIC_ID read emulationZhenguo Wang2013-06-111-3/+20
* x86/vtsc: update vcpu_time in hvm_set_guest_timeRoger Pau Monné2013-06-051-1/+13
* x86: fix XCR0 handlingJan Beulich2013-06-043-16/+7
* Currently only a few Intel models have VPMU workaround turned on. ItBoris Ostrovsky2013-05-311-11/+5
* x86: re-enable VCPUOP_register_vcpu_time_memory_areaJan Beulich2013-05-271-0/+2
* x86/HVM: RTC code must be in line with WAET flags passed by hvmloaderJan Beulich2013-05-211-4/+15
* x86/HVM: properly handle RTC periodic timer even when !RTC_PIEJan Beulich2013-05-212-5/+50
* x86/HVM: adjust IRQ (de-)assertionJan Beulich2013-05-211-13/+11
* x86/hvm: avoid p2m lookups for vlapic accesses.xen-4.3.0-rc24.3.0-rc2Tim Deegan2013-05-161-0/+17
* x86: handle paged gfn in wrmsr_hypervisor_regsOlaf Hering2013-05-072-4/+23
* x86/HVM: fix legacy PIC check in pt_update_irq()Jan Beulich2013-05-021-2/+3
* x86/HVM: fix processing of RTC REG_B writesJan Beulich2013-05-021-1/+3
* x86: make vcpu_reset() preemptibleJan Beulich2013-05-022-2/+8
* x86/HVM: move per-vendor function tables into .init.dataJan Beulich2013-04-293-9/+9
* x86/hvm: convert access check for nested HVM to XSMDaniel De Graaf2013-04-231-4/+2
* VMX: adjust correct table when there's no posted interrupt supportJan Beulich2013-04-191-2/+2
* VMX: Use posted interrupt to deliver virutal interruptYang Zhang2013-04-181-2/+6
* x86/HVM: Call vlapic_set_irq() to delivery virtual interruptYang Zhang2013-04-183-10/+10
* VMX: Add posted interrupt supportingYang Zhang2013-04-182-18/+62
* VMX: Turn on posted interrupt bit in vmcsYang Zhang2013-04-182-0/+11
* VMX: Detect posted interrupt capabilityYang Zhang2013-04-181-1/+11
* x86/AMD: Dump AMD VPMU infoBoris Ostrovsky2013-04-151-1/+41
* x86/AMD: Clean up context_update() in AMD VPMU codeBoris Ostrovsky2013-04-151-11/+17
* x86/VPMU: Save/restore VPMU only when necessaryBoris Ostrovsky2013-04-155-21/+135
* x86/VPMU: Factor out VPMU common codeBoris Ostrovsky2013-04-153-71/+46
* x86/VPMU: Add Haswell supportBoris Ostrovsky2013-04-151-0/+1
* x86/AMD: Stop counters on VPMU saveBoris Ostrovsky2013-04-151-16/+6
* x86/AMD: Load context when attempting to read VPMU MSRsBoris Ostrovsky2013-04-151-1/+20
* x86/AMD: Do not intercept access to performance counters MSRsBoris Ostrovsky2013-04-152-1/+44
* x86/AMD: Allow more fine-grained control of VMCB MSR Permission MapBoris Ostrovsky2013-04-151-8/+7
* vpmu intel: Dump vpmu infos in 'q' keyhandlerDietmar Hahn2013-04-082-3/+69
* vpmu intel: Use PMU defines instead of numerals and bit masksDietmar Hahn2013-04-081-24/+37
* vpmu intel: Better names and replacing numerals with definesDietmar Hahn2013-04-081-21/+21
* VMX: Always disable SMEP when guest is in non-paging modeStefan Bader2013-04-041-2/+5
* x86/hvm: Centralize and simplify the RTC IRQ logic.Tim Deegan2013-03-291-20/+20
* x86/hvm: Let the guest miss a few ticks before resetting the timer.Tim Deegan2013-03-291-6/+9
* x86/hvm: Avoid needlessly resetting the periodic timer.Tim Deegan2013-03-291-4/+14
* x86/hvm: Run the RTC periodic timer on a consistent time series.Tim Deegan2013-03-291-2/+4
* hvm: Clean up vlapic_reg_write() error propagation.Keir Fraser2013-03-281-15/+11
* hvm: Improve APIC INIT/SIPI emulation, fixing it for call paths other than x8...Keir Fraser2013-03-283-65/+62
* vpmu intel: Add cpuid handling when vpmu disabledDietmar Hahn2013-03-263-9/+70
* vpmu intel: pass through cpuid bits when BTS is enabledDietmar Hahn2013-03-121-0/+4
* x86/vPMU: change Intel model numbers from decimal to hexKonrad Rzeszutek Wilk2013-03-081-14/+14
* x86/vPMU: add missing Merom, Westmere, and Nehalem modelsKonrad Rzeszutek Wilk2013-03-081-2/+13
* x86/vPMU: provide comments for which Intel model is whatKonrad Rzeszutek Wilk2013-03-081-10/+10