summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: Make kvm host use the paravirt clocksource structsGerd Hoffmann2008-06-241-13/+62
* KVM: close timer injection race window in __vcpu_runMarcelo Tosatti2008-06-241-0/+1
* KVM: Fix race between timer migration and vcpu migrationMarcelo Tosatti2008-06-241-12/+3
* KVM: migrate PIT timerMarcelo Tosatti2008-06-061-1/+1
* KVM: avoid fx_init() schedule in atomicAndrea Arcangeli2008-05-041-1/+10
* KVM: Avoid spurious execeptions after setting registersJan Kiszka2008-05-041-0/+2
* KVM: x86: task switch: fix wrong bit setting for the busy flagIzik Eidus2008-05-041-2/+2
* KVM: VMX: Prepare an identity page table for EPT in real modeSheng Yang2008-05-041-0/+2
* KVM: MMU: Add EPT supportSheng Yang2008-05-041-0/+3
* KVM: fix kvm_vcpu_kick vs __vcpu_run raceMarcelo Tosatti2008-04-271-2/+14
* KVM: add ioctls to save/store mpstateMarcelo Tosatti2008-04-271-0/+19
* KVM: Rename VCPU_MP_STATE_* to KVM_MP_STATE_*Avi Kivity2008-04-271-9/+9
* KVM: Add trace markersFeng (Eric) Liu2008-04-271-0/+26
* KVM: Free apic access page on vm destructionAvi Kivity2008-04-271-0/+2
* KVM: MMU: unify slots_lock usageMarcelo Tosatti2008-04-271-33/+20
* KVM: x86: hardware task switching supportIzik Eidus2008-04-271-0/+409
* KVM: MMU: hypercall based pte updates and TLB flushesMarcelo Tosatti2008-04-271-1/+17
* KVM: Provide unlocked version of emulator_write_phys()Avi Kivity2008-04-271-7/+14
* KVM: add basic paravirt supportMarcelo Tosatti2008-04-271-0/+1
* KVM: Add save/restore supporting of in kernel PITSheng Yang2008-04-271-0/+48
* KVM: In kernel PIT modelSheng Yang2008-04-271-0/+9
* KVM: replace remaining __FUNCTION__ occurancesHarvey Harrison2008-04-271-6/+6
* KVM: detect if VCPU triple faultsJoerg Roedel2008-04-271-5/+15
* KVM: Prefix control register accessors with kvm_ to avoid namespace pollutionAvi Kivity2008-04-271-23/+23
* KVM: MMU: large page supportMarcelo Tosatti2008-04-271-0/+1
* KVM: MMU: ignore zapped root pagetablesMarcelo Tosatti2008-04-271-0/+12
* KVM: Implement dummy values for MSR_PERF_STATUSAlexander Graf2008-04-271-1/+7
* KVM: sparse fixes for kvm/x86.cHarvey Harrison2008-04-271-13/+13
* KVM: Add stat counter for hypercallsAmit Shah2008-04-271-0/+2
* KVM: Use x86's segment descriptor struct instead of private definitionAvi Kivity2008-04-271-8/+7
* KVM: Add API for determining the number of supported memory slotsAvi Kivity2008-04-271-0/+3
* KVM: Add API to retrieve the number of supported vcpus per vmAvi Kivity2008-04-271-0/+3
* KVM: paravirtualized clocksource: host partGlauber de Oliveira Costa2008-04-271-1/+112
* KVM: export the load_pdptrs() function to modulesJoerg Roedel2008-04-271-0/+1
* KVM: allow access to EFER in 32bit KVMJoerg Roedel2008-04-271-10/+0
* KVM: align valid EFER bits with the features of the host systemJoerg Roedel2008-04-271-1/+9
* KVM: make EFER_RESERVED_BITS configurable for architecture codeJoerg Roedel2008-04-271-2/+9
* KVM: remove the usage of the mmap_sem for the protection of the memory slots.Izik Eidus2008-03-041-28/+37
* KVM: emulate access to MSR_IA32_MCG_CTLJoerg Roedel2008-03-031-0/+5
* KVM: Make the supported cpuid list a host property rather than a vm propertyAvi Kivity2008-03-031-20/+22
* KVM: Fix kvm_arch_vcpu_ioctl_set_sregs so that set_cr0 works properlyPaul Knowles2008-03-031-1/+1
* kvm: i386 fixAndrew Morton2008-02-051-4/+4
* KVM: Move apic timer migration away from critical sectionAvi Kivity2008-01-301-1/+4
* KVM: Fix unbounded preemption latencyAvi Kivity2008-01-301-0/+7
* KVM: Initialize the mmu caches only after verifying cpu supportAvi Kivity2008-01-301-8/+6
* KVM: x86 emulator: Only allow VMCALL/VMMCALL trapped by #UDSheng Yang2008-01-301-3/+15
* KVM: MMU: Concurrent guest walkersMarcelo Tosatti2008-01-301-37/+55
* KVM: Disable vapic support on Intel machines with FlexPriorityAvi Kivity2008-01-301-1/+3
* KVM: Accelerated apic supportAvi Kivity2008-01-301-0/+55
* KVM: local APIC TPR access reporting facilityAvi Kivity2008-01-301-0/+25