summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2025-09-22x86/topology: Implement topology_is_core_online() to address SMT regressionThomas Gleixner
2025-09-22x86/acpi/cstate: Remove open coded check for cpu_feature_enabled()Mario Limonciello (AMD)
2025-09-22KVM: x86: Don't treat ENTER and LEAVE as branches, because they aren'tSean Christopherson
2025-09-22x86/Kconfig: Reenable PTDUMP on i386Alexander Popov
2025-09-21x86: stop calling page_address() in free_pages()Vishal Moola (Oracle)
2025-09-21mm: constify arch_pick_mmap_layout() for improved const-correctnessMax Kellermann
2025-09-21x86/Kconfig: drop superfluous "select SPARSEMEM_VMEMMAP"David Hildenbrand
2025-09-21kasan: call kasan_init_generic in kasan_initSabyrzhan Tasbolatov
2025-09-20Merge tag 'x86-urgent-2025-09-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2025-09-19KVM: TDX: Fix uninitialized error code for __tdx_bringup()Tony Lindgren
2025-09-19x86/umip: Fix decoding of register forms of 0F 01 (SGDT and SIDT aliases)Sean Christopherson
2025-09-19x86/umip: Check that the instruction opcode is at least two bytesSean Christopherson
2025-09-18KVM: x86/pmu: Restrict GLOBAL_{CTRL,STATUS}, fixed PMCs, and PEBS to PMU v2+Sean Christopherson
2025-09-18KVM: x86/pmu: Move initialization of valid PMCs bitmask to common x86Sean Christopherson
2025-09-18KVM: x86/pmu: Use BIT_ULL() instead of open coded equivalentsDapeng Mi
2025-09-18KVM: VMX: Add helpers to toggle/change a bit in VMCS execution controlsDapeng Mi
2025-09-18KVM: x86: Use KVM_REQ_RECALC_INTERCEPTS to react to CPUID updatesSean Christopherson
2025-09-18KVM: x86: Rework KVM_REQ_MSR_FILTER_CHANGED into a generic RECALC_INTERCEPTSSean Christopherson
2025-09-18KVM: x86/pmu: Move PMU_CAP_{FW_WRITES,LBR_FMT} into msr-index.h headerDapeng Mi
2025-09-18KVM: x86: Rename vmx_vmentry/vmexit_ctrl() helpersDapeng Mi
2025-09-18KVM: x86/pmu: Snapshot host (i.e. perf's) reported PMU capabilitiesSean Christopherson
2025-09-18KVM: SVM: Check pmu->version, not enable_pmu, when getting PMC MSRsSean Christopherson
2025-09-18KVM: VMX: Setup canonical VMCS config prior to kvm_x86_vendor_init()Sean Christopherson
2025-09-17Merge tag 'kvm-x86-fixes-6.17-rcN' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2025-09-17Merge branch kvm-arm64/mmio-rcu into kvmarm-master/nextMarc Zyngier
2025-09-17x86/sev: Add new dump_rmp parameter to snp_leak_pages() APIAshish Kalra
2025-09-17x86/cpu/topology: Define AMD64_CPUID_EXT_FEAT MSRK Prateek Nayak
2025-09-17x86/cpu/topology: Check for X86_FEATURE_XTOPOLOGY instead of passing has_xtop...K Prateek Nayak
2025-09-17x86/cpu/cacheinfo: Simplify cacheinfo_amd_init_llc_id() using _cpuid4_infoK Prateek Nayak
2025-09-17x86/cpu: Rename and move CPU model entry for Diamond RapidsTony Luck
2025-09-17x86: Use generic TIF bitsThomas Gleixner
2025-09-16KVM: x86: hyper-v: Use guard() instead of mutex_lock() to simplify codeLiao Yuanhong
2025-09-16KVM: x86: Use guard() instead of mutex_lock() to simplify codeLiao Yuanhong
2025-09-16KVM: x86/pmu: Correct typo "_COUTNERS" to "_COUNTERS"Dapeng Mi
2025-09-16KVM: TDX: Reject fully in-kernel irqchip if EOIs are protected, i.e. for TDX VMsSagi Shahar
2025-09-16x86/bugs: Report correct retbleed mitigation statusDavid Kaplan
2025-09-16x86/bugs: Fix reporting of LFENCE retpolineDavid Kaplan
2025-09-16x86/bugs: Fix spectre_v2 forcingDavid Kaplan
2025-09-16Merge branch 'x86/urgent' into x86/apic, to resolve conflictIngo Molnar
2025-09-15x86/bugs: Remove uses of cpu_mitigations_off()David Kaplan
2025-09-15KVM: SEV: Add SEV-SNP CipherTextHiding supportAshish Kalra
2025-09-15KVM: SEV: Introduce new min,max sev_es and sev_snp asid variablesAshish Kalra
2025-09-15x86/sev: Guard sev_evict_cache() with CONFIG_AMD_MEM_ENCRYPTTom Lendacky
2025-09-15x86/bugs: Simplify SSB cmdline parsingDavid Kaplan
2025-09-15x86/bugs: Use early_param() for spectre_v2David Kaplan
2025-09-15x86/bugs: Use early_param() for spectre_v2_userDavid Kaplan
2025-09-15x86/cpu: Detect FreeBSD Bhyve hypervisorDavid Woodhouse
2025-09-15uprobes/x86: Return error from uprobe syscall when not called from trampolineJiri Olsa
2025-09-15x86/resctrl: Configure mbm_event mode if supportedBabu Moger
2025-09-15x86/resctrl: Implement resctrl_arch_reset_cntr() and resctrl_arch_cntr_read()Babu Moger