summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2022-01-06RISC-V: KVM: Add VM capability to allow userspace get GPA bitsAnup Patel
2022-01-06RISC-V: KVM: Forward SBI experimental and vendor extensionsAnup Patel
2022-01-06RISC-V: KVM: make kvm_riscv_vcpu_fp_clean() staticJisheng Zhang
2022-01-06RISC-V: KVM: Add SBI HSM extension in KVMAtish Patra
2022-01-06RISC-V: KVM: Add v0.1 replacement SBI extensions defined in v0.2Atish Patra
2022-01-06RISC-V: KVM: Add SBI v0.2 base extensionAtish Patra
2022-01-06RISC-V: KVM: Reorganize SBI code by moving SBI v0.1 to its own fileAtish Patra
2022-01-06RISC-V: KVM: Mark the existing SBI implementation as v0.1Atish Patra
2022-01-06KVM: RISC-V: Use common KVM implementation of MMU memory cachesSean Christopherson
2021-12-21Merge tag 'kvm-s390-next-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini
2021-12-21Merge remote-tracking branch 'kvm/master' into HEADPaolo Bonzini
2021-12-21KVM: VMX: Wake vCPU when delivering posted IRQ even if vCPU == this vCPUSean Christopherson
2021-12-20KVM: nVMX: Synthesize TRIPLE_FAULT for L2 if emulation is requiredSean Christopherson
2021-12-20KVM: VMX: Always clear vmx->fail on emulation_requiredSean Christopherson
2021-12-20KVM: x86: Always set kvm_run->if_flagMarc Orr
2021-12-20KVM: x86/mmu: Don't advance iterator after restart due to yieldingSean Christopherson
2021-12-20KVM: x86: remove PMU FIXED_CTR3 from msrs_to_save_allWei Wang
2021-12-19KVM: x86: Retry page fault if MMU reload is pending and root has no spSean Christopherson
2021-12-19KVM: x86: Drop guest CPUID check for host initiated writes to MSR_IA32_PERF_C...Vitaly Kuznetsov
2021-12-19Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2021-12-17KVM: s390: Clarify SIGP orders versus STOP/RESTARTEric Farman
2021-12-17s390: uv: Add offset comments to UV query struct and fix namingJanosch Frank
2021-12-17KVM: s390: gaccess: Cleanup access to guest pagesJanis Schoetterl-Glausch
2021-12-17KVM: s390: gaccess: Refactor access address range checkJanis Schoetterl-Glausch
2021-12-17KVM: s390: gaccess: Refactor gpa and length calculationJanis Schoetterl-Glausch
2021-12-14KVM: PPC: Book3S HV P9: Use kvm_arch_vcpu_get_wait() to get rcuwait objectSean Christopherson
2021-12-10KVM: x86: Don't WARN if userspace mucks with RCX during string I/O exitSean Christopherson
2021-12-10KVM: X86: Raise #GP when clearing CR0_PG in 64 bit modeLai Jiangshan
2021-12-10KVM: x86: Ignore sparse banks size for an "all CPUs", non-sparse IPI reqSean Christopherson
2021-12-10KVM: x86: Wait for IPIs to be delivered when handling Hyper-V TLB flush hyper...Vitaly Kuznetsov
2021-12-09KVM: arm64: Use Makefile.kvm for common filesDavid Woodhouse
2021-12-09KVM: powerpc: Use Makefile.kvm for common filesDavid Woodhouse
2021-12-09KVM: RISC-V: Use Makefile.kvm for common filesDavid Woodhouse
2021-12-09KVM: mips: Use Makefile.kvm for common filesDavid Woodhouse
2021-12-09KVM: s390: Use Makefile.kvm for common filesDavid Woodhouse
2021-12-09KVM: Add Makefile.kvm for common files, use it for x86David Woodhouse
2021-12-09KVM: Introduce CONFIG_HAVE_KVM_DIRTY_RINGDavid Woodhouse
2021-12-09KVM: VMX: Clean up PI pre/post-block WARNsSean Christopherson
2021-12-09KVM: nVMX: Ensure vCPU honors event request if posting nested IRQ failsSean Christopherson
2021-12-09KVM: x86: add a tracepoint for APICv/AVIC interrupt deliveryMaxim Levitsky
2021-12-08KVM: nVMX: Implement Enlightened MSR Bitmap featureVitaly Kuznetsov
2021-12-08KVM: nVMX: Track whether changes in L0 require MSR bitmap for L2 to be rebuiltVitaly Kuznetsov
2021-12-08KVM: VMX: Introduce vmx_msr_bitmap_l01_changed() helperVitaly Kuznetsov
2021-12-08Merge branch 'kvm-on-hv-msrbm-fix' into HEADPaolo Bonzini
2021-12-08KVM: x86: Exit to userspace if emulation prepared a completion callbackHou Wenlong
2021-12-08KVM: nVMX: Don't use Enlightened MSR Bitmap for L3Vitaly Kuznetsov
2021-12-08KVM: x86: Use different callback if msr access comes from the emulatorHou Wenlong
2021-12-08KVM: x86: Add an emulation type to handle completion of user exitsHou Wenlong
2021-12-08KVM: x86: Handle 32-bit wrap of EIP for EMULTYPE_SKIP with flat code segSean Christopherson
2021-12-08KVM: Clear pv eoi pending bit only when it is setLi RongQing