summaryrefslogtreecommitdiff
path: root/arch/x86/include
AgeCommit message (Expand)AuthorFilesLines
2025-01-07x86/sev: Relocate SNP guest messaging routines to common codeNikunj A Dadhania1-7/+7
2025-01-07x86/sev: Carve out and export SNP guest messaging init routinesNikunj A Dadhania1-4/+9
2025-01-03x86/mce/amd: Remove shared threshold bank plumbingYazen Ghannam1-31/+0
2024-12-31x86/mce: Remove the redundant mce_hygon_feature_init()Qiuxu Zhuo1-2/+0
2024-12-30x86/mce: Make several functions return boolQiuxu Zhuo1-2/+2
2024-12-30x86/cpufeatures: Remove "AMD" from the comments to the AMD-specific leafBorislav Petkov (AMD)1-6/+6
2024-12-30x86/bugs: Add SRSO_USER_KERNEL_NO supportBorislav Petkov (AMD)1-0/+1
2024-12-26ftrace: Add ftrace_get_symaddr to convert fentry_ip to symaddrMasami Hiramatsu (Google)1-0/+21
2024-12-26fprobe: Add fprobe_header encoding featureMasami Hiramatsu (Google)1-0/+1
2024-12-26fprobe: Rewrite fprobe on function-graph tracerMasami Hiramatsu (Google)1-0/+6
2024-12-26tracing: Add ftrace_fill_perf_regs() for perf eventMasami Hiramatsu (Google)1-0/+7
2024-12-26fgraph: Replace fgraph_ret_regs with ftrace_regsMasami Hiramatsu (Google)1-20/+0
2024-12-23KVM: x86/tdp_mmu: Propagate tearing down mirror page tablesIsaku Yamahata2-0/+10
2024-12-23KVM: x86/tdp_mmu: Propagate building mirror page tablesIsaku Yamahata2-0/+9
2024-12-23KVM: x86/tdp_mmu: Support mirror root for TDP MMUIsaku Yamahata1-0/+1
2024-12-23KVM: x86/mmu: Support GFN direct bitsIsaku Yamahata1-0/+2
2024-12-23KVM: x86/mmu: Add an is_mirror member for union kvm_mmu_page_roleIsaku Yamahata1-3/+5
2024-12-23KVM: x86/mmu: Add an external pointer to struct kvm_mmu_pageIsaku Yamahata1-0/+5
2024-12-23KVM: x86: Add a VM type define for TDXRick Edgecombe1-0/+1
2024-12-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+1
2024-12-22KVM: x86: Move "emulate hypercall" function declarations to x86.hSean Christopherson1-6/+0
2024-12-22Merge tag 'kvm-x86-fixes-6.13-rcN' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+1
2024-12-22Merge tag 'kvm-x86-fixes-6.13-rcN' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini1-0/+1
2024-12-20perf/x86/intel: Support RDPMC metrics clear modeKan Liang1-0/+4
2024-12-20Merge branch 'linus' into x86/mm, to pick up fixesIngo Molnar44-207/+384
2024-12-19KVM: SVM: Disable AVIC on SNP-enabled system without HvInUseWrAllowed featureSuravee Suthikulpanit1-0/+1
2024-12-19KVM: x86: Remove hwapic_irr_update() from kvm_x86_opsChao Gao2-2/+0
2024-12-18KVM: x86: Add interrupt injection information to the kvm_entry tracepointMaxim Levitsky2-2/+6
2024-12-18KVM: VMX: Handle event vectoring error in check_emulate_instruction()Ivan Orlov1-2/+7
2024-12-18KVM: x86: Add function for vectoring error generationIvan Orlov1-0/+2
2024-12-18KVM: x86: Replace guts of "governed" features with comprehensive cpu_capsSean Christopherson1-16/+30
2024-12-18KVM: x86: Remove unnecessary caching of KVM's PV CPUID baseSean Christopherson1-1/+0
2024-12-18x86/cpu: Make all all CPUID leaf names consistentDave Hansen1-6/+6
2024-12-18x86/fpu: Move CPUID leaf definitions to common codeDave Hansen2-4/+2
2024-12-18x86/tsc: Remove CPUID "frequency" leaf magic numbers.Dave Hansen1-0/+1
2024-12-18x86/cpu: Move TSC CPUID leaf definitionDave Hansen1-0/+1
2024-12-18x86/cpu: Refresh DCA leaf reading codeDave Hansen1-1/+2
2024-12-18x86/cpu: Move MWAIT leaf definition to common headerDave Hansen2-1/+2
2024-12-18x86/cpu: Remove 'x86_cpu_desc' infrastructureDave Hansen1-35/+0
2024-12-17x86/cpu: Expose only stepping min/max interfaceDave Hansen1-7/+8
2024-12-17x86/cpu: Introduce new microcode matching helperDave Hansen1-0/+1
2024-12-17x86/xen: remove hypercall pageJuergen Gross1-2/+0
2024-12-17x86/xen: use new hypercall functions instead of hypercall pageJuergen Gross1-13/+20
2024-12-17x86/xen: add central hypercall functionsJuergen Gross1-0/+3
2024-12-16KVM: x86: Plumb in the vCPU to kvm_x86_ops.hwapic_isr_update()Sean Christopherson1-1/+1
2024-12-14x86/sev: Add full support for a segmented RMP tableTom Lendacky2-3/+6
2024-12-14x86/sev: Add support for the RMPREAD instructionTom Lendacky1-0/+1
2024-12-13x86/static-call: provide a way to do very early static-call updatesJuergen Gross2-3/+18
2024-12-13x86: make get_cpu_vendor() accessible from Xen codeJuergen Gross1-0/+2
2024-12-10x86/cpufeature: Document cpu_feature_enabled() as the default to useBorislav Petkov (AMD)1-12/+6