aboutsummaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)Author
2019-04-30KVM: x86: use direct accessors for RIP and RSPPaolo Bonzini
2019-04-30KVM: VMX: Use accessors for GPRs outside of dedicated caching logicSean Christopherson
2019-04-30KVM: x86: Omit caching logic for always-available GPRsSean Christopherson
2019-04-30kvm, x86: Properly check whether a pfn is an MMIO or notKarimAllah Ahmed
2019-04-30KVM/nVMX: Use page_address_valid in a few more locationsKarimAllah Ahmed
2019-04-30KVM/nVMX: Use kvm_vcpu_map for accessing the enlightened VMCSKarimAllah Ahmed
2019-04-30KVM/nVMX: Use kvm_vcpu_map for accessing the shadow VMCSKarimAllah Ahmed
2019-04-30KVM/nSVM: Use the new mapping API for mapping guest memoryKarimAllah Ahmed
2019-04-30KVM/X86: Use kvm_vcpu_map in emulator_cmpxchg_emulatedKarimAllah Ahmed
2019-04-30KVM/nVMX: Use kvm_vcpu_map when mapping the posted interrupt descriptor tableKarimAllah Ahmed
2019-04-30KVM/nVMX: Use kvm_vcpu_map when mapping the virtual APIC pageKarimAllah Ahmed
2019-04-30KVM/nVMX: Use kvm_vcpu_map when mapping the L1 MSR bitmapKarimAllah Ahmed
2019-04-30X86/nVMX: handle_vmptrld: Use kvm_vcpu_map when copying VMCS12 from guest memoryKarimAllah Ahmed
2019-04-30X86/KVM: Handle PFNs outside of kernel reach when touching GPTEsFilippo Sironi
2019-04-30X86/nVMX: Update the PML table without mapping and unmapping the pageKarimAllah Ahmed
2019-04-30X86/nVMX: handle_vmon: Read 4 bytes from guest memoryKarimAllah Ahmed
2019-04-30x86/kvm: Implement HWCR supportBorislav Petkov
2019-04-30KVM: VMX: Include architectural defs header in capabilities.hSean Christopherson
2019-04-30KVM: vmx: clean up some debug outputDan Carpenter
2019-04-30KVM: VMX: Skip delta_tsc shift-and-divide if the dividend is zeroSean Christopherson
2019-04-30KVM: lapic: Check for a pending timer intr prior to start_hv_timer()Sean Christopherson
2019-04-30KVM: lapic: Refactor ->set_hv_timer to use an explicit expired paramSean Christopherson
2019-04-30KVM: lapic: Explicitly cancel the hv timer if it's pre-expiredSean Christopherson
2019-04-30KVM: lapic: Busy wait for timer to expire when using hv_timerSean Christopherson
2019-04-30KVM: VMX: Nop emulation of MSR_IA32_POWER_CTLLiran Alon
2019-04-30KVM: x86: Add support of clear Trace_ToPA_PMI statusLuwei Kang
2019-04-30KVM: x86: Inject PMI for KVM guestLuwei Kang
2019-04-30Merge tag 'kvm-s390-next-5.2-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2019-04-29KVM: s390: vsie: Return correct values for Invalid CRYCB formatPierre Morel
2019-04-29KVM: s390: vsie: Do not shadow CRYCB when no AP and no keysPierre Morel
2019-04-26KVM: s390: provide kvm_arch_no_poll functionChristian Borntraeger
2019-04-25KVM: s390: enable MSA9 keywrapping functions depending on cpu modelChristian Borntraeger
2019-04-25KVM: s390: add deflate conversion facilty to cpu modelChristian Borntraeger
2019-04-18KVM: s390: add enhanced sort facilty to cpu modelChristian Borntraeger
2019-04-18KVM: s390: provide query function for instructions returning 32 byteChristian Borntraeger
2019-04-18KVM: s390: add MSA9 to cpumodelChristian Borntraeger
2019-04-18KVM: s390: add vector BCD enhancements facility to cpumodelChristian Borntraeger
2019-04-18KVM: s390: add vector enhancements facility 2 to cpumodelChristian Borntraeger
2019-04-18KVM: s390: Fix potential spectre warningsEric Farman
2019-04-16kvm: move KVM_CAP_NR_MEMSLOTS to common codePaolo Bonzini
2019-04-16KVM: x86: Inject #GP if guest attempts to set unsupported EFER bitsSean Christopherson
2019-04-16KVM: x86: Skip EFER vs. guest CPUID checks for host-initiated writesSean Christopherson
2019-04-16KVM: nVMX: Return -EINVAL when signaling failure in VM-Entry helpersSean Christopherson
2019-04-16KVM: nVMX: Return -EINVAL when signaling failure in pre-VM-Entry helpersPaolo Bonzini
2019-04-16KVM: nVMX: Rename and split top-level consistency checks to match SDMSean Christopherson
2019-04-16KVM: nVMX: Move guest non-reg state checks to VM-Exit pathSean Christopherson
2019-04-16kvm: nVMX: Check "load IA32_PAT" VM-entry control on vmentryKrish Sadhukhan
2019-04-16kvm: nVMX: Check "load IA32_PAT" VM-exit control on vmentryKrish Sadhukhan
2019-04-16KVM: x86: optimize check for valid PAT valuePaolo Bonzini
2019-04-16KVM: x86: clear VM_EXIT_SAVE_IA32_PATPaolo Bonzini