summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)Author
2020-03-31KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirectionSean Christopherson
2020-03-31KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completesSean Christopherson
2020-03-31KVM: VMX: Configure runtime hooks using vmx_x86_opsSean Christopherson
2020-03-31KVM: VMX: Move hardware_setup() definition below vmx_x86_opsSean Christopherson
2020-03-31KVM: x86: Move init-only kvm_x86_ops to separate structSean Christopherson
2020-03-31KVM: Pass kvm_init()'s opaque param to additional arch funcsSean Christopherson
2020-03-31Merge tag 'kvm-ppc-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2020-03-31Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2020-03-30Merge tag 'kvm-s390-next-5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2020-03-27s390/gmap: return proper error code on ksm unsharingChristian Borntraeger
2020-03-26Merge tag 'kvm-s390-next-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2020-03-26KVM: Fix out of range accesses to memslotsSean Christopherson
2020-03-26KVM: X86: Micro-optimize IPI fastpath delayWanpeng Li
2020-03-26KVM: X86: Delay read msr data iff writes ICR MSRWanpeng Li
2020-03-26KVM: PPC: Book3S HV: Add a capability for enabling secure guestsPaul Mackerras
2020-03-24Merge tag 'kvm-arm-removal' into kvmarm-master/nextMarc Zyngier
2020-03-24KVM: arm64: GICv4.1: Allow non-trapping WFI when using HW SGIsMarc Zyngier
2020-03-24KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disableMarc Zyngier
2020-03-24arm: Remove the ability to set HYP vectors outside of the decompressorMarc Zyngier
2020-03-24arm: Remove GICv3 vgic compatibility macrosMarc Zyngier
2020-03-24arm: Remove HYP/Stage-2 page-table supportMarc Zyngier
2020-03-24arm: Remove 32bit KVM host supportMarc Zyngier
2020-03-24arm: Remove KVM from config filesMarc Zyngier
2020-03-24arm: Unplug KVM from the build systemMarc Zyngier
2020-03-24KVM: PPC: Book3S HV: H_SVM_INIT_START must call UV_RETURNLaurent Dufour
2020-03-24KVM: PPC: Book3S HV: Check caller of H_SVM_* HcallsLaurent Dufour
2020-03-24KVM: PPC: Book3S HV: Skip kvmppc_uvmem_free if Ultravisor is not supportedFabiano Rosas
2020-03-23KVM: VMX: Gracefully handle faults on VMXONSean Christopherson
2020-03-23KVM: VMX: Fold loaded_vmcs_init() into alloc_loaded_vmcs()Sean Christopherson
2020-03-23KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec supportSean Christopherson
2020-03-23KVM: x86: Expose fast short REP MOV for supported cpuidZhenyu Wang
2020-03-23KVM: s390: mark sie block as 512 byte alignedChristian Borntraeger
2020-03-23KVM: s390: Use fallthrough;Joe Perches
2020-03-19KVM: PPC: Kill kvmppc_ops::mmu_destroy() and kvmppc_mmu_destroy()Greg Kurz
2020-03-19KVM: PPC: Book3S PR: Move kvmppc_mmu_init() into PR KVMGreg Kurz
2020-03-19KVM: PPC: Book3S PR: Fix kernel crash with PR KVMGreg Kurz
2020-03-19KVM: PPC: Use fallthrough;Joe Perches
2020-03-19KVM: PPC: Book3S HV: Fix H_CEDE return code for nested guestsMichael Roth
2020-03-19KVM: PPC: Book3S HV: Treat TM-related invalid form instructions on P9 like th...Gustavo Romero
2020-03-19KVM: PPC: Book3S HV: Use RADIX_PTE_INDEX_SIZE in Radix MMU codeMichael Ellerman
2020-03-19KVM: PPC: Book3S HV: Use __gfn_to_pfn_memslot in HPT page fault handlerPaul Mackerras
2020-03-18KVM: x86: Code style cleanup in kvm_arch_dev_ioctl()Xiaoyao Li
2020-03-18KVM: x86: Add blurb to CPUID tracepoint when using max basic leaf valuesSean Christopherson
2020-03-18KVM: x86: Add requested index to the CPUID tracepointSean Christopherson
2020-03-18KVM: nSVM: check for EFER.SVME=1 before entering guestPaolo Bonzini
2020-03-18KVM: x86: Expose AVX512 VP2INTERSECT in cpuid for TGLZhenyu Wang
2020-03-18KVM: nVMX: remove side effects from nested_vmx_exit_reflectedPaolo Bonzini
2020-03-17KVM: VMX: access regs array in vmenter.S in its natural orderUros Bizjak
2020-03-16Merge tag 'kvm-s390-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini
2020-03-16KVM: nVMX: properly handle errors in nested_vmx_handle_enlightened_vmptrld()Vitaly Kuznetsov