summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2026-05-21KVM: x86: Move KVM_GUESTDBG_SINGLESTEP handling into kvm_inject_emulated_db()Hou Wenlong
2026-05-21KVM: x86: Honor KVM_GUESTDBG_USE_HW_BP when checking for code breakpoints in ...Hou Wenlong
2026-05-21KVM: x86: Honor KVM_GUESTDBG_USE_HW_BP when emulating MOV DR (in emulator)Hou Wenlong
2026-05-21KVM: x86: Set guest DR6 by kvm_queue_exception_p() in instruction emulationHou Wenlong
2026-05-21KVM: SVM: Flush the current TLB when transitioning from xAVIC => x2AVICSean Christopherson
2026-05-21KVM: x86: Capture "struct x86_exception" in inject_emulated_exception()Hou Wenlong
2026-05-21KVM: VMX: Refresh GUEST_PENDING_DBG_EXCEPTIONS.BS on all injected #DBsSean Christopherson
2026-05-21KVM: x86: Fix ERAPS RAP clear on INVPCID single-context invalidationEmily Ehlert
2026-05-21x86/cpu: Add Intel CPU model number for rugged Panther LakeTony Luck
2026-05-21ring-buffer: Flush and stop persistent ring buffer on panicMasami Hiramatsu (Google)
2026-05-20x86/mm: Disable broadcast TLB flush when PCID is disabledTom Lendacky
2026-05-20x86/extable: switch to using FIELD_GET_SIGNED()Yury Norov
2026-05-19x86/sev: Remove redundant ghcbs_initialized checks around __sev_{get,put}_ghcb()Nikunj A Dadhania
2026-05-19x86/kvm/vmx: Fix VMX vs hrtimer_rearm_deferred()Peter Zijlstra
2026-05-19x86/kvm/vmx: Move IRQ/NMI dispatch from KVM into x86 corePeter Zijlstra
2026-05-19x86/vdso: Fix incorrect size in munmap() on map_vdso() failureGuilherme Giacomo Simoes
2026-05-19perf/x86/intel: Update event constraints and cache_extra_regsfor CWFDapeng Mi
2026-05-19perf/x86/intel: Update event constraints and cache_extra_regsfor SRFDapeng Mi
2026-05-19perf/x86/intel: Update event constraints and cache_extra_regsfor NVLDapeng Mi
2026-05-19perf/x86/intel: Update event constraints for PTLDapeng Mi
2026-05-19perf/x86/intel: Update event constraints and cache_extra_regsfor ARLDapeng Mi
2026-05-19perf/x86/intel: Update event constraints and cache_extra_regsfor LNLDapeng Mi
2026-05-19perf/x86/intel: Update event constraints and cache_extra_regsfor MTLDapeng Mi
2026-05-19perf/x86/intel: Update event constraints and cache_extra_regsfor ADLDapeng Mi
2026-05-19perf/x86/intel: Update event constraints for DMRDapeng Mi
2026-05-19perf/x86/intel: Update event constraints and cache_extra_regsfor SPRDapeng Mi
2026-05-19perf/x86/intel: Update event constraints and cache_extra_regsfor ICXDapeng Mi
2026-05-19Merge branch 'sched/cache'Peter Zijlstra
2026-05-18x86: Remove unnecessary architecture-specific <asm/device.h>Ethan Nelson-Moore
2026-05-17bpf,x86: Fix exception unwinding with outgoing stack argumentsYonghong Song
2026-05-17Merge tag 'x86-urgent-2026-05-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-05-17Merge tag 'ras-urgent-2026-05-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-05-15Merge tag 'for-linus-7.1b-rc4-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-05-14Merge tag 'acpi-7.1-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2026-05-14Merge branch 'acpi-cppc'Rafael J. Wysocki
2026-05-14x86/xen: Tolerate nested XEN_LAZY_MMU entering/leavingJuergen Gross
2026-05-14x86/xen: Fix xen_e820_swap_entry_with_ram()Juergen Gross
2026-05-14KVM: x86: nSVM: Save/restore gPAT with KVM_{GET,SET}_NESTED_STATEJim Mattson
2026-05-14KVM: x86: nSVM: Save gPAT to vmcb12.g_pat on VMEXITJim Mattson
2026-05-14KVM: x86: nSVM: Redirect IA32_PAT accesses to either hPAT or gPATJim Mattson
2026-05-14KVM: x86: nSVM: Set vmcb02.g_pat correctly for nested NPTJim Mattson
2026-05-14KVM: x86: nSVM: Cache and validate vmcb12 g_patJim Mattson
2026-05-14KVM: x86: nSVM: Clear VMCB_NPT clean bit when updating hPAT from guest modeJim Mattson
2026-05-14KVM: x86: Define KVM_X86_QUIRK_NESTED_SVM_SHARED_PATJim Mattson
2026-05-13KVM: SEV: Allocate only as many bytes as needed for temp crypt buffersSean Christopherson
2026-05-13KVM: SEV: Rewrite logic to {de,en}crypt memory for debugSean Christopherson
2026-05-13KVM: SEV: Add helper function to pin/unpin a single pageSean Christopherson
2026-05-13KVM: SEV: Explicitly validate the dst buffer for debug operationsSean Christopherson
2026-05-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-05-13KVM: TDX: Fix x2APIC MSR handling in tdx_has_emulated_msr()Rick Edgecombe