aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/svm/intr.c
Commit message (Expand)AuthorAgeFilesLines
* Fix emacs local variable block to use correct C style variable.David Vrabel2013-02-211-1/+1
* printk: prefer %#x et at over 0x%xJan Beulich2012-09-211-1/+1
* x86: Make asmlinkage explicitly a no-op, and avoid usage in arch/x86Keir Fraser2012-01-151-1/+1
* Implement SVM specific interrupt handlingcegger2011-03-091-4/+53
* svm: support VMCB cleanbitsKeir Fraser2010-12-151-6/+10
* svm: Avoid VINTR injection during NMI shadowKeir Fraser2010-05-071-3/+14
* passthrough: use tasklet to deliver interruptsKeir Fraser2009-07-281-1/+0
* xentrace: trace interrupt windowKeir Fraser2008-12-051-1/+2
* Use hvm_dirq_assist() to replace {vmx,svm}_dirq_assist().Keir Fraser2008-10-211-56/+1
* Rename evtchn_lock to event_lock, since it protects more than justKeir Fraser2008-10-091-3/+3
* Fix lock issue for hvm pass-through domainKeir Fraser2008-10-091-2/+3
* xentrace 3/7: Remove vcpu / domain from HVM traces.Keir Fraser2008-09-081-2/+2
* AMD IOMMU: Enable MSI for hvm guestKeir Fraser2008-06-111-2/+14
* svm: Better handling of NMI injection -- avoid nested NMIs.Keir Fraser2008-05-191-0/+6
* x86 iommu: Better synchronisation on dirq_mask.Keir Fraser2008-04-221-1/+3
* iommu: Consolidate iommu enablement logic. Now there is only oneKeir Fraser2008-04-211-1/+1
* x86 iommu: Define vendor-neutral interface for access to IOMMU.Keir Fraser2008-02-141-0/+41
* x86 hvm: hvm_maybe_deassert_evtchn_irq() needs to be called early inKeir Fraser2008-01-111-1/+0
* hvm: Fix evtchn-to-fake-pci interrupt propagation.Keir Fraser2008-01-081-1/+1
* hvm: Re-jig event delivery logic to better integrate TPR management.Keir Fraser2007-10-011-63/+28
* svm: Greatly reduce total number of CR8 interceptskfraser@localhost.localdomain2007-09-101-2/+33
* hvm: Large-scale cleanups and fixes to event deliver logic.kfraser@localhost.localdomain2007-07-311-39/+40
* hvm: Define common (across VMX and SVM) set of event types.kfraser@localhost.localdomain2007-07-311-2/+2
* hvm: Support injection of virtual NMIs and clean up ExtInt handling in general.kfraser@localhost.localdomain2007-06-201-64/+82
* [SVM] Inject a "fake" interrupt if we delay an interrupt for an exceptionTim Deegan2007-03-281-18/+16
* hvm svm: Do not deliver virtual interrupts concurrently with virtual exceptions.kfraser@localhost.localdomain2007-03-271-0/+14
* hvm: Clean up intr_assist() functions (both VMX and SVM,. but mainlykfraser@localhost.localdomain2007-03-271-67/+41
* [xentrace][HVM] introduce HVM tracing to unify SVM and VMX tracingkfraser@localhost.localdomain2007-02-261-1/+6
* [XEN] New paging-assistance interface.Tim Deegan2007-02-141-1/+1
* [HVM] Sync per vcpu LAPIC timer with its TSC:kfraser@localhost.localdomain2006-12-201-1/+1
* [HVM] Enable more than one platform timer (PIT/RTC/HPET)kfraser@localhost.localdomain2006-12-201-9/+3
* [HVM][SVM] Modify the interrupt/event injection logic.kfraser@localhost.localdomain2006-12-201-20/+13
* [HVM] Update VPIC device model for new interrupt delivery code.kaf24@localhost.localdomain2006-11-261-24/+25
* [HVM] Reworked interrupt distribution logic.kfraser@localhost.localdomain2006-11-211-12/+3
* [HVM] VIOAPIC and VPIC cleanups.kfraser@localhost.localdomain2006-11-071-1/+1
* [HVM] Replace shared-memory PIC state with a set-irq-level hypercall.kfraser@localhost.localdomain2006-11-071-41/+37
* [XEN] Remove definition of printf. All users are switched to printk.kfraser@localhost.localdomain2006-10-231-1/+1
* [HVM][SVM] Fix 2/2 to nterrupt delivery logic.kfraser@localhost.localdomain2006-10-201-12/+10
* [HVM][SVM] Fix 1/2 to interrupt delivery logic.kfraser@localhost.localdomain2006-10-201-2/+12
* [HVM] XenTrace enhancement for HVM SMP guests.kfraser@localhost.localdomain2006-10-181-1/+1
* [HVM] Move RTC emulation into the hypervisor.kfraser@localhost.localdomain2006-10-181-2/+2
* [HVM][SVM] Revert changeset 11679:a949bd6ceb85kaf24@firebug.cl.cam.ac.uk2006-10-061-0/+9
* [HVM][SVM] Do not delay ExtInt event injection if RFLAGS.IF==0.kaf24@firebug.cl.cam.ac.uk2006-09-301-9/+0
* [XEN][HVM] Arrange that we only consider sending a PV-on-HVM event channelSteven Smith2006-09-291-3/+6
* [XEN][HVM] Make sure that the interrupt which event channel events come inSteven Smith2006-09-291-7/+2
* More hvm common-code cleanups.Steven Hand2006-09-011-22/+19
* Various HVM clean-ups.shand@kneesaa.uk.xensource.com2006-08-151-44/+2
* Add support for sending event channel interrupts to HVM guests.kfraser@localhost.localdomain2006-08-101-2/+13
* [HVM] Place all APIC registers into one page in native format.kfraser@localhost.localdomain2006-08-021-9/+9
* [SVM] Add pit_time_fired() to svm logic, for the "many lost ticks" c/s 10650 ...kaf24@firebug.cl.cam.ac.uk2006-07-141-0/+1