summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2026-01-16x86/entry/vdso: Fix filtering of vdso compiler flagsH. Peter Anvin
2026-01-16x86/mm: Hide mm_free_global_asid() definition under CONFIG_BROADCAST_TLB_FLUSHHou Wenlong
2026-01-16Merge tag 'cxl-fixes-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-01-16x86/entry/vdso: Update the object paths for "make vdso_install"H. Peter Anvin
2026-01-16dax/hmem, e820, resource: Defer Soft Reserved insertion until hmem is readyDan Williams
2026-01-16KVM: VMX: Add a wrapper around ROL16() to get a vmcs12 from a field encodingSean Christopherson
2026-01-16KVM: nVMX: Setup VMX MSRs on loading CPU during nested_vmx_hardware_setup()Sean Christopherson
2026-01-16x86/uprobes: Fix XOL allocation failure for 32-bit tasksOleg Nesterov
2026-01-15crypto: x86/aes-gcm - Use new AES library APIEric Biggers
2026-01-15crypto: x86/aes - Remove the superseded AES-NI crypto_cipherEric Biggers
2026-01-15KVM: guest_memfd: GUP source pages prior to populating guest memoryMichael Roth
2026-01-15KVM: SEV: Document/enforce page-alignment for KVM_SEV_SNP_LAUNCH_UPDATEMichael Roth
2026-01-15KVM: guest_memfd: Remove partial hugepage handling from kvm_gmem_populate()Michael Roth
2026-01-15x86/paravirt: Use XOR r32,r32 to clear register in pv_vcpu_is_preempted()Uros Bizjak
2026-01-15x86/paravirt: Remove trailing semicolons from alternative asm templatesUros Bizjak
2026-01-15perf/x86/intel/uncore: Convert comma to semicolonChen Ni
2026-01-15perf/x86/intel: Add support for rdpmc user disable featureDapeng Mi
2026-01-15perf/x86: Use macros to replace magic numbers in attr_rdpmcDapeng Mi
2026-01-15perf/x86/intel: Add core PMU support for NovalakeDapeng Mi
2026-01-15perf/x86/intel: Add support for PEBS memory auxiliary info field in NVLDapeng Mi
2026-01-15perf/x86/intel: Add core PMU support for DMRDapeng Mi
2026-01-15perf/x86/intel: Add support for PEBS memory auxiliary info field in DMRDapeng Mi
2026-01-15perf/x86/intel: Support the 4 new OMR MSRs introduced in DMR and NVLDapeng Mi
2026-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov
2026-01-14KVM: SVM: Stop toggling virtual VMSAVE/VMLOAD on intercept recalcYosry Ahmed
2026-01-14KVM: nSVM: Always use vmcb01 in VMLOAD/VMSAVE emulationYosry Ahmed
2026-01-14KVM: VMX: Don't register posted interrupt wakeup handler if alloc_kvm_area() ...Hou Wenlong
2026-01-14KVM: x86: Assert that non-MSI doesn't have bypass vCPU when deleting producerSean Christopherson
2026-01-14KVM: SVM: Check vCPU ID against max x2AVIC ID if and only if x2AVIC is enabledSean Christopherson
2026-01-14KVM: nSVM: Drop redundant/wrong comment in nested_vmcb02_prepare_save()Yosry Ahmed
2026-01-14x86/traps: Print unhashed pointers on stack overflowRyosuke Yasuoka
2026-01-14KVM: VMX: Remove declaration of nested_mark_vmcs12_pages_dirty()Binbin Wu
2026-01-14KVM: SVM: Fix an off-by-one typo in the comment for enabling AVIC by defaultSean Christopherson
2026-01-14x86/microcode/AMD: Allow loader debugging to be enabled on baremetal tooBorislav Petkov (AMD)
2026-01-14vdso: Remove struct getcpu_cacheThomas Weißschuh
2026-01-13KVM: SVM: Assert that Hyper-V's HV_SVM_EXITCODE_ENL == SVM_EXIT_SWSean Christopherson
2026-01-13KVM: SVM: Harden exit_code against being used in Spectre-like attacksSean Christopherson
2026-01-13KVM: SVM: Limit incorrect check on SVM_EXIT_ERR to running as a VMSean Christopherson
2026-01-13KVM: SVM: Treat exit_code as an unsigned 64-bit value through all of KVMSean Christopherson
2026-01-13KVM: SVM: Filter out 64-bit exit codes when invoking exit handlers on bare metalSean Christopherson
2026-01-13KVM: SVM: Check for an unexpected VM-Exit after RETPOLINE "fast" handlingSean Christopherson
2026-01-13KVM: SVM: Open code handling of unexpected exits in svm_invoke_exit_handler()Sean Christopherson
2026-01-13KVM: SVM: Add a helper to detect VMRUN failuresSean Christopherson
2026-01-13KVM: x86: align the code with kvm_x86_call()Jun Miao
2026-01-13KVM: x86: Ignore -EBUSY when checking nested events from vcpu_block()Sean Christopherson
2026-01-13KVM: SVM: Tag sev_supported_vmsa_features as read-only after initSean Christopherson
2026-01-13KVM: SVM: Drop the module param to control SEV-ES DebugSwapSean Christopherson
2026-01-13KVM: x86: Update APICv ISR (a.k.a. SVI) as part of kvm_apic_update_apicv()Sean Christopherson
2026-01-13KVM: nVMX: Switch to vmcs01 to set virtual APICv mode on-demand if L2 is activeSean Christopherson
2026-01-13KVM: nVMX: Switch to vmcs01 to update APIC page on-demand if L2 is activeSean Christopherson