summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2020-09-28KVM: nSVM: CR3 MBZ bits are only 63:52Krish Sadhukhan
2020-09-28KVM: x86: emulating RDPID failure shall return #UD rather than #GPRobert Hoo
2020-09-28KVM: nVMX: Morph notification vector IRQ on nested VM-Enter to pending PISean Christopherson
2020-09-28KVM: MIPS: clean up redundant kvm_run parameters in assemblyTianjia Zhang
2020-09-28KVM: SVM: Add tracepoint for cr_interceptionHaiwei Li
2020-09-28KVM: SVM: Analyze is_guest_mode() in svm_vcpu_run()Wanpeng Li
2020-09-28KVM: VMX: Invoke NMI handler via indirect call instead of INTnSean Christopherson
2020-09-28KVM: VMX: Move IRQ invocation to assembly subroutineSean Christopherson
2020-09-28KVM: x86: Add kvm_x86_ops hook to short circuit emulationSean Christopherson
2020-09-28KVM: SVM: use __GFP_ZERO instead of clear_page()Haiwei Li
2020-09-28KVM: nVMX: KVM needs to unset "unrestricted guest" VM-execution control in vm...Krish Sadhukhan
2020-09-28KVM: x86: fix MSR_IA32_TSC read for nested migrationMaxim Levitsky
2020-09-28KVM: SVM: Enable INVPCID feature on AMDBabu Moger
2020-09-28KVM: X86: Move handling of INVPCID types to x86Babu Moger
2020-09-28KVM: X86: Rename and move the function vmx_handle_memory_failure to x86.cBabu Moger
2020-09-28KVM: SVM: Remove set_cr_intercept, clr_cr_intercept and is_cr_interceptBabu Moger
2020-09-28KVM: SVM: Add new intercept word in vmcb_control_areaBabu Moger
2020-09-28KVM: SVM: Modify 64 bit intercept field to two 32 bit vectorsBabu Moger
2020-09-28KVM: SVM: Modify intercept_exceptions to generic interceptsBabu Moger
2020-09-28KVM: SVM: Change intercept_dr to generic interceptsBabu Moger
2020-09-28KVM: SVM: Change intercept_cr to generic interceptsBabu Moger
2020-09-28KVM: SVM: Introduce vmcb_(set_intercept/clr_intercept/_is_intercept)Babu Moger
2020-09-28KVM: nSVM: Remove unused fieldBabu Moger
2020-09-28KVM: SVM: refactor exit labels in svm_create_vcpuMaxim Levitsky
2020-09-28KVM: SVM: use __GFP_ZERO instead of clear_pageMaxim Levitsky
2020-09-28KVM: SVM: refactor msr permission bitmap allocationMaxim Levitsky
2020-09-28KVM: nSVM: rename nested vmcb to vmcb12Maxim Levitsky
2020-09-28KVM: SVM: rename a variable in the svm_create_vcpuMaxim Levitsky
2020-09-28KVM: LAPIC: Reduce world switch latency caused by timer_advance_nsWanpeng Li
2020-09-28KVM: LAPIC: Narrow down the kick target vCPUWanpeng Li
2020-09-28KVM: LAPIC: Guarantee the timer is in tsc-deadline mode when settingWanpeng Li
2020-09-28KVM: LAPIC: Return 0 when getting the tscdeadline timer if the lapic is hw di...Wanpeng Li
2020-09-28KVM: LAPIC: Fix updating DFR missing apic map recalculationWanpeng Li
2020-09-28KVM: nVMX: Simplify the initialization of nested_vmx_msrsChenyi Qiang
2020-09-28KVM: nVMX: Fix VMX controls MSRs setup when nested VMX enabledChenyi Qiang
2020-09-28KVM: nSVM: Avoid freeing uninitialized pointers in svm_set_nested_state()Vitaly Kuznetsov
2020-09-22Merge tag 'kvm-ppc-next-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2020-09-22Merge branch 'x86-seves-for-paolo' of https://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini
2020-09-22KVM: PPC: Book3S: Fix symbol undeclared warningsWang Wensheng
2020-09-22KVM: PPC: Book3S: Remove redundant initialization of variable retJing Xiangfeng
2020-09-22KVM: PPC: Book3S HV: XIVE: Convert to DEFINE_SHOW_ATTRIBUTEQinglang Miao
2020-09-20Merge tag 'kvmarm-fixes-5.9-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2020-09-20Revert "KVM: Check the allocation of pv cpu mask"Vitaly Kuznetsov
2020-09-18KVM: arm64: Remove S1PTW check from kvm_vcpu_dabt_iswrite()Marc Zyngier
2020-09-18KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetchMarc Zyngier
2020-09-17KVM: PPC: Book3S HV: Set LPCR[HDICE] before writing HDECPaul Mackerras
2020-09-17KVM: PPC: Book3S HV: Do not allocate HPT for a nested guestFabiano Rosas
2020-09-17KVM: PPC: Don't return -ENOTSUPP to userspace in ioctlsGreg Kurz
2020-09-12KVM: emulator: more strict rsm checks.Maxim Levitsky
2020-09-12KVM: nSVM: more strict SMM checks when returning to nested guestMaxim Levitsky