summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2026-05-24Merge tag 'x86-urgent-2026-05-24' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds14-69/+134
2026-05-23bpf: Recover arena kernel faults with scratch pageKumar Kartikeya Dwivedi1-4/+8
2026-05-23mm: Add ptep_try_set() for lockless empty-slot installsTejun Heo1-0/+12
2026-05-23KVM: SVM: Disable AVIC IPI virtualization on Hygon Family 18h (erratum #1235)Tina Zhang1-5/+7
2026-05-23KVM: x86: Return the VM's configured APIC bus frequency when queriedSean Christopherson1-1/+1
2026-05-22KVM: SVM: Only disable x2AVIC WRMSR interception for MSRs that are acceleratedSean Christopherson1-36/+4
2026-05-22KVM: SVM: Disable x2AVIC RDMSR interception for MSRs KVM actually supportsSean Christopherson1-2/+11
2026-05-22KVM: x86: Add dedicated API for getting mask of accelerated x2APIC MSRsSean Christopherson3-5/+21
2026-05-21KVM: x86: Remove unused X86EMUL_MODE_HOST defineSean Christopherson1-7/+0
2026-05-21KVM: x86: Drop kvm_vcpu_do_singlestep() now that it's been guttedSean Christopherson1-8/+2
2026-05-21KVM: x86: Move KVM_GUESTDBG_SINGLESTEP handling into kvm_inject_emulated_db()Hou Wenlong1-12/+2
2026-05-21KVM: x86: Honor KVM_GUESTDBG_USE_HW_BP when checking for code breakpoints in ...Hou Wenlong1-25/+10
2026-05-21KVM: x86: Honor KVM_GUESTDBG_USE_HW_BP when emulating MOV DR (in emulator)Hou Wenlong3-9/+35
2026-05-21KVM: x86: Set guest DR6 by kvm_queue_exception_p() in instruction emulationHou Wenlong3-12/+18
2026-05-21KVM: SVM: Flush the current TLB when transitioning from xAVIC => x2AVICSean Christopherson1-6/+29
2026-05-21KVM: x86: Capture "struct x86_exception" in inject_emulated_exception()Hou Wenlong1-7/+6
2026-05-21KVM: VMX: Refresh GUEST_PENDING_DBG_EXCEPTIONS.BS on all injected #DBsSean Christopherson1-17/+18
2026-05-21KVM: x86: Fix ERAPS RAP clear on INVPCID single-context invalidationEmily Ehlert1-1/+1
2026-05-21x86/cpu: Add Intel CPU model number for rugged Panther LakeTony Luck1-0/+2
2026-05-21ring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)1-0/+1
2026-05-20x86/mm: Disable broadcast TLB flush when PCID is disabledTom Lendacky1-0/+1
2026-05-20x86/extable: switch to using FIELD_GET_SIGNED()Yury Norov2-10/+5
2026-05-19x86/sev: Remove redundant ghcbs_initialized checks around __sev_{get,put}_ghcb()Nikunj A Dadhania3-15/+7
2026-05-19x86/kvm/vmx: Fix VMX vs hrtimer_rearm_deferred()Peter Zijlstra1-0/+13
2026-05-19x86/kvm/vmx: Move IRQ/NMI dispatch from KVM into x86 corePeter Zijlstra12-68/+119
2026-05-19x86/vdso: Fix incorrect size in munmap() on map_vdso() failureGuilherme Giacomo Simoes1-1/+1
2026-05-19perf/x86/intel: Update event constraints and cache_extra_regsfor CWFDapeng Mi1-1/+29
2026-05-19perf/x86/intel: Update event constraints and cache_extra_regsfor SRFDapeng Mi1-2/+1
2026-05-19perf/x86/intel: Update event constraints and cache_extra_regsfor NVLDapeng Mi3-32/+36
2026-05-19perf/x86/intel: Update event constraints for PTLDapeng Mi3-4/+25
2026-05-19perf/x86/intel: Update event constraints and cache_extra_regsfor ARLDapeng Mi1-8/+48
2026-05-19perf/x86/intel: Update event constraints and cache_extra_regsfor LNLDapeng Mi2-11/+59
2026-05-19perf/x86/intel: Update event constraints and cache_extra_regsfor MTLDapeng Mi3-2/+34
2026-05-19perf/x86/intel: Update event constraints and cache_extra_regsfor ADLDapeng Mi2-8/+131
2026-05-19perf/x86/intel: Update event constraints for DMRDapeng Mi1-7/+8
2026-05-19perf/x86/intel: Update event constraints and cache_extra_regsfor SPRDapeng Mi1-9/+14
2026-05-19perf/x86/intel: Update event constraints and cache_extra_regsfor ICXDapeng Mi1-5/+43
2026-05-19Merge branch 'sched/cache'Peter Zijlstra2-0/+25
2026-05-18x86: Remove unnecessary architecture-specific <asm/device.h>Ethan Nelson-Moore1-11/+0
2026-05-17bpf,x86: Fix exception unwinding with outgoing stack argumentsYonghong Song1-0/+2
2026-05-17Merge tag 'x86-urgent-2026-05-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-0/+8
2026-05-17Merge tag 'ras-urgent-2026-05-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-28/+5
2026-05-15Merge tag 'for-linus-7.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-3/+7
2026-05-14Merge tag 'acpi-7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-3/+3
2026-05-14Merge branch 'acpi-cppc'Rafael J. Wysocki1-3/+3
2026-05-14x86/xen: Tolerate nested XEN_LAZY_MMU entering/leavingJuergen Gross1-2/+6
2026-05-14x86/xen: Fix xen_e820_swap_entry_with_ram()Juergen Gross1-1/+1
2026-05-14KVM: x86: nSVM: Save/restore gPAT with KVM_{GET,SET}_NESTED_STATEJim Mattson2-0/+20
2026-05-14KVM: x86: nSVM: Save gPAT to vmcb12.g_pat on VMEXITJim Mattson1-0/+3
2026-05-14KVM: x86: nSVM: Redirect IA32_PAT accesses to either hPAT or gPATJim Mattson3-13/+33