aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/vlapic.c
Commit message (Expand)AuthorAgeFilesLines
...
* x86, hvm: Hyper-V guest interface support with small set of enlightenmentsKeir Fraser2008-10-141-1/+1
* x86: MSI interrupt storm avoidance.Keir Fraser2008-07-041-3/+2
* MSI: Handle MSI EOI for amd systemsKeir Fraser2008-06-111-1/+1
* hvm: Build guest timers on monotonic system time.Keir Fraser2008-05-241-1/+0
* x86: Fixes to VLAPIC and S3 state resets.Keir Fraser2008-05-231-12/+11
* x86 hvm: Xen interface and implementation for virtual S3Keir Fraser2008-05-201-77/+18
* x86: Support x2APIC mode.Keir Fraser2008-05-011-2/+2
* MSI 5/6: add MSI support to passthrough HVM domainKeir Fraser2008-05-011-0/+3
* x86, hvm: APIC INIT handling can make use of existing hvm_vcpu_down()Keir Fraser2008-04-151-2/+1
* x86, hvm: Clean up handling of APIC INIT and SIPI messages.Keir Fraser2008-04-151-43/+161
* x86, hvm: I/O emulation handlers return X86EMUL_* return codes.Keir Fraser2008-04-151-11/+15
* x86 hvm: Make sure that we correctly tear down the vlapic periodicKeir Fraser2008-04-091-0/+2
* hvm: Clean out save/restore debug tracing.Keir Fraser2008-04-091-46/+23
* xen: Allow NUMA node to be specific to alloc_domheap_pages() via a newKeir Fraser2008-04-041-4/+5
* x86: Clean ups and fixes after bitops changes.Keir Fraser2008-03-181-4/+2
* x86: Allow bitop functions to be applied only to fields of at least 4Keir Fraser2008-03-161-11/+15
* hvm: Some cleanups to vlapic emulation.Keir Fraser2007-12-191-16/+19
* SVM: Treat the vlapic's tpr as the master copy and sync the vtpr to itKeir Fraser2007-12-141-1/+0
* hvm: Remove guest-triggerable assertions from vlapic emulation.Keir Fraser2007-12-141-27/+14
* hvm: Reduce vpt.c dependencies on external timer details.Keir Fraser2007-12-121-15/+2
* hvm: Fix destroy_periodic_time() to not race destruction of one-shot timers.Keir Fraser2007-12-121-7/+4
* x86: avoid LOCK prefix in some cases where it's not necessary.Keir Fraser2007-12-101-1/+1
* hvm: Initialize vlapic->timer_last_update.Keir Fraser2007-12-051-3/+5
* hvm: Fix 2 type mismatches in vlapic.h and hpet.c for 32-bit build XenKeir Fraser2007-11-281-6/+9
* hvm, x86: Allow virtual timer mode to be specified.Keir Fraser2007-10-261-3/+10
* hvm: Re-jig event delivery logic to better integrate TPR management.Keir Fraser2007-10-011-12/+13
* hvm: Remove hvm-specific NMI flag and use generic flag instead.kfraser@localhost.localdomain2007-09-061-1/+1
* vmx: Never use physical addresses above 4GB for VMCS state on i386.kfraser@localhost.localdomain2007-07-101-1/+8
* hvm vlapic: Fix one_shot argument passed to create_periodic_time().kfraser@localhost.localdomain2007-07-031-2/+2
* Use clear_page() wherever possible/reasonable instead of open codedkfraser@localhost.localdomain2007-06-201-1/+1
* hvm: Support injection of virtual NMIs and clean up ExtInt handling in general.kfraser@localhost.localdomain2007-06-201-4/+3
* hvm: Timer device model cleanups.kfraser@localhost.localdomain2007-06-141-3/+1
* hvm: Correctly hook VLAPIC MSR change notification for VMX intokfraser@localhost.localdomain2007-05-311-0/+6
* Add VMX memory-mapped Local APIC access optimization.kfraser@localhost.localdomain2007-05-301-2/+0
* Clean up map_domain_page().kfraser@localhost.localdomain2007-05-241-5/+6
* Make map_domain_page_global failJeremy Fitzhardinge2007-05-241-1/+8
* x86/hvm: HVM_DBG_LOG() cleanupkfraser@localhost.localdomain2007-05-151-12/+12
* xen: Get rid of some VCPUF_* flags and move into their own byte fields.kfraser@localhost.localdomain2007-03-291-2/+2
* hvm: Print bad DFR value for vlapic if a bad value is detected.kfraser@localhost.localdomain2007-03-141-2/+3
* hvm: Support PUSH from mmio area (opcode 0xFF/6).Keir Fraser2007-02-181-1/+1
* [XEN] New paging-assistance interface.Tim Deegan2007-02-141-1/+0
* [HVM] Save/restore: dynamically calculate the size of the save bufferTim Deegan2007-02-071-2/+4
* hvm: vcpu reset support for x86 INIT IPI, needed for CPU hotplug.kfraser@localhost.localdomain2007-02-061-11/+6
* [HVM][SVM] Updated the SVM V_TPR register on MMIO writes to the VLAPIC TPRTravis Betak2007-01-311-0/+1
* [HVM] Save/restore: clean up marshalling codeTim Deegan2007-01-311-22/+76
* [PATCH][HVM] fix smp guest hang after restore"Zhai, Edwin"2007-01-301-2/+4
* [HVM] Save/restore cleanups 03: IRQTim Deegan2007-01-201-51/+38
* [HVM] save restore: save restore dev in HVTim Deegan2007-01-181-1/+73
* [HVM] Change VCPU->LAPIC_ID mapping so that VCPU0 has ID0.kaf24@localhost.localdomain2006-12-311-1/+1
* [HVM] Sync per vcpu LAPIC timer with its TSC:kfraser@localhost.localdomain2006-12-201-135/+50