summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2025-08-26x86/vdso: Fix output operand size of RDPIDUros Bizjak
2025-08-25floppy: Replace custom SZ_64K constantAndy Shevchenko
2025-08-25floppy: Remove unused CROSS_64KB() macro from arch/ codeAndy Shevchenko
2025-08-25x86/sgx: Use ENCLS mnemonic in <kernel/cpu/sgx/encls.h>Uros Bizjak
2025-08-25x86/cpu/intel: Fix the constant_tsc model check for Pentium 4Suchit Karunakaran
2025-08-25x86/apic: Make the ISR clearing saneThomas Gleixner
2025-08-24Merge tag 'x86_urgent_for_v6.17_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2025-08-22x86/mtrr: Remove license boilerplate text with bad FSF addressThomas Huth
2025-08-22x86/asm: Use RDPKRU and WRPKRU mnemonics in <asm/special_insns.h>Uros Bizjak
2025-08-22x86/mm: Change cpa_flush() to call flush_kernel_range() directlyYu-cheng Yu
2025-08-22x86/tdx: Skip clearing reclaimed pages unless X86_BUG_TDX_PW_MCE is presentAdrian Hunter
2025-08-22x86/tdx: Tidy reset_pamt functionsAdrian Hunter
2025-08-22x86/tdx: Eliminate duplicate code in tdx_clear_page()Adrian Hunter
2025-08-22Merge tag 'for-linus-6.17-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2025-08-22x86/idle: Use MONITORX and MWAITX mnemonics in <asm/mwait.h>Uros Bizjak
2025-08-22x86/entry/fred: Push __KERNEL_CS directlyXin Li (Intel)
2025-08-21perf/x86: Print PMU counters bitmap in x86_pmu_show_pmu_cap()Dapeng Mi
2025-08-21perf/x86/intel: Add ICL_FIXED_0_ADAPTIVE bit into INTEL_FIXED_BITS_MASKDapeng Mi
2025-08-21perf/x86/intel: Change macro GLOBAL_CTRL_EN_PERF_METRICS to BIT_ULL(48)Dapeng Mi
2025-08-21perf/x86: Add PERF_CAP_PEBS_TIMING_INFO flagDapeng Mi
2025-08-21perf/x86/intel: Fix IA32_PMC_x_CFG_B MSRs access errorDapeng Mi
2025-08-21perf/x86/intel: Use early_initcall() to hook bts_init()Dapeng Mi
2025-08-21uprobes/x86: Add SLS mitigation to the trampolinesPeter Zijlstra
2025-08-21uprobes/x86: Make asm style consistentPeter Zijlstra
2025-08-21uprobes/x86: Fix uprobe syscall vs shadow stackPeter Zijlstra
2025-08-21uprobes/x86: Accept more NOP formsPeter Zijlstra
2025-08-21uprobes/x86: Optimize is_optimize()Peter Zijlstra
2025-08-21uprobes/x86: Add struct uretprobe_syscall_argsPeter Zijlstra
2025-08-21uprobes/x86: Add support to optimize uprobesJiri Olsa
2025-08-21uprobes/x86: Add uprobe syscall to speed up uprobeJiri Olsa
2025-08-21uprobes/x86: Add mapping for optimized uprobe trampolinesJiri Olsa
2025-08-21uprobes: Rename arch_uretprobe_trampoline functionJiri Olsa
2025-08-21KVM: SVM: Enable Secure TSC for SNP guestsNikunj A Dadhania
2025-08-21KVM: SEV: Fold sev_es_vcpu_reset() into sev_vcpu_create()Sean Christopherson
2025-08-21KVM: SEV: Set RESET GHCB MSR value during sev_es_init_vmcb()Sean Christopherson
2025-08-21KVM: SEV: Move init of SNP guest state into sev_init_vmcb()Sean Christopherson
2025-08-21KVM: SVM: Move SEV-ES VMSA allocation to a dedicated sev_vcpu_create() helperSean Christopherson
2025-08-21x86/cpufeatures: Add SNP Secure TSCNikunj A Dadhania
2025-08-21KVM: SEV: Enforce minimum GHCB version requirement for SEV-SNP guestsNikunj A Dadhania
2025-08-21KVM: SEV: Drop GHCB_VERSION_DEFAULT and open code itNikunj A Dadhania
2025-08-21x86/kconfig: Remove CONFIG_AS_AVX512Uros Bizjak
2025-08-21crypto: x86 - Remove CONFIG_AS_VPCLMULQDQUros Bizjak
2025-08-21crypto: X86 - Remove CONFIG_AS_VAESUros Bizjak
2025-08-20crypto: x86 - Remove CONFIG_AS_GFNIUros Bizjak
2025-08-20x86/kconfig: Drop unused and needless config X86_64_SMPLukas Bulwahn
2025-08-19KVM: x86: Zero XSTATE components on INIT by iterating over supported featuresChao Gao
2025-08-19KVM: x86: Manually clear MPX state only on INITSean Christopherson
2025-08-19KVM: x86: Add kvm_msr_{read,write}() helpersYang Weijiang
2025-08-19KVM: x86: Use double-underscore read/write MSR helpers as appropriateSean Christopherson
2025-08-19KVM: x86: Rename kvm_{g,s}et_msr()* to show that they emulate guest accessesYang Weijiang