KVM: nVMX: Remove unused 'ops' param from nested_vmx_hardware_setup()
[platform/kernel/linux-starfive.git] / arch / x86 /
2020-05-15 Sean ChristophersonKVM: nVMX: Remove unused 'ops' param from nested_vmx_ha...
2020-05-15 Suravee SuthikulpanitKVM: SVM: Remove unnecessary V_IRQ unsetting
2020-05-15 Suravee SuthikulpanitKVM: SVM: Merge svm_enable_vintr into svm_set_vintr
2020-05-15 Wanpeng LiKVM: VMX: Handle preemption timer fastpath
2020-05-15 Wanpeng LiKVM: X86: TSCDEADLINE MSR emulation fastpath
2020-05-15 Paolo BonziniKVM: x86: introduce kvm_can_use_hv_timer
2020-05-15 Wanpeng LiKVM: VMX: Optimize posted-interrupt delivery for timer...
2020-05-15 Wanpeng LiKVM: X86: Introduce more exit_fastpath_completion enum...
2020-05-15 Wanpeng LiKVM: X86: Introduce kvm_vcpu_exit_request() helper
2020-05-15 Sean ChristophersonKVM: x86: Print symbolic names of VMX VM-Exit flags...
2020-05-15 Wanpeng LiKVM: VMX: Introduce generic fastpath handler
2020-05-15 Sean ChristophersonKVM: nVMX: Drop superfluous VMREAD of vmcs02.GUEST_SYSE...
2020-05-15 Sean ChristophersonKVM: nVMX: Truncate writes to vmcs.SYSENTER_EIP/ESP...
2020-05-15 Uros BizjakKVM: VMX: Improve handle_external_interrupt_irqoff...
2020-05-15 Peter XuKVM: X86: Sanity check on gfn before removal
2020-05-15 Peter XuKVM: X86: Force ASYNC_PF_PER_VCPU to be power of two
2020-05-15 Uros BizjakKVM: VMX: Remove unneeded __ASM_SIZE usage with POP...
2020-05-15 Sean ChristophersonKVM: x86/mmu: Add a helper to consolidate root sp alloc...
2020-05-15 Sean ChristophersonKVM: x86/mmu: Drop KVM's hugepage enums in favor of...
2020-05-15 Sean ChristophersonKVM: x86/mmu: Move max hugepage level to a separate...
2020-05-15 Sean ChristophersonKVM: x86/mmu: Tweak PSE hugepage handling to avoid...
2020-05-15 Xiaoyao Likvm: x86: Cleanup vcpu->arch.guest_xstate_size
2020-05-15 Sean ChristophersonKVM: nVMX: Tweak handling of failure code for nested...
2020-05-13 Sean ChristophersonKVM: x86/mmu: Capture TDP level when updating CPUID
2020-05-13 Sean ChristophersonKVM: VMX: Move nested EPT out of kvm_x86_ops.get_tdp_le...
2020-05-13 Sean ChristophersonKVM: VMX: Add proper cache tracking for CR0
2020-05-13 Sean ChristophersonKVM: VMX: Add proper cache tracking for CR4
2020-05-13 Sean ChristophersonKVM: nVMX: Unconditionally validate CR3 during nested...
2020-05-13 Sean ChristophersonKVM: x86: Save L1 TSC offset in 'struct kvm_vcpu_arch'
2020-05-13 Sean ChristophersonKVM: nVMX: Skip IBPB when temporarily switching between...
2020-05-13 Sean ChristophersonKVM: nVMX: Skip IBPB when switching between vmcs01...
2020-05-13 Sean ChristophersonKVM: VMX: Use accessor to read vmcs.INTR_INFO when...
2020-05-13 Paolo BonziniKVM: x86: handle wrap around 32-bit address space
2020-05-13 Davidlohr Buesokvm: Replace vcpu->swait with rcuwait
2020-05-13 Paolo BonziniKVM: x86: Replace late check_nested_events() hack with...
2020-05-13 Sean ChristophersonKVM: VMX: Use vmx_get_rflags() to query RFLAGS in vmx_i...
2020-05-13 Sean ChristophersonKVM: VMX: Use vmx_interrupt_blocked() directly from...
2020-05-13 Sean ChristophersonKVM: x86: WARN on injected+pending exception even in...
2020-05-13 Paolo BonziniKVM: nSVM: Preserve IRQ/NMI/SMI priority irrespective...
2020-05-13 Paolo BonziniKVM: nSVM: Report interrupts as allowed when in L2...
2020-05-13 Sean ChristophersonKVM: nVMX: Prioritize SMI over nested IRQ/NMI
2020-05-13 Sean ChristophersonKVM: nVMX: Preserve IRQ/NMI priority irrespective of...
2020-05-13 Paolo BonziniKVM: SVM: Split out architectural interrupt/NMI/SMI...
2020-05-13 Sean ChristophersonKVM: VMX: Split out architectural interrupt/NMI blockin...
2020-05-13 Paolo BonziniKVM: nSVM: Move SMI vmexit handling to svm_check_nested...
2020-05-13 Paolo BonziniKVM: nSVM: Report NMIs as allowed when in L2 and Exit...
2020-05-13 Sean ChristophersonKVM: nVMX: Report NMIs as allowed when in L2 and Exit...
2020-05-13 Paolo BonziniKVM: x86: replace is_smm checks with kvm_x86_ops.smi_al...
2020-05-13 Sean ChristophersonKVM: x86: Make return for {interrupt_nmi,smi}_allowed...
2020-05-13 Sean ChristophersonKVM: x86: Set KVM_REQ_EVENT if run is canceled with...
2020-05-13 Sean ChristophersonKVM: nVMX: Open a window for pending nested VMX preempt...
2020-05-13 Sean ChristophersonKVM: nVMX: Preserve exception priority irrespective...
2020-05-13 Cathy AveryKVM: SVM: Implement check_nested_events for NMI
2020-05-13 Paolo BonziniKVM: SVM: immediately inject INTR vmexit
2020-05-13 Paolo BonziniKVM: SVM: leave halted state on vmexit
2020-05-13 Paolo BonziniKVM: SVM: introduce nested_run_pending
2020-05-13 Paolo BonziniMerge branch 'kvm-amd-fixes' into HEAD
2020-05-13 Babu MogerKVM: x86: Fix pkru save/restore when guest CR4.PKE...
2020-05-08 Suravee SuthikulpanitKVM: SVM: Disable AVIC before setting V_IRQ
2020-05-08 Suravee SuthikulpanitKVM: Introduce kvm_make_all_cpus_request_except()
2020-05-08 Paolo BonziniKVM: VMX: pass correct DR6 for GD userspace exit
2020-05-08 Paolo BonziniKVM: x86, SVM: isolate vcpu->arch.dr6 from vmcb->save.dr6
2020-05-08 Paolo BonziniKVM: SVM: keep DR6 synchronized with vcpu->arch.dr6
2020-05-07 Paolo BonziniKVM: nSVM: trap #DB and #BP to userspace if guest debug...
2020-05-07 Peter XuKVM: X86: Fix single-step with KVM_SET_GUEST_DEBUG
2020-05-07 Peter XuKVM: X86: Set RTM for DB_VECTOR too for KVM_EXIT_DEBUG
2020-05-07 Paolo BonziniKVM: x86: fix DR6 delivery for various cases of #DB...
2020-05-07 Peter XuKVM: X86: Declare KVM_CAP_SET_GUEST_DEBUG properly
2020-05-06 Paolo Bonzinikvm: x86: Use KVM CPU capabilities to determine CR4...
2020-05-06 Sean ChristophersonKVM: VMX: Explicitly clear RFLAGS.CF and RFLAGS.ZF...
2020-05-04 Paolo Bonzinikvm: ioapic: Restrict lazy EOI update to edge-triggered...
2020-05-04 Suravee SuthikulpanitKVM: x86: Fixes posted interrupt check for IRQs deliver...
2020-05-04 Paolo BonziniMerge tag 'kvmarm-fixes-5.7-2' of git://git./linux...
2020-05-04 Paolo BonziniMerge tag 'kvmarm-fixes-5.7-1' of git://git./linux...
2020-05-04 Paolo BonziniKVM: SVM: fill in kvm_run->debug.arch.dr[67]
2020-05-04 Sean ChristophersonKVM: nVMX: Replace a BUG_ON(1) with BUG() to squash...
2020-04-24 Paolo BonziniKVM: SVM: do not allow VMRUN inside SMM
2020-04-24 Sean ChristophersonKVM: nVMX: Store vmcs.EXIT_QUALIFICATION as an unsigned...
2020-04-23 Sean ChristophersonKVM: nVMX: Drop a redundant call to vmx_get_intr_info()
2020-04-23 Paolo BonziniKVM: x86: move nested-related kvm_x86_ops to a separate...
2020-04-23 Paolo BonziniKVM: eVMCS: check if nesting is enabled
2020-04-23 Paolo BonziniKVM: x86: check_nested_events is never NULL
2020-04-21 Paolo BonziniMerge tag 'kvm-ppc-fixes-5.7-1' of git://git./linux...
2020-04-21 Paolo BonziniMerge tag 'kvm-s390-master-5.7-2' of git://git./linux...
2020-04-21 Paolo BonziniKVM: SVM: avoid infinite loop on NPF from bad address
2020-04-21 Tianjia ZhangKVM: Remove redundant argument to kvm_arch_vcpu_ioctl_run
2020-04-21 Krish SadhukhanKVM: nSVM: Check for CR0.CD and CR0.NW on VMRUN of...
2020-04-21 Wanpeng LiKVM: X86: Improve latency for single target IPI fastpath
2020-04-21 Sean ChristophersonKVM: VMX: Optimize handling of VM-Entry failures in...
2020-04-21 Sean ChristophersonKVM: nVMX: Remove non-functional "support" for CR3...
2020-04-21 Paolo BonziniKVM: x86/mmu: Avoid an extra memslot lookup in try_asyn...
2020-04-21 Sean ChristophersonKVM: x86/mmu: Set @writable to false for non-visible...
2020-04-21 Sean ChristophersonKVM: VMX: Cache vmcs.EXIT_INTR_INFO using arch avail_re...
2020-04-21 Sean ChristophersonKVM: VMX: Cache vmcs.EXIT_QUALIFICATION using arch...
2020-04-21 Sean ChristophersonKVM: nVMX: Drop manual clearing of segment cache on...
2020-04-21 Sean ChristophersonKVM: nVMX: Reset register cache (available and dirty...
2020-04-21 Sean ChristophersonKVM: nVMX: Invoke ept_save_pdptrs() if and only if...
2020-04-21 Sean ChristophersonKVM: nVMX: Rename exit_reason to vm_exit_reason for...
2020-04-21 Sean ChristophersonKVM: nVMX: Cast exit_reason to u16 to check for nested...
2020-04-21 Sean ChristophersonKVM: nVMX: Pull exit_reason from vcpu_vmx in nested_vmx...
next