aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2013-10-30kvm, emulator: Rename VendorSpecific flagBorislav Petkov
2013-10-30kvm, emulator: Use opcode lengthBorislav Petkov
2013-10-30kvm: Add KVM_GET_EMULATED_CPUIDBorislav Petkov
2013-10-28nVMX: Report CPU_BASED_VIRTUAL_NMI_PENDING as supportedJan Kiszka
2013-10-28nVMX: Fix pick-up of uninjected NMIsJan Kiszka
2013-10-28KVM: nVMX: Report 2MB EPT pages as supportedJan Kiszka
2013-10-17Powerpc KVM work is based on a commit after rc4.Gleb Natapov
2013-10-17kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V
2013-10-15KVM: Drop FOLL_GET in GUP when doing async page faultchai wen
2013-10-10KVM: nVMX: Fully support nested VMX preemption timerArthur Chunqi Li
2013-10-10KVM: nVMX: fix shadow on EPTGleb Natapov
2013-10-03KVM: mmu: change useless int return types to voidPaolo Bonzini
2013-10-03KVM: mmu: unify destroy_kvm_mmu with kvm_mmu_unloadPaolo Bonzini
2013-10-03KVM: mmu: remove uninteresting MMU "new_cr3" callbacksPaolo Bonzini
2013-10-03KVM: mmu: remove uninteresting MMU "free" callbacksPaolo Bonzini
2013-10-03KVM: x86: only copy XSAVE state for the supported featuresPaolo Bonzini
2013-10-03KVM: x86: prevent setting unsupported XSAVE statesPaolo Bonzini
2013-10-03KVM: x86: mask unsupported XSAVE entries from leaf 0Dh index 0Paolo Bonzini
2013-09-30KVM: Convert kvm_lock back to non-raw spinlockPaolo Bonzini
2013-09-30KVM: nVMX: Do not generate #DF if #PF happens during exception delivery into L2Gleb Natapov
2013-09-30KVM: nVMX: Check all exceptions for intercept during delivery to L2Gleb Natapov
2013-09-30KVM: nVMX: Do not put exception that caused vmexit to IDT_VECTORING_INFOGleb Natapov
2013-09-30KVM: nVMX: Amend nested_run_pending logicGleb Natapov
2013-09-25KVM: VMX: do not check bit 12 of EPT violation exit qualification when undefinedGleb Natapov
2013-09-24KVM: nVMX: Enable unrestricted guest mode supportJan Kiszka
2013-09-24KVM: nVMX: Implement support for EFER saving on VM-exitJan Kiszka
2013-09-24KVM: nVMX: Do not set identity page map for L2Jan Kiszka
2013-09-24KVM: nVMX: Replace kvm_set_cr0 with vmx_set_cr0 in load_vmcs12_host_stateJan Kiszka
2013-09-17KVM: VMX: set "blocked by NMI" flag if EPT violation happens during IRET from...Gleb Natapov
2013-09-17KVM: nEPT: reset PDPTR register cache on nested vmentry emulationGleb Natapov
2013-09-17KVM: mmu: allow page tables to be in read-only slotsPaolo Bonzini
2013-09-17KVM: x86 emulator: emulate RETF immBruce Rogers
2013-09-10shrinker: convert remaining shrinkers to count/scan APIDave Chinner
2013-08-29KVM: MMU: remove unused parameterXiao Guangrong
2013-08-28KVM: x86: update masterclock when kvmclock_offset is calculated (v2)Marcelo Tosatti
2013-08-28KVM: x86: add comments where MMIO does not return to the emulatorPaolo Bonzini
2013-08-28KVM: vmx: count exits to userspace during invalid guest emulationPaolo Bonzini
2013-08-26kvm hypervisor: Simplify kvm_for_each_vcpu with kvm_irq_delivery_to_apicRaghavendra K T
2013-08-26kvm hypervisor : Add a hypercall to KVM hypervisor to support pv-ticketlocksSrivatsa Vaddagiri
2013-08-07KVM: nVMX: Advertise IA32_PAT in VM exit controlArthur Chunqi Li
2013-08-07KVM: nVMX: Fix up VM_ENTRY_IA32E_MODE control feature reportingJan Kiszka
2013-08-07KVM: nEPT: Advertise WB type EPTPJan Kiszka
2013-08-07nVMX: Keep arch.pat in sync on L1-L2 switchesJan Kiszka
2013-08-07nEPT: Miscelleneous cleanupsNadav Har'El
2013-08-07nEPT: Some additional commentsNadav Har'El
2013-08-07Advertise the support of EPT to the L1 guest, through the appropriate MSR.Nadav Har'El
2013-08-07nEPT: Nested INVEPTNadav Har'El
2013-08-07nEPT: MMU context for nested EPTNadav Har'El
2013-08-07nEPT: Add nEPT violation/misconfigration supportYang Zhang
2013-08-07nEPT: correctly check if remote tlb flush is needed for shadowed EPT tablesGleb Natapov