summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2026-03-12KVM: x86/mmu: KVM: x86/mmu: Skip unsync when large pages are allowedLai Jiangshan1-0/+9
2026-03-12KVM: X86: Fix array_index_nospec protection in __pv_send_ipiAnel Orazgaliyeva1-5/+5
2026-03-12KVM: x86: Add LAPIC guard in kvm_apic_write_nodecode()xuanqingshi1-0/+3
2026-03-12KVM: VMX: Remove unnecessary parenthesesXin Li1-1/+1
2026-03-12KVM: x86: Use kvm_cpu_cap_has() for EFER bits enablement checksYosry Ahmed1-3/+3
2026-03-12KVM: x86: Move some EFER bits enablement to common codeYosry Ahmed3-11/+14
2026-03-12kbuild: Consolidate C dialect optionsNathan Chancellor2-10/+2
2026-03-12x86/tsc: Handle CLOCK_SOURCE_VALID_FOR_HRES correctlyThomas Gleixner1-1/+9
2026-03-12perf/x86/intel: Only check GP counters for PEBS constraints validationDapeng Mi1-8/+14
2026-03-12perf/x86/intel: Fix OMR snoop information parsing issuesDapeng Mi1-4/+7
2026-03-12perf/x86/intel: Add missing branch counters constraint applyDapeng Mi1-10/+21
2026-03-12x86/perf: Make sure to program the counter value for stopped events on migrationPeter Zijlstra1-1/+3
2026-03-12perf/x86: Move event pointer setup earlier in x86_pmu_enable()Breno Leitao1-1/+2
2026-03-12x86/hyperv: Use any general-purpose register when saving %cr2 and %cr8Uros Bizjak1-2/+2
2026-03-12x86/hyperv: Use current_stack_pointer to avoid asm() in hv_hvcrash_ctxt_save()Uros Bizjak1-1/+1
2026-03-12x86/hyperv: Save segment registers directly to memory in hv_hvcrash_ctxt_save()Uros Bizjak1-6/+6
2026-03-11KVM: x86: clarify leave_smm() return valuePaolo Bonzini2-5/+5
2026-03-11KVM: SVM: check validity of VMCB controls when returning from SMMPaolo Bonzini3-2/+15
2026-03-11KVM: VMX: check validity of VMCS controls when returning from SMMPaolo Bonzini3-12/+32
2026-03-11KVM: SVM: Set/clear CR8 write interception when AVIC is (de)activatedSean Christopherson2-5/+9
2026-03-11KVM: SVM: Initialize AVIC VMCB fields if AVIC is enabled with in-kernel APICSean Christopherson2-2/+2
2026-03-11KVM: x86: Introduce KVM_X86_QUIRK_VMCS12_ALLOW_FREEZE_IN_SMMJim Mattson3-5/+21
2026-03-11KVM: x86: Fix SRCU list traversal in kvm_fire_mask_notifiers()Li RongQing1-1/+2
2026-03-11KVM: VMX: Fix a wrong MSR update in add_atomic_switch_msr()Namhyung Kim1-1/+1
2026-03-11KVM: x86: hyper-v: Validate all GVAs during PV TLB flushManuel Andreas1-4/+5
2026-03-11KVM: x86: synthesize CPUID bits only if CPU capability is setCarlos López1-1/+4
2026-03-11Merge tag 'kvm-x86-generic-7.0-rc3' of https://github.com/kvm-x86/linux into ...Paolo Bonzini1-2/+2
2026-03-11x86/hyperv: Use __naked attribute to fix stackless C functionArd Biesheuvel1-39/+43
2026-03-11x86/mce, EDAC/mce_amd: Add new SMCA bank typesYazen Ghannam2-0/+32
2026-03-11x86/mce, EDAC/mce_amd: Update CS bank type namingYazen Ghannam2-2/+2
2026-03-11x86/mce, EDAC/mce_amd: Reorder SMCA bank type enumsYazen Ghannam2-90/+76
2026-03-11x86/vdso: Use 32-bit CHECKFLAGS for compat vDSOThomas Weißschuh1-0/+4
2026-03-10x86/64/defconfig: Add CONFIG_IRQ_REMAPShashank Balaji1-0/+1
2026-03-10x86/apic: Disable x2apic on resume if the kernel expects soShashank Balaji1-0/+6
2026-03-09x86/virt/sev: Keep the RMP table bookkeeping area mappedTom Lendacky1-23/+17
2026-03-09x86/virt/sev: Drop WBINVD before setting MSR_AMD64_SYSCFG_SNP_ENTycho Andersen (AMD)1-3/+0
2026-03-09x86/virt/sev: Drop support for SNP hotplugTycho Andersen (AMD)1-27/+5
2026-03-08Merge tag 'efi-fixes-for-v7.0-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-5/+54
2026-03-08x86/local: Remove trailing semicolon from _ASM_XADD in local_add_return()Uros Bizjak1-1/+1
2026-03-07Merge tag 'x86-urgent-2026-03-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds14-92/+225
2026-03-07Merge tag 'for-linus-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-37/+11
2026-03-07x86/asm: Use inout "+" asm onstraint modifiers in __iowrite32_copy()Uros Bizjak1-3/+2
2026-03-06Merge tag 'kbuild-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+2
2026-03-06perf/x86/amd/ibs: Fix comment typo in ibs_op_dataYen-Hsiang Hsu1-1/+1
2026-03-06x86/mm/tlb: Make enter_lazy_tlb() always inline on x86Xie Yuanbin3-24/+26
2026-03-05x86/microcode: Add platform mask to Intel microcode "old" listDave Hansen1-160/+238
2026-03-05x86/cpu: Add platform ID to CPU matching structureDave Hansen1-0/+3
2026-03-05x86/cpu: Add platform ID to CPU info structureDave Hansen4-1/+9
2026-03-05x86/microcode: Refactor platform ID enumeration into a helperDave Hansen1-11/+43
2026-03-05integrity: Make arch_ima_get_secureboot integrity-wideCoiby Xu2-3/+3