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