summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2026-07-22KVM: x86: hyper-v: Clamp stimer deadline to avoid livelockCarlos López1-7/+18
2026-07-22KVM: x86: Use KVM_X86_OP() for the .pi_update_irte() hookKai Huang1-1/+1
2026-07-22x86/events: Use sysfs_emit() for cpumask show callbacksYury Norov5-5/+5
2026-07-22x86/cpu: Remove unnecessary __maybe_unused annotationsThorsten Blum3-4/+3
2026-07-22x86/bpf: Enable EXECMEM_ROX_CACHE for BPF allocationsMike Rapoport (Microsoft)1-2/+2
2026-07-22bpf, x86: Make sure allocation in arch_bpf_trampoline_size() is writableMike Rapoport (Microsoft)1-3/+2
2026-07-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-11/+24
2026-07-21KVM: x86: Only reset TSC Deadline Timer in apic_timer_expired on KVM_RUNVenkatesh Srinivas1-1/+1
2026-07-21KVM: x86/mmu: Fix use-after-free on vendor module reloadPhil Rosenthal1-0/+2
2026-07-21KVM: x86/mmu: Preserve nested TDP shadow page tables if they are used as rootsHyunwoo Kim1-0/+1
2026-07-21KVM: x86: Check for invalid/obsolete root *after* making MMU pages availableSean Christopherson2-8/+11
2026-07-21KVM: nVMX: Hide shadow VMCS right after VMCLEARHyunwoo Kim1-2/+9
2026-07-20x86/msr: Document the I/O-like write semantics in the msr driverTim Wiederhake1-0/+3
2026-07-20x86/apic: Ensure ICR register write value is handled as 32 bitsMelody Wang3-10/+3
2026-07-20entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall ...Thomas Gleixner2-19/+18
2026-07-20x86/bugs: Don't use cpu-type matching in cpu_vuln_blacklistPawan Gupta1-8/+17
2026-07-19Merge tag 'x86-urgent-2026-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds3-6/+13
2026-07-19x86/mce: Work around build warning after MSR-interface switchJuergen Gross1-1/+1
2026-07-17x86/featctl: Stop using 32-bit MSR interfacesJuergen Gross1-9/+16
2026-07-17KVM/x86: Stop using 32-bit MSR interfacesJuergen Gross3-15/+19
2026-07-17x86/mtrr: Stop using 32-bit MSR interfacesJuergen Gross5-76/+92
2026-07-17acpi: Stop using 32-bit MSR interfacesJuergen Gross1-12/+8
2026-07-16KVM: SVM: Bump asid_generation on CPU online to avoid ASID collision after ho...Nikunj A Dadhania1-1/+6
2026-07-15x86/mm/pat: Take cpa_lock around large-page collapseDenis V. Lunev1-1/+7
2026-07-15x86/mm/pat: Don't gate cpa_lock on debug_pagealloc_enabled()Mike Rapoport (Microsoft)1-12/+7
2026-07-15calibrate: Rework delay timer calibrationThomas Gleixner3-7/+4
2026-07-15treewide: Remove CLOCK_TICK_RATEThomas Gleixner1-3/+0
2026-07-15x86: Use PIT_TICK_RATE instead of CLOCK_TICK_RATEThomas Gleixner1-1/+1
2026-07-15KVM: nVMX: Put vmcs12 pages if nested VM-Enter fails due to invalid guest stateSean Christopherson1-0/+2
2026-07-15Merge tag 'kvm-x86-fixes-7.2-rc4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini7-57/+63
2026-07-15vdso: Drop HAVE_GENERIC_VDSO from architecture kconfig filesThomas Weißschuh1-1/+0
2026-07-14x86/entry/fred: Encode frame pointer on entryDavid Stevens1-0/+2
2026-07-14syscall_user_dispatch: Introduce ARCH_SUPPORTS_SYSCALL_USER_DISPATCHJinjie Ruan1-0/+1
2026-07-14x86/boot: Validate console=uart8250 baud rate to fix early boot hangThorsten Blum1-4/+7
2026-07-13x86/xen: Convert xen_mm_unpin_all() to ptdescsVishal Moola1-6/+6
2026-07-13x86/xen: Convert xen_mm_pin_all() to ptdescsVishal Moola1-5/+5
2026-07-13x86/mm: Convert pgd_page_get_mm() to ptdescsVishal Moola5-7/+7
2026-07-13x86/mm: Convert sync_global_pgds_l4() to ptdescsVishal Moola1-4/+4
2026-07-13x86/mm: Convert sync_global_pgds_l5() to ptdescsVishal Moola1-4/+4
2026-07-13x86/mm: Convert arch_sync_kernel_mappings() to ptdescsVishal Moola1-4/+4
2026-07-13x86/mm/pat: Convert collapse_pmd_page() to ptdescsVishal Moola1-3/+3
2026-07-13x86/mm/pat: Convert __set_pmd_pte() to ptdescsVishal Moola1-3/+3
2026-07-13x86/mm/pat: Use IS_ENABLED() instead of ifdefVishal Moola1-3/+2
2026-07-13x86/tdx: Fix zero-extension for 32-bit port I/OKiryl Shutsemau (Meta)1-5/+3
2026-07-13x86/insn-eval: Move assign_register() out of KVM as insn_assign_reg()Kiryl Shutsemau (Meta)2-22/+40
2026-07-13x86/tdx: Fix off-by-one in port I/O handlingKiryl Shutsemau (Meta)1-2/+2
2026-07-13x86/resctrl: Ensure domain fully initialized before placed on RCU listReinette Chatre2-14/+9
2026-07-13x86,fs/resctrl: Document safe RCU list traversalReinette Chatre3-5/+5
2026-07-13x86/alternative: Drop smp_locks glueBorislav Petkov (AMD)10-288/+10
2026-07-13KVM: x86: Fix null pointer deref due to dummy array in trace_kvm_inj_exception()Daniel Paziyski1-1/+1