summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-1226-972/+1564
|\
| * Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-07-1122-154/+91
| |\
| * | KVM: x86: Unconditionally enable irqs in guest contextSean Christopherson2019-07-112-9/+12
| * | KVM: x86: PMU Event FilterEric Hankland2019-07-113-0/+69
| * | kvm: x86: Fix -Wmissing-prototypes warningsYi Wang2019-07-101-1/+0
| * | KVM: LAPIC: Retry tune per-vCPU timer_advance_ns if adaptive tuning goes insaneWanpeng Li2019-07-051-3/+4
| * | kvm: LAPIC: write down valid APIC registersPaolo Bonzini2019-07-051-12/+32
| * | KVM: LAPIC: ARBPRI is a reserved register for x2APICPaolo Bonzini2019-07-051-1/+5
| * | KVM nVMX: Check Host Segment Registers and Descriptor Tables on vmentry of ne...Krish Sadhukhan2019-07-051-2/+24
| * | KVM: nVMX: Stash L1's CR3 in vmcs01.GUEST_CR3 on nested entry w/o EPTSean Christopherson2019-07-051-21/+23
| * | KVM: x86: add tracepoints around __direct_map and FNAME(fetch)Paolo Bonzini2019-07-053-7/+67
| * | KVM: x86: change kvm_mmu_page_get_gfn BUG_ON to WARN_ONPaolo Bonzini2019-07-051-3/+9
| * | KVM: x86: remove now unneeded hugepage gfn adjustmentPaolo Bonzini2019-07-052-7/+4
| * | KVM: x86: make FNAME(fetch) and __direct_map more similarPaolo Bonzini2019-07-052-44/+39
| * | kvm: x86: Do not release the page inside mmu_set_spte()Junaid Shahid2019-07-052-16/+10
| * | KVM: cpuid: remove has_leaf_count from struct kvm_cpuid_paramPaolo Bonzini2019-07-051-8/+3
| * | KVM: cpuid: rename do_cpuid_1_entPaolo Bonzini2019-07-051-8/+8
| * | KVM: cpuid: set struct kvm_cpuid_entry2 flags in do_cpuid_1_entPaolo Bonzini2019-07-051-16/+14
| * | KVM: cpuid: extract do_cpuid_7_mask and support multiple subleafsPaolo Bonzini2019-07-051-47/+81
| * | KVM: cpuid: do_cpuid_ent works on a whole CPUID functionPaolo Bonzini2019-07-051-47/+42
| * | KVM: LAPIC: remove the trailing newline used in the fmt parameter of TP_printkWanpeng Li2019-07-031-1/+1
| * | KVM: svm: add nrips module parameterPaolo Bonzini2019-07-031-3/+12
| * | kvm: x86: Pass through AMD_STIBP_ALWAYS_ON in GET_SUPPORTED_CPUIDJim Mattson2019-07-021-1/+1
| * | kvm: nVMX: Remove unnecessary sync_roots from handle_inveptJim Mattson2019-07-021-5/+3
| * | KVM: X86: Expose PV_SCHED_YIELD CPUID feature bit to guestWanpeng Li2019-07-021-1/+2
| * | KVM: X86: Implement PV sched yield hypercallWanpeng Li2019-07-021-0/+21
| * | x86/kvm/nVMX: fix VMCLEAR when Enlightened VMCS is in useVitaly Kuznetsov2019-07-023-14/+37
| * | x86/KVM/nVMX: don't use clean fields data on enlightened VMLAUNCHVitaly Kuznetsov2019-07-021-8/+12
| * | KVM: nVMX: list VMX MSRs in KVM_GET_MSR_INDEX_LISTPaolo Bonzini2019-07-023-0/+23
| * | KVM: nVMX: allow setting the VMFUNC controls MSRPaolo Bonzini2019-07-021-0/+5
| * | KVM: nVMX: include conditional controls in /dev/kvm KVM_GET_MSRSPaolo Bonzini2019-07-021-1/+6
| * | KVM: x86: Fix apic dangling pointer in vcpuSaar Amar2019-06-201-0/+1
| * | KVM: VMX: check CPUID before allowing read/write of IA32_XSSWanpeng Li2019-06-201-2/+8
| * | KVM: nVMX: shadow pin based execution controlsPaolo Bonzini2019-06-181-0/+1
| * | KVM: VMX: Leave preemption timer running when it's disabledSean Christopherson2019-06-183-25/+41
| * | KVM: VMX: Drop hv_timer_armed from 'struct loaded_vmcs'Sean Christopherson2019-06-183-8/+2
| * | KVM: nVMX: Preset *DT exiting in vmcs02 when emulating UMIPSean Christopherson2019-06-181-0/+8
| * | KVM: nVMX: Preserve last USE_MSR_BITMAPS when preparing vmcs02Sean Christopherson2019-06-181-1/+11
| * | KVM: VMX: Explicitly initialize controls shadow at VMCS allocationSean Christopherson2019-06-183-15/+12
| * | KVM: nVMX: Don't reset VMCS controls shadow on VMCS switchSean Christopherson2019-06-182-9/+0
| * | KVM: nVMX: Shadow VMCS controls on a per-VMCS basisSean Christopherson2019-06-182-15/+16
| * | KVM: VMX: Shadow VMCS secondary execution controlsSean Christopherson2019-06-183-26/+28
| * | KVM: VMX: Shadow VMCS primary execution controlsSean Christopherson2019-06-183-31/+23
| * | KVM: VMX: Shadow VMCS pin controlsSean Christopherson2019-06-183-7/+8
| * | KVM: VMX: Add builder macros for shadowing controlsSean Christopherson2019-06-181-64/+36
| * | KVM: nVMX: Use adjusted pin controls for vmcs02Sean Christopherson2019-06-183-4/+4
| * | KVM: nVMX: Copy PDPTRs to/from vmcs12 only when necessarySean Christopherson2019-06-181-5/+22
| * | KVM: x86: introduce is_pae_pagingPaolo Bonzini2019-06-184-8/+12
| * | KVM: nVMX: Don't update GUEST_BNDCFGS if it's clean in HV eVMCSSean Christopherson2019-06-181-4/+4
| * | KVM: nVMX: Update vmcs12 for MSR_IA32_DEBUGCTLMSR when it's writtenSean Christopherson2019-06-182-3/+9