aboutsummaryrefslogtreecommitdiffstats
path: root/xen/arch/x86/hvm/vioapic.c
Commit message (Expand)AuthorAgeFilesLines
* x86/HVM: Call vlapic_set_irq() to delivery virtual interruptYang Zhang2013-04-181-2/+1
* CONFIG: remove #ifdef __ia64__ from the x86 arch treeAndrew Cooper2012-02-091-5/+1
* x86/vioapic: clear remote IRR when switching RTE to edge triggered modeJan Beulich2011-11-211-2/+3
* x86: split struct domainJan Beulich2011-04-051-2/+1
* x86: Do not include apic.h/io_apic.h from asm/smp.hKeir Fraser2010-06-111-0/+1
* x86: vioapic: fix remote irr bit setting for level triggered interruptsKeir Fraser2009-10-281-31/+18
* Miscellaneous data placement adjustmentsKeir Fraser2009-10-281-1/+1
* x86 hvm: suspend platform timer emulation while its IRQ is maskedKeir Fraser2009-09-161-0/+6
* x86 hvm: Clean up vlapic/vioapic/vmsi delivery.Keir Fraser2009-08-191-83/+23
* x86 hvm: Allow delivery of legacy 8259 interrupts to VCPUs != 0.Keir Fraser2009-07-011-7/+10
* x86_64: allow more vCPU-s per guestKeir Fraser2009-06-181-4/+8
* x86, hvm: Implement interrupt routing to least priority processor.Keir Fraser2008-11-181-2/+2
* x86 hvm: Xen interface and implementation for virtual S3Keir Fraser2008-05-201-8/+12
* x86, hvm: I/O emulation handlers return X86EMUL_* return codes.Keir Fraser2008-04-151-9/+12
* hvm: Clean out save/restore debug tracing.Keir Fraser2008-04-091-31/+2
* x86 iommu: Define vendor-neutral interface for access to IOMMU.Keir Fraser2008-02-141-1/+1
* hvm: Fix destroy_periodic_time() to not race destruction of one-shot timers.Keir Fraser2007-12-121-1/+1
* vt-d: Do dpci eoi outside of irq_lock.Keir Fraser2007-10-301-0/+4
* vt-d: Allow pass-through of shared interrupts.Keir Fraser2007-10-191-1/+1
* hvm: More changes to reduce size of domain structure.Keir Fraser2007-10-031-7/+20
* IRQ injection changes for HVM PCI passthru.kfraser@localhost.localdomain2007-09-181-0/+4
* hvm: Remove hvm-specific NMI flag and use generic flag instead.kfraser@localhost.localdomain2007-09-061-1/+1
* hvm: More cleanups, particularly to %cr4 handling.kfraser@localhost.localdomain2007-08-081-4/+0
* hvm: Support injection of virtual NMIs and clean up ExtInt handling in general.kfraser@localhost.localdomain2007-06-201-15/+19
* x86/hvm: HVM_DBG_LOG() cleanupkfraser@localhost.localdomain2007-05-151-13/+10
* [HVM] Save/restore: dynamically calculate the size of the save bufferTim Deegan2007-02-071-1/+1
* [HVM] Save/restore: tidy up IRQsTim Deegan2007-02-051-56/+2
* [HVM] Save/restore: clean up marshalling codeTim Deegan2007-01-311-19/+27
* [HVM] Save/restore cleanups 03: IRQTim Deegan2007-01-201-78/+35
* [HVM] Save/restore cleanups 01: PITTim Deegan2007-01-201-1/+1
* [HVM] Save/Restore: Various structures have changedTim Deegan2007-01-181-6/+10
* [HVM] save restore: save restore dev in HVTim Deegan2007-01-181-0/+128
* [HVM] Fix timer interrupt delivery on x64 Vista.kfraser@localhost.localdomain2007-01-121-2/+9
* [HVM] Fix assumptions that ISA IRQ 0 connects to GSI 0.kaf24@localhost.localdomain2006-12-281-2/+2
* [HVM] Reworked interrupt distribution logic.kfraser@localhost.localdomain2006-11-211-172/+95
* [HVM] Decouple the RTC from the PIT periodic timerTim Deegan2006-11-161-2/+2
* [HVM] Simplify apic dest-matching code. Refactorkfraser@localhost.localdomain2006-11-101-36/+1
* [HVM] Remove a duplicated range checking in vioapic_set_irq.kfraser@localhost.localdomain2006-11-101-14/+12
* [HVM] Change vlapic printk()s into appropriate gdprintk()s.kfraser@localhost.localdomain2006-11-091-1/+1
* [HVM] Avoid long delay between setting IRQ for PV drivers andkaf24@firebug.cl.cam.ac.uk2006-11-091-0/+2
* [HVM] Simplify relationship between VIOAPIC and VLAPICs.kfraser@localhost.localdomain2006-11-081-76/+39
* [XEN] Fix 64-bit build.kaf24@localhost.localdomain2006-11-071-3/+4
* [HVM] VIOAPIC and VPIC cleanups.kfraser@localhost.localdomain2006-11-071-333/+304
* [HVM] VLAPIC cleanups. vlapic tsruct is statically containedkfraser@localhost.localdomain2006-11-071-3/+2
* [HVM] Replace shared-memory PIC state with a set-irq-level hypercall.kfraser@localhost.localdomain2006-11-071-21/+3
* [XEN] Replace hvm_setup_platform() with hvm_domain_initialise()kaf24@localhost.localdomain2006-11-051-11/+1
* [XEN] Some cleanups to the log-level stuff. Largely thiskaf24@localhost.localdomain2006-10-271-4/+2
* [HVM] Ensure that, if AP is blocked, it is woken by interrupt delivered by IO...kaf24@localhost.localdomain2006-10-271-3/+7
* Workaround for bigsmp APIC mode SMP linux guests - we cannot correctly dealSteven Hand2006-10-201-17/+34
* [XEN][HVM] Make sure that the interrupt which event channel events come inSteven Smith2006-09-291-1/+21