summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2025-10-17KVM: nVMX: Remove support for "early" consistency checks via hardwareSean Christopherson1-118/+12
2025-10-17KVM: nVMX: Stuff vmcs02.TSC_MULTIPLIER early on for nested early checksSean Christopherson1-0/+7
2025-10-17KVM: nVMX: Add consistency check for TSC_MULTIPLIER=0Sean Christopherson1-0/+4
2025-10-17KVM: nVMX: Add consistency check for TPR_THRESHOLD[31:4]!=0 without VIDSean Christopherson1-0/+3
2025-10-17KVM: VMX: Use kvm_mmu_page role to construct EPTP, not current vCPU stateSean Christopherson1-11/+30
2025-10-17KVM: x86/mmu: Move "dummy root" helpers to spte.hSean Christopherson2-10/+10
2025-10-17KVM: nVMX: Hardcode dummy EPTP used for early nested consistency checksSean Christopherson3-7/+4
2025-10-17KVM: VMX: Hoist construct_eptp() "up" in vmx.cSean Christopherson1-14/+14
2025-10-16x86/sgx: Enable automatic SVN updates for SGX enclavesElena Reshetova1-2/+18
2025-10-16x86/sgx: Implement ENCLS[EUPDATESVN]Elena Reshetova3-15/+96
2025-10-16x86/sgx: Define error codes for use by ENCLS[EUPDATESVN]Elena Reshetova1-0/+6
2025-10-16x86/cpufeatures: Add X86_FEATURE_SGX_EUPDATESVN feature flagElena Reshetova3-0/+3
2025-10-16x86/sgx: Introduce functions to count the sgx_(vepc_)open()Elena Reshetova5-2/+51
2025-10-16x86/idtentry: Add missing '*' to kernel-doc linesRandy Dunlap1-2/+2
2025-10-16sched/topology,x86: Fix build warningPeter Zijlstra1-0/+2
2025-10-16sched/topology: Fix sched domain build error for GNR, CWF in SNC-3 modeTim Chen1-0/+70
2025-10-16x86/insn: Simplify for_each_insn_prefix()Peter Zijlstra5-18/+11
2025-10-16x86/insn,uprobes,alternative: Unify insn_is_nop()Peter Zijlstra4-48/+151
2025-10-16perf/x86/amd: Check event before enable to avoid GPFGeorge Kennedy1-1/+6
2025-10-15x86/CPU/AMD: Prevent reset reasons from being retained across rebootRong Zhang1-2/+14
2025-10-15KVM: SVM: Disallow EFER.LMSLE when not supported by hardwareJim Mattson1-1/+3
2025-10-15x86/microcode/intel: Enable staging when availableChang S. Bae2-0/+25
2025-10-15x86/microcode/intel: Support mailbox transferChang S. Bae1-6/+166
2025-10-15x86/microcode/intel: Implement staging handlerChang S. Bae1-3/+120
2025-10-15x86/microcode/intel: Define staging state structChang S. Bae1-0/+17
2025-10-15x86/microcode/intel: Establish staging control logicChang S. Bae2-0/+53
2025-10-15x86/microcode: Introduce staging step to reduce late-loading timeChang S. Bae2-1/+14
2025-10-15x86/cpu/topology: Make primary thread mask available with SMP=nChang S. Bae4-13/+9
2025-10-14KVM: x86: Advertise EferLmsleUnsupported to userspaceJim Mattson2-0/+2
2025-10-14livepatch: Add CONFIG_KLP_BUILDJosh Poimboeuf1-0/+1
2025-10-14x86/asm: Annotate special section entriesJosh Poimboeuf5-0/+12
2025-10-14x86/alternative: Refactor INT3 call emulation selftestJosh Poimboeuf1-22/+27
2025-10-14x86/kprobes: Remove STACK_FRAME_NON_STANDARD annotationJosh Poimboeuf1-4/+0
2025-10-14x86/module: Improve relocation error messagesJosh Poimboeuf1-6/+9
2025-10-14KVM: SVM: Mark VMCB_NPT as dirty on nested VMRUNJim Mattson1-0/+1
2025-10-14KVM: SVM: Mark VMCB_PERM_MAP as dirty on nested VMRUNJim Mattson1-0/+1
2025-10-14x86/alternative: Drop not needed test after call of alt_replace_call()Juergen Gross1-6/+3
2025-10-13KVM: TDX: Replace kmalloc + copy_from_user with memdup_user in tdx_td_init()Thorsten Blum1-20/+10
2025-10-13KVM: nVMX: Use vcpu instead of vmx->vcpu when vcpu is availableXin Li1-4/+4
2025-10-13KVM: VMX: Remove stale vmx_set_dr6() declarationDmytro Maluka1-1/+0
2025-10-13KVM: x86/mmu: Skip MMIO SPTE invalidation if enable_mmio_caching=0Dmytro Maluka1-0/+3
2025-10-13x86/fred: Fix 64bit identifier in fred_ssAndrew Cooper3-5/+5
2025-10-13x86/mm: Fix SMP ordering in switch_mm_irqs_off()Ingo Molnar1-2/+22
2025-10-13x86/mm: Fix overflow in __cpa_addr()Rik van Riel1-1/+1
2025-10-13x86/resctrl: Fix miscount of bandwidth event when reactivating previously una...Babu Moger1-4/+10
2025-10-13x86/resctrl: Support Sub-NUMA Cluster (SNC) mode on Clearwater ForestChen Yu1-0/+1
2025-10-13x86/cpufeatures: Make X86_FEATURE leaf 17 Linux-specificBorislav Petkov (AMD)5-9/+10
2025-10-11Merge tag 'x86_core_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds25-623/+623
2025-10-11Merge tag 'x86_cleanups_for_v6.18_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds32-226/+54
2025-10-10KVM: guest_memfd: Allow mmap() on guest_memfd for x86 VMs with private memorySean Christopherson1-3/+4