summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2023-10-10KVM: x86/mmu: Zap KVM TDP when noncoherent DMA assignment starts/stopsYan Zhao
2023-10-09KVM: x86: Don't sync user-written TSC against startup valuesLike Xu
2023-10-09KVM: x86/mmu: Zap SPTEs when CR0.CD is toggled iff guest MTRRs are honoredYan Zhao
2023-10-09KVM: x86: Virtualize HWCR.TscFreqSel[bit 24]Jim Mattson
2023-10-09KVM: x86: Allow HWCR.McStatusWrEn to be cleared once setJim Mattson
2023-10-05KVM: x86: Refine calculation of guest wall clock to use a single TSC readDavid Woodhouse
2023-10-04KVM: x86: Add SBPB supportJosh Poimboeuf
2023-10-04KVM: SVM: Treat all "skip" emulation for SEV guests as outright failuresSean Christopherson
2023-10-04KVM: x86: Refactor can_emulate_instruction() return to be more expressiveSean Christopherson
2023-10-04KVM: X86: Reduce size of kvm_vcpu_arch structure when CONFIG_KVM_XEN=nPeng Hao
2023-09-27KVM: x86: Force TLB flush on userspace changes to special registersMichal Luczaj
2023-09-27KVM: x86: Remove redundant vcpu->arch.cr0 assignmentsMichal Luczaj
2023-09-25KVM: x86/pmu: Synthesize at most one PMI per VM-exitJim Mattson
2023-09-23KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronouslySean Christopherson
2023-08-31KVM: x86/mmu: Move KVM-only page-track declarations to internal headerSean Christopherson
2023-08-31KVM: x86: Add a new page-track hook to handle memslot deletionYan Zhao
2023-08-31KVM: x86: Reject memslot MOVE operations if KVMGT is attachedSean Christopherson
2023-08-31KVM: x86/mmu: Move kvm_arch_flush_shadow_{all,memslot}() to mmu.cSean Christopherson
2023-08-31Merge tag 'kvm-x86-misc-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-08-31Merge tag 'kvm-x86-selftests-6.6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-08-31Merge tag 'kvmarm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2023-08-17KVM: x86: Use KVM-governed feature framework to track "XSAVES enabled"Sean Christopherson
2023-08-17x86: kvm: x86: Remove unnecessary initial values of variablesLi zeming
2023-08-17KVM: x86: Remove WARN sanity check on hypervisor timer vs. UNINITIALIZED vCPUSean Christopherson
2023-08-17KVM: x86: Remove break statements that will never be executedLike Xu
2023-08-17KVM: Move kvm_arch_flush_remote_tlbs_memslot() to common codeDavid Matlack
2023-08-10x86: Move gds_ucode_mitigated() declaration to headerArnd Bergmann
2023-08-07Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-08-03KVM: x86: Always write vCPU's current TSC offset/ratio in vendor hooksSean Christopherson
2023-08-02KVM: x86: Snapshot host's MSR_IA32_ARCH_CAPABILITIESSean Christopherson
2023-08-02KVM: x86: Remove x86_emulate_ops::guest_has_long_modeMichal Luczaj
2023-08-02KVM: x86: Fix KVM_CAP_SYNC_REGS's sync_regs() TOCTOU issuesMichal Luczaj
2023-07-29KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalidSean Christopherson
2023-07-29KVM: x86: Acquire SRCU read lock when handling fastpath MSR writesSean Christopherson
2023-07-29KVM: x86/irq: Conditionally register IRQ bypass consumer againLike Xu
2023-07-29KVM: x86: check the kvm_cpu_get_interrupt result before using itMaxim Levitsky
2023-07-21KVM: Add GDS_NO support to KVMDaniel Sneddon
2023-07-03Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-07-01Merge tag 'kvm-x86-vmx-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-07-01Merge tag 'kvm-x86-pmu-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-07-01Merge tag 'kvm-x86-misc-6.5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2023-06-27Merge tag 'locking-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-06-27Merge tag 'sched-core-2023-06-27' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-06-13KVM: x86: Update comments about MSR lists exposed to userspaceSean Christopherson
2023-06-06KVM: x86/svm/pmu: Add AMD PerfMonV2 supportLike Xu
2023-06-06KVM: x86: Clean up: remove redundant bool conversionsMichal Luczaj
2023-06-06KVM: x86: Use cpu_feature_enabled() for PKU instead of #ifdefSean Christopherson
2023-06-06KVM: x86: Use standard mmu_notifier invalidate hooks for APIC access pageSean Christopherson
2023-06-06KVM: x86: Correct the name for skipping VMENTER l1d flushChao Gao
2023-06-05clocksource: hyper-v: Adjust hv_read_tsc_page_tsc() to avoid special casing U...Peter Zijlstra