summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2026-03-11Merge tag 'kvm-x86-generic-7.0-rc3' of https://github.com/kvm-x86/linux into ...Paolo Bonzini
2026-03-11x86/hyperv: Use __naked attribute to fix stackless C functionArd Biesheuvel
2026-03-11x86/mce, EDAC/mce_amd: Add new SMCA bank typesYazen Ghannam
2026-03-11x86/mce, EDAC/mce_amd: Update CS bank type namingYazen Ghannam
2026-03-11x86/mce, EDAC/mce_amd: Reorder SMCA bank type enumsYazen Ghannam
2026-03-11x86/vdso: Use 32-bit CHECKFLAGS for compat vDSOThomas Weißschuh
2026-03-10x86/64/defconfig: Add CONFIG_IRQ_REMAPShashank Balaji
2026-03-10x86/apic: Disable x2apic on resume if the kernel expects soShashank Balaji
2026-03-09x86/virt/sev: Keep the RMP table bookkeeping area mappedTom Lendacky
2026-03-09x86/virt/sev: Drop WBINVD before setting MSR_AMD64_SYSCFG_SNP_ENTycho Andersen (AMD)
2026-03-09x86/virt/sev: Drop support for SNP hotplugTycho Andersen (AMD)
2026-03-08Merge tag 'efi-fixes-for-v7.0-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2026-03-08x86/local: Remove trailing semicolon from _ASM_XADD in local_add_return()Uros Bizjak
2026-03-07Merge tag 'x86-urgent-2026-03-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-03-07Merge tag 'for-linus-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-03-07x86/asm: Use inout "+" asm onstraint modifiers in __iowrite32_copy()Uros Bizjak
2026-03-06Merge tag 'kbuild-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-03-06perf/x86/amd/ibs: Fix comment typo in ibs_op_dataYen-Hsiang Hsu
2026-03-06x86/mm/tlb: Make enter_lazy_tlb() always inline on x86Xie Yuanbin
2026-03-05x86/microcode: Add platform mask to Intel microcode "old" listDave Hansen
2026-03-05x86/cpu: Add platform ID to CPU matching structureDave Hansen
2026-03-05x86/cpu: Add platform ID to CPU info structureDave Hansen
2026-03-05x86/microcode: Refactor platform ID enumeration into a helperDave Hansen
2026-03-05integrity: Make arch_ima_get_secureboot integrity-wideCoiby Xu
2026-03-05x86/reboot: Execute the kernel restart handler upon machine restartMartin Schiller
2026-03-04KVM: SVM: Triple fault L1 on unintercepted EFER.SVME clear by L2Yosry Ahmed
2026-03-04KVM: x86: SVM: Remove vmcb_is_dirty()Jim Mattson
2026-03-04KVM: nSVM: Only copy SVM_MISC_ENABLE_NP from VMCB01's misc_ctlYosry Ahmed
2026-03-04KVM: nSVM: Sanitize INT/EVENTINJ fields when copying from vmcb12Yosry Ahmed
2026-03-04KVM: nSVM: Sanitize TLB_CONTROL field when copying from vmcb12Yosry Ahmed
2026-03-04KVM: nSVM: Use PAGE_MASK to drop lower bits of bitmap GPAs from vmcb12Yosry Ahmed
2026-03-04KVM: nSVM: Restrict mapping vmcb12 on nested VMRUNYosry Ahmed
2026-03-04KVM: nSVM: Cache all used fields from VMCB12Yosry Ahmed
2026-03-04KVM: SVM: Rename vmcb->virt_ext to vmcb->misc_ctl2Yosry Ahmed
2026-03-04KVM: SVM: Rename vmcb->nested_ctl to vmcb->misc_ctlSean Christopherson
2026-03-04KVM: nSVM: Capture svm->nested.ctl as vmcb12_ctrl when preparing vmcb02Sean Christopherson
2026-03-04KVM: nSVM: Move vmcb_ctrl_area_cached.bus_lock_rip to svm_nested_stateSean Christopherson
2026-03-04KVM: nSVM: Use vmcb12_is_intercept() in nested_sync_control_from_vmcb02()Yosry Ahmed
2026-03-04KVM: nSVM: Use intuitive local variables in nested_vmcb02_recalc_intercepts()Sean Christopherson
2026-03-04KVM: nSVM: Directly (re)calc vmcb02 intercepts from nested_vmcb02_prepare_con...Sean Christopherson
2026-03-04KVM: nSVM: WARN and abort vmcb02 intercepts recalc if vmcb02 isn't activeYosry Ahmed
2026-03-04KVM: SVM: Separate recalc_intercepts() into nested vs. non-nested partsSean Christopherson
2026-03-04KVM: SVM: Recalc instructions intercepts when EFER.SVME is toggledKevin Cheng
2026-03-04KVM: SVM: Move STGI and CLGI intercept handlingKevin Cheng
2026-03-04KVM: nSVM: Always intercept VMMCALL when L2 is activeSean Christopherson
2026-03-04KVM: nSVM: Raise #UD if unhandled VMMCALL isn't intercepted by L1Kevin Cheng
2026-03-04KVM: SVM: Explicitly mark vmcb01 dirty after modifying VMCB interceptsSean Christopherson
2026-03-04KVM: nSVM: Add missing consistency check for EVENTINJYosry Ahmed
2026-03-04KVM: nSVM: Add missing consistency check for EFER, CR0, CR4, and CSYosry Ahmed
2026-03-04KVM: nSVM: Add missing consistency check for nCR3 validityYosry Ahmed