- 69cb877 KVM: nSVM: move MMU setup to nested_prepare_vmcb_control by Paolo Bonzini · 4 years, 7 months ago
- f241d71 KVM: nSVM: extract preparation of VMCB for nested run by Paolo Bonzini · 4 years, 7 months ago
- 3e06f01 KVM: nSVM: extract load_nested_vmcb_control by Paolo Bonzini · 4 years, 8 months ago
- 69c9dfa KVM: nSVM: move map argument out of enter_svm_guest_mode by Paolo Bonzini · 4 years, 8 months ago
- df7e068 KVM: nVMX: always update CR3 in VMCS by Paolo Bonzini · 4 years, 7 months ago
- 978ce58 KVM: SVM: always update CR3 in VMCB by Paolo Bonzini · 4 years, 7 months ago
- 5b672408 KVM: nSVM: correctly inject INIT vmexits by Paolo Bonzini · 4 years, 8 months ago
- bd27962 KVM: nSVM: remove exit_required by Paolo Bonzini · 4 years, 8 months ago
- 7c86663 KVM: nSVM: inject exceptions via svm_check_nested_events by Paolo Bonzini · 4 years, 8 months ago
- c9d4091 KVM: x86: enable event window in inject_pending_event by Paolo Bonzini · 4 years, 7 months ago
- c6b22f5 KVM: x86: track manually whether an event has been injected by Paolo Bonzini · 4 years, 7 months ago
- b6162e8 KVM: nSVM: Preserve registers modifications done before nested_svm_vmexit() by Vitaly Kuznetsov · 4 years, 7 months ago
- 7d2e874 KVM: x86: Initialize tdp_level during vCPU creation by Sean Christopherson · 4 years, 7 months ago
- 6c0238c KVM: nSVM: leave ASID aside in copy_vmcb_control_area by Paolo Bonzini · 4 years, 7 months ago
- a3535be KVM: nSVM: fix condition for filtering async PF by Paolo Bonzini · 4 years, 8 months ago
- 88197e6 kvm/x86: Remove redundant function implementations by 彭浩(Richard) · 4 years, 7 months ago
- 80bc97f KVM: Fix the indentation to match coding style by Haiwei Li · 4 years, 7 months ago
- a8cfbae KVM: VMX: replace "fall through" with "return" to indicate different case by Miaohe Lin · 4 years, 10 months ago
- cb97c2d KVM: x86: Take an unsigned 32-bit int for has_emulated_msr()'s index by Sean Christopherson · 4 years, 10 months ago
- 7cb85fc KVM: x86: Remove superfluous brackets from case statement by Sean Christopherson · 4 years, 10 months ago
- df2a69a KVM: x86: allow KVM_STATE_NESTED_MTF_PENDING in kvm_state flags by Paolo Bonzini · 4 years, 7 months ago
- 7529e767 Merge branch 'kvm-master' into HEAD by Paolo Bonzini · 4 years, 7 months ago
- 4c7ccc3 Merge tag 'kvm-s390-next-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kvms390/linux into HEAD by Paolo Bonzini · 4 years, 7 months ago
- e7581ca KVM: x86: simplify is_mmio_spte by Paolo Bonzini · 4 years, 7 months ago
- f4cfcd2 KVM: x86: don't expose MSR_IA32_UMWAIT_CONTROL unconditionally by Maxim Levitsky · 4 years, 7 months ago
- 0abcc8f KVM: VMX: enable X86_FEATURE_WAITPKG in KVM capabilities by Maxim Levitsky · 4 years, 7 months ago
- 6129ed8 KVM: x86/mmu: Set mmio_value to '0' if reserved #PF can't be generated by Sean Christopherson · 4 years, 7 months ago
- 9d5272f Merge tag 'noinstr-x86-kvm-2020-05-16' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into HEAD by Paolo Bonzini · 4 years, 7 months ago
- febd668 rcuwait: avoid lockdep splats from rcuwait_active() by Paolo Bonzini · 4 years, 7 months ago
- 3a7c8fa x86/kvm: Restrict ASYNC_PF to user space by Thomas Gleixner · 4 years, 8 months ago
- 6bca69a x86/kvm: Sanitize kvm_async_pf_task_wait() by Thomas Gleixner · 4 years, 10 months ago
- ef68017 x86/kvm: Handle async page faults directly through do_page_fault() by Andy Lutomirski · 4 years, 10 months ago
- af1e56b context_tracking: Make guest_enter/exit() .noinstr ready by Thomas Gleixner · 4 years, 9 months ago
- c86e9b9 lockdep: Prepare for noinstr sections by Peter Zijlstra · 4 years, 10 months ago
- 0995a5d tracing: Provide lockdep less trace_hardirqs_on/off() variants by Thomas Gleixner · 4 years, 10 months ago
- 6553896 vmlinux.lds.h: Create section for protection against instrumentation by Thomas Gleixner · 4 years, 10 months ago
- d43e267 KVM: x86: only do L1TF workaround on affected processors by Paolo Bonzini · 4 years, 7 months ago
- c4e0e4ab KVM: x86: Fix off-by-one error in kvm_vcpu_ioctl_x86_setup_mce by Jim Mattson · 4 years, 8 months ago
- f6bfd9c Merge branch 'kvm-amd-fixes' into HEAD by Paolo Bonzini · 4 years, 8 months ago
- cb95312 kvm: add halt-polling cpu usage stats by David Matlack · 4 years, 8 months ago
- 93dff2f KVM: nVMX: Migrate the VMX-preemption timer by Jim Mattson · 4 years, 8 months ago
- ada0098 KVM: nVMX: Change emulated VMX-preemption timer hrtimer to absolute by Jim Mattson · 4 years, 8 months ago
- 1739f3d KVM: nVMX: Really make emulated nested preemption timer pinned by Jim Mattson · 4 years, 8 months ago
- 6c1c6e5 KVM: nVMX: Remove unused 'ops' param from nested_vmx_hardware_setup() by Sean Christopherson · 4 years, 8 months ago
- de18248 KVM: SVM: Remove unnecessary V_IRQ unsetting by Suravee Suthikulpanit · 4 years, 8 months ago
- e14b778 KVM: SVM: Merge svm_enable_vintr into svm_set_vintr by Suravee Suthikulpanit · 4 years, 8 months ago
- 26efe2f KVM: VMX: Handle preemption timer fastpath by Wanpeng Li · 4 years, 8 months ago
- ae95f56 KVM: X86: TSCDEADLINE MSR emulation fastpath by Wanpeng Li · 4 years, 8 months ago
- 199a8b8 KVM: x86: introduce kvm_can_use_hv_timer by Paolo Bonzini · 4 years, 8 months ago
- 379a3c8 KVM: VMX: Optimize posted-interrupt delivery for timer fastpath by Wanpeng Li · 4 years, 8 months ago
- 404d5d7 KVM: X86: Introduce more exit_fastpath_completion enum values by Wanpeng Li · 4 years, 8 months ago
- 5a9f544 KVM: X86: Introduce kvm_vcpu_exit_request() helper by Wanpeng Li · 4 years, 8 months ago
- 2c4c413 KVM: x86: Print symbolic names of VMX VM-Exit flags in traces by Sean Christopherson · 4 years, 8 months ago
- dcf068d KVM: VMX: Introduce generic fastpath handler by Wanpeng Li · 4 years, 8 months ago
- 9e826fe KVM: nVMX: Drop superfluous VMREAD of vmcs02.GUEST_SYSENTER_* by Sean Christopherson · 4 years, 8 months ago
- 2408500 KVM: nVMX: Truncate writes to vmcs.SYSENTER_EIP/ESP for 32-bit vCPU by Sean Christopherson · 4 years, 8 months ago
- 551896e KVM: VMX: Improve handle_external_interrupt_irqoff inline assembly by Uros Bizjak · 4 years, 8 months ago
- 62315b6 KVM: Documentation: Fix up cpuid page by Peter Xu · 4 years, 9 months ago
- 0fd4604 KVM: X86: Sanity check on gfn before removal by Peter Xu · 4 years, 9 months ago
- 5b494ae KVM: No need to retry for hva_to_pfn_remapped() by Peter Xu · 4 years, 9 months ago
- dd03bca KVM: X86: Force ASYNC_PF_PER_VCPU to be power of two by Peter Xu · 4 years, 9 months ago
- c16312f KVM: VMX: Remove unneeded __ASM_SIZE usage with POP instruction by Uros Bizjak · 4 years, 8 months ago
- 8123f26 KVM: x86/mmu: Add a helper to consolidate root sp allocation by Sean Christopherson · 4 years, 8 months ago
- 3bae045 KVM: x86/mmu: Drop KVM's hugepage enums in favor of the kernel's enums by Sean Christopherson · 4 years, 8 months ago
- e662ec3 KVM: x86/mmu: Move max hugepage level to a separate #define by Sean Christopherson · 4 years, 8 months ago
- b2f432f KVM: x86/mmu: Tweak PSE hugepage handling to avoid 2M vs 4M conundrum by Sean Christopherson · 4 years, 8 months ago
- a71936ab kvm: x86: Cleanup vcpu->arch.guest_xstate_size by Xiaoyao Li · 4 years, 8 months ago
- 68cda40 KVM: nVMX: Tweak handling of failure code for nested VM-Enter failure by Sean Christopherson · 4 years, 8 months ago
- e93fd3b KVM: x86/mmu: Capture TDP level when updating CPUID by Sean Christopherson · 4 years, 8 months ago
- 0047fca KVM: VMX: Move nested EPT out of kvm_x86_ops.get_tdp_level() hook by Sean Christopherson · 4 years, 8 months ago
- bd31fe4 KVM: VMX: Add proper cache tracking for CR0 by Sean Christopherson · 4 years, 8 months ago
- f98c1e7 KVM: VMX: Add proper cache tracking for CR4 by Sean Christopherson · 4 years, 8 months ago
- 0cc6920 KVM: nVMX: Unconditionally validate CR3 during nested transitions by Sean Christopherson · 4 years, 8 months ago
- 56ba77a KVM: x86: Save L1 TSC offset in 'struct kvm_vcpu_arch' by Sean Christopherson · 4 years, 8 months ago
- 1af1bb0 KVM: nVMX: Skip IBPB when temporarily switching between vmcs01 and vmcs02 by Sean Christopherson · 4 years, 8 months ago
- 5c911be KVM: nVMX: Skip IBPB when switching between vmcs01 and vmcs02 by Sean Christopherson · 4 years, 8 months ago
- f27ad73 KVM: VMX: Use accessor to read vmcs.INTR_INFO when handling exception by Sean Christopherson · 4 years, 8 months ago
- fede807 KVM: x86: handle wrap around 32-bit address space by Paolo Bonzini · 4 years, 8 months ago
- c4e115f kvm/eventfd: remove unneeded conversion to bool by Jason Yan · 4 years, 8 months ago
- da4ad88 kvm: Replace vcpu->swait with rcuwait by Davidlohr Bueso · 4 years, 8 months ago
- 191a43b rcuwait: Introduce rcuwait_active() by Davidlohr Bueso · 4 years, 8 months ago
- 5c21f7b rcuwait: Introduce prepare_to and finish_rcuwait by Davidlohr Bueso · 4 years, 8 months ago
- 9d9a6eb rcuwait: Let rcuwait_wake_up() return whether or not a task was awoken by Davidlohr Bueso · 4 years, 8 months ago
- c9d64a1 rcuwait: Fix stale wake call name in comment by Davidlohr Bueso · 4 years, 8 months ago
- c300ab9 KVM: x86: Replace late check_nested_events() hack with more precise fix by Paolo Bonzini · 4 years, 8 months ago
- 7ab0abd KVM: VMX: Use vmx_get_rflags() to query RFLAGS in vmx_interrupt_blocked() by Sean Christopherson · 4 years, 8 months ago
- db43859 KVM: VMX: Use vmx_interrupt_blocked() directly from vmx_handle_exit() by Sean Christopherson · 4 years, 8 months ago
- 3b82b8d KVM: x86: WARN on injected+pending exception even in nested case by Sean Christopherson · 4 years, 8 months ago
- 221e761 KVM: nSVM: Preserve IRQ/NMI/SMI priority irrespective of exiting behavior by Paolo Bonzini · 4 years, 8 months ago
- fc6f7c0 KVM: nSVM: Report interrupts as allowed when in L2 and exit-on-interrupt is set by Paolo Bonzini · 4 years, 8 months ago
- 1cd2f0b KVM: nVMX: Prioritize SMI over nested IRQ/NMI by Sean Christopherson · 4 years, 8 months ago
- 15ff0b4 KVM: nVMX: Preserve IRQ/NMI priority irrespective of exiting behavior by Sean Christopherson · 4 years, 8 months ago
- cae96af KVM: SVM: Split out architectural interrupt/NMI/SMI blocking checks by Paolo Bonzini · 4 years, 8 months ago
- 1b660b6 KVM: VMX: Split out architectural interrupt/NMI blocking checks by Sean Christopherson · 4 years, 8 months ago
- 55714cd KVM: nSVM: Move SMI vmexit handling to svm_check_nested_events() by Paolo Bonzini · 4 years, 8 months ago
- bbdad0b KVM: nSVM: Report NMIs as allowed when in L2 and Exit-on-NMI is set by Paolo Bonzini · 4 years, 8 months ago
- 429ab57 KVM: nVMX: Report NMIs as allowed when in L2 and Exit-on-NMI is set by Sean Christopherson · 4 years, 8 months ago
- a9fa7cb KVM: x86: replace is_smm checks with kvm_x86_ops.smi_allowed by Paolo Bonzini · 4 years, 8 months ago
- 88c604b KVM: x86: Make return for {interrupt_nmi,smi}_allowed() a bool instead of int by Sean Christopherson · 4 years, 8 months ago
- 8081ad0 KVM: x86: Set KVM_REQ_EVENT if run is canceled with req_immediate_exit set by Sean Christopherson · 4 years, 8 months ago