aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-12-26119-16329/+19024
|\
| * KVM: x86: Add CPUID support for new instruction WBNOINVDRobert Hoo2018-12-212-1/+2
| * kvm: selftests: ucall: fix exit mmio address guessingAndrew Jones2018-12-211-11/+19
| * Revert "compiler-gcc: disable -ftracer for __noclone functions"Sean Christopherson2018-12-211-8/+1
| * KVM: VMX: Move VM-Enter + VM-Exit handling to non-inline sub-routinesSean Christopherson2018-12-215-34/+78
| * KVM: VMX: Explicitly reference RCX as the vmx_vcpu pointer in asm blobsSean Christopherson2018-12-212-42/+50
| * Merge tag 'kvm-ppc-next-4.21-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2018-12-214-12/+93
| |\
| | * KVM: PPC: Book3S HV: Keep rc bits in shadow pgtable in sync with hostSuraj Jitindar Singh2018-12-211-4/+18
| | * KVM: PPC: Book3S HV: Introduce kvmhv_update_nest_rmap_rc_list()Suraj Jitindar Singh2018-12-214-2/+58
| | * KVM: PPC: Book3S HV: Apply combination of host and l1 pte rc for nested guestSuraj Jitindar Singh2018-12-211-0/+3
| | * KVM: PPC: Book3S HV: Align gfn to L1 page size when inserting nest-rmap entrySuraj Jitindar Singh2018-12-211-0/+2
| | * KVM: PPC: Book3S HV: Hold kvm->mmu_lock across updating nested pte rc bitsSuraj Jitindar Singh2018-12-211-6/+12
| * | KVM: x86: Use jmp to invoke kvm_spurious_fault() from .fixupSean Christopherson2018-12-211-1/+1
| * | MAINTAINERS: Add arch/x86/kvm sub-directories to existing KVM/x86 entrySean Christopherson2018-12-211-0/+1
| * | KVM/x86: Use SVM assembly instruction mnemonics instead of .byte streamsUros Bizjak2018-12-212-13/+6
| * | KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()Lan Tianyu2018-12-211-3/+13
| * | KVM/MMU: Flush tlb directly in kvm_set_pte_rmapp()Lan Tianyu2018-12-211-0/+5
| * | KVM/MMU: Move tlb flush in kvm_set_pte_rmapp() to kvm_mmu_notifier_change_pte()Lan Tianyu2018-12-212-7/+6
| * | KVM: Make kvm_set_spte_hva() return intLan Tianyu2018-12-2110-11/+17
| * | KVM: Replace old tlb flush function with new one to flush a specified range.Lan Tianyu2018-12-212-11/+23
| * | KVM/MMU: Add tlb flush with range helper functionLan Tianyu2018-12-211-1/+36
| * | KVM/VMX: Add hv tlb range flush supportLan Tianyu2018-12-211-17/+44
| * | x86/hyper-v: Add HvFlushGuestAddressList hypercall supportLan Tianyu2018-12-214-0/+141
| * | KVM: Add tlb_remote_flush_with_range callback in kvm_x86_opsLan Tianyu2018-12-211-0/+7
| * | KVM: x86: Disable Intel PT when VMXON in L1 guestLuwei Kang2018-12-212-1/+8
| * | KVM: x86: Set intercept for Intel PT MSRs read/writeChao Peng2018-12-212-7/+27
| * | KVM: x86: Implement Intel PT MSRs read/write emulationChao Peng2018-12-212-1/+216
| * | KVM: x86: Introduce a function to initialize the PT configurationLuwei Kang2018-12-211-0/+73
| * | KVM: x86: Add Intel PT context switch for each vcpuChao Peng2018-12-212-0/+95
| * | KVM: x86: Add Intel Processor Trace cpuid emulationChao Peng2018-12-214-2/+33
| * | KVM: x86: Add Intel PT virtualization work modeChao Peng2018-12-215-3/+51
| * | perf/x86/intel/pt: add new capability for Intel PTLuwei Kang2018-12-212-0/+2
| * | perf/x86/intel/pt: Add new bit definitions for PT MSRsLuwei Kang2018-12-211-0/+3
| * | perf/x86/intel/pt: Introduce intel_pt_validate_cap()Luwei Kang2018-12-212-3/+11
| * | perf/x86/intel/pt: Export pt_cap_get()Chao Peng2018-12-213-44/+49
| * | perf/x86/intel/pt: Move Intel PT MSRs bit defines to global headerChao Peng2018-12-212-37/+33
| * | kvm: selftests: aarch64: dirty_log_test: support greater than 40-bit IPAsAndrew Jones2018-12-214-9/+42
| * | kvm: selftests: add pa-48/va-48 VM modesAndrew Jones2018-12-213-8/+35
| * | kvm: selftests: dirty_log_test: improve mode param managementAndrew Jones2018-12-211-25/+23
| * | kvm: selftests: dirty_log_test: reset guest test phys offsetAndrew Jones2018-12-211-4/+7
| * | kvm: selftests: dirty_log_test: always use -tAndrew Jones2018-12-211-19/+17
| * | kvm: selftests: dirty_log_test: don't identity map the test memAndrew Jones2018-12-211-13/+14
| * | kvm: selftests: x86_64: dirty_log_test: fix -tAndrew Jones2018-12-211-0/+9
| * | KVM: fix some typosWei Yang2018-12-213-3/+3
| * | x86/kvmclock: convert to SPDX identifiersPeng Hao2018-12-211-14/+1
| * | KVM: x86: Remove KF() macro placeholderSean Christopherson2018-12-211-3/+0
| * | kvm: vmx: Allow guest read access to IA32_TSCJim Mattson2018-12-211-0/+1
| * | kvm: nVMX: NMI-window and interrupt-window exiting should wake L2 from HLTJim Mattson2018-12-211-3/+7
| * | KVM: nSVM: Fix nested guest support for PAUSE filtering.Tambe, William2018-12-211-0/+12
| * | kvm: Change offset in kvm_write_guest_offset_cached to unsignedJim Mattson2018-12-212-2/+4