aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/kvm_host.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: Report IRQ injection status to userspace.Gleb Natapov2009-03-241-2/+2
* KVM: Fix kvmclock on !constant_tsc boxesGerd Hoffmann2009-03-241-0/+1
* KVM: Use irq routing API for MSISheng Yang2009-03-241-1/+1
* KVM: make irq ack notifications aware of routing tableMarcelo Tosatti2009-03-241-1/+1
* KVM: Userspace controlled irq routingAvi Kivity2009-03-241-0/+31
* KVM: Interrupt mask notifiers for ioapicAvi Kivity2009-03-241-0/+17
* KVM: Remove duplicated prototype of kvm_arch_destroy_vmSheng Yang2009-03-241-1/+0
* KVM: New guest debug interfaceJan Kiszka2009-03-241-3/+3
* KVM: Add kvm_arch_sync_events to sync with asynchronize eventsSheng Yang2009-02-151-0/+1
* KVM: change KVM to use IOMMU APIJoerg Roedel2009-01-031-3/+3
* Deassign device in kvm_free_assgined_deviceWeidong Han2009-01-031-0/+1
* KVM: support device deassignmentWeidong Han2009-01-031-0/+8
* KVM: use the new intel iommu APIsWeidong Han2009-01-031-5/+10
* KVM: fix handling of ACK from shared guest IRQMark McLoughlin2008-12-311-0/+1
* KVM: Add fields for MSI device assignmentSheng Yang2008-12-311-0/+4
* KVM: Replace irq_requested with more generic irq_requested_typeSheng Yang2008-12-311-1/+3
* KVM: IRQ ACK notifier should be used with in-kernel irqchipSheng Yang2008-12-311-2/+1
* KVM: Fix guest shared interrupt with in-kernel irqchipSheng Yang2008-10-281-1/+6
* KVM: Separate irq ack notification out of arch/x86/kvm/irq.cXiantao Zhang2008-10-151-0/+6
* KVM: Change is_mmio_pfn to kvm_is_mmio_pfn, and make it common for all archsXiantao Zhang2008-10-151-0/+2
* KVM: Move device assignment logic to common codeXiantao Zhang2008-10-151-0/+1
* KVM: MMU: out of sync shadow coreMarcelo Tosatti2008-10-151-0/+1
* KVM: Device Assignment with VT-dBen-Ami Yassour2008-10-151-0/+52
* KVM: x86: do not execute halted vcpusMarcelo Tosatti2008-10-151-0/+1
* KVM: Move KVM TRACE DEFINITIONS to common headerHollis Blanchard2008-10-151-0/+19
* KVM: Synchronize guest physical memory map to host virtual memory mapAndrea Arcangeli2008-07-291-0/+24
* KVM: MMU: nuke shadowed pgtable pages and ptes on memslot destructionMarcelo Tosatti2008-07-201-0/+1
* KVM: Add coalesced MMIO support (common part)Laurent Vivier2008-07-201-0/+4
* KVM: kvm_io_device: extend in_range() to manage len and write attributeLaurent Vivier2008-07-201-1/+2
* KVM: Remove decache_vcpus_on_cpu() and related callbacksAvi Kivity2008-07-201-3/+0
* KVM: close timer injection race window in __vcpu_runMarcelo Tosatti2008-06-241-0/+1
* KVM: migrate PIT timerMarcelo Tosatti2008-06-061-1/+1
* KVM: kill file->f_count abuse in kvmAl Viro2008-04-271-1/+0
* KVM: Rename debugfs_dir to kvm_debugfs_dirHollis Blanchard2008-04-271-1/+1
* KVM: add ioctls to save/store mpstateMarcelo Tosatti2008-04-271-0/+4
* KVM: hlt emulation should take in-kernel APIC/PIT timers into accountMarcelo Tosatti2008-04-271-0/+1
* KVM: Add kvm trace userspace interfaceFeng(Eric) Liu2008-04-271-0/+14
* KVM: MMU: Don't assume struct page for x86Anthony Liguori2008-04-271-0/+12
* KVM: add vm refcountingIzik Eidus2008-04-271-0/+4
* KVM: Move some x86 specific constants and structures to include/asm-x86Avi Kivity2008-04-271-13/+0
* KVM: detect if VCPU triple faultsJoerg Roedel2008-04-271-0/+1
* KVM: MMU: large page supportMarcelo Tosatti2008-04-271-0/+5
* KVM: MMU: ignore zapped root pagetablesMarcelo Tosatti2008-04-271-0/+2
* KVM: Increase the number of user memory slots per vmAvi Kivity2008-04-271-1/+1
* KVM: Increase vcpu count to 16Avi Kivity2008-04-271-1/+1
* KVM: Use CONFIG_PREEMPT_NOTIFIERS around struct preempt_notifierHollis Blanchard2008-04-271-0/+2
* KVM: remove the usage of the mmap_sem for the protection of the memory slots.Izik Eidus2008-03-041-0/+1
* KVM: Move apic timer migration away from critical sectionAvi Kivity2008-01-301-0/+6
* KVM: MMU: Switch to mmu spinlockMarcelo Tosatti2008-01-301-1/+2
* KVM: Add kvm_read_guest_atomic()Marcelo Tosatti2008-01-301-0/+2