summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2025-05-02x86/msr: Remove the unused rdpmc() methodXin Li (Intel)2-14/+0
2025-05-02x86/msr: Move rdtsc{,_ordered}() to <asm/tsc.h>Xin Li (Intel)2-54/+55
2025-05-02x86/msr: Add explicit includes of <asm/msr.h>Xin Li (Intel)9-0/+12
2025-05-02x86/msr: Move the EAX_EDX_*() methods from <asm/msr.h> to <asm/asm.h>Ingo Molnar2-19/+19
2025-05-02x86/msr: Rename DECLARE_ARGS() to EAX_EDX_DECLARE_ARGSIngo Molnar1-7/+7
2025-05-02x86/msr: Improve the comments of the DECLARE_ARGS()/EAX_EDX_VAL()/EAX_EDX_RET...Ingo Molnar1-11/+13
2025-05-02Merge tag 'v6.15-rc4' into x86/msr, to pick up fixes and resolve conflictsIngo Molnar5-21/+37
2025-04-29x86/bugs: Restructure L1TF mitigationDavid Kaplan1-0/+1
2025-04-26Merge tag 'x86-urgent-2025-04-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+11
2025-04-26platform/x86/amd/pmc: Use FCH_PM_BASE definitionMario Limonciello1-0/+1
2025-04-26i2c: piix4, x86/platform: Move the SB800 PIIX4 FCH definitions to <asm/amd/fc...Mario Limonciello1-0/+11
2025-04-25KVM: SEV: Configure "ALLOWED_SEV_FEATURES" VMCB FieldKim Phillips1-1/+6
2025-04-25x86/cpufeatures: Add "Allowed SEV Features" FeatureKishon Vijay Abraham I1-0/+1
2025-04-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+6
2025-04-25Merge branch 'perf/urgent'Peter Zijlstra1-0/+2
2025-04-24KVM: SVM: Fix SNP AP destroy race with VMRUNTom Lendacky1-1/+2
2025-04-24x86/irq: KVM: Add helper for harvesting PIR to deduplicate KVM and posted MSIsSean Christopherson1-0/+64
2025-04-24x86/irq: KVM: Track PIR bitmap as an "unsigned long" arraySean Christopherson1-7/+7
2025-04-24KVM: x86: Add module param to control and enumerate device posted IRQsSean Christopherson1-1/+2
2025-04-24KVM: x86: Rescan I/O APIC routes after EOI interception for old routingweizijie1-0/+1
2025-04-24KVM: x86: Advertise support for AMD's PREFETCHIBabu Moger1-0/+1
2025-04-24x86/msr: Rename the WRMSRNS opcode macro to ASM_WRMSRNS (for KVM)Sean Christopherson1-2/+2
2025-04-24x86/cpufeatures: Define X86_FEATURE_AMD_IBRS_SAME_MODEYosry Ahmed1-0/+1
2025-04-24Merge branch 'kvm-fixes-6.15-rc4' into HEADPaolo Bonzini3-12/+18
2025-04-24x86/sev: Share the sev_secrets_pa value againTom Lendacky1-0/+1
2025-04-24KVM: arm64, x86: make kvm_arch_has_irq_bypass() inlinePaolo Bonzini1-0/+6
2025-04-23x86/mm: Fix _pgd_alloc() for Xen PV modeJuergen Gross1-8/+11
2025-04-22x86/vdso: Remove #ifdeffery around page setup variantsThomas Weißschuh2-12/+0
2025-04-22x86/asm: Retire RIP_REL_REF()Ard Biesheuvel1-5/+0
2025-04-22x86/boot: Drop RIP_REL_REF() uses from early SEV codeArd Biesheuvel1-14/+4
2025-04-22Merge branch 'x86/urgent' into x86/boot, to merge dependent commit and upstre...Ingo Molnar4-13/+20
2025-04-22x86/cpu: Help users notice when running old Intel microcodeDave Hansen1-0/+2
2025-04-18x86/asm: Rename rep_nop() to native_pause()Uros Bizjak1-2/+2
2025-04-18x86/asm: Replace "REP; NOP" with PAUSE mnemonicUros Bizjak1-2/+2
2025-04-18x86/asm: Remove semicolon from "rep" prefixesUros Bizjak2-12/+9
2025-04-17x86/mm: Remove now unused SHARED_KERNEL_PMDDave Hansen3-6/+0
2025-04-17x86/mm: Always tell core mm to sync kernel mappingsDave Hansen1-1/+1
2025-04-17Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar3-13/+18
2025-04-16x86/bugs: Rename mmio_stale_data_clear to cpu_buf_vm_clearPawan Gupta1-1/+1
2025-04-16x86/fpu/apx: Enable APX state supportChang S. Bae1-1/+2
2025-04-16x86/fpu/apx: Define APX state componentChang S. Bae1-0/+9
2025-04-16x86/cpufeatures: Add X86_FEATURE_APXChang S. Bae1-0/+1
2025-04-16x86: Make simd.h more resilientHerbert Xu1-0/+6
2025-04-16Merge branch 'x86/cpu' into x86/fpu, to pick up dependent commitsIngo Molnar10-17/+201
2025-04-16x86/cpu: Add CPU model number for Bartlett Lake CPUs with Raptor Cove coresPi Xiange1-0/+2
2025-04-16Merge branch 'linus' into x86/cpu, to resolve conflictsIngo Molnar3-13/+18
2025-04-15x86/cpufeatures: Shorten X86_FEATURE_AMD_HETEROGENEOUS_CORESXin Li (Intel)1-1/+1
2025-04-15x86/cpufeatures: Shorten X86_FEATURE_CLEAR_BHB_LOOP_ON_VMEXITXin Li (Intel)2-2/+2
2025-04-15x86/cpufeatures: Clean up formattingBorislav Petkov (AMD)1-10/+10
2025-04-14x86/bugs: Remove X86_BUG_MMIO_UNKNOWNBorislav Petkov (AMD)1-1/+1