summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
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
2025-02-24KVM: x86/xen: Move kvm_xen_hvm_config field into kvm_xenSean Christopherson
2025-02-24KVM: x86/xen: Bury xen_hvm_config behind CONFIG_KVM_XEN=ySean Christopherson
2025-02-24KVM: x86/xen: Consult kvm_xen_enabled when checking for Xen MSR writesSean Christopherson
2025-02-24KVM: x86/xen: Add an #ifdef'd helper to detect writes to Xen MSRSean Christopherson
2025-02-24KVM: x86/xen: Restrict hypercall MSR to unofficial synthetic rangeSean Christopherson
2025-02-23x86/ioperm: Use atomic64_inc_return() in ksys_ioperm()Uros Bizjak
2025-02-23x86/usercopy: Fix kernel-doc func param name in clean_cache_range()'s descrip...Randy Dunlap
2025-02-22Merge tag 'x86-urgent-2025-02-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-02-22perf/x86/intel/bts: Allocate bts_ctx only if necessaryLi RongQing
2025-02-22x86/cpu: Update Intel Family commentsPeter Zijlstra
2025-02-22x86/kexec: Export e820_table_kexec[] to sysfsDave Young
2025-02-22x86/boot: Change some static bootflag functions to boolUros Bizjak
2025-02-22x86/kaslr: Reduce KASLR entropy on most x86 systemsBalbir Singh
2025-02-22x86/microcode/AMD: Load only SHA256-checksummed patchesBorislav Petkov (AMD)
2025-02-22crypto: x86/ghash - Use proper helpers to clone requestHerbert Xu
2025-02-22crypto: lib/Kconfig - Fix lib built-in failure when arch is modularHerbert Xu
2025-02-22crypto: x86/aes-xts - change license to Apache-2.0 OR BSD-2-ClauseEric Biggers
2025-02-22crypto: x86/aes-ctr - rewrite AESNI+AVX optimized CTR and add VAES supportEric Biggers
2025-02-22hyperv: Change hv_root_partition into a functionNuno Das Neves
2025-02-21x86/arch_prctl/64: Clean up ARCH_MAP_VDSO_32Brian Gerst