summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | KVM: s390: count invalid yieldsChristian Borntraeger2019-10-103-4/+16
| | * | | | | | | KVM: s390: Cleanup kvm_arch_init error pathJanosch Frank2019-10-041-11/+7
| | * | | | | | | KVM: s390: Remove unused parameter from __inject_sigp_restart()Thomas Huth2019-10-041-3/+2
| * | | | | | | | KVM: x86: deliver KVM IOAPIC scan request to target vCPUsNitesh Narayan Lal2019-11-155-2/+94
| * | | | | | | | KVM: nVMX: Add support for capturing highest observable L2 TSCAaron Lewis2019-11-153-7/+101
| * | | | | | | | kvm: vmx: Rename function find_msr() to vmx_find_msr_index()Aaron Lewis2019-11-151-5/+5
| * | | | | | | | kvm: vmx: Rename NR_AUTOLOAD_MSRS to NR_LOADSTORE_MSRSAaron Lewis2019-11-152-4/+4
| * | | | | | | | kvm: nested: Introduce read_and_check_msr_entry()Aaron Lewis2019-11-151-13/+22
| * | | | | | | | KVM: nVMX: mark functions in the header as "static inline"Paolo Bonzini2019-11-151-3/+3
| * | | | | | | | KVM: nVMX: Expose load IA32_PERF_GLOBAL_CTRL VM-{Entry,Exit} controlOliver Upton2019-11-153-0/+25
| * | | | | | | | KVM: nVMX: Load GUEST_IA32_PERF_GLOBAL_CTRL MSR on VM-EntryOliver Upton2019-11-151-0/+5
| * | | | | | | | KVM: nVMX: Use kvm_set_msr to load IA32_PERF_GLOBAL_CTRL on VM-ExitOliver Upton2019-11-151-2/+12
| * | | | | | | | KVM: nVMX: Check HOST_IA32_PERF_GLOBAL_CTRL on VM-EntryOliver Upton2019-11-151-0/+5
| * | | | | | | | KVM: nVMX: Check GUEST_IA32_PERF_GLOBAL_CTRL on VM-EntryOliver Upton2019-11-151-0/+6
| * | | | | | | | KVM: VMX: Add helper to check reserved bits in IA32_PERF_GLOBAL_CTRLOliver Upton2019-11-152-1/+7
| * | | | | | | | KVM: x86: Optimization: Requst TLB flush in fast_cr3_switch() instead of do i...Liran Alon2019-11-151-1/+1
| * | | | | | | | KVM: x86/vPMU: Add lazy mechanism to release perf_event per vPMCLike Xu2019-11-156-0/+84
| * | | | | | | | KVM: x86/vPMU: Reuse perf_event to avoid unnecessary pmc_reprogram_counterLike Xu2019-11-155-4/+61
| * | | | | | | | KVM: x86/vPMU: Introduce a new kvm_pmu_ops->msr_idx_to_pmc callbackLike Xu2019-11-154-5/+27
| * | | | | | | | KVM: x86/vPMU: Rename pmu_ops callbacks from msr_idx to rdpmc_ecxLike Xu2019-11-155-17/+18
| * | | | | | | | KVM: nVMX: Update vmcs01 TPR_THRESHOLD if L2 changed L1 TPRLiran Alon2019-11-153-1/+10
| * | | | | | | | KVM: VMX: Refactor update_cr8_intercept()Liran Alon2019-11-151-6/+3
| * | | | | | | | KVM: SVM: Remove check if APICv enabled in SVM update_cr8_intercept() handlerLiran Alon2019-11-151-2/+1
| * | | | | | | | KVM: APIC: add helper func to remove duplicate code in kvm_pv_send_ipiMiaohe Lin2019-11-151-36/+29
| * | | | | | | | KVM: X86: avoid unused setup_syscalls_segments call when SYSCALL check failedMiaohe Lin2019-11-151-4/+2
| * | | | | | | | KVM: VMX: Consume pending LAPIC INIT event when exit on INIT_SIGNALLiran Alon2019-11-151-0/+1
| * | | | | | | | KVM: x86: Prevent set vCPU into INIT/SIPI_RECEIVED state when INIT are latchedLiran Alon2019-11-153-3/+12
| * | | | | | | | KVM: x86: Evaluate latched_init in KVM_SET_VCPU_EVENTS when vCPU not in SMMLiran Alon2019-11-151-6/+7
| * | | | | | | | x86: retpolines: eliminate retpoline from msr event handlersAndrea Arcangeli2019-11-151-0/+11
| * | | | | | | | KVM: retpolines: x86: eliminate retpoline from svm.c exit handlersAndrea Arcangeli2019-11-151-0/+12
| * | | | | | | | KVM: retpolines: x86: eliminate retpoline from vmx.c exit handlersAndrea Arcangeli2019-11-151-2/+16
| * | | | | | | | KVM: x86: optimize more exit handlers in vmx.cAndrea Arcangeli2019-11-151-25/+5
| * | | | | | | | KVM: x86: get rid of odd out jump label in pdptrs_changedMiaohe Lin2019-11-111-5/+2
| * | | | | | | | KVM: x86: switch KVMCLOCK base to monotonic raw clockMarcelo Tosatti2019-11-021-22/+37
| * | | | | | | | Merge tag 'kvm-ppc-next-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini2019-11-0118-159/+264
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | |
| | * | | | | | | KVM: PPC: Book3S HV: Reject mflags=2 (LPCR[AIL]=2) ADDR_TRANS_MODE modeNicholas Piggin2019-10-221-0/+5
| | * | | | | | | KVM: PPC: Book3S HV: Implement LPCR[AIL]=3 mode for injected interruptsNicholas Piggin2019-10-221-0/+15
| | * | | | | | | KVM: PPC: Book3S HV: Reuse kvmppc_inject_interrupt for async guest deliveryNicholas Piggin2019-10-223-57/+56
| | * | | | | | | KVM: PPC: Book3S: Replace reset_msr mmu op with inject_interrupt arch opNicholas Piggin2019-10-228-62/+63
| | * | | | | | | KVM: PPC: Book3S: Define and use SRR1_MSR_BITSNicholas Piggin2019-10-223-2/+14
| | * | | | | | | KVM: PPC: Book3S HV: XIVE: Allow userspace to set the # of VPsGreg Kurz2019-10-223-0/+16
| | * | | | | | | KVM: PPC: Book3S HV: XIVE: Make VP block size configurableGreg Kurz2019-10-223-25/+62
| | * | | | | | | KVM: PPC: Book3S HV: XIVE: Compute the VP id in a common helperGreg Kurz2019-10-223-18/+36
| | * | | | | | | KVM: PPC: Book3S HV: XIVE: Show VP id in debugfsGreg Kurz2019-10-222-4/+4
| | * | | | | | | KVM: PPC: Book3S HV: XIVE: Set kvm->arch.xive when VPs are allocatedGreg Kurz2019-10-222-7/+6
| | * | | | | | | KVM: PPC: E500: Replace current->mm by kvm->mmLeonardo Bras2019-10-221-3/+3
| | * | | | | | | KVM: PPC: Reduce calls to get current->mm by storing the value locallyLeonardo Bras2019-10-221-5/+6
| | * | | | | | | KVM: PPC: Report single stepping capabilityFabiano Rosas2019-10-211-0/+2
| * | | | | | | | x86/kvm: Fix -Wmissing-prototypes warningsYi Wang2019-10-251-0/+1
| * | | | | | | | KVM: Add separate helper for putting borrowed reference to kvmSean Christopherson2019-10-222-2/+2