summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2026-07-28KVM: nSVM: Add CLASS()es for automagically handling local kvm_vcpu_map() usageSean Christopherson2-16/+10
2026-07-28KVM: nVMX: Ensure KVM_REQ_GET_NESTED_STATE_PAGES is cleared on VM-ExitSean Christopherson1-2/+3
2026-07-28platform/x86/amd/hsmp: Add IOCTL_GET_TELEMETRY_DATA for metric table readsMuralidhara M K1-0/+45
2026-07-28platform/x86/amd/hsmp: Source metric-table size from firmwareMuralidhara M K1-2/+3
2026-07-28platform/x86/amd/hsmp: Add HSMP messages for Family 1Ah, Model 50h-5FhMuralidhara M K1-14/+158
2026-07-28KVM: x86/mmu: Check all address spaces before skipping unsyncJinu Kim1-1/+21
2026-07-28KVM: x86/mmu: Check write tracking in all address spacesJinu Kim1-6/+26
2026-07-28KVM: x86: Cancel delayed I/O APIC EOI handling before destroying vCPUsWeiming Shi1-0/+6
2026-07-28KVM: VMX: add memory clobber to asm for VMX instructionsPaolo Bonzini1-4/+4
2026-07-28x86/runtime-const: Introduce runtime_const_mask_32()Peter Zijlstra1-0/+14
2026-07-27x86/cpu/transmeta: Rescan CPUID(0x1) after modifying capabilitiesAhmed S. Darwish1-0/+1
2026-07-27KVM: x86: Don't WARN if IRQ disappears when Xen emulation is enabled.Sean Christopherson1-1/+5
2026-07-27KVM: x86: Don't WARN if IRQ disappears because it was cleared from the PICSean Christopherson3-2/+22
2026-07-27KVM: x86: Replace delivery mode TODO with WARN_ON_ONCETim Wiederhake1-2/+1
2026-07-27KVM: guest_memfd: Explicitly pass number of pages to make_private() hookSean Christopherson4-20/+17
2026-07-27KVM: guest_memfd: Rename prepare() hook and Kconfig to make_private() / CONVERTSean Christopherson7-11/+11
2026-07-27KVM: x86: Rename kvm_x86_ops' gmem_invalidate() to gmem_make_shared()Sean Christopherson6-6/+10
2026-07-27KVM: guest_memfd: Rename invalidate() arch hook to reclaim() and isolate itSean Christopherson2-2/+6
2026-07-27KVM: guest_memfd: Pass the number of pages instead of the end pfn into .inval...Sean Christopherson4-8/+8
2026-07-27arch: hookup fchroot() system callChristian Brauner2-0/+2
2026-07-27Merge tag 'config-gpio-legacy-for-7.3' of https://git.kernel.org/pub/scm/linu...Bartosz Golaszewski2-1/+2
2026-07-26Merge tag 'x86-urgent-2026-07-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+1
2026-07-26x86/bugs: Make Safe-RET robust against interrupt injectionBorislav Petkov (AMD)4-1/+123
2026-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf 7.2-rc5Eduard Zingerman7-17/+37
2026-07-24KVM: SVM: Always intercept ICEBP to workaround AMD ICEBP+TASK_SWITCH flawsDavid Woodhouse1-0/+18
2026-07-24x86/olpc: select GPIOLIB_LEGACYArnd Bergmann2-1/+2
2026-07-24KVM: nVMX: Service local TLB flushes on failed nested VM-EnterYosry Ahmed1-0/+8
2026-07-24KVM: SEV: Allocate full pages for {DE,EN}CRYPT ops on SNP-enabled hostsSean Christopherson1-2/+21
2026-07-23x86/topology: Add TOPO_CPU_TYPE_LOW_POWERVishal Badole3-1/+6
2026-07-23x86/topology: Name the AMD core-type valuesVishal Badole2-2/+8
2026-07-23x86/topo: Map vendor CPU types to generic Linux such typesBorislav Petkov (AMD)7-46/+28
2026-07-23x86/sev: Remove obsolete virtual address checkEric Biggers1-9/+0
2026-07-23x86/sev: Use new AES-GCM libraryEric Biggers3-25/+23
2026-07-23x86/purgatory: Return bool from verify_sha256_digest()Thorsten Blum1-10/+4
2026-07-23x86/mm: Re-enable preemption before flush_tlb_multi()Chuyi Zhou1-7/+16
2026-07-23x86/kvm: Disable preemption in kvm_flush_tlb_multi()Chuyi Zhou1-1/+3
2026-07-23x86/mm: Move flush_tlb_info back to the stackChuyi Zhou1-58/+19
2026-07-23x86/mm: Cap flush_tlb_info alignment at 64 bytesChuyi Zhou1-1/+8
2026-07-23x86/mm: Factor out flush_tlb_info initializationChuyi Zhou1-17/+23
2026-07-23x86/boot/compressed: Disable jump tablesNathan Chancellor1-0/+1
2026-07-22x86/elf: Correct comment for STACK_RND_MASK()Lorenzo Stoakes (ARM)1-1/+1
2026-07-22KVM: x86/mmu: Consume the locked rmap value in the lockless rmap walkPhil Rosenthal1-14/+19
2026-07-22x86/resctrl: Protect against bad shiftReinette Chatre1-1/+5
2026-07-22KVM: SEV: Drop FOLL_WRITE for encrypted region registrationPankaj Gupta1-1/+5
2026-07-22KVM: x86: Check EFER validity on KVM_SET_SREGS*Yosry Ahmed1-1/+2
2026-07-22KVM: x86: Move supported EFER bits to kvm_capsYosry Ahmed4-26/+12
2026-07-22KVM: x86: Reverse the polarity of efer_reserved_bitsYosry Ahmed1-5/+5
2026-07-22KVM: x86: Always initialize EFER reserved bits on vendor initializationYosry Ahmed3-2/+11
2026-07-22KVM: x86: Disallow EFER.LME and EFER.LMA if long mode is not supportedYosry Ahmed2-9/+4
2026-07-22KVM: x86: Move enabling EFER.SVME and EFER.LMSLE to generic EFER setupYosry Ahmed2-4/+6