summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2026-06-12Merge branch 'kvm-single-pdptrs' into HEADPaolo Bonzini1-3/+2
2026-06-12KVM: x86/mmu: move pdptrs out of the MMUPaolo Bonzini1-3/+2
2026-06-12Merge tag 'kvm-x86-svm-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini4-3/+12
2026-06-12Merge tag 'kvm-x86-mmu-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-37/+14
2026-06-12Merge tag 'kvm-x86-misc-7.2' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini2-10/+18
2026-06-03Merge branch 'kvm-ghcb-for-7.2' into HEADPaolo Bonzini9-4/+14
2026-06-03KVM: x86: Remove defunct kvm_load_segment_descriptor() declaration.Sean Christopherson1-1/+0
2026-06-03KVM: x86: Drop defunct vcpu_tsc_khz() declarationSean Christopherson1-2/+0
2026-05-31Merge tag 'x86-urgent-2026-05-31' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2026-05-30Merge commit 'kvm-vmenter-load-store-regs' into HEADPaolo Bonzini2-16/+109
2026-05-30KVM: SEV: Macrofy GPR swapping in __svm_sev_es_vcpu_run()Chang S. Bae2-19/+8
2026-05-30KVM: VMX: Macrofy GPR swapping in __vmx_vcpu_run()Chang S. Bae1-0/+104
2026-05-29Merge tag 'kvm-x86-fixes-7.1-rc6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+1
2026-05-28KVM: x86/pmu: Track mediated PMU counters with mode-specific enablesYosry Ahmed1-0/+2
2026-05-28KVM: x86/pmu: Disable counters based on Host-Only/Guest-Only bits in SVMYosry Ahmed2-0/+3
2026-05-28KVM: x86/pmu: Add support for KVM_X86_PMU_OP_OPTIONAL_RET0Yosry Ahmed2-2/+3
2026-05-28KVM: x86: Move error handling inside free_external_spt()Sean Christopherson2-3/+2
2026-05-28KVM: TDX: Drop kvm_x86_ops.remove_external_spte()Sean Christopherson2-4/+0
2026-05-28KVM: x86/mmu: Plumb param "old_spte" into kvm_x86_ops.set_external_spte()Sean Christopherson1-2/+2
2026-05-28KVM: TDX: Drop kvm_x86_ops.link_external_spt()Sean Christopherson2-4/+0
2026-05-27KVM: x86: Virtualize AMD CPUID faultingJim Mattson1-0/+1
2026-05-27KVM: x86: Consolidate CPUID fault handling for emulator and interception logicSean Christopherson1-1/+0
2026-05-27KVM: x86: Treat KVM's virtual PMU as disabled for TDX VMsVishal Annapurve1-0/+1
2026-05-27KVM: SVM: Fix nested NPF injection of PFERR_GUEST_{PAGE,FINAL}_MASK bitsKevin Cheng1-0/+2
2026-05-27KVM: x86: Tell ->inject_page_fault() whether or a fault came from hardwareSean Christopherson1-4/+14
2026-05-27x86/virt/tdx: Move mk_keyed_paddr() to tdx.c due to no external usersYan Zhao1-6/+0
2026-05-27x86/tdx: Drop exported function tdx_quirk_reset_page()Yan Zhao1-1/+0
2026-05-27x86/tdx: Use PFN directly for unmapping guest private memorySean Christopherson1-9/+5
2026-05-27x86/tdx: Use PFN directly for mapping guest private memorySean Christopherson1-2/+5
2026-05-26x86/microcode: Do not access MSR_IA32_PLATFORM_ID when running as a guestBorislav Petkov1-0/+1
2026-05-24Merge tag 'x86-urgent-2026-05-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds4-2/+7
2026-05-21ring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)1-0/+1
2026-05-19x86/kvm/vmx: Move IRQ/NMI dispatch from KVM into x86 corePeter Zijlstra4-2/+7
2026-05-14KVM: x86: nSVM: Save/restore gPAT with KVM_{GET,SET}_NESTED_STATEJim Mattson1-0/+1
2026-05-14KVM: x86: Define KVM_X86_QUIRK_NESTED_SVM_SHARED_PATJim Mattson2-1/+3
2026-05-13KVM: x86: Make "external SPTE" ops that can fail RET0 static callsSean Christopherson1-3/+3
2026-05-13x86/tdx: Use pg_level in TDX APIs, not the TDX-Module's 0-based levelSean Christopherson1-10/+4
2026-05-13KVM: x86: Drop superfluous caching of KVM_ASYNC_PF_SEND_ALWAYSSean Christopherson1-1/+0
2026-05-13KVM: x86: Drop superfluous caching of KVM_ASYNC_PF_DELIVERY_AS_PF_VMEXITSean Christopherson1-1/+0
2026-05-13KVM: x86: Rate-limit global clock updates on vCPU loadLei Chen1-0/+1
2026-05-13Merge branch 'kvm-apx-prepare' into HEADPaolo Bonzini1-14/+18
2026-05-13KVM: x86: Use a proper bitmap for tracking available/dirty registersSean Christopherson1-2/+4
2026-05-13KVM: x86: Track available/dirty register masks as "unsigned long" valuesSean Christopherson1-2/+2
2026-05-13KVM: x86: Drop the "EX" part of "EXREG" to avoid collision with APXSean Christopherson1-9/+9
2026-05-13KVM: x86: Add dedicated storage for guest RIPSean Christopherson1-4/+6
2026-05-12x86/CPU/AMD: Prevent improper isolation of shared resources in Zen2's op cachePrathyushi Nangia1-1/+2
2026-05-10Merge branch 'kvm-mbec' into HEADPaolo Bonzini5-16/+49
2026-05-10KVM: x86/mmu: add support for GMET to NPT page table walksPaolo Bonzini1-0/+2
2026-05-10KVM: SVM: add GMET bit definitionsPaolo Bonzini2-0/+2
2026-05-10KVM: x86/mmu: introduce cpu_role bit for availability of PFEC.I/DPaolo Bonzini1-0/+7