summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
8 hoursMerge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/...Linus Torvalds
36 hoursKVM: x86: fix typo "notifer"WangYuli
6 daysMerge tag 'kvm-x86-sev-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
6 daysMerge tag 'x86_core_for_kvm' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini
6 daysMerge tag 'kvm-x86-svm-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
6 daysMerge tag 'kvm-x86-apic-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
6 daysMerge tag 'kvm-x86-mmu-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
6 daysMerge tag 'kvm-x86-misc-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
6 daysMerge tag 'kvm-x86-no_assignment-6.17' of https://github.com/kvm-x86/linux in...Paolo Bonzini
6 daysMerge tag 'kvm-x86-mmio-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
6 daysMerge tag 'kvm-x86-irqs-6.17' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
11 daysKVM: x86/xen: Fix cleanup logic in emulation of Xen schedop poll hypercallsManuel Andreas
2025-07-17Merge tag 'kvm-x86-fixes-6.16-rc7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-07-17KVM: TDX: Don't report base TDVMCALLsXiaoyao Li
2025-07-15KVM: VMX: Ensure unused kvm_tdx_capabilities fields are zeroed outSean Christopherson
2025-07-15KVM: x86: Reject KVM_SET_TSC_KHZ vCPU ioctl for TSC protected guestKai Huang
2025-07-14KVM: x86: Reject KVM_SET_TSC_KHZ VM ioctl when vCPUs have been createdKai Huang
2025-07-14KVM: SVM: Flush cache only on CPUs running SEV guestZheyun Shen
2025-07-10x86/apic: KVM: Move apic_test)vector() to common codeNeeraj Upadhyay
2025-07-10x86/apic: KVM: Move lapic set/clear_vector() helpers to common codeNeeraj Upadhyay
2025-07-10x86/apic: KVM: Move lapic get/set helpers to common codeNeeraj Upadhyay
2025-07-10x86/apic: KVM: Move apic_find_highest_vector() to a common headerNeeraj Upadhyay
2025-07-10KVM: x86: Rename lapic set/clear vector helpersNeeraj Upadhyay
2025-07-10KVM: x86: Rename lapic get/set_reg64() helpersNeeraj Upadhyay
2025-07-10KVM: x86: Rename lapic get/set_reg() helpersNeeraj Upadhyay
2025-07-10KVM: x86: Rename find_highest_vector()Neeraj Upadhyay
2025-07-10KVM: x86: Change lapic regs base address to void pointerNeeraj Upadhyay
2025-07-10KVM: x86: Rename VEC_POS/REG_POS macro usagesNeeraj Upadhyay
2025-07-10x86/apic: KVM: Deduplicate APIC vector => register+bit mathSean Christopherson
2025-07-10KVM: x86: Remove redundant parentheses around 'bitmap'Neeraj Upadhyay
2025-07-10KVM: x86: Open code setting/clearing of bits in the ISRNeeraj Upadhyay
2025-07-10KVM: SEV: Prefer WBNOINVD over WBINVD for cache maintenance efficiencyKevin Loughlin
2025-07-10KVM: SVM: Remove wbinvd in sev_vm_destroy()Zheyun Shen
2025-07-10KVM: x86: Use wbinvd_on_cpu() instead of an open-coded equivalentSean Christopherson
2025-07-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-07-10x86/lib: Add WBINVD and WBNOINVD helpers to target multiple CPUsZheyun Shen
2025-07-09KVM: x86: avoid underflow when scaling TSC frequencyPaolo Bonzini
2025-07-09KVM: x86: Provide a capability to disable APERF/MPERF read interceptsJim Mattson
2025-07-09KVM: x86: Replace growing set of *_in_guest bools with a u64Jim Mattson
2025-07-09KVM: x86: Advertise support for LKGSXin Li
2025-07-09KVM: VMX: Add a macro to track which DEBUGCTL bits are host-ownedSean Christopherson
2025-07-07Merge tag 'tsa_x86_bugs_for_6.16' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-06-29Merge tag 'x86_urgent_for_v6.16_rc4' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-06-25VFIO: KVM: x86: Drop kvm_arch_{start,end}_assignment()Sean Christopherson
2025-06-25Revert "kvm: detect assigned device via irqbypass manager"Sean Christopherson
2025-06-25Merge branch 'kvm-x86 mmio'Sean Christopherson
2025-06-25KVM: SVM: Simplify MSR interception logic for IA32_XSS MSRChao Gao
2025-06-25KVM: x86/hyper-v: Skip non-canonical addresses during PV TLB flushManuel Andreas
2025-06-25KVM: VMX: Apply MMIO Stale Data mitigation if KVM maps MMIO into the guestSean Christopherson
2025-06-24KVM: x86: Deduplicate MSR interception enabling and disablingChao Gao