summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2025-02-26x86/boot: Add missing has_cpuflag() prototypeZhou Ding
2025-02-26x86/fpu: Avoid copying dynamic FP state from init_task in arch_dup_task_struct()Benjamin Berg
2025-02-26x86/bugs: KVM: Add support for SRSO_MSR_FIXBorislav Petkov
2025-02-26x86/ibt: Optimize the fineibt-bhi arity 1 casePeter Zijlstra
2025-02-26x86/ibt: Implement FineIBT-BHI mitigationPeter Zijlstra
2025-02-26x86/bhi: Add BHI stubsPeter Zijlstra
2025-02-26Merge tag 'v6.14-rc4' into x86/fpu, to pick up fixes and refresh the branchIngo Molnar
2025-02-26x86/ibt: Add paranoid FineIBT modePeter Zijlstra
2025-02-26x86/traps: Decode LOCK Jcc.d8 as #UDPeter Zijlstra
2025-02-26x86/ibt: Optimize the FineIBT instruction sequencePeter Zijlstra
2025-02-26x86/traps: Allow custom fixups in handle_bug()Peter Zijlstra
2025-02-26x86/traps: Decode 0xEA instructions as #UDPeter Zijlstra
2025-02-26x86/mce/inject: Remove call to mce_notify_irq()Nikolay Borisov
2025-02-26x86/alternatives: Clean up preprocessor conditional block commentsIngo Molnar
2025-02-26x86/ibt: Add exact_endbr() helperPeter Zijlstra
2025-02-26x86/cfi: Add 'cfi=warn' boot optionPeter Zijlstra
2025-02-26KVM: nVMX: Process events on nested VM-Exit if injectable IRQ or NMI is pendingSean Christopherson
2025-02-26KVM: x86: Free vCPUs before freeing VM stateSean Christopherson
2025-02-25KVM: SVM: Add Idle HLT intercept supportManali Shukla
2025-02-25x86/cpufeatures: Add CPUID feature bit for Idle HLT interceptManali Shukla
2025-02-25KVM: SVM: Provide helpers to set the error codeMelody Wang
2025-02-25KVM: SVM: Convert plain error code numbers to definesMelody Wang
2025-02-25x86/entry: Fix kernel-doc warningDaniel Sneddon
2025-02-25perf/x86/rapl: Add support for Intel Arrow Lake UAaron Ma
2025-02-25x86/irq: Define trace events conditionallyArnd Bergmann
2025-02-25x86/CPU: Fix warm boot hang regression on AMD SC1100 SoC systemsRussell Senior
2025-02-25x86/of: Don't use DTB for SMP setup if ACPI is enabledDmytro Maluka
2025-02-25x86/build: Fix broken copy command in genimage.sh when making isoimageNir Lichtman
2025-02-25x86/percpu: Construct __percpu_seg_override from __percpu_segUros Bizjak
2025-02-25x86/mtrr: Remove unnecessary strlen() in mtrr_write()Thorsten Blum
2025-02-25perf/x86/intel: Use better start period for frequency modeKan Liang
2025-02-25KVM: VMX: Pass XFD_ERR as pseudo-payload when injecting #NMSean Christopherson
2025-02-25KVM: VMX: Don't modify guest XFD_ERR if CR0.TS=1Sean Christopherson
2025-02-25KVM: x86: Use a dedicated flow for queueing re-injected exceptionsSean Christopherson
2025-02-25KVM: x86: Rename and invert async #PF's send_user_only flag to send_alwaysSean Christopherson
2025-02-25KVM: x86: Don't inject PV async #PF if SEND_ALWAYS=0 and guest state is prote...Sean Christopherson
2025-02-25KVM: x86: Update Xen TSC leaves during CPUID emulationFred Griffoul
2025-02-25perf/x86: Fix low freqency setting issueKan Liang
2025-02-25x86/nmi: Add an emergency handler in nmi_desc & use it in nmi_shootdown_cpus()Waiman Long
2025-02-24x86/percpu: Unify __pcpu_op{1,2}_N() macros to __pcpu_op_N()Uros Bizjak
2025-02-24KVM: nVMX: Synthesize nested VM-Exit for supported emulation interceptsSean Christopherson
2025-02-24KVM: nVMX: Allow the caller to provide instruction length on nested VM-ExitSean Christopherson
2025-02-24KVM: x86: Add a #define for the architectural max instruction lengthSean Christopherson
2025-02-24KVM: x86: Plumb the emulator's starting RIP into nested intercept checksSean Christopherson
2025-02-24KVM: x86: Plumb the src/dst operand types through to .check_intercept()Sean Christopherson
2025-02-24KVM: nVMX: Consolidate missing X86EMUL_INTERCEPTED logic in L2 emulationSean Christopherson
2025-02-24KVM: nVMX: Emulate HLT in L2 if it's not interceptedSean Christopherson
2025-02-24KVM: nVMX: Allow emulating RDPID on behalf of L2Sean Christopherson
2025-02-24KVM: nSVM: Pass next RIP, not current RIP, for nested VM-Exit on emulationSean Christopherson
2025-02-24KVM: nVMX: Check PAUSE_EXITING, not BUS_LOCK_DETECTION, on PAUSE emulationSean Christopherson