aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/.gitattributes (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-04kvm: x86: fix a compile warningPeng Hao1-1/+1
2018-04-04KVM: X86: Add Force Emulation Prefix for "emulate the next instruction"Wanpeng Li1-1/+15
2018-04-04KVM: X86: Introduce handle_ud()Wanpeng Li4-16/+18
2018-04-04KVM: vmx: unify adjacent #ifdefsPaolo Bonzini1-7/+3
2018-04-04x86: kvm: hide the unused 'cpu' variableArnd Bergmann1-0/+2
2018-04-04KVM: VMX: remove bogus WARN_ON in handle_ept_misconfigSean Christopherson1-12/+1
2018-04-04Revert "KVM: X86: Fix SMRAM accessing even if VM is shutdown"Sean Christopherson1-1/+1
2018-04-04kvm: Add emulation for movups/movupdStefan Fritsch1-1/+7
2018-04-04KVM: VMX: raise internal error for exception during invalid protected mode stateSean Christopherson1-6/+14
2018-03-28KVM: nVMX: Optimization: Dont set KVM_REQ_EVENT when VMExit with nested_run_pendingLiran Alon1-8/+0
2018-03-28KVM: nVMX: Require immediate-exit when event reinjected to L2 and L1 event pendingLiran Alon1-13/+20
2018-03-28KVM: x86: Fix misleading comments on handling pending exceptionsLiran Alon1-2/+12
2018-03-28KVM: x86: Rename interrupt.pending to interrupt.injectedLiran Alon5-11/+33
2018-03-28KVM: VMX: No need to clear pending NMI/interrupt on inject realmode interruptLiran Alon1-5/+0
2018-03-28x86/kvm: use Enlightened VMCS when running on Hyper-VVitaly Kuznetsov2-10/+615
2018-03-28x86/hyper-v: detect nested featuresVitaly Kuznetsov3-0/+10
2018-03-28x86/hyper-v: define struct hv_enlightened_vmcs and clean field bitsVitaly Kuznetsov1-0/+200
2018-03-28x86/hyper-v: allocate and use Virtual Processor Assist PagesVitaly Kuznetsov3-3/+66
2018-03-28x86/kvm: rename HV_X64_MSR_APIC_ASSIST_PAGE to HV_X64_MSR_VP_ASSIST_PAGELadi Prosek4-11/+11
2018-03-28x86/hyper-v: move definitions from TLFS to hyperv-tlfs.hVitaly Kuznetsov3-84/+66
2018-03-28x86/hyper-v: move hyperv.h out of uapiVitaly Kuznetsov12-11/+15
2018-03-28KVM: trivial documentation cleanupsAndrew Jones2-4/+8
2018-03-28KVM: X86: Fix setup the virt_spin_lock_key before static key get initializedWanpeng Li1-3/+9
2018-03-28tools/kvm_stat: Remove unused functionCole Robinson1-3/+0
2018-03-28tools/kvm_stat: Don't use deprecated file()Cole Robinson1-1/+1
2018-03-28tools/kvm_stat: Fix python3 syntaxCole Robinson1-2/+4
2018-03-28KVM: SVM: Implement pause loop exit logic in SVMBabu Moger2-3/+105
2018-03-28KVM: SVM: Add pause filter thresholdBabu Moger2-1/+4
2018-03-28KVM: VMX: Bring the common code to header fileBabu Moger2-42/+45
2018-03-28KVM: VMX: Remove ple_window_actual_maxBabu Moger1-25/+6
2018-03-28KVM: VMX: Fix the module parameters for vmxBabu Moger1-13/+14
2018-03-28KVM: x86: Fix perf timer mode IP reportingAndi Kleen4-19/+20
2018-03-28arm64: Add temporary ERRATA_MIDR_ALL_VERSIONS compatibility macroMarc Zyngier1-2/+6
2018-03-28Revert "arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardening"Marc Zyngier6-20/+69
2018-03-28KVM: PPC: Book3S HV: Use __gfn_to_pfn_memslot() in page fault handlerPaul Mackerras1-60/+88
2018-03-26KVM: arm/arm64: vgic-its: Fix potential overrun in vgic_copy_lpi_listMarc Zyngier1-6/+9
2018-03-26KVM: arm/arm64: vgic: Disallow Active+Pending for level interruptsMarc Zyngier2-48/+60
2018-03-23kvm: x86: hyperv: delete dead code in kvm_hv_hypercall()Dan Carpenter1-8/+7
2018-03-23KVM: SVM: add struct kvm_svm to hold SVM specific KVM varsSean Christopherson2-73/+79
2018-03-23KVM: VMX: add struct kvm_vmx to hold VMX specific KVM varsSean Christopherson2-19/+31
2018-03-23KVM: x86: move setting of ept_identity_map_addr to vmx.cSean Christopherson4-2/+15
2018-03-23KVM: x86: define SVM/VMX specific kvm_arch_[alloc|free]_vmSean Christopherson3-0/+37
2018-03-21KVM: nVMX: fix vmentry failure code when L2 state would require emulationPaolo Bonzini1-1/+3
2018-03-21KVM: nVMX: Do not load EOI-exitmap while running L2Liran Alon3-2/+23
2018-03-19arm64: KVM: Use SMCCC_ARCH_WORKAROUND_1 for Falkor BP hardeningShanker Donthineni6-69/+20
2018-03-19KVM: arm: Reserve bit in KVM_REG_ARM encoding for secure/nonsecurePeter Maydell1-0/+9
2018-03-19arm64: Enable ARM64_HARDEN_EL2_VECTORS on Cortex-A57 and A72Marc Zyngier1-0/+12
2018-03-19arm64: KVM: Allow mapping of vectors outside of the RAM regionMarc Zyngier6-12/+95
2018-03-19arm64: Make BP hardening slot counter availableMarc Zyngier3-6/+9
2018-03-19arm/arm64: KVM: Introduce EL2-specific executable mappingsMarc Zyngier3-21/+63