summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2026-01-23Merge branch 'for-7.0/cxl-init' into cxl-for-nextDave Jiang1-4/+11
2026-01-23KVM: x86: Advertise AVX10_VNNI_INT CPUID to userspaceZhao Liu3-1/+22
2026-01-23KVM: x86: Advertise AVX10.2 CPUID to userspaceZhao Liu1-1/+1
2026-01-23KVM: x86: Advertise AMX CPUIDs in subleaf 0x1E.0x1 to userspaceZhao Liu3-0/+41
2026-01-23KVM: x86: Advertise MOVRS CPUID to userspaceZhao Liu2-0/+2
2026-01-23KVM: SEV: Add KVM_SEV_SNP_ENABLE_REQ_CERTS commandMichael Roth2-0/+18
2026-01-23KVM: Introduce KVM_EXIT_SNP_REQ_CERTS for SNP certificate-fetchingMichael Roth2-6/+57
2026-01-23KVM: x86: Drop WARN on INIT/SIPI being blocked when vCPU is in Wait-For-SIPISean Christopherson1-1/+0
2026-01-22x86: make page fault handling disable interrupts properlyCedric Xing1-10/+5
2026-01-22rseq: Implement sys_rseq_slice_yield()Thomas Gleixner2-0/+2
2026-01-21perf/x86/intel: Do not enable BTS for guestsFernand Sieber1-2/+11
2026-01-20x86/clear_page: introduce clear_pages()Ankur Arora1-5/+12
2026-01-20x86/mm: simplify clear_page_*Ankur Arora3-46/+66
2026-01-20treewide: provide a generic clear_user_page() variantDavid Hildenbrand1-6/+0
2026-01-20x86/xen: use lazy_mmu_state when context-switchingKevin Brodsky2-5/+2
2026-01-20mm: introduce generic lazy_mmu helpersKevin Brodsky1-0/+1
2026-01-20mm: introduce CONFIG_ARCH_HAS_LAZY_MMU_MODEKevin Brodsky4-1/+3
2026-01-20x86/xen: simplify flush_lazy_mmu()Kevin Brodsky1-4/+2
2026-01-20x86/segment: Use MOVL when reading segment registersUros Bizjak1-1/+1
2026-01-20x86/sev: Use kfree_sensitive() when freeing a SNP message descriptorBorislav Petkov (AMD)1-2/+1
2026-01-19x86/kfence: avoid writing L1TF-vulnerable PTEsAndrew Cooper1-5/+24
2026-01-19x86/sev: Rename sev_es_ghcb_handle_msr() to __vc_handle_msr()Borislav Petkov (AMD)3-5/+5
2026-01-19Merge tag 'v6.19-rc6' into tip-x86-cleanupsBorislav Petkov (AMD)12-20/+86
2026-01-18Merge tag 'x86-urgent-2026-01-18' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-4/+20
2026-01-18x86/percpu: Make CONFIG_USE_X86_SEG_SUPPORT work with sparseThomas Gleixner1-4/+4
2026-01-17x86/acpi: Add acpi=spcr to use SPCR-provided default consoleShenghao Yang1-3/+8
2026-01-16x86/entry/vdso: Fix filtering of vdso compiler flagsH. Peter Anvin1-2/+2
2026-01-16x86/mm: Hide mm_free_global_asid() definition under CONFIG_BROADCAST_TLB_FLUSHHou Wenlong3-4/+5
2026-01-16Merge tag 'cxl-fixes-6.19-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-5/+5
2026-01-16x86/entry/vdso: Update the object paths for "make vdso_install"H. Peter Anvin1-3/+3
2026-01-16dax/hmem, e820, resource: Defer Soft Reserved insertion until hmem is readyDan Williams1-4/+11
2026-01-16KVM: VMX: Add a wrapper around ROL16() to get a vmcs12 from a field encodingSean Christopherson5-5/+6
2026-01-16KVM: nVMX: Setup VMX MSRs on loading CPU during nested_vmx_hardware_setup()Sean Christopherson2-2/+2
2026-01-16x86/uprobes: Fix XOL allocation failure for 32-bit tasksOleg Nesterov1-0/+24
2026-01-15crypto: x86/aes-gcm - Use new AES library APIEric Biggers4-69/+67
2026-01-15crypto: x86/aes - Remove the superseded AES-NI crypto_cipherEric Biggers3-88/+1
2026-01-15KVM: guest_memfd: GUP source pages prior to populating guest memoryMichael Roth2-29/+20
2026-01-15KVM: SEV: Document/enforce page-alignment for KVM_SEV_SNP_LAUNCH_UPDATEMichael Roth1-1/+5
2026-01-15KVM: guest_memfd: Remove partial hugepage handling from kvm_gmem_populate()Michael Roth2-58/+38
2026-01-15x86/paravirt: Use XOR r32,r32 to clear register in pv_vcpu_is_preempted()Uros Bizjak1-1/+1
2026-01-15x86/paravirt: Remove trailing semicolons from alternative asm templatesUros Bizjak3-11/+11
2026-01-15perf/x86/intel/uncore: Convert comma to semicolonChen Ni1-4/+4
2026-01-15perf/x86/intel: Add support for rdpmc user disable featureDapeng Mi4-2/+60
2026-01-15perf/x86: Use macros to replace magic numbers in attr_rdpmcDapeng Mi3-4/+12
2026-01-15perf/x86/intel: Add core PMU support for NovalakeDapeng Mi3-0/+112
2026-01-15perf/x86/intel: Add support for PEBS memory auxiliary info field in NVLDapeng Mi2-0/+85
2026-01-15perf/x86/intel: Add core PMU support for DMRDapeng Mi3-1/+207
2026-01-15perf/x86/intel: Add support for PEBS memory auxiliary info field in DMRDapeng Mi2-0/+142
2026-01-15perf/x86/intel: Support the 4 new OMR MSRs introduced in DMR and NVLDapeng Mi3-17/+52
2026-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf after rc5Alexei Starovoitov23-35/+124