summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2 daysMerge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-7/+10
2 daysMerge tag 'x86-urgent-2026-03-29' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-7/+46
4 daysMerge tag 'efi-fixes-for-v7.0-3' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+1
4 daysKVM: x86/mmu: Only WARN in direct MMUs when overwriting shadow-present SPTESean Christopherson1-1/+2
4 daysKVM: x86/mmu: Drop/zap existing present SPTE even when creating an MMIO SPTESean Christopherson1-6/+8
8 daysx86/cpu: Add comment clarifying CRn pinningPeter Zijlstra1-0/+13
8 daysx86/fred: Fix early boot failures on SEV-ES/SNP guestsNikunj A Dadhania2-0/+20
8 daysx86/cpu: Remove X86_CR4_FRED from the CR4 pinned bits maskBorislav Petkov (AMD)1-1/+1
8 daysx86/cpu: Enable FSGSBASE early in cpu_init_exception_handling()Nikunj A Dadhania1-6/+12
9 daysMerge tag 'x86-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-9/+28
9 daysMerge tag 'perf-urgent-2026-03-22' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds3-16/+33
11 daysx86/platform/uv: Handle deconfigured socketsKyle Meyer1-2/+16
11 daysx86/entry/vdso: Fix path of included gettimeofday.cVladimir Oltean1-1/+1
11 daysMerge tag 'hyperv-fixes-signed-20260319' of git://git.kernel.org/pub/scm/linu...Linus Torvalds2-50/+55
11 daysx86/efi: efi_unmap_boot_services: fix calculation of ranges_to_free sizeMike Rapoport (Microsoft)1-1/+1
13 daysx86/mce/amd: Check SMCA feature bit before accessing SMCA MSRsWilliam Roche1-6/+11
2026-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds13-39/+97
2026-03-12perf/x86/intel: Fix OMR snoop information parsing issuesDapeng Mi1-4/+7
2026-03-12perf/x86/intel: Add missing branch counters constraint applyDapeng Mi1-10/+21
2026-03-12x86/perf: Make sure to program the counter value for stopped events on migrationPeter Zijlstra1-1/+3
2026-03-12perf/x86: Move event pointer setup earlier in x86_pmu_enable()Breno Leitao1-1/+2
2026-03-12x86/hyperv: Use any general-purpose register when saving %cr2 and %cr8Uros Bizjak1-2/+2
2026-03-12x86/hyperv: Use current_stack_pointer to avoid asm() in hv_hvcrash_ctxt_save()Uros Bizjak1-1/+1
2026-03-12x86/hyperv: Save segment registers directly to memory in hv_hvcrash_ctxt_save()Uros Bizjak1-6/+6
2026-03-11KVM: x86: clarify leave_smm() return valuePaolo Bonzini2-5/+5
2026-03-11KVM: SVM: check validity of VMCB controls when returning from SMMPaolo Bonzini3-2/+15
2026-03-11KVM: VMX: check validity of VMCS controls when returning from SMMPaolo Bonzini3-12/+32
2026-03-11KVM: SVM: Set/clear CR8 write interception when AVIC is (de)activatedSean Christopherson2-5/+9
2026-03-11KVM: SVM: Initialize AVIC VMCB fields if AVIC is enabled with in-kernel APICSean Christopherson2-2/+2
2026-03-11KVM: x86: Introduce KVM_X86_QUIRK_VMCS12_ALLOW_FREEZE_IN_SMMJim Mattson3-5/+21
2026-03-11KVM: x86: Fix SRCU list traversal in kvm_fire_mask_notifiers()Li RongQing1-1/+2
2026-03-11KVM: VMX: Fix a wrong MSR update in add_atomic_switch_msr()Namhyung Kim1-1/+1
2026-03-11KVM: x86: hyper-v: Validate all GVAs during PV TLB flushManuel Andreas1-4/+5
2026-03-11KVM: x86: synthesize CPUID bits only if CPU capability is setCarlos López1-1/+4
2026-03-11Merge tag 'kvm-x86-generic-7.0-rc3' of https://github.com/kvm-x86/linux into ...Paolo Bonzini1-2/+2
2026-03-11x86/hyperv: Use __naked attribute to fix stackless C functionArd Biesheuvel1-39/+43
2026-03-10x86/apic: Disable x2apic on resume if the kernel expects soShashank Balaji1-0/+6
2026-03-08Merge tag 'efi-fixes-for-v7.0-2' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-5/+54
2026-03-08Merge tag 'x86-urgent-2026-03-08' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds14-95/+228
2026-03-07Merge tag 'for-linus-7.0-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds5-37/+11
2026-03-07Merge tag 'kbuild-fixes-7.0-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-1/+2
2026-03-04x86/entry/vdso32: Work around libgcc unwinder bugH. Peter Anvin1-0/+30
2026-03-04x86/resctrl: Fix SNC detectionTony Luck1-31/+5
2026-03-04x86/topo: Fix SNC topology messPeter Zijlstra1-47/+143
2026-03-04x86/topo: Replace x86_has_numa_in_packagePeter Zijlstra1-10/+3
2026-03-04x86/topo: Add topology_num_nodes_per_package()Peter Zijlstra3-2/+20
2026-03-04x86/numa: Store extra copy of numa_nodes_parsedPeter Zijlstra3-0/+16
2026-03-04x86/boot: Handle relative CONFIG_EFI_SBAT_FILE file pathsJan Stancek1-0/+1
2026-03-03x86/PVH: Use boot params to pass RSDP address in start_info pageHou Wenlong1-6/+1
2026-03-03x86/xen: update outdated commentkexinsun1-1/+1