summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)Author
2026-06-03KVM: x86: Remove defunct kvm_load_segment_descriptor() declaration.Sean Christopherson
2026-06-03KVM: x86: Drop defunct vcpu_tsc_khz() declarationSean Christopherson
2026-06-03x86/vdso: Implement __vdso_futex_robust_try_unlock()Thomas Gleixner
2026-06-03x86/vdso: Prepare for robust futex unlock supportThomas Gleixner
2026-06-03percpu: Sanitize __percpu_qual include hellThomas Gleixner
2026-05-31Merge tag 'x86-urgent-2026-05-31' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-05-30Merge commit 'kvm-vmenter-load-store-regs' into HEADPaolo Bonzini
2026-05-30KVM: SEV: Macrofy GPR swapping in __svm_sev_es_vcpu_run()Chang S. Bae
2026-05-30KVM: VMX: Macrofy GPR swapping in __vmx_vcpu_run()Chang S. Bae
2026-05-29Merge tag 'kvm-x86-fixes-7.1-rc6' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-05-28x86/cpu: Fix a F00F bug warning and clean up surrounding codeSohil Mehta
2026-05-28x86/acpi: Add a helper to get the address of the wakeup mailboxRicardo Neri
2026-05-28x86/realmode: Make the location of the trampoline configurableYunhong Jiang
2026-05-28x86/acpi: Add functions to setup and access the wakeup mailboxRicardo Neri
2026-05-28x86/topology: Add missing struct declaration and attribute dependencyRicardo Neri
2026-05-27KVM: x86/pmu: Track mediated PMU counters with mode-specific enablesYosry Ahmed
2026-05-27KVM: x86/pmu: Disable counters based on Host-Only/Guest-Only bits in SVMYosry Ahmed
2026-05-27KVM: x86/pmu: Add support for KVM_X86_PMU_OP_OPTIONAL_RET0Yosry Ahmed
2026-05-27KVM: x86: Move error handling inside free_external_spt()Sean Christopherson
2026-05-27KVM: TDX: Drop kvm_x86_ops.remove_external_spte()Sean Christopherson
2026-05-27KVM: x86/mmu: Plumb param "old_spte" into kvm_x86_ops.set_external_spte()Sean Christopherson
2026-05-27KVM: TDX: Drop kvm_x86_ops.link_external_spt()Sean Christopherson
2026-05-27x86/module: Revert "Deal with GOT based stack cookie load on Clang < 17"Nathan Chancellor
2026-05-27KVM: x86: Virtualize AMD CPUID faultingJim Mattson
2026-05-27KVM: x86: Consolidate CPUID fault handling for emulator and interception logicSean Christopherson
2026-05-26KVM: x86: Treat KVM's virtual PMU as disabled for TDX VMsVishal Annapurve
2026-05-26KVM: SVM: Fix nested NPF injection of PFERR_GUEST_{PAGE,FINAL}_MASK bitsKevin Cheng
2026-05-26KVM: x86: Tell ->inject_page_fault() whether or a fault came from hardwareSean Christopherson
2026-05-26x86/virt/tdx: Move mk_keyed_paddr() to tdx.c due to no external usersYan Zhao
2026-05-26x86/tdx: Drop exported function tdx_quirk_reset_page()Yan Zhao
2026-05-26x86/tdx: Use PFN directly for unmapping guest private memorySean Christopherson
2026-05-26x86/tdx: Use PFN directly for mapping guest private memorySean Christopherson
2026-05-26x86/microcode: Do not access MSR_IA32_PLATFORM_ID when running as a guestBorislav Petkov
2026-05-26x86/irq: Move IOAPIC misrouted and PIC/APIC error counts into irq_statsThomas Gleixner
2026-05-26x86/irq: Suppress unlikely interrupt stats by defaultThomas Gleixner
2026-05-26x86/irq: Make irqstats array basedThomas Gleixner
2026-05-25Merge branch 'arena_direct_access'Alexei Starovoitov
2026-05-24Merge tag 'x86-urgent-2026-05-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-05-23mm: Add ptep_try_set() for lockless empty-slot installsTejun Heo
2026-05-21x86/cpu: Add Intel CPU model number for rugged Panther LakeTony Luck
2026-05-21ring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)
2026-05-20x86/extable: switch to using FIELD_GET_SIGNED()Yury Norov
2026-05-19x86/kvm/vmx: Move IRQ/NMI dispatch from KVM into x86 corePeter Zijlstra
2026-05-19Merge branch 'sched/cache'Peter Zijlstra
2026-05-18x86: Remove unnecessary architecture-specific <asm/device.h>Ethan Nelson-Moore
2026-05-14KVM: x86: nSVM: Save/restore gPAT with KVM_{GET,SET}_NESTED_STATEJim Mattson
2026-05-14KVM: x86: Define KVM_X86_QUIRK_NESTED_SVM_SHARED_PATJim Mattson
2026-05-13KVM: x86: Make "external SPTE" ops that can fail RET0 static callsSean Christopherson
2026-05-13x86/tdx: Use pg_level in TDX APIs, not the TDX-Module's 0-based levelSean Christopherson
2026-05-13KVM: x86: Drop superfluous caching of KVM_ASYNC_PF_SEND_ALWAYSSean Christopherson