summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2026-07-22x86/cpu: Remove unnecessary __maybe_unused annotationsThorsten Blum
2026-07-22x86/bpf: Enable EXECMEM_ROX_CACHE for BPF allocationsMike Rapoport (Microsoft)
2026-07-22bpf, x86: Make sure allocation in arch_bpf_trampoline_size() is writableMike Rapoport (Microsoft)
2026-07-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2026-07-21KVM: x86: Only reset TSC Deadline Timer in apic_timer_expired on KVM_RUNVenkatesh Srinivas
2026-07-21KVM: x86/mmu: Fix use-after-free on vendor module reloadPhil Rosenthal
2026-07-21KVM: x86/mmu: Preserve nested TDP shadow page tables if they are used as rootsHyunwoo Kim
2026-07-21KVM: x86: Check for invalid/obsolete root *after* making MMU pages availableSean Christopherson
2026-07-21KVM: nVMX: Hide shadow VMCS right after VMCLEARHyunwoo Kim
2026-07-20x86/msr: Document the I/O-like write semantics in the msr driverTim Wiederhake
2026-07-20x86/apic: Ensure ICR register write value is handled as 32 bitsMelody Wang
2026-07-20entry, treewide: Make syscall_enter_from_user_mode[_work]() indicate syscall ...Thomas Gleixner
2026-07-20x86/bugs: Don't use cpu-type matching in cpu_vuln_blacklistPawan Gupta
2026-07-19Merge tag 'x86-urgent-2026-07-19' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-07-19x86/mce: Work around build warning after MSR-interface switchJuergen Gross
2026-07-17x86/featctl: Stop using 32-bit MSR interfacesJuergen Gross
2026-07-17KVM/x86: Stop using 32-bit MSR interfacesJuergen Gross
2026-07-17x86/mtrr: Stop using 32-bit MSR interfacesJuergen Gross
2026-07-17acpi: Stop using 32-bit MSR interfacesJuergen Gross
2026-07-16KVM: SVM: Bump asid_generation on CPU online to avoid ASID collision after ho...Nikunj A Dadhania
2026-07-15x86/mm/pat: Take cpa_lock around large-page collapseDenis V. Lunev
2026-07-15x86/mm/pat: Don't gate cpa_lock on debug_pagealloc_enabled()Mike Rapoport (Microsoft)
2026-07-15calibrate: Rework delay timer calibrationThomas Gleixner
2026-07-15treewide: Remove CLOCK_TICK_RATEThomas Gleixner
2026-07-15x86: Use PIT_TICK_RATE instead of CLOCK_TICK_RATEThomas Gleixner
2026-07-15KVM: nVMX: Put vmcs12 pages if nested VM-Enter fails due to invalid guest stateSean Christopherson
2026-07-15Merge tag 'kvm-x86-fixes-7.2-rc4' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2026-07-15vdso: Drop HAVE_GENERIC_VDSO from architecture kconfig filesThomas Weißschuh
2026-07-14x86/entry/fred: Encode frame pointer on entryDavid Stevens
2026-07-14syscall_user_dispatch: Introduce ARCH_SUPPORTS_SYSCALL_USER_DISPATCHJinjie Ruan
2026-07-14x86/boot: Validate console=uart8250 baud rate to fix early boot hangThorsten Blum
2026-07-13x86/xen: Convert xen_mm_unpin_all() to ptdescsVishal Moola
2026-07-13x86/xen: Convert xen_mm_pin_all() to ptdescsVishal Moola
2026-07-13x86/mm: Convert pgd_page_get_mm() to ptdescsVishal Moola
2026-07-13x86/mm: Convert sync_global_pgds_l4() to ptdescsVishal Moola
2026-07-13x86/mm: Convert sync_global_pgds_l5() to ptdescsVishal Moola
2026-07-13x86/mm: Convert arch_sync_kernel_mappings() to ptdescsVishal Moola
2026-07-13x86/mm/pat: Convert collapse_pmd_page() to ptdescsVishal Moola
2026-07-13x86/mm/pat: Convert __set_pmd_pte() to ptdescsVishal Moola
2026-07-13x86/mm/pat: Use IS_ENABLED() instead of ifdefVishal Moola
2026-07-13x86/tdx: Fix zero-extension for 32-bit port I/OKiryl Shutsemau (Meta)
2026-07-13x86/insn-eval: Move assign_register() out of KVM as insn_assign_reg()Kiryl Shutsemau (Meta)
2026-07-13x86/tdx: Fix off-by-one in port I/O handlingKiryl Shutsemau (Meta)
2026-07-13x86/resctrl: Ensure domain fully initialized before placed on RCU listReinette Chatre
2026-07-13x86,fs/resctrl: Document safe RCU list traversalReinette Chatre
2026-07-13x86/alternative: Drop smp_locks glueBorislav Petkov (AMD)
2026-07-13KVM: x86: Fix null pointer deref due to dummy array in trace_kvm_inj_exception()Daniel Paziyski
2026-07-12x86/entry: Simplify the syscall number logicThomas Gleixner
2026-07-12x86/entry: Get rid of the sys_ni_syscall() indirectionThomas Gleixner
2026-07-12x86/entry: Make syscall functions staticThomas Gleixner