summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* Properly implement target gfn steppingLouis Burda2023-02-031-1/+1
* Merge branch 'sev-snp-iommu-avic_5.19-rc6_v4' of github.com:AMDESE/linuxLouis Burda2023-01-311-5/+0
|\
| * Revert "KVM: SEV: add cache flush to solve SEV cache incoherency issues"Ashish Kalra2022-09-281-5/+0
* | Combine TRACK_STEPS_* modesLouis Burda2023-01-301-14/+0
* | Consistent use of cpc shorthand instead of cachepcLouis Burda2023-01-271-9/+9
* | TRACK_STEPS_SIGNALLED: Only prime+probe when we are stepping on target gfnLouis Burda2023-01-271-8/+9
* | Add signalled stepping track modeLouis Burda2023-01-261-0/+13
* | Add more debug printsLouis Burda2023-01-171-2/+2
* | Add debug print to vmmcall exitLouis Burda2023-01-111-1/+5
* | Stash fixupsLouis Burda2023-01-101-1/+7
* | Revert unnecessary diffs and small tdp_mmu fixLouis Burda2022-12-111-1/+1
* | stashLouis Burda2022-12-061-6/+13
* | Refactor more code out into repo filesLouis Burda2022-10-201-1/+1
* | Move sevstep/kvm into sevstep/sevstepLouis Burda2022-10-051-1/+1
* | Refactor out sevstep into cachepc repositoryLouis Burda2022-10-051-194/+1
* | Add page trackingLouis Burda2022-10-041-0/+195
|/
* *debug: define trace_kvm_sev_es_unmap_ghcbMichael Roth2022-07-131-0/+1
* KVM: SVM: Support SEV-SNP AP Creation NAE eventTom Lendacky2022-07-131-1/+8
* KVM: SVM: Add support to handle MSR based Page State Change VMGEXITBrijesh Singh2022-07-131-0/+1
* 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
| |/