aboutsummaryrefslogtreecommitdiff
path: root/drivers/kvm/vmx.c
AgeCommit message (Expand)Author
2007-10-13KVM: Improve emulation failure reportingAvi Kivity
2007-10-13KVM: VMX: Fix exit qualification width on i386He, Qing
2007-10-13KVM: Move main vcpu loop into subarch independent codeAvi Kivity
2007-10-13KVM: VMX: Move vm entry failure handling to the exit handlerAvi Kivity
2007-10-13KVM: Rename kvm_arch_ops to kvm_x86_opsChristian Ehrhardt
2007-10-13KVM: enable in-kernel APIC INIT/SIPI handlingHe, Qing
2007-10-13KVM: Migrate lapic hrtimer when vcpu moves to another cpuEddie Dong
2007-10-13KVM: Keep track of missed timer irq injectionsEddie Dong
2007-10-13KVM: VMX: Use shadow TPR/cr8 for 64-bits guestsYang, Sheng
2007-10-13KVM: pending irq save/restoreEddie Dong
2007-10-13KVM: Emulate hlt in the kernelEddie Dong
2007-10-13KVM: Emulate local APIC in kernelEddie Dong
2007-10-13KVM: Define and use cr8 access functionsEddie Dong
2007-10-13KVM: Add support for in-kernel PIC emulationEddie Dong
2007-10-13KVM: VMX: Split segments reload in vmx_load_host_state()Laurent Vivier
2007-10-13KVM: VMX: allow rmode_tss_base() to work with >2G of guest memoryIzik Eidus
2007-10-13KVM: Communicate cr8 changes to userspaceYang, Sheng
2007-10-13KVM: Close minor race in signal handlingAvi Kivity
2007-10-13KVM: Clean up kvm_setup_pio()Laurent Vivier
2007-10-13KVM: Cleanup string I/O instruction emulationLaurent Vivier
2007-10-13KVM: VMX: Remove a duplicated ia32e mode vm entry controlLi, Xin B
2007-10-13KVM: Use kmem_cache_free for kmem_cache_zalloc'ed objectsRusty Russell
2007-10-13KVM: Add and use pr_unimpl for standard formatting of unimplemented featuresRusty Russell
2007-10-13KVM: Fix defined but not used warning in drivers/kvm/vmx.cGabriel C
2007-10-13KVM: Remove redundant alloc_vmcs_cpu declarationRusty Russell
2007-10-13KVM: VMX: Add cpu consistency checkYang, Sheng
2007-10-13KVM: Use kmem cache for allocating vcpusRusty Russell
2007-10-13KVM: Remove kvm_{read,write}_guest()Laurent Vivier
2007-10-13KVM: VMX: pass vcpu_vmx internallyRusty Russell
2007-10-13KVM: Convert vm lock to a mutexShaohua Li
2007-10-13KVM: Use the scheduler preemption notifiers to make kvm preemptibleAvi Kivity
2007-10-13KVM: VMX: Improve the method of writing vmcs controlYang, Sheng
2007-10-13KVM: Dynamically allocate vcpusRusty Russell
2007-10-13KVM: Remove arch specific components from the general codeGregory Haskins
2007-10-13KVM: VMX: Import some constants of vmcs from IA32 SDMYang, Sheng
2007-10-13KVM: Hoist kvm_mmu_reload() out of the critical sectionShaohua Li
2007-10-13KVM: Set exit_reason to KVM_EXIT_MMIO where run->mmio is initialized.Jeff Dike
2007-10-13KVM: Use standard CR4 flags, tighten checkingRusty Russell
2007-10-13KVM: Trivial: Use standard CR0 flags macros from asm/cpu-features.hRusty Russell
2007-10-13KVM: SMP: Add vcpu_id field in struct vcpuQing He
2007-07-16KVM: Clean up #includesAvi Kivity
2007-07-16KVM: VMX: Remove unnecessary code in vmx_tlb_flush()Avi Kivity
2007-07-16KVM: VMX: Reinitialize the real-mode tss when entering real modeAvi Kivity
2007-07-16KVM: VMX: Fix interrupt checking on lightweight exitGregory Haskins
2007-07-16KVM: VMX: Ensure vcpu time stamp counter is monotonousAvi Kivity
2007-07-16KVM: Initialize the BSP bit in the APIC_BASE msr correctlyAvi Kivity
2007-07-16KVM: VMX: Replace memset(<addr>, 0, PAGESIZE) with clear_page(<addr>)Shani Moideen
2007-07-16KVM: Flush remote tlbs when reducing shadow pte permissionsAvi Kivity
2007-07-16KVM: Emulate hlt on real mode for IntelAvi Kivity
2007-07-16KVM: Move duplicate halt handling code into kvm_main.cAvi Kivity