summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
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
2025-11-06KVM: VMX: Fix check for valid GVA on an EPT violationSukrit Bhatnagar
2025-11-06um: Always set up AT_HWCAP and AT_PLATFORMThomas Weißschuh
2025-11-06x86/um: Remove FIXADDR_USER_START and FIXADDR_USE_ENDThomas Weißschuh
2025-11-06x86/um: Drop gate area handlingThomas Weißschuh
2025-11-06x86/um: Do not inherit vDSO from hostThomas Weißschuh
2025-11-06x86/um: Move ELF_PLATFORM fallback to x86-specific codeThomas Weißschuh
2025-11-05bpf, x86: add support for indirect jumpsAnton Protopopov
2025-11-05bpf, x86: allow indirect jumps to r8...r15Anton Protopopov
2025-11-05bpf, x86: add new map type: instructions arrayAnton Protopopov
2025-11-05x86/fgraph,bpf: Fix stack ORC unwind from kprobe_multi return probeJiri Olsa
2025-11-05Revert "perf/x86: Always store regs->ip in perf_callchain_kernel()"Jiri Olsa
2025-11-05x86/mce/amd: Define threshold restart function for banksYazen Ghannam
2025-11-05x86/mce/amd: Remove redundant reset_block()Yazen Ghannam
2025-11-05KVM: nSVM: Avoid incorrect injection of SVM_EXIT_CR0_SEL_WRITEYosry Ahmed