summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-06-141-0/+2
|\
| * KVM: x86: disable preemption while updating apicv inhibitionMaxim Levitsky2022-06-091-0/+2
| * Merge tag 'kvm-riscv-fixes-5.19-1' of https://github.com/kvm-riscv/linux into...Paolo Bonzini2022-06-091-1/+1
| |\
* | \ Merge tag 'x86-bugs-2022-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-06-141-0/+3
|\ \ \
| * | | KVM: x86/speculation: Disable Fill buffer clear within guestsPawan Gupta2022-05-211-0/+3
* | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-06-081-12/+36
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | KVM: x86: do not report a vCPU as preempted outside instruction boundariesPaolo Bonzini2022-06-081-0/+22
| * | KVM: x86: do not set st->preempted when going back to user spacePaolo Bonzini2022-06-081-12/+14
* | | Merge tag 'x86-cleanups-2022-06-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-06-051-1/+1
|\ \ \ | |/ / |/| |
| * | x86: Fix all occurences of the "the the" typoBo Liu2022-05-271-1/+1
| |/
* | KVM: x86: avoid calling x86 emulator without a decoded instructionSean Christopherson2022-05-251-12/+19
* | Merge tag 'kvmarm-5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-05-251-23/+37
|\|
| * Merge branch 'kvm-fixes-for-5.18-rc5' into HEADPaolo Bonzini2022-04-291-1/+7
| |\
| * | KVM: SEV: add cache flush to solve SEV cache incoherency issuesMingwei Zhang2022-04-211-0/+5
| * | KVM: x86: Skip KVM_GUESTDBG_BLOCKIRQ APICv update if APICv is disabledSean Christopherson2022-04-211-0/+3
| * | KVM: x86: Pend KVM_REQ_APICV_UPDATE during vCPU creation to fix a raceSean Christopherson2022-04-211-1/+14
| * | KVM: x86: Tag APICv DISABLE inhibit, not ABSENT, if APICv is disabledSean Christopherson2022-04-211-1/+1
| * | KVM: Add helpers to wrap vcpu->srcu_idx and yell if it's abusedSean Christopherson2022-04-211-15/+13
| * | KVM: x86: Don't re-acquire SRCU lock in complete_emulated_io()Sean Christopherson2022-04-211-6/+1
* | | KVM: LAPIC: Trace LAPIC timer expiration on every vmentryWanpeng Li2022-05-251-8/+0
* | | KVM: x86: a vCPU with a pending triple fault is runnablePaolo Bonzini2022-05-121-0/+3
* | | KVM: x86/mmu: Expand and clean up page fault statsSean Christopherson2022-05-121-0/+5
* | | KVM: x86/mmu: Make all page fault handlers internal to the MMUSean Christopherson2022-05-121-19/+0
* | | KVM: x86: fix typo in __try_cmpxchg_user causing non-atomicnessMaxim Levitsky2022-05-121-1/+1
* | | KVM: x86: avoid loading a vCPU after .vm_destroy was calledMaxim Levitsky2022-05-021-7/+3
* | | KVM: SVM: Introduce trace point for the slow-path of avic_kic_target_vcpusSuravee Suthikulpanit2022-04-291-0/+1
* | | KVM: x86/mmu: replace direct_map with root_role.directPaolo Bonzini2022-04-291-6/+6
* | | KVM: x86: Clean up and document nested #PF workaroundSean Christopherson2022-04-291-1/+20
* | | Merge branch 'kvm-fixes-for-5.18-rc5' into HEADPaolo Bonzini2022-04-291-1/+7
|\ \ \ | | |/ | |/|
| * | KVM: fix bad user ABI for KVM_EXIT_SYSTEM_EVENTPaolo Bonzini2022-04-291-0/+2
| * | KVM: x86/mmu: Do not create SPTEs for GFNs that exceed host.MAXPHYADDRSean Christopherson2022-04-291-1/+5
| |/
* | KVM: x86: Bail to userspace if emulation of atomic user access faultsSean Christopherson2022-04-131-1/+1
* | KVM: x86: Use __try_cmpxchg_user() to emulate atomic accessesSean Christopherson2022-04-131-21/+14
* | KVM: x86: Move .pmu_ops to kvm_x86_init_ops and tag as __initdataLike Xu2022-04-131-1/+1
* | KVM: x86: Copy kvm_pmu_ops by value to eliminate layer of indirectionLike Xu2022-04-131-0/+2
* | KVM: x86: Move kvm_ops_static_call_update() to x86.cLike Xu2022-04-131-2/+17
* | Merge branch 'kvm-older-features' into HEADPaolo Bonzini2022-04-131-77/+134
|\ \ | |/ |/|
| * KVM: x86: optimize PKU branching in kvm_load_{guest|host}_xsave_stateJon Kohler2022-04-021-5/+9
| * KVM: x86: allow per cpu apicv inhibit reasonsMaxim Levitsky2022-04-021-2/+11
| * KVM: x86: Don't snapshot "max" TSC if host TSC is constantSean Christopherson2022-04-021-15/+15
| * KVM: x86: Accept KVM_[GS]ET_TSC_KHZ as a VM ioctl.David Woodhouse2022-04-021-1/+25
| * KVM: x86/xen: Advertise and document KVM_XEN_HVM_CONFIG_EVTCHN_SENDDavid Woodhouse2022-04-021-1/+2
| * KVM: x86/xen: Add KVM_XEN_VCPU_ATTR_TYPE_VCPU_IDDavid Woodhouse2022-04-021-0/+1
| * KVM: x86/xen: Support direct injection of event channel eventsDavid Woodhouse2022-04-021-0/+9
| * KVM: x86/xen: Use gfn_to_pfn_cache for vcpu_time_infoDavid Woodhouse2022-04-021-61/+2
| * KVM: x86/xen: Use gfn_to_pfn_cache for vcpu_infoDavid Woodhouse2022-04-021-3/+9
| * KVM: x86: Use gfn_to_pfn_cache for pv_timeDavid Woodhouse2022-04-021-13/+63
| * KVM: x86/xen: Use gfn_to_pfn_cache for runstate areaDavid Woodhouse2022-04-021-0/+1
| * KVM: x86: Allow userspace to opt out of hypercall patchingOliver Upton2022-04-021-0/+11
* | KVM: x86: hyper-v: Avoid writing to TSC page without an active vCPUVitaly Kuznetsov2022-04-111-4/+3