summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2026-07-28platform/x86/amd/hsmp: Source metric-table size from firmwareMuralidhara M K
2026-07-28platform/x86/amd/hsmp: Add HSMP messages for Family 1Ah, Model 50h-5FhMuralidhara M K
2026-07-28KVM: x86/mmu: Check all address spaces before skipping unsyncJinu Kim
2026-07-28KVM: x86/mmu: Check write tracking in all address spacesJinu Kim
2026-07-28KVM: x86: Cancel delayed I/O APIC EOI handling before destroying vCPUsWeiming Shi
2026-07-28KVM: VMX: add memory clobber to asm for VMX instructionsPaolo Bonzini
2026-07-28x86/runtime-const: Introduce runtime_const_mask_32()Peter Zijlstra
2026-07-27x86/cpu/transmeta: Rescan CPUID(0x1) after modifying capabilitiesAhmed S. Darwish
2026-07-27KVM: x86: Don't WARN if IRQ disappears when Xen emulation is enabled.Sean Christopherson
2026-07-27KVM: x86: Don't WARN if IRQ disappears because it was cleared from the PICSean Christopherson
2026-07-27KVM: x86: Replace delivery mode TODO with WARN_ON_ONCETim Wiederhake
2026-07-27KVM: guest_memfd: Explicitly pass number of pages to make_private() hookSean Christopherson
2026-07-27KVM: guest_memfd: Rename prepare() hook and Kconfig to make_private() / CONVERTSean Christopherson
2026-07-27KVM: x86: Rename kvm_x86_ops' gmem_invalidate() to gmem_make_shared()Sean Christopherson
2026-07-27KVM: guest_memfd: Rename invalidate() arch hook to reclaim() and isolate itSean Christopherson
2026-07-27KVM: guest_memfd: Pass the number of pages instead of the end pfn into .inval...Sean Christopherson
2026-07-27arch: hookup fchroot() system callChristian Brauner
2026-07-27Merge tag 'config-gpio-legacy-for-7.3' of https://git.kernel.org/pub/scm/linu...Bartosz Golaszewski
2026-07-26Merge tag 'x86-urgent-2026-07-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-07-26x86/bugs: Make Safe-RET robust against interrupt injectionBorislav Petkov (AMD)
2026-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc5Eduard Zingerman
2026-07-24KVM: SVM: Always intercept ICEBP to workaround AMD ICEBP+TASK_SWITCH flawsDavid Woodhouse
2026-07-24x86/olpc: select GPIOLIB_LEGACYArnd Bergmann
2026-07-24KVM: nVMX: Service local TLB flushes on failed nested VM-EnterYosry Ahmed
2026-07-24KVM: SEV: Allocate full pages for {DE,EN}CRYPT ops on SNP-enabled hostsSean Christopherson
2026-07-23x86/topology: Add TOPO_CPU_TYPE_LOW_POWERVishal Badole
2026-07-23x86/topology: Name the AMD core-type valuesVishal Badole
2026-07-23x86/topo: Map vendor CPU types to generic Linux such typesBorislav Petkov (AMD)
2026-07-23x86/sev: Remove obsolete virtual address checkEric Biggers
2026-07-23x86/sev: Use new AES-GCM libraryEric Biggers
2026-07-23x86/purgatory: Return bool from verify_sha256_digest()Thorsten Blum
2026-07-23x86/mm: Re-enable preemption before flush_tlb_multi()Chuyi Zhou
2026-07-23x86/kvm: Disable preemption in kvm_flush_tlb_multi()Chuyi Zhou
2026-07-23x86/mm: Move flush_tlb_info back to the stackChuyi Zhou
2026-07-23x86/mm: Cap flush_tlb_info alignment at 64 bytesChuyi Zhou
2026-07-23x86/mm: Factor out flush_tlb_info initializationChuyi Zhou
2026-07-23x86/boot/compressed: Disable jump tablesNathan Chancellor
2026-07-22x86/elf: Correct comment for STACK_RND_MASK()Lorenzo Stoakes (ARM)
2026-07-22KVM: x86/mmu: Consume the locked rmap value in the lockless rmap walkPhil Rosenthal
2026-07-22x86/resctrl: Protect against bad shiftReinette Chatre
2026-07-22KVM: SEV: Drop FOLL_WRITE for encrypted region registrationPankaj Gupta
2026-07-22KVM: x86: Check EFER validity on KVM_SET_SREGS*Yosry Ahmed
2026-07-22KVM: x86: Move supported EFER bits to kvm_capsYosry Ahmed
2026-07-22KVM: x86: Reverse the polarity of efer_reserved_bitsYosry Ahmed
2026-07-22KVM: x86: Always initialize EFER reserved bits on vendor initializationYosry Ahmed
2026-07-22KVM: x86: Disallow EFER.LME and EFER.LMA if long mode is not supportedYosry Ahmed
2026-07-22KVM: x86: Move enabling EFER.SVME and EFER.LMSLE to generic EFER setupYosry Ahmed
2026-07-22KVM: x86: hyper-v: Clamp stimer deadline to avoid livelockCarlos López
2026-07-22KVM: x86: Use KVM_X86_OP() for the .pi_update_irte() hookKai Huang
2026-07-22x86/events: Use sysfs_emit() for cpumask show callbacksYury Norov