summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* KVM: MMU: make direct mapping paths aware of mapping levelsJoerg Roedel2009-09-103-38/+53
* KVM: MMU: rename is_largepage_backed to mapping_levelJoerg Roedel2009-09-102-35/+69
* KVM: MMU: make rmap code aware of mapping levelsJoerg Roedel2009-09-101-25/+28
* KVM: fix kvm_init() error handlingXiao Guangrong2009-09-101-1/+1
* KVM: limit lapic periodic timer frequencyMarcelo Tosatti2009-09-101-0/+9
* KVM: Align cr8 threshold when userspace changes cr8Mikhail Ershov2009-09-101-0/+2
* KVM: VMX: Avoid to return ENOTSUPP to userlandJan Kiszka2009-09-101-2/+2
* KVM: Drop obsolete cpu_get/put in make_all_cpus_requestJan Kiszka2009-09-101-2/+1Star
* KVM: PIT: Unregister ack notifier callback when freeingGleb Natapov2009-09-101-0/+2
* KVM: VMX: Introduce KVM_SET_IDENTITY_MAP_ADDR ioctlSheng Yang2009-09-104-5/+32
* KVM: x86: use kvm_get_gdt() and kvm_read_ldt()Akinobu Mita2009-09-102-6/+5Star
* KVM: x86: use get_desc_base() and get_desc_limit()Akinobu Mita2009-09-101-13/+5Star
* KVM: s390: remove unused structsGleb Natapov2009-09-101-9/+0Star
* KVM: MMU: fix missing locking in alloc_mmu_pagesMarcelo Tosatti2009-09-101-0/+2
* KVM: Discard unnecessary kvm_mmu_flush_tlb() in kvm_mmu_load()Sheng Yang2009-09-101-1/+1
* KVM: silence lapic kernel messages that can be triggered by a guestGleb Natapov2009-09-101-4/+4
* KVM: Reduce runnability interface with arch support codeGleb Natapov2009-09-107-40/+11Star
* KVM: Move kvm_cpu_get_interrupt() declaration to x86 codeGleb Natapov2009-09-102-1/+1
* KVM: Move exception handling to the same place as other eventsGleb Natapov2009-09-101-12/+9Star
* KVM: MMU: Fix MMU_DEBUG compile breakageJoerg Roedel2009-09-101-2/+2
* KVM: add ioeventfd supportGregory Haskins2009-09-105-4/+293
* KVM: make io_bus interface more robustGregory Haskins2009-09-106-15/+79
* KVM: add module parameters documentationAndre Przywara2009-09-101-0/+39
* KVM: PIT support for HPET legacy modeBeth Kon2009-09-105-6/+93
* KVM: Always report x2apic as supported featureGleb Natapov2009-09-101-0/+3
* KVM: No need to kick cpu if not in a guest modeGleb Natapov2009-09-101-0/+1
* KVM: Add trace points in irqchip codeGleb Natapov2009-09-106-0/+152
* KVM: ignore msi request if !levelMichael S. Tsirkin2009-09-101-1/+3
* KVM: fix MMIO_CONF_BASE MSR accessAndre Przywara2009-09-101-0/+8
* KVM: Trace shadow page lifecycleAvi Kivity2009-09-102-4/+109
* KVM: Document basic APIAvi Kivity2009-09-101-0/+683
* KVM: MMU: Trace guest pagetable walkerAvi Kivity2009-09-103-3/+128
* Revert "KVM: x86: check for cr3 validity in ioctl_set_sregs"Jan Kiszka2009-09-101-7/+1Star
* KVM: handle AMD microcode MSRAndre Przywara2009-09-101-0/+1
* KVM: Fix apic_mmio_write return for unaligned writeSheng Yang2009-09-101-1/+1
* KVM: Use temporary variable to shorten lines.Gleb Natapov2009-09-101-8/+10
* KVM: x2apic interface to lapicGleb Natapov2009-09-103-59/+173
* KVM: Add Directed EOI support to APIC emulationGleb Natapov2009-09-105-10/+39
* KVM: Trace apic registers using their symbolic namesAvi Kivity2009-09-101-2/+12
* KVM: Trace mmioAvi Kivity2009-09-102-1/+43
* KVM: Ignore PCI ECS I/O enablementAndre Przywara2009-09-101-0/+3
* KVM: Trace irq level and source idAvi Kivity2009-09-102-4/+9
* KVM: fix lock imbalanceJiri Slaby2009-09-101-1/+2
* KVM: document lock nesting ruleMichael S. Tsirkin2009-09-101-1/+1
* KVM: remove in_range from io devicesMichael S. Tsirkin2009-09-1010-208/+152Star
* KVM: convert bus to slots_lockMichael S. Tsirkin2009-09-106-7/+21
* KVM: switch pit creation to slots_lockMichael S. Tsirkin2009-09-101-2/+2
* KVM: switch coalesced mmio changes to slots_lockMichael S. Tsirkin2009-09-101-5/+5
* KVM: document locking for kvm_io_device_opsMichael S. Tsirkin2009-09-101-0/+3
* KVM: use vcpu_id instead of bsp_vcpu pointer in kvm_vcpu_is_bspMarcelo Tosatti2009-09-101-1/+1