summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
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
2025-08-19KVM: x86: Advertise support for the immediate form of MSR instructionsXin Li
2025-08-19KVM: VMX: Support the immediate form of WRMSRNS in the VM-Exit fastpathXin Li
2025-08-19KVM: x86: Add support for RDMSR/WRMSRNS w/ immediate on IntelXin Li
2025-08-19KVM: x86: Rename handle_fastpath_set_msr_irqoff() to handle_fastpath_wrmsr()Xin Li
2025-08-19KVM: x86: Rename local "ecx" variables to "msr" and "pmc" as appropriateSean Christopherson
2025-08-19x86/cpufeatures: Add a CPU feature bit for MSR immediate form instructionsXin Li
2025-08-19KVM: x86: Add a fastpath handler for INVDSean Christopherson
2025-08-19KVM: x86: Push acquisition of SRCU in fastpath into kvm_pmu_trigger_event()Sean Christopherson
2025-08-19KVM: x86/pmu: Rename check_pmu_event_filter() to pmc_is_event_allowed()Sean Christopherson
2025-08-19KVM: x86/pmu: Drop redundant check on PMC being locally enabled for emulationSean Christopherson
2025-08-19KVM: x86/pmu: Drop redundant check on PMC being globally enabled for emulationSean Christopherson
2025-08-19KVM: x86/pmu: Open code pmc_event_is_allowed() in its callersSean Christopherson
2025-08-19KVM: x86/pmu: Rename pmc_speculative_in_use() to pmc_is_locally_enabled()Sean Christopherson
2025-08-19KVM: x86/pmu: Calculate set of to-be-emulated PMCs at time of WRMSRsSean Christopherson
2025-08-19KVM: x86/pmu: Add wrappers for counting emulated instructions/branchesSean Christopherson
2025-08-19KVM: x86/pmu: Move kvm_init_pmu_capability() to pmu.cSean Christopherson
2025-08-19KVM: x86: Fold WRMSR fastpath helpers into the main handlerSean Christopherson