summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2025-11-13KVM: TDX: Use struct_size to simplify tdx_get_capabilities()Sean Christopherson
2025-11-13KVM: TDX: Check size of user's kvm_tdx_capabilities array before allocatingThorsten Blum
2025-11-13KVM: TDX: Fix sparse warnings from using 0 for NULLDave Hansen
2025-11-13KVM: TDX: Remove __user annotation from kernel pointerDave Hansen
2025-11-13KVM: TDX: Take MMU lock around tdh_vp_init()Rick Edgecombe
2025-11-13Merge tag 'v6.18-rc5' into objtool/core, to pick up fixesIngo Molnar
2025-11-12x86: Restrict KVM-induced symbol exports to KVM modules where obvious/possibleSean Christopherson
2025-11-12x86/mm: Drop unnecessary export of "ptdump_walk_pgd_level_debugfs"Sean Christopherson
2025-11-12x86/mtrr: Drop unnecessary export of "mtrr_state"Sean Christopherson
2025-11-12x86/bugs: Drop unnecessary export of "x86_spec_ctrl_base"Sean Christopherson
2025-11-12perf/x86/intel: Fix and clean up intel_pmu_drain_arch_pebs() type useIngo Molnar
2025-11-11lib/crypto: x86/polyval: Migrate optimized code into libraryEric Biggers
2025-11-11x86/coco/sev: Convert has_cpuflag() to use cpu_feature_enabled()Borislav Petkov (AMD)
2025-11-11KVM: VMX: Make loaded_vmcs_clear() static in vmx.cSean Christopherson
2025-11-11Merge branch 'kbuild-6.19.fms.extension'Christian Brauner
2025-11-10Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2025-11-10x86/percpu: Use BIT_WORD() and BIT_MASK() macrosUros Bizjak
2025-11-10Merge patch "kbuild: Add '-fms-extensions' to areas with dedicated CFLAGS"Christian Brauner
2025-11-09x86/math-emu: Fix div_Xsig() prototypeArnd Bergmann
2025-11-09KVM: nSVM: Fix and simplify LBR virtualization handling with nestedYosry Ahmed
2025-11-09KVM: nSVM: Always recalculate LBR MSR intercepts in svm_update_lbrv()Yosry Ahmed
2025-11-09KVM: SVM: Mark VMCB_LBR dirty when MSR_IA32_DEBUGCTLMSR is updatedYosry Ahmed
2025-11-09Merge tag 'kvm-x86-fixes-6.18-rc5' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-11-08Merge tag 'x86-urgent-2025-11-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-11-07KVM: x86: Don't disable IRQs when unregistering user-return notifierHou Wenlong
2025-11-07KVM: x86: Leave user-return notifier registered on reboot/shutdownSean Christopherson
2025-11-07KVM: x86: WARN if user-return MSR notifier is registered on exitSean Christopherson
2025-11-07KVM: TDX: Explicitly set user-return MSRs that *may* be clobbered by the TDX-...Sean Christopherson
2025-11-07KVM: x86: Don't clear async #PF queue when CR0.PG is disabled (e.g. on #SMI)Maxim Levitsky
2025-11-07KVM: x86: Fix a semi theoretical bug in kvm_arch_async_page_present_queued()Maxim Levitsky
2025-11-07ACPI: CPPC: Detect preferred core availability on online CPUsGautham R. Shenoy
2025-11-07x86/apic: Fix frequency in apic=verbose log outputJulian Stecklina
2025-11-07perf/x86/intel: Optimize PEBS extended configPeter Zijlstra
2025-11-07perf/x86/intel: Check PEBS dyn_constraintsPeter Zijlstra
2025-11-07perf/x86/intel: Add a check for dynamic constraintsKan Liang
2025-11-07perf/x86/intel: Add counter group support for arch-PEBSDapeng Mi
2025-11-07perf/x86/intel: Setup PEBS data configuration and enable legacy groupsDapeng Mi
2025-11-07perf/x86/intel: Update dyn_constraint base on PEBS event precise levelDapeng Mi
2025-11-07perf/x86/intel: Allocate arch-PEBS buffer and initialize PEBS_BASE MSRDapeng Mi
2025-11-07perf/x86/intel: Process arch-PEBS records or record fragmentsDapeng Mi
2025-11-07perf/x86/intel/ds: Factor out PEBS group processing code to functionsDapeng Mi
2025-11-07perf/x86/intel/ds: Factor out PEBS record processing code to functionsDapeng Mi
2025-11-07perf/x86/intel: Initialize architectural PEBSDapeng Mi
2025-11-07perf/x86/intel: Correct large PEBS flag checkDapeng Mi
2025-11-07perf/x86/intel: Replace x86_pmu.drain_pebs calling with static callDapeng Mi
2025-11-07perf/x86: Fix NULL event access and potential PEBS record lossDapeng Mi
2025-11-07perf/x86: Remove redundant is_x86_event() prototypeDapeng Mi
2025-11-07x86/microcode/AMD: Add more known models to entry sign checkingMario Limonciello (AMD)
2025-11-06KVM: SVM: Ensure SPEC_CTRL[63:32] is context switched between guest and hostUros Bizjak
2025-11-06KVM: VMX: Ensure guest's SPEC_CTRL[63:32] is loaded on VM-EnterUros Bizjak