summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2020-01-24KVM: PPC: Move kvm_vcpu_init() invocation to common codeSean Christopherson
2020-01-24KVM: PPC: e500mc: Move reset of oldpir below call to kvm_vcpu_init()Sean Christopherson
2020-01-24KVM: PPC: Book3S PR: Allocate book3s and shadow vcpu after common initSean Christopherson
2020-01-24KVM: PPC: Allocate vcpu struct in common PPC codeSean Christopherson
2020-01-24KVM: PPC: e500mc: Add build-time assert that vcpu is at offset 0Sean Christopherson
2020-01-24KVM: x86: Move kvm_vcpu_init() invocation to common codeSean Christopherson
2020-01-24KVM: x86: Move allocation of pio_data page down a few linesSean Christopherson
2020-01-24KVM: x86: Move FPU allocation to common x86 codeSean Christopherson
2020-01-24KVM: x86: Allocate vcpu struct in common x86 codeSean Christopherson
2020-01-24KVM: SVM: Use direct vcpu pointer during vCPU create/freeSean Christopherson
2020-01-24KVM: VMX: Use direct vcpu pointer during vCPU create/freeSean Christopherson
2020-01-24KVM: VMX: Allocate VPID after initializing VCPUSean Christopherson
2020-01-24KVM: x86: Free wbinvd_dirty_mask if vCPU creation failsSean Christopherson
2020-01-24KVM: PPC: Book3S PR: Free shared page if mmu initialization failsSean Christopherson
2020-01-24KVM: PPC: Book3S HV: Uninit vCPU if vcore creation failsSean Christopherson
2020-01-24KVM: x86: avoid incorrect writes to host MSR_IA32_SPEC_CTRLPaolo Bonzini
2020-01-23KVM: x86: list MSR_IA32_UCODE_REV as an emulated MSRPaolo Bonzini
2020-01-23KVM: x86: fix overlap between SPTE_MMIO_MASK and generationPaolo Bonzini
2020-01-21KVM: x86/mmu: Apply max PA check for MMIO sptes to 32-bit KVMSean Christopherson
2020-01-21KVM: nVMX: vmread should not set rflags to specify success in case of #PFMiaohe Lin
2020-01-21KVM: x86/mmu: Micro-optimize nEPT's bad memptype/XWR checksSean Christopherson
2020-01-21KVM: x86/mmu: Reorder the reserved bit check in prefetch_invalid_gpte()Sean Christopherson
2020-01-21KVM: SVM: Override default MMIO mask if memory encryption is enabledTom Lendacky
2020-01-21KVM: vmx: delete meaningless nested_vmx_prepare_msr_bitmap() declarationMiaohe Lin
2020-01-21KVM: x86: Refactor and rename bit() to feature_bit() macroSean Christopherson
2020-01-21KVM: x86: Expand build-time assertion on reverse CPUID usageSean Christopherson
2020-01-21KVM: x86: Add CPUID_7_1_EAX to the reverse CPUID tableSean Christopherson
2020-01-21KVM: x86: Move bit() helper to cpuid.hSean Christopherson
2020-01-21KVM: x86: Add dedicated emulator helpers for querying CPUID featuresSean Christopherson
2020-01-21KVM: x86: Add macro to ensure reserved cr4 bits checks stay in syncSean Christopherson
2020-01-21KVM: x86: Drop special XSAVE handling from guest_cpuid_has()Sean Christopherson
2020-01-21KVM: x86: Ensure all logical CPUs have consistent reserved cr4 bitsSean Christopherson
2020-01-21KVM: x86: Don't let userspace set host-reserved cr4 bitsSean Christopherson
2020-01-21KVM: VMX: Add helper to consolidate up PT/RTIT WRMSR fault logicSean Christopherson
2020-01-21KVM: VMX: Add non-canonical check on writes to RTIT address MSRsSean Christopherson
2020-01-21KVM: Fix some writing mistakesMiaohe Lin
2020-01-21KVM: hyperv: Fix some typos in vcpu unimpl infoMiaohe Lin
2020-01-21KVM: Fix some grammar mistakesMiaohe Lin
2020-01-21KVM: Fix some comment typos and missing parenthesesMiaohe Lin
2020-01-21KVM: Fix some out-dated function names in commentMiaohe Lin
2020-01-21KVM: Fix some wrong function names in commentMiaohe Lin
2020-01-21KVM: x86: check kvm_pit outside kvm_vm_ioctl_reinject()Miaohe Lin
2020-01-21KVM: LAPIC: micro-optimize fixed mode ipi deliveryWanpeng Li
2020-01-21KVM: VMX: FIXED+PHYSICAL mode single target IPI fastpathWanpeng Li
2020-01-08KVM: x86/mmu: WARN if root_hpa is invalid when handling a page faultSean Christopherson
2020-01-08KVM: x86/mmu: WARN on an invalid root_hpaSean Christopherson
2020-01-08KVM: x86/mmu: Move root_hpa validity checks to top of page fault handlerSean Christopherson
2020-01-08KVM: x86/mmu: Move calls to thp_adjust() down a levelSean Christopherson
2020-01-08KVM: x86/mmu: Move transparent_hugepage_adjust() above __direct_map()Sean Christopherson
2020-01-08KVM: x86/mmu: Consolidate tdp_page_fault() and nonpaging_page_fault()Sean Christopherson