summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2018-06-12KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_systemPaolo Bonzini3-28/+38
2018-06-12KVM: x86: introduce linear_{read,write}_systemPaolo Bonzini1-32/+32
2018-06-12kvm: nVMX: Enforce cpl=0 for VMX instructionsFelix Wilhelm1-2/+13
2018-06-04kvm: nVMX: Add support for "VMWRITE to any supported field"Jim Mattson1-9/+60
2018-06-04kvm: nVMX: Restrict VMX capability MSR changesJim Mattson1-0/+7
2018-06-04KVM: VMX: Optimize tscdeadline timer latencyWanpeng Li2-1/+8
2018-06-01kvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman1-2/+1
2018-06-01kvm: Make VM ioctl do valloc for some archsMarc Orr4-4/+12
2018-06-01kvm: Change return type to vm_fault_tSouptick Joarder4-4/+4
2018-06-01Merge tag 'kvm-s390-next-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini13-65/+98
2018-06-01Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini22-257/+397
2018-05-26KVM: x86: hyperv: declare KVM_CAP_HYPERV_TLBFLUSH capabilityVitaly Kuznetsov1-0/+1
2018-05-26KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE}_EX imp...Vitaly Kuznetsov2-12/+125
2018-05-26KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE} implem...Vitaly Kuznetsov3-1/+82
2018-05-26KVM: x86: hyperv: do rep check for each hypercall separatelyVitaly Kuznetsov1-9/+12
2018-05-26KVM: x86: hyperv: use defines when parsing hypercall parametersVitaly Kuznetsov1-3/+3
2018-05-26x86/hyper-v: move struct hv_flush_pcpu{,ex} definitions to common headerVitaly Kuznetsov3-23/+23
2018-05-26Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář55-354/+923
2018-05-25KVM: arm/arm64: Add KVM_VGIC_V3_ADDR_TYPE_REDIST_REGIONEric Auger2-0/+2
2018-05-25KVM: arm64: Invoke FPSIMD context switch trap from CDave Martin3-51/+13
2018-05-25KVM: arm64: Fold redundant exit code checks out of fixup_guest_exit()Dave Martin1-4/+8
2018-05-25KVM: arm64: Remove redundant *exit_code changes in fpsimd_guest_exit()Dave Martin1-12/+4
2018-05-25KVM: arm64: Remove eager host SVE state savingDave Martin3-34/+0
2018-05-25KVM: arm64: Save host SVE context as appropriateDave Martin5-2/+40
2018-05-25arm64/sve: Move sve_pffr() to fpsimd.h and make inlineDave Martin3-13/+24
2018-05-25arm64/sve: Switch sve_pffr() argument from task to threadDave Martin1-5/+5
2018-05-25arm64/sve: Move read_zcr_features() out of cpufeature.hDave Martin5-29/+32
2018-05-25KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashingDave Martin8-31/+188
2018-05-25KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flagsDave Martin6-19/+18
2018-05-25arm64/sve: Refactor user SVE trap maintenance for external useDave Martin1-15/+15
2018-05-25arm64: fpsimd: Eliminate task->mm checksDave Martin2-25/+19
2018-05-25arm64: fpsimd: Avoid FPSIMD context leakage for the init taskDave Martin1-6/+7
2018-05-25arm64: fpsimd: Generalise context saving for non-task contextsDave Martin1-12/+14
2018-05-25KVM: arm64: Convert lazy FPSIMD context switch trap to CDave Martin2-35/+46
2018-05-25arm64: Use update{,_tsk}_thread_flag()Dave Martin1-10/+8
2018-05-25arm64: fpsimd: Fix TIF_FOREIGN_FPSTATE after invalidating cpu regsDave Martin1-5/+2
2018-05-24KVM: x86: Expose CLDEMOTE CPU feature to guest VMJingqi Liu1-1/+2
2018-05-24KVM: nVMX: Emulate L1 individual-address invvpid by L0 individual-address inv...Liran Alon1-3/+16
2018-05-24KVM: nVMX: Don't flush TLB when vmcs12 uses VPIDLiran Alon1-6/+14
2018-05-24KVM: nVMX: Use vmx local var for referencing vpid02Liran Alon1-1/+1
2018-05-24KVM: x86: prevent integer overflows in KVM_MEMORY_ENCRYPT_REG_REGIONDan Carpenter1-1/+7
2018-05-24KVM: x86: remove obsolete EXPORT... of handle_mmio_page_faultSean Christopherson1-1/+0
2018-05-23KVM: nVMX: Ensure that VMCS12 field offsets do not changeJim Mattson1-0/+157
2018-05-23KVM: nVMX: Restore the VMCS12 offsets for v4.0 fieldsJim Mattson2-7/+20
2018-05-23KVM: x86: use timespec64 for KVM_HC_CLOCK_PAIRINGArnd Bergmann1-3/+3
2018-05-23kvm: nVMX: Use nested_run_pending rather than from_vmentryJim Mattson1-17/+18
2018-05-20arm64: KVM: Use lm_alias() for kvm_ksym_ref()Mark Rutland1-2/+5
2018-05-19x86/Hyper-V/hv_apic: Build the Hyper-V APIC conditionallyThomas Gleixner3-8/+8
2018-05-19x86/Hyper-V/hv_apic: Include asm/apic.hThomas Gleixner1-0/+1
2018-05-19X86/Hyper-V: Consolidate the allocation of the hypercall input pageK. Y. Srinivasan3-27/+6