summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2026-08-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-08-18Merge tag 'x86_cpu_for_v7.3_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-08-18Merge tag 'x86-msr-2026-08-17' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-08-18Merge tag 'kvm-x86-misc-7.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-08-18Merge tag 'kvm-x86-coco-7.3' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-08-18Merge tag 'loongarch-kvm-7.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini
2026-07-31KVM: x86: Rework kvm_x86_ops.vcpu_pre_run() into .vcpu_needs_initialization()Sean Christopherson
2026-07-31KVM: x86: Extract VMX's unhandleable emulation check to common x86Sean Christopherson
2026-07-28KVM: x86: Cancel delayed I/O APIC EOI handling before destroying vCPUsWeiming Shi
2026-07-27KVM: x86: Don't WARN if IRQ disappears because it was cleared from the PICSean Christopherson
2026-07-27KVM: guest_memfd: Explicitly pass number of pages to make_private() hookSean Christopherson
2026-07-27KVM: guest_memfd: Rename prepare() hook and Kconfig to make_private() / CONVERTSean Christopherson
2026-07-27KVM: x86: Rename kvm_x86_ops' gmem_invalidate() to gmem_make_shared()Sean Christopherson
2026-07-27KVM: guest_memfd: Rename invalidate() arch hook to reclaim() and isolate itSean Christopherson
2026-07-27KVM: guest_memfd: Pass the number of pages instead of the end pfn into .inval...Sean Christopherson
2026-07-22KVM: x86: Move supported EFER bits to kvm_capsYosry Ahmed
2026-07-22KVM: x86: Always initialize EFER reserved bits on vendor initializationYosry Ahmed
2026-07-22KVM: x86: Disallow EFER.LME and EFER.LMA if long mode is not supportedYosry Ahmed
2026-07-22KVM: x86: Move enabling EFER.SVME and EFER.LMSLE to generic EFER setupYosry Ahmed
2026-07-17KVM/x86: Stop using 32-bit MSR interfacesJuergen Gross
2026-07-10KVM: x86: Fix array_index_nospec() protection in kvm_vcpu_ioctl_x86_set_mce()Carlos López
2026-07-10KVM: x86: Move nested_ops out of kvm_x86_ops, to global kvm_nested_opsSean Christopherson
2026-07-10KVM: x86: Add static calls for nested virtualization opsSean Christopherson
2026-07-10KVM: x86: Reject nested CAP enablement if nested virtualization is disabledSean Christopherson
2026-07-10KVM: SEV: Forcefully invalidate SNP VMSA if its backing gmem page is zappedSean Christopherson
2026-07-10KVM: x86: Ensure runtime reads of disabled_quirks are resolved onceSean Christopherson
2026-07-10KVM: x86: Serialize writes to disabled_quirks using kvm->lockSean Christopherson
2026-07-08KVM: x86: Move KVM_GUESTDBG_VALID_MASK from kvm_host.h => x86.cSean Christopherson
2026-07-06x86/cpu: Hide and rename static_cpu_has()Borislav Petkov (AMD)
2026-06-25KVM: x86/mmu: unify root_gva_walk and ngva_walkPaolo Bonzini
2026-06-25KVM: x86/mmu: pull struct kvm_pagewalk out of struct kvm_mmuPaolo Bonzini
2026-06-25KVM: x86/mmu: change walk_mmu to struct kvm_pagewalkPaolo Bonzini
2026-06-25KVM: x86/mmu: pass struct kvm_pagewalk to kvm_mmu_invalidate_addrPaolo Bonzini
2026-06-25KVM: x86/mmu: move inject_page_fault to struct kvm_pagewalkPaolo Bonzini
2026-06-25KVM: x86/mmu: move gva_to_gpa to struct kvm_pagewalkPaolo Bonzini
2026-06-25KVM: x86/mmu: introduce struct kvm_pagewalkPaolo Bonzini
2026-06-24KVM: x86: Rework kvm_arch_interrupt_allowed() into kvm_is_interrupt_allowed()Sean Christopherson
2026-06-24KVM: x86: Move misc "VALID MASK" defines from kvm_host.h => x86.cSean Christopherson
2026-06-24KVM: x86/pmu: Move "struct kvm_x86_pmu_event_filter" definition to pmu.cSean Christopherson
2026-06-24KVM: x86: Move "struct kvm_x86_msr_filter" definition to msrs.cSean Christopherson
2026-06-24KVM: x86: Move kvm_{g,s}et_segment() to inline helpers in regs.hSean Christopherson
2026-06-24KVM: x86: Move the bulk of MSR specific code from x86.c to msrs.{c,h}Sean Christopherson
2026-06-24KVM: x86: Expose several TSC helpers via x86.h for use by MSR codeSean Christopherson
2026-06-24KVM: x86: Extract get/set MSR (list) ioctl logic to helpersSean Christopherson
2026-06-24KVM: x86: Move kvm_{load,put}_guest_fpu() to fpu.hSean Christopherson
2026-06-24KVM: x86: Move eager_page_split to mmu.{c,h}Sean Christopherson
2026-06-24KVM: x86: Move the bulk of register specific code from x86.c to regs.cSean Christopherson
2026-06-24KVM: x86: Rename __{g,s}et_sregs2() => kvm_vcpu_ioctl_x86_{g,s}et_sregs2()Sean Christopherson
2026-06-24KVM: x86: Move get_segment_base() to regs.h, as kvm_get_segment_base()Sean Christopherson
2026-06-24KVM: x86: Extract REGS and SREGS runtime sync code to helpersSean Christopherson