aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86 (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-08-22x86/mtrr: Remove license boilerplate text with bad FSF addressThomas Huth3-42/+3
2025-08-22x86/asm: Use RDPKRU and WRPKRU mnemonics in <asm/special_insns.h>Uros Bizjak1-5/+2
2025-08-22x86/mm: Change cpa_flush() to call flush_kernel_range() directlyYu-cheng Yu1-13/+7
2025-08-22x86/tdx: Skip clearing reclaimed pages unless X86_BUG_TDX_PW_MCE is presentAdrian Hunter1-3/+7
2025-08-22x86/tdx: Tidy reset_pamt functionsAdrian Hunter1-12/+4
2025-08-22x86/tdx: Eliminate duplicate code in tdx_clear_page()Adrian Hunter3-24/+13
2025-08-22Merge tag 'for-linus-6.17-rc3-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+3
2025-08-22x86/idle: Use MONITORX and MWAITX mnemonics in <asm/mwait.h>Uros Bizjak1-6/+2
2025-08-22x86/entry/fred: Push __KERNEL_CS directlyXin Li (Intel)1-2/+1
2025-08-21perf/x86: Print PMU counters bitmap in x86_pmu_show_pmu_cap()Dapeng Mi1-7/+9
2025-08-21perf/x86/intel: Add ICL_FIXED_0_ADAPTIVE bit into INTEL_FIXED_BITS_MASKDapeng Mi3-9/+9
2025-08-21perf/x86/intel: Change macro GLOBAL_CTRL_EN_PERF_METRICS to BIT_ULL(48)Dapeng Mi2-5/+5
2025-08-21perf/x86: Add PERF_CAP_PEBS_TIMING_INFO flagDapeng Mi1-6/+8
2025-08-21perf/x86/intel: Fix IA32_PMC_x_CFG_B MSRs access errorDapeng Mi1-1/+2
2025-08-21perf/x86/intel: Use early_initcall() to hook bts_init()Dapeng Mi1-1/+1
2025-08-21uprobes/x86: Add SLS mitigation to the trampolinesPeter Zijlstra1-0/+2
2025-08-21uprobes/x86: Make asm style consistentPeter Zijlstra1-8/+8
2025-08-21uprobes/x86: Fix uprobe syscall vs shadow stackPeter Zijlstra3-9/+52
2025-08-21uprobes/x86: Accept more NOP formsPeter Zijlstra1-5/+32
2025-08-21uprobes/x86: Optimize is_optimize()Peter Zijlstra1-21/+13
2025-08-21uprobes/x86: Add struct uretprobe_syscall_argsPeter Zijlstra1-13/+20
2025-08-21uprobes/x86: Add support to optimize uprobesJiri Olsa2-1/+289
2025-08-21uprobes/x86: Add uprobe syscall to speed up uprobeJiri Olsa2-0/+140
2025-08-21uprobes/x86: Add mapping for optimized uprobe trampolinesJiri Olsa1-0/+144
2025-08-21uprobes: Rename arch_uretprobe_trampoline functionJiri Olsa1-1/+1
2025-08-21KVM: SVM: Enable Secure TSC for SNP guestsNikunj A Dadhania2-0/+29
2025-08-21KVM: SEV: Fold sev_es_vcpu_reset() into sev_vcpu_create()Sean Christopherson3-9/+2
2025-08-21KVM: SEV: Set RESET GHCB MSR value during sev_es_init_vmcb()Sean Christopherson1-13/+11
2025-08-21KVM: SEV: Move init of SNP guest state into sev_init_vmcb()Sean Christopherson3-16/+13
2025-08-21KVM: SVM: Move SEV-ES VMSA allocation to a dedicated sev_vcpu_create() helperSean Christopherson3-18/+29
2025-08-21x86/cpufeatures: Add SNP Secure TSCNikunj A Dadhania1-0/+1
2025-08-21KVM: SEV: Enforce minimum GHCB version requirement for SEV-SNP guestsNikunj A Dadhania1-2/+6
2025-08-21KVM: SEV: Drop GHCB_VERSION_DEFAULT and open code itNikunj A Dadhania1-9/+8
2025-08-21x86/kconfig: Remove CONFIG_AS_AVX512Uros Bizjak1-5/+0
2025-08-21crypto: x86 - Remove CONFIG_AS_VPCLMULQDQUros Bizjak5-32/+5
2025-08-21crypto: X86 - Remove CONFIG_AS_VAESUros Bizjak5-17/+12
2025-08-20crypto: x86 - Remove CONFIG_AS_GFNIUros Bizjak6-31/+4
2025-08-20x86/kconfig: Drop unused and needless config X86_64_SMPLukas Bulwahn1-4/+0
2025-08-19KVM: x86: Zero XSTATE components on INIT by iterating over supported featuresChao Gao1-3/+9
2025-08-19KVM: x86: Manually clear MPX state only on INITSean Christopherson1-16/+30
2025-08-19KVM: x86: Add kvm_msr_{read,write}() helpersYang Weijiang3-5/+16
2025-08-19KVM: x86: Use double-underscore read/write MSR helpers as appropriateSean Christopherson1-13/+16
2025-08-19KVM: x86: Rename kvm_{g,s}et_msr()* to show that they emulate guest accessesYang Weijiang4-26/+27
2025-08-19KVM: x86: Advertise support for the immediate form of MSR instructionsXin Li4-2/+16
2025-08-19KVM: VMX: Support the immediate form of WRMSRNS in the VM-Exit fastpathXin Li3-4/+17
2025-08-19KVM: x86: Add support for RDMSR/WRMSRNS w/ immediate on IntelXin Li6-13/+90
2025-08-19KVM: x86: Rename handle_fastpath_set_msr_irqoff() to handle_fastpath_wrmsr()Xin Li4-5/+5
2025-08-19KVM: x86: Rename local "ecx" variables to "msr" and "pmc" as appropriateSean Christopherson1-12/+12
2025-08-19x86/cpufeatures: Add a CPU feature bit for MSR immediate form instructionsXin Li2-0/+2
2025-08-19KVM: x86: Add a fastpath handler for INVDSean Christopherson4-0/+14