summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2025-08-27KVM: Rename kvm_slot_can_be_private() to kvm_slot_has_gmem()Fuad Tabba2-4/+4
2025-08-27KVM: Rename CONFIG_KVM_GENERIC_PRIVATE_MEM to CONFIG_HAVE_KVM_ARCH_GMEM_POPULATEFuad Tabba1-4/+10
2025-08-27KVM: x86: Select TDX's KVM_GENERIC_xxx dependencies iff CONFIG_KVM_INTEL_TDX=ySean Christopherson1-2/+2
2025-08-27KVM: x86: Select KVM_GENERIC_PRIVATE_MEM directly from KVM_SW_PROTECTED_VMSean Christopherson1-1/+1
2025-08-27KVM: x86: Have all vendor neutral sub-configs depend on KVM_X86, not just KVMSean Christopherson1-8/+8
2025-08-27KVM: Rename CONFIG_KVM_PRIVATE_MEM to CONFIG_KVM_GUEST_MEMFDFuad Tabba1-1/+1
2025-08-27Merge tag 'kvm-x86-fixes-6.17-rc7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-9/+10
2025-08-27x86/microcode/AMD: Handle the case of no BIOS microcodeBorislav Petkov (AMD)1-2/+20
2025-08-27Merge tag 'kvm-x86-fixes-6.17-rc7' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini3-9/+10
2025-08-26x86/vdso: Fix output operand size of RDPIDUros Bizjak1-4/+4
2025-08-25floppy: Replace custom SZ_64K constantAndy Shevchenko1-1/+2
2025-08-25floppy: Remove unused CROSS_64KB() macro from arch/ codeAndy Shevchenko1-4/+1
2025-08-25x86/sgx: Use ENCLS mnemonic in <kernel/cpu/sgx/encls.h>Uros Bizjak1-3/+3
2025-08-25x86/cpu/intel: Fix the constant_tsc model check for Pentium 4Suchit Karunakaran1-1/+1
2025-08-25x86/apic: Make the ISR clearing saneThomas Gleixner1-40/+37
2025-08-24Merge tag 'x86_urgent_for_v6.17_rc3' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-5/+10
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