summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2026-08-07x86/paravirt: Use static_call() for the paravirt spinlock opsPeter Zijlstra
2026-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-08-07bpf, x86: Fix exception table metadata for arena load-acquireDaniel Borkmann
2026-08-07KVM: x86/mmu: WARN and clear role.invalid when creating a child shadow pageSean Christopherson
2026-08-06KVM: SVM: Serialize accesses to the owner and mirror list with separate lockPaolo Bonzini
2026-08-06KVM: SVM: make svm_flush_tlb_gva do a full asid flush if NPT enabledPaolo Bonzini
2026-08-06x86/xen: Drop CONFIG_XEN_PVHVM_SMPJuergen Gross
2026-08-06xen: Drop CONFIG_XEN_PVHVMJuergen Gross
2026-08-06x86/xen: Remove redundant config dependency on X86_LOCAL_APICJuergen Gross
2026-08-05Merge tag 'x86_bugs_saferet' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2026-08-05KVM: x86/pmu: Clean up vPMU comments and stray blank linesLike Xu
2026-08-05x86/CPU: Rename struct cpuid_read_output to struct cpuid_outputBorislav Petkov (AMD)
2026-08-05sysctl: remove CONFIG_PROC_SYSCTL, it just mirrors CONFIG_SYSCTLOleg Nesterov
2026-08-05x86/mm: Fix and document DEBUG_PAGEALLOCPeter Zijlstra
2026-08-05x86/mm: Use guard() for pgd_lockPeter Zijlstra
2026-08-05x86/mm: Use guard() in cpa_collapse_large_pages()Peter Zijlstra
2026-08-04mm: use linear_page_[index, delta]() consistentlyLorenzo Stoakes
2026-08-04x86/mm: remove CONFIG_HAVE_BOOTMEM_INFO_NODEDavid Hildenbrand (Arm)
2026-08-04x86/mm: stop marking page tables as MIX_SECTION_INFODavid Hildenbrand (Arm)
2026-08-04x86/mm: stop marking vmemmap as SECTION_INFODavid Hildenbrand (Arm)
2026-08-04mm: provide free_reserved_pages(), removing x86 variantDavid Hildenbrand (Arm)
2026-08-04x86/mm: drop order parameter from free_pagetable()David Hildenbrand (Arm)
2026-08-04mm: rename uffd-wp PTE accessors to uffdKiryl Shutsemau (Meta)
2026-08-04mm: rename uffd-wp PTE bit macros to uffdKiryl Shutsemau (Meta)
2026-08-04mm: decouple protnone helpers from CONFIG_NUMA_BALANCINGKiryl Shutsemau (Meta)
2026-08-04x86/mce: Set up the polling timer before CMCI discoveryBreno Leitao
2026-08-04KVM: x86/xen: Do not corrupt KVM clock in kvm_xen_shared_info_init()David Woodhouse
2026-08-04x86/boot: Use bool and IS_ENABLED() to simplify query_edd()Thorsten Blum
2026-08-04x86/boot: Use IS_ENABLED() to simplify built-in-or-module checksThorsten Blum
2026-08-02Merge tag 'x86-urgent-2026-08-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-07-31x86/cpu/scattered: Sort it properlyBorislav Petkov (AMD)
2026-08-01bpf, x86: Fix trampoline stack size for 128-bit argumentsYonghong Song
2026-07-31KVM: VMX: Fix stale PID-pointer table entry left after vCPU freeDmytro Maluka
2026-07-31x86/cpu: Use parsed CPUID(0x1)Ahmed S. Darwish
2026-07-31KVM: x86: Rework kvm_x86_ops.vcpu_pre_run() into .vcpu_needs_initialization()Sean Christopherson
2026-07-31KVM: nVMX: Synthesize SHUTDOWN on RSM if L2 requires emulationSean Christopherson
2026-07-31KVM: x86: Extract VMX's unhandleable emulation check to common x86Sean Christopherson
2026-07-31x86/lib: Add CPUID(0x1) family and model calculationAhmed S. Darwish
2026-07-31KVM: VMX: Cap VMX preemption timer to work around Intel erratumJim Mattson
2026-07-31KVM: VMX: Bury all of the VMX preemption timer code under CONFIG_X86_64=ySean Christopherson
2026-07-31x86/cpu: Use parsed CPUID(0x0)Ahmed S. Darwish
2026-07-31perf/x86/intel/pt: Drop kernel-doc for deleted struct membersRandy Dunlap
2026-07-31x86/intel/quark: Clean up function kernel-docRandy Dunlap
2026-07-31x86/speculation: Drop Excess function parameter descriptionsRandy Dunlap
2026-07-31x86/lib: checksum_64.h: Eliminate all kernel-doc warningsRandy Dunlap
2026-07-31x86/barrier: Use correct parameter names in kernel-docRandy Dunlap
2026-07-31Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar
2026-07-31dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHAREDAneesh Kumar K.V (Arm)
2026-07-31dma-direct: pass attrs to dma_capable() for DMA_ATTR_CC_SHARED checksAneesh Kumar K.V (Arm)
2026-07-30x86/virt: use higher-level allocator APIBrendan Jackman