summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2018-06-04KVM: VMX: Optimize tscdeadline timer latencyWanpeng Li
2018-06-01kvm: no need to check return value of debugfs_create functionsGreg Kroah-Hartman
2018-06-01kvm: Make VM ioctl do valloc for some archsMarc Orr
2018-06-01kvm: Change return type to vm_fault_tSouptick Joarder
2018-06-01Merge tag 'kvm-s390-next-4.18-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini
2018-06-01Merge tag 'kvmarm-for-v4.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini
2018-05-26KVM: x86: hyperv: declare KVM_CAP_HYPERV_TLBFLUSH capabilityVitaly Kuznetsov
2018-05-26KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE}_EX imp...Vitaly Kuznetsov
2018-05-26KVM: x86: hyperv: simplistic HVCALL_FLUSH_VIRTUAL_ADDRESS_{LIST,SPACE} implem...Vitaly Kuznetsov
2018-05-26KVM: x86: hyperv: do rep check for each hypercall separatelyVitaly Kuznetsov
2018-05-26KVM: x86: hyperv: use defines when parsing hypercall parametersVitaly Kuznetsov
2018-05-26x86/hyper-v: move struct hv_flush_pcpu{,ex} definitions to common headerVitaly Kuznetsov
2018-05-26Merge branch 'x86/hyperv' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Radim Krčmář
2018-05-25KVM: arm/arm64: Add KVM_VGIC_V3_ADDR_TYPE_REDIST_REGIONEric Auger
2018-05-25KVM: arm64: Invoke FPSIMD context switch trap from CDave Martin
2018-05-25KVM: arm64: Fold redundant exit code checks out of fixup_guest_exit()Dave Martin
2018-05-25KVM: arm64: Remove redundant *exit_code changes in fpsimd_guest_exit()Dave Martin
2018-05-25KVM: arm64: Remove eager host SVE state savingDave Martin
2018-05-25KVM: arm64: Save host SVE context as appropriateDave Martin
2018-05-25arm64/sve: Move sve_pffr() to fpsimd.h and make inlineDave Martin
2018-05-25arm64/sve: Switch sve_pffr() argument from task to threadDave Martin
2018-05-25arm64/sve: Move read_zcr_features() out of cpufeature.hDave Martin
2018-05-25KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashingDave Martin
2018-05-25KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flagsDave Martin
2018-05-25arm64/sve: Refactor user SVE trap maintenance for external useDave Martin
2018-05-25arm64: fpsimd: Eliminate task->mm checksDave Martin
2018-05-25arm64: fpsimd: Avoid FPSIMD context leakage for the init taskDave Martin
2018-05-25arm64: fpsimd: Generalise context saving for non-task contextsDave Martin
2018-05-25KVM: arm64: Convert lazy FPSIMD context switch trap to CDave Martin
2018-05-25arm64: Use update{,_tsk}_thread_flag()Dave Martin
2018-05-25arm64: fpsimd: Fix TIF_FOREIGN_FPSTATE after invalidating cpu regsDave Martin
2018-05-24KVM: x86: Expose CLDEMOTE CPU feature to guest VMJingqi Liu
2018-05-24KVM: nVMX: Emulate L1 individual-address invvpid by L0 individual-address inv...Liran Alon
2018-05-24KVM: nVMX: Don't flush TLB when vmcs12 uses VPIDLiran Alon
2018-05-24KVM: nVMX: Use vmx local var for referencing vpid02Liran Alon
2018-05-24KVM: x86: prevent integer overflows in KVM_MEMORY_ENCRYPT_REG_REGIONDan Carpenter
2018-05-24KVM: x86: remove obsolete EXPORT... of handle_mmio_page_faultSean Christopherson
2018-05-23KVM: nVMX: Ensure that VMCS12 field offsets do not changeJim Mattson
2018-05-23KVM: nVMX: Restore the VMCS12 offsets for v4.0 fieldsJim Mattson
2018-05-23KVM: x86: use timespec64 for KVM_HC_CLOCK_PAIRINGArnd Bergmann
2018-05-23kvm: nVMX: Use nested_run_pending rather than from_vmentryJim Mattson
2018-05-20arm64: KVM: Use lm_alias() for kvm_ksym_ref()Mark Rutland
2018-05-19x86/Hyper-V/hv_apic: Build the Hyper-V APIC conditionallyThomas Gleixner
2018-05-19x86/Hyper-V/hv_apic: Include asm/apic.hThomas Gleixner
2018-05-19X86/Hyper-V: Consolidate the allocation of the hypercall input pageK. Y. Srinivasan
2018-05-19X86/Hyper-V: Consolidate code for converting cpumask to vpsetK. Y. Srinivasan
2018-05-19X86/Hyper-V: Enhanced IPI enlightenmentK. Y. Srinivasan
2018-05-19X86/Hyper-V: Enable IPI enlightenmentsK. Y. Srinivasan
2018-05-19X86/Hyper-V: Enlighten APIC accessK. Y. Srinivasan
2018-05-18Merge tag 'powerpc-4.17-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds