summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2026-07-23x86/mm: Factor out flush_tlb_info initializationChuyi Zhou
2026-07-23x86/boot/compressed: Disable jump tablesNathan Chancellor
2026-07-22x86/elf: Correct comment for STACK_RND_MASK()Lorenzo Stoakes (ARM)
2026-07-22KVM: x86/mmu: Consume the locked rmap value in the lockless rmap walkPhil Rosenthal
2026-07-22x86/resctrl: Protect against bad shiftReinette Chatre
2026-07-22KVM: SEV: Drop FOLL_WRITE for encrypted region registrationPankaj Gupta
2026-07-22KVM: x86: Check EFER validity on KVM_SET_SREGS*Yosry Ahmed
2026-07-22KVM: x86: Move supported EFER bits to kvm_capsYosry Ahmed
2026-07-22KVM: x86: Reverse the polarity of efer_reserved_bitsYosry Ahmed
2026-07-22KVM: x86: Always initialize EFER reserved bits on vendor initializationYosry Ahmed
2026-07-22KVM: x86: Disallow EFER.LME and EFER.LMA if long mode is not supportedYosry Ahmed
2026-07-22KVM: x86: Move enabling EFER.SVME and EFER.LMSLE to generic EFER setupYosry Ahmed
2026-07-22KVM: x86: hyper-v: Clamp stimer deadline to avoid livelockCarlos López
2026-07-22KVM: x86: Use KVM_X86_OP() for the .pi_update_irte() hookKai Huang
2026-07-22x86/events: Use sysfs_emit() for cpumask show callbacksYury Norov
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