summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Add support for "protected VMs" that can utilize private memorySean Christopherson2023-11-141-1/+15
* KVM: Allow arch code to track number of memslot address spaces per VMSean Christopherson2023-11-141-1/+1
* KVM: x86: Disallow hugepages when memory attributes are mixedChao Peng2023-11-141-0/+4
* KVM: x86: "Reset" vcpu->run->exit_reason early in KVM_RUNSean Christopherson2023-11-141-0/+1
* KVM: Add KVM_EXIT_MEMORY_FAULT exit to report faults to userspaceChao Peng2023-11-131-0/+1
* KVM: Introduce KVM_SET_USER_MEMORY_REGION2Sean Christopherson2023-11-131-1/+1
* Merge tag 'kvm-x86-svm-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-311-7/+15
|\
| * KVM: SVM: Treat all "skip" emulation for SEV guests as outright failuresSean Christopherson2023-10-041-2/+7
| * KVM: x86: Refactor can_emulate_instruction() return to be more expressiveSean Christopherson2023-10-041-6/+9
* | Merge tag 'kvm-x86-pmu-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-311-4/+4
|\ \
| * | KVM: x86: Service NMI requests after PMI requests in VM-Enter pathMingwei Zhang2023-10-271-4/+4
* | | Merge tag 'kvm-x86-xen-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-311-0/+2
|\ \ \
| * | | KVM: X86: Reduce size of kvm_vcpu_arch structure when CONFIG_KVM_XEN=nPeng Hao2023-10-041-0/+2
| | |/ | |/|
* | | Merge tag 'kvm-x86-mmu-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-311-3/+18
|\ \ \
| * | | KVM: x86/mmu: Zap KVM TDP when noncoherent DMA assignment starts/stopsYan Zhao2023-10-101-2/+17
| * | | KVM: x86/mmu: Zap SPTEs when CR0.CD is toggled iff guest MTRRs are honoredYan Zhao2023-10-091-1/+1
| |/ /
* | | Merge tag 'kvm-x86-misc-6.7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-311-42/+153
|\ \ \ | |_|/ |/| |
| * | KVM: x86: Ignore MSR_AMD64_TW_CFG accessMaciej S. Szmigiero2023-10-191-0/+2
| * | KVM: x86: remove the unused assigned_dev_head from kvm_archLiang Chen2023-10-191-1/+0
| * | KVM: x86: remove always-false condition in kvmclock_sync_fnDongli Zhang2023-10-181-3/+0
| * | KVM: x86/mmu: Stop kicking vCPUs to sync the dirty log when PML is disabledDavid Matlack2023-10-171-0/+3
| * | KVM: x86: Use octal for file permissionPeng Hao2023-10-171-9/+9
| * | KVM: x86: Don't sync user-written TSC against startup valuesLike Xu2023-10-091-10/+24
| * | KVM: x86: Virtualize HWCR.TscFreqSel[bit 24]Jim Mattson2023-10-091-2/+6
| * | KVM: x86: Allow HWCR.McStatusWrEn to be cleared once setJim Mattson2023-10-091-3/+2
| * | KVM: x86: Refine calculation of guest wall clock to use a single TSC readDavid Woodhouse2023-10-051-7/+78
| * | KVM: x86: Add SBPB supportJosh Poimboeuf2023-10-041-5/+24
| * | KVM: x86: Force TLB flush on userspace changes to special registersMichal Luczaj2023-09-271-2/+6
| * | KVM: x86: Remove redundant vcpu->arch.cr0 assignmentsMichal Luczaj2023-09-271-1/+0
| |/
* | Merge tag 'kvm-x86-pmu-6.6-fixes' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-10-151-0/+3
|\ \
| * | KVM: x86/pmu: Synthesize at most one PMI per VM-exitJim Mattson2023-09-251-0/+3
| |/
* | KVM: x86: Constrain guest-supported xfeatures only at KVM_GET_XSAVE{2}Sean Christopherson2023-10-121-2/+16
* | x86/fpu: Allow caller to constrain xfeatures when copying to uabi bufferSean Christopherson2023-10-121-12/+9
|/
* KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronouslySean Christopherson2023-09-231-4/+1
* KVM: x86/mmu: Move KVM-only page-track declarations to internal headerSean Christopherson2023-08-311-0/+1
* KVM: x86: Add a new page-track hook to handle memslot deletionYan Zhao2023-08-311-0/+3
* KVM: x86: Reject memslot MOVE operations if KVMGT is attachedSean Christopherson2023-08-311-0/+7
* KVM: x86/mmu: Move kvm_arch_flush_shadow_{all,memslot}() to mmu.cSean Christopherson2023-08-311-11/+0
* Merge tag 'kvm-x86-misc-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-08-311-24/+22
|\
| * KVM: x86: Use KVM-governed feature framework to track "XSAVES enabled"Sean Christopherson2023-08-171-2/+2
| * x86: kvm: x86: Remove unnecessary initial values of variablesLi zeming2023-08-171-2/+2
| * KVM: x86: Remove WARN sanity check on hypervisor timer vs. UNINITIALIZED vCPUSean Christopherson2023-08-171-4/+9
| * KVM: x86: Remove break statements that will never be executedLike Xu2023-08-171-1/+0
| * KVM: x86: Always write vCPU's current TSC offset/ratio in vendor hooksSean Christopherson2023-08-031-3/+2
| * KVM: x86: Snapshot host's MSR_IA32_ARCH_CAPABILITIESSean Christopherson2023-08-021-6/+7
| * KVM: x86: Remove x86_emulate_ops::guest_has_long_modeMichal Luczaj2023-08-021-6/+0
* | Merge tag 'kvm-x86-selftests-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2023-08-311-3/+10
|\ \
| * | KVM: x86: Fix KVM_CAP_SYNC_REGS's sync_regs() TOCTOU issuesMichal Luczaj2023-08-021-3/+10
| |/
* | Merge tag 'kvmarm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2023-08-311-1/+1
|\ \
| * | KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common codeDavid Matlack2023-08-171-1/+1
| |/