aboutsummaryrefslogtreecommitdiffstats
path: root/xen/include/asm-x86/hvm/vlapic.h
Commit message (Expand)AuthorAgeFilesLines
* Nested VMX: Update APIC-v(RVI/SVI) when vmexit to L1Yang Zhang2013-08-221-1/+2
* x86: drop MAX_VECTOR definitionJan Beulich2013-07-041-2/+0
* x86/HVM: Call vlapic_set_irq() to delivery virtual interruptYang Zhang2013-04-181-1/+1
* VMX: Add posted interrupt supportingYang Zhang2013-04-181-0/+15
* hvm: Improve APIC INIT/SIPI emulation, fixing it for call paths other than x8...Keir Fraser2013-03-281-3/+2
* xen: enable Virtual-interrupt deliveryJiongxi Li2012-09-171-0/+1
* xen: enable APIC-Register VirtualizationJiongxi Li2012-09-171-0/+2
* x86 hvm: Emulate MSR_IA32_TSC_DEADLINEKeir Fraser2010-12-151-0/+2
* x86 hvm: x2APIC emulationKeir Fraser2010-12-071-0/+2
* x86 hvm: When sending INIT-SIPI IPIs, pause the sending vcpu until theKeir Fraser2010-10-201-2/+5
* x86: Do not include apic.h/io_apic.h from asm/smp.hKeir Fraser2010-06-111-5/+1
* x86 hvm: Simplify vlapic init-sipi logic (no async pause logic)Keir Fraser2010-04-191-1/+3
* Move tasklet implementation into its own source files.Keir Fraser2010-04-191-1/+1
* ia64: Fix build for xen/ia64Keir Fraser2009-09-251-10/+0
* iommu: Fix pirq conflict issue when guest adopts per-cpu vector.Keir Fraser2009-09-181-0/+10
* x86 hvm: Clean up vlapic/vioapic/vmsi delivery.Keir Fraser2009-08-191-4/+8
* x86 hvm: Use 'x' as parameter name for macros converting betweenKeir Fraser2009-07-081-4/+3
* x86 hvm: Allow delivery of legacy 8259 interrupts to VCPUs != 0.Keir Fraser2009-07-011-0/+2
* x86, hvm: Implement interrupt routing to least priority processor.Keir Fraser2008-11-181-2/+1
* x86, hvm: Hyper-V guest interface support with small set of enlightenmentsKeir Fraser2008-10-141-0/+4
* x86: Support x2APIC mode.Keir Fraser2008-05-011-1/+1
* x86, hvm: Clean up handling of APIC INIT and SIPI messages.Keir Fraser2008-04-151-0/+2
* vmx: Enable Core 2 Duo Performance Counters in HVM guestKeir Fraser2008-01-301-0/+6
* hvm: Remove guest-triggerable assertions from vlapic emulation.Keir Fraser2007-12-141-2/+0
* hvm: Reduce vpt.c dependencies on external timer details.Keir Fraser2007-12-121-3/+0
* hvm: Re-jig event delivery logic to better integrate TPR management.Keir Fraser2007-10-011-2/+2
* hvm: Support injection of virtual NMIs and clean up ExtInt handling in general.kfraser@localhost.localdomain2007-06-201-1/+1
* Simplify APIC_ACCESS VMX support.kfraser@localhost.localdomain2007-05-301-4/+2
* Add VMX memory-mapped Local APIC access optimization.kfraser@localhost.localdomain2007-05-301-0/+5
* hvm: vcpu reset support for x86 INIT IPI, needed for CPU hotplug.kfraser@localhost.localdomain2007-02-061-0/+2
* [HVM] Save/restore cleanups 03: IRQTim Deegan2007-01-201-14/+11
* [HVM] Sync per vcpu LAPIC timer with its TSC:kfraser@localhost.localdomain2006-12-201-11/+13
* [HVM] Enable more than one platform timer (PIT/RTC/HPET)kfraser@localhost.localdomain2006-12-201-2/+0
* [HVM][VMX] Fix for CR8 acceleration on 64bit guest.kfraser@localhost.localdomain2006-12-011-1/+0
* [HVM] Update VPIC device model for new interrupt delivery code.kaf24@localhost.localdomain2006-11-261-0/+1
* [HVM] vlapic: More cleanups, simplifications and fixes.kfraser@localhost.localdomain2006-11-141-13/+14
* [HVM] Simplify apic dest-matching code. Refactorkfraser@localhost.localdomain2006-11-101-0/+2
* [HVM] Change vlapic printk()s into appropriate gdprintk()s.kfraser@localhost.localdomain2006-11-091-4/+2
* [HVM] Clean up two small APIC TDCR issues.kfraser@localhost.localdomain2006-11-091-1/+1
* [HVM] VLAPIC cleanups. vlapic tsruct is statically containedkfraser@localhost.localdomain2006-11-071-3/+4
* [HVM] Replace relinquish_resources() destructor hook withkfraser@localhost.localdomain2006-11-061-1/+2
* [XEN] Replace hvm_setup_platform() with hvm_domain_initialise()kaf24@localhost.localdomain2006-11-051-2/+0
* [HVM] vlapic: Synchronously determine PPR register value whenevr it is needed.kfraser@localhost.localdomain2006-10-311-2/+0
* [XEN] HVM: Clean up and simplify vlapic device-model code.kfraser@localhost.localdomain2006-10-301-104/+13
* [HVM][VMX] Enable VMX TPR shadow feature.kfraser@localhost.localdomain2006-10-301-1/+24
* [HVM] Fix an error when read from APIC registers like IRR, ISR and TMR.kaf24@firebug.cl.cam.ac.uk2006-09-131-8/+22
* [HVM] Place all APIC registers into one page in native format.kfraser@localhost.localdomain2006-08-021-77/+34
* [XEN] Various cleanups to bitops usage.kfraser@dhcp93.uk.xensource.com2006-06-271-51/+11
* Clean the pending_intr processing sequence and fix some potential bugs.kaf24@firebug.cl.cam.ac.uk2006-03-101-0/+1
* Clean up vlapic code.kaf24@firebug.cl.cam.ac.uk2006-03-071-49/+33