summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
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
2026-07-22x86/cpu: Remove unnecessary __maybe_unused annotationsThorsten Blum
2026-07-22x86/bpf: Enable EXECMEM_ROX_CACHE for BPF allocationsMike Rapoport (Microsoft)
2026-07-22bpf, x86: Make sure allocation in arch_bpf_trampoline_size() is writableMike Rapoport (Microsoft)
2026-07-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-07-21KVM: x86: Only reset TSC Deadline Timer in apic_timer_expired on KVM_RUNVenkatesh Srinivas
2026-07-21KVM: x86/mmu: Fix use-after-free on vendor module reloadPhil Rosenthal
2026-07-21KVM: x86/mmu: Preserve nested TDP shadow page tables if they are used as rootsHyunwoo Kim