summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2026-08-05sysctl: remove CONFIG_PROC_SYSCTL, it just mirrors CONFIG_SYSCTLOleg Nesterov1-1/+1
2026-08-05x86/mm: Fix and document DEBUG_PAGEALLOCPeter Zijlstra1-22/+58
2026-08-05x86/mm: Use guard() for pgd_lockPeter Zijlstra1-23/+11
2026-08-05x86/mm: Use guard() in cpa_collapse_large_pages()Peter Zijlstra1-6/+2
2026-08-04mm: use linear_page_[index, delta]() consistentlyLorenzo Stoakes1-1/+2
2026-08-04x86/mm: remove CONFIG_HAVE_BOOTMEM_INFO_NODEDavid Hildenbrand (Arm)1-26/+0
2026-08-04x86/mm: stop marking page tables as MIX_SECTION_INFODavid Hildenbrand (Arm)1-57/+2
2026-08-04x86/mm: stop marking vmemmap as SECTION_INFODavid Hildenbrand (Arm)1-26/+4
2026-08-04mm: provide free_reserved_pages(), removing x86 variantDavid Hildenbrand (Arm)1-7/+1
2026-08-04x86/mm: drop order parameter from free_pagetable()David Hildenbrand (Arm)1-12/+9
2026-08-04mm: rename uffd-wp PTE accessors to uffdKiryl Shutsemau (Meta)1-12/+12
2026-08-04mm: rename uffd-wp PTE bit macros to uffdKiryl Shutsemau (Meta)2-20/+20
2026-08-04mm: decouple protnone helpers from CONFIG_NUMA_BALANCINGKiryl Shutsemau (Meta)2-6/+3
2026-08-04x86/mce: Set up the polling timer before CMCI discoveryBreno Leitao1-1/+1
2026-08-04KVM: x86/xen: Do not corrupt KVM clock in kvm_xen_shared_info_init()David Woodhouse1-2/+0
2026-08-04x86/boot: Use bool and IS_ENABLED() to simplify query_edd()Thorsten Blum1-11/+7
2026-08-04x86/boot: Use IS_ENABLED() to simplify built-in-or-module checksThorsten Blum3-10/+7
2026-08-02Merge tag 'x86-urgent-2026-08-02' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2-3/+12
2026-07-31x86/cpu/scattered: Sort it properlyBorislav Petkov (AMD)1-2/+2
2026-08-01bpf, x86: Fix trampoline stack size for 128-bit argumentsYonghong Song1-5/+2
2026-07-31KVM: VMX: Fix stale PID-pointer table entry left after vCPU freeDmytro Maluka1-0/+3
2026-07-31x86/cpu: Use parsed CPUID(0x1)Ahmed S. Darwish1-11/+11
2026-07-31KVM: x86: Rework kvm_x86_ops.vcpu_pre_run() into .vcpu_needs_initialization()Sean Christopherson10-33/+21
2026-07-31KVM: nVMX: Synthesize SHUTDOWN on RSM if L2 requires emulationSean Christopherson1-0/+4
2026-07-31KVM: x86: Extract VMX's unhandleable emulation check to common x86Sean Christopherson6-6/+21
2026-07-31x86/lib: Add CPUID(0x1) family and model calculationAhmed S. Darwish2-16/+35
2026-07-31KVM: VMX: Cap VMX preemption timer to work around Intel erratumJim Mattson1-5/+35
2026-07-31KVM: VMX: Bury all of the VMX preemption timer code under CONFIG_X86_64=ySean Christopherson1-53/+69
2026-07-31x86/cpu: Use parsed CPUID(0x0)Ahmed S. Darwish1-5/+6
2026-07-31perf/x86/intel/pt: Drop kernel-doc for deleted struct membersRandy Dunlap1-2/+0
2026-07-31x86/intel/quark: Clean up function kernel-docRandy Dunlap1-6/+1
2026-07-31x86/speculation: Drop Excess function parameter descriptionsRandy Dunlap1-2/+0
2026-07-31x86/lib: checksum_64.h: Eliminate all kernel-doc warningsRandy Dunlap1-12/+17
2026-07-31x86/barrier: Use correct parameter names in kernel-docRandy Dunlap1-3/+3
2026-07-31Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar26-114/+206
2026-07-31dma-direct: make dma_direct_map_phys() honor DMA_ATTR_CC_SHAREDAneesh Kumar K.V (Arm)1-3/+1
2026-07-31dma-direct: pass attrs to dma_capable() for DMA_ATTR_CC_SHARED checksAneesh Kumar K.V (Arm)1-14/+16
2026-07-30x86/virt: use higher-level allocator APIBrendan Jackman1-1/+1
2026-07-30KVM: VMX: use higher-level allocator APIBrendan Jackman1-1/+1
2026-07-30perf/x86/intel: use higher-level allocator APIBrendan Jackman1-3/+3
2026-07-30mm: rename ARCH_ENABLE_THP_MIGRATION to ARCH_HAS_PMD_SOFTLEAVESUsama Arif2-2/+2
2026-07-30x86/kcfi: Optimize call sequencePeter Zijlstra2-3/+29
2026-07-30Merge branch 'mm-stable-6d098029de09' of https://git.kernel.org/pub/scm/linux...Mike Rapoport (Microsoft)27-122/+224
2026-07-29KVM: SVM: Update x2APIC MSR intercepts if AVIC is inhibited while L2 is activeSean Christopherson1-8/+0
2026-07-29x86/CPU/AMD: Carve out a Zen5 models rangePratik Vishwakarma1-1/+3
2026-07-29KVM: x86/mmu: Use CMPXCHG when clearing Accessed bit in the shadow MMUSean Christopherson1-13/+14
2026-07-29KVM: x86/mmu: Use CMPXCHG when clearing Accessed bit in TDP MMUSean Christopherson2-11/+16
2026-07-28x86/boot: Add volatile, clobbers and zero-length test in memcmp()Mauricio Faria de Oliveira1-2/+9
2026-07-28KVM: nVMX: Use CLASS(kvm_vcpu_map_local_readonly) for MSR bitmap mergingSean Christopherson1-5/+3
2026-07-28KVM: nSVM: Use CLASS(kvm_vcpu_map_local) for SMM VMCB mappingsSean Christopherson1-24/+14