summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-04-02141-8744/+4603
|\
| * x86/kvm: fix a missing-prototypes "vmread_error"Qian Cai2020-04-021-0/+1
| * KVM: x86: Fix BUILD_BUG() in __cpuid_entry_get_reg() w/ CONFIG_UBSAN=ySean Christopherson2020-03-312-5/+5
| * KVM: VMX: Add a trampoline to fix VMREAD error handlingSean Christopherson2020-03-312-7/+79
| * KVM: SVM: Annotate svm_x86_ops as __initdataSean Christopherson2020-03-311-1/+1
| * KVM: VMX: Annotate vmx_x86_ops as __initdataSean Christopherson2020-03-311-1/+1
| * KVM: x86: Drop __exit from kvm_x86_ops' hardware_unsetup()Sean Christopherson2020-03-312-2/+2
| * KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirectionSean Christopherson2020-03-3115-257/+257
| * KVM: x86: Set kvm_x86_ops only after ->hardware_setup() completesSean Christopherson2020-03-311-2/+2
| * KVM: VMX: Configure runtime hooks using vmx_x86_opsSean Christopherson2020-03-313-21/+24
| * KVM: VMX: Move hardware_setup() definition below vmx_x86_opsSean Christopherson2020-03-311-153/+153
| * KVM: x86: Move init-only kvm_x86_ops to separate structSean Christopherson2020-03-314-18/+36
| * KVM: Pass kvm_init()'s opaque param to additional arch funcsSean Christopherson2020-03-314-8/+8
| * Merge tag 'kvm-ppc-next-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2020-03-3123-122/+187
| |\
| | * KVM: PPC: Book3S HV: Add a capability for enabling secure guestsPaul Mackerras2020-03-266-0/+51
| | * KVM: PPC: Book3S HV: H_SVM_INIT_START must call UV_RETURNLaurent Dufour2020-03-241-1/+2
| | * KVM: PPC: Book3S HV: Check caller of H_SVM_* HcallsLaurent Dufour2020-03-241-11/+21
| | * KVM: PPC: Book3S HV: Skip kvmppc_uvmem_free if Ultravisor is not supportedFabiano Rosas2020-03-241-0/+3
| | * KVM: PPC: Kill kvmppc_ops::mmu_destroy() and kvmppc_mmu_destroy()Greg Kurz2020-03-199-27/+0
| | * KVM: PPC: Book3S PR: Move kvmppc_mmu_init() into PR KVMGreg Kurz2020-03-195-4/+4
| | * KVM: PPC: Book3S PR: Fix kernel crash with PR KVMGreg Kurz2020-03-192-2/+1
| | * KVM: PPC: Use fallthrough;Joe Perches2020-03-195-7/+6
| | * KVM: PPC: Book3S HV: Fix H_CEDE return code for nested guestsMichael Roth2020-03-191-0/+1
| | * KVM: PPC: Book3S HV: Treat TM-related invalid form instructions on P9 like th...Gustavo Romero2020-03-193-7/+40
| | * KVM: PPC: Book3S HV: Use RADIX_PTE_INDEX_SIZE in Radix MMU codeMichael Ellerman2020-03-191-1/+1
| | * KVM: PPC: Book3S HV: Use __gfn_to_pfn_memslot in HPT page fault handlerPaul Mackerras2020-03-191-62/+57
| * | Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-03-31144-6776/+1330
| |\ \
| | * \ Merge tag 'kvm-arm-removal' into kvmarm-master/nextMarc Zyngier2020-03-2449-6296/+10
| | |\ \
| | | * | arm: Remove the ability to set HYP vectors outside of the decompressorMarc Zyngier2020-03-242-36/+8
| | | * | arm: Remove GICv3 vgic compatibility macrosMarc Zyngier2020-03-241-114/+0
| | | * | arm: Remove HYP/Stage-2 page-table supportMarc Zyngier2020-03-248-93/+1
| | | * | arm: Remove 32bit KVM host supportMarc Zyngier2020-03-2436-6046/+0
| | | * | arm: Remove KVM from config filesMarc Zyngier2020-03-241-2/+0
| | | * | arm: Unplug KVM from the build systemMarc Zyngier2020-03-243-4/+1
| | * | | KVM: arm64: GICv4.1: Allow non-trapping WFI when using HW SGIsMarc Zyngier2020-03-241-1/+2
| | * | | KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disableMarc Zyngier2020-03-242-0/+2
| | |/ /
| * | | Merge tag 'kvm-s390-next-5.7-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-03-301-4/+5
| |\ \ \
| | * | | s390/gmap: return proper error code on ksm unsharingChristian Borntraeger2020-03-271-4/+5
| * | | | Merge tag 'kvm-s390-next-5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2020-03-265-17/+20
| |\| | |
| | * | | KVM: s390: mark sie block as 512 byte alignedChristian Borntraeger2020-03-231-1/+1
| | * | | KVM: s390: Use fallthrough;Joe Perches2020-03-234-16/+19
| * | | | KVM: Fix out of range accesses to memslotsSean Christopherson2020-03-261-0/+3
| * | | | KVM: X86: Micro-optimize IPI fastpath delayWanpeng Li2020-03-263-3/+8
| * | | | KVM: X86: Delay read msr data iff writes ICR MSRWanpeng Li2020-03-261-1/+2
| * | | | KVM: VMX: Gracefully handle faults on VMXONSean Christopherson2020-03-231-3/+21
| * | | | KVM: VMX: Fold loaded_vmcs_init() into alloc_loaded_vmcs()Sean Christopherson2020-03-232-11/+4
| * | | | KVM: VMX: Always VMCLEAR in-use VMCSes during crash with kexec supportSean Christopherson2020-03-231-51/+16
| * | | | KVM: x86: Expose fast short REP MOV for supported cpuidZhenyu Wang2020-03-231-1/+1
| * | | | KVM: x86: Code style cleanup in kvm_arch_dev_ioctl()Xiaoyao Li2020-03-181-2/+2
| * | | | KVM: x86: Add blurb to CPUID tracepoint when using max basic leaf valuesSean Christopherson2020-03-182-7/+13