summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorLines
2018-12-21KVM/MMU: Flush tlb directly in kvm_set_pte_rmapp()Lan Tianyu-0/+5
2018-12-21KVM/MMU: Move tlb flush in kvm_set_pte_rmapp() to kvm_mmu_notifier_change_pte()Lan Tianyu-7/+6
2018-12-21KVM: Make kvm_set_spte_hva() return intLan Tianyu-11/+17
2018-12-21KVM: Replace old tlb flush function with new one to flush a specified range.Lan Tianyu-11/+23
2018-12-21KVM/MMU: Add tlb flush with range helper functionLan Tianyu-1/+36
2018-12-21KVM/VMX: Add hv tlb range flush supportLan Tianyu-17/+44
2018-12-21x86/hyper-v: Add HvFlushGuestAddressList hypercall supportLan Tianyu-0/+141
2018-12-21KVM: Add tlb_remote_flush_with_range callback in kvm_x86_opsLan Tianyu-0/+7
2018-12-21KVM: x86: Disable Intel PT when VMXON in L1 guestLuwei Kang-1/+8
2018-12-21KVM: x86: Set intercept for Intel PT MSRs read/writeChao Peng-7/+27
2018-12-21KVM: x86: Implement Intel PT MSRs read/write emulationChao Peng-1/+216
2018-12-21KVM: x86: Introduce a function to initialize the PT configurationLuwei Kang-0/+73
2018-12-21KVM: x86: Add Intel PT context switch for each vcpuChao Peng-0/+95
2018-12-21KVM: x86: Add Intel Processor Trace cpuid emulationChao Peng-2/+33
2018-12-21KVM: x86: Add Intel PT virtualization work modeChao Peng-3/+51
2018-12-21perf/x86/intel/pt: add new capability for Intel PTLuwei Kang-0/+2
2018-12-21perf/x86/intel/pt: Add new bit definitions for PT MSRsLuwei Kang-0/+3
2018-12-21perf/x86/intel/pt: Introduce intel_pt_validate_cap()Luwei Kang-3/+11
2018-12-21perf/x86/intel/pt: Export pt_cap_get()Chao Peng-44/+49
2018-12-21perf/x86/intel/pt: Move Intel PT MSRs bit defines to global headerChao Peng-37/+33
2018-12-21kvm: selftests: aarch64: dirty_log_test: support greater than 40-bit IPAsAndrew Jones-9/+42
2018-12-21kvm: selftests: add pa-48/va-48 VM modesAndrew Jones-8/+35
2018-12-21kvm: selftests: dirty_log_test: improve mode param managementAndrew Jones-25/+23
2018-12-21kvm: selftests: dirty_log_test: reset guest test phys offsetAndrew Jones-4/+7
2018-12-21kvm: selftests: dirty_log_test: always use -tAndrew Jones-19/+17
2018-12-21kvm: selftests: dirty_log_test: don't identity map the test memAndrew Jones-13/+14
2018-12-21kvm: selftests: x86_64: dirty_log_test: fix -tAndrew Jones-0/+9
2018-12-21KVM: fix some typosWei Yang-3/+3
2018-12-21x86/kvmclock: convert to SPDX identifiersPeng Hao-14/+1
2018-12-21KVM: x86: Remove KF() macro placeholderSean Christopherson-3/+0
2018-12-21kvm: vmx: Allow guest read access to IA32_TSCJim Mattson-0/+1
2018-12-21kvm: nVMX: NMI-window and interrupt-window exiting should wake L2 from HLTJim Mattson-3/+7
2018-12-21KVM: nSVM: Fix nested guest support for PAUSE filtering.Tambe, William-0/+12
2018-12-21kvm: Change offset in kvm_write_guest_offset_cached to unsignedJim Mattson-2/+4
2018-12-21kvm: Disallow wraparound in kvm_gfn_to_hva_cache_initJim Mattson-20/+21
2018-12-21KVM: VMX: Remove duplicated include from vmx.cYueHaibing-1/+0
2018-12-21selftests: kvm: report failed stage when exit reason is unexpectedVitaly Kuznetsov-4/+4
2018-12-21KVM: x86: svm: report MSR_IA32_MCG_EXT_CTL as unsupportedVitaly Kuznetsov-0/+7
2018-12-21KVM: x86: fix size of x86_fpu_cache objectsPaolo Bonzini-1/+1
2018-12-20Merge tag 'kvm-ppc-next-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel/...Radim Krčmář-70/+418
2018-12-19Merge tag 'kvm-s390-next-4.21-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini-7/+17
2018-12-19Merge tag 'kvmarm-for-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini-296/+595
2018-12-19arm: KVM: Add S2_PMD_{MASK,SIZE} constantsMarc Zyngier-0/+3
2018-12-19arm/arm64: KVM: Add ARM_EXCEPTION_IS_TRAP macroMarc Zyngier-1/+6
2018-12-19arm64: KVM: Avoid setting the upper 32 bits of VTCR_EL2 to 1Will Deacon-1/+1
2018-12-19KVM: arm/arm64: Fix unintended stage 2 PMD mappingsChristoffer Dall-22/+64
2018-12-19arm/arm64: KVM: vgic: Force VM halt when changing the active state of GICv3 P...Marc Zyngier-2/+4
2018-12-19arm64: KVM: Add trapped system register access tracepointMarc Zyngier-0/+41
2018-12-19KVM: arm64: Make vcpu const in vcpu_read_sys_regChristoffer Dall-2/+2
2018-12-19KVM: arm/arm64: arch_timer: Simplify kvm_timer_vcpu_terminateChristoffer Dall-3/+0