summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2026-07-04KVM: SVM: Fix page overflow in sev_dbg_crypt() for ENCRYPT pathAshutosh Desai
2026-06-19x86/CPU/AMD: Move the Zen3 BTC_NO detection to the Zen3 init functionBorislav Petkov (AMD)
2026-06-19use less confusing names for iov_iter direction initializersAl Viro
2026-06-01Revert "x86/vdso: Fix output operand size of RDPID"Sasha Levin
2026-06-01KVM: nSVM: Clear GIF on nested #VMEXIT(INVALID)Yosry Ahmed
2026-06-01KVM: nSVM: Ensure AVIC is inhibited when restoring a vCPU to guest modeYosry Ahmed
2026-06-01KVM: nSVM: Sync interrupt shadow to cached vmcb12 after VMRUN of L2Yosry Ahmed
2026-06-01x86/uprobes: Fix XOL allocation failure for 32-bit tasksOleg Nesterov
2026-06-01KVM: x86: Use scratch field in MMIO fragment to hold small write valuesSean Christopherson
2026-06-01KVM: SEV: Drop WARN on large size for KVM_MEMORY_ENCRYPT_REG_REGIONSean Christopherson
2026-05-15x86/CPU/AMD: Prevent improper isolation of shared resources in Zen2's op cachePrathyushi Nangia
2026-05-15x86/CPU/AMD: Add X86_FEATURE_ZEN1Borislav Petkov (AMD)
2026-05-15x86/CPU/AMD: Rename init_amd_zn() to init_amd_zen_common()Borislav Petkov (AMD)
2026-05-15x86/CPU/AMD: Call the spectral chicken in the Zen2 init functionBorislav Petkov (AMD)
2026-05-15x86/CPU/AMD: Add ZenX generations flagsBorislav Petkov (AMD)
2026-04-18x86/CPU: Fix FPDSS on Zen1Borislav Petkov (AMD)
2026-04-18x86/efi: efi_unmap_boot_services: fix calculation of ranges_to_free sizeMike Rapoport (Microsoft)
2026-04-18x86/fault: Improve kernel-executing-user-memory handlingAndy Lutomirski
2026-04-18x86/fault: Fold mm_fault_error() into do_user_addr_fault()Andy Lutomirski
2026-04-18KVM: SVM: Initialize AVIC VMCB fields if AVIC is enabled with in-kernel APICSean Christopherson
2026-04-18x86/apic: Disable x2apic on resume if the kernel expects soShashank Balaji
2026-04-18x86/efi: defer freeing of boot services memoryMike Rapoport (Microsoft)
2026-03-04x86/xen/pvh: Enable PAE mode for 32-bit guest only when CONFIG_X86_PAE is setHou Wenlong
2026-02-06perf/x86/intel: Do not enable BTS for guestsFernand Sieber
2026-02-06x86/resctrl: Add missing resctrl initialization for HygonXiaochen Shen
2026-02-06x86/resctrl: Fix memory bandwidth counter width for HygonXiaochen Shen
2026-01-19KVM: nSVM: Set exit_code_hi to -1 when synthesizing SVM_EXIT_ERR (failed VMRUN)Sean Christopherson
2026-01-19KVM: nSVM: Propagate SVM_EXIT_CR0_SEL_WRITE correctly for LMSW emulationYosry Ahmed
2026-01-19KVM: x86: Fix VM hard lockup after prolonged inactivity with periodic HV timerfuqiang wang
2026-01-19KVM: x86: Explicitly set new periodic hrtimer expiration in apic_timer_fn()fuqiang wang
2026-01-19KVM: x86: WARN if hrtimer callback for periodic APIC timer fires with period=0Sean Christopherson
2026-01-19lib/crypto: x86/blake2s: Fix 32-bit arg treated as 64-bitEric Biggers
2026-01-19x86/ptrace: Always inline trivial accessorsPeter Zijlstra
2026-01-19perf/x86/intel: Correct large PEBS flag checkDapeng Mi
2026-01-19x86/dumpstack: Prevent KASAN false positive warnings in __show_regs()Tengda Wu
2026-01-19x86: kmsan: don't instrument stack walking functionsAlexander Potapenko
2026-01-19x86/dumpstack: Make show_trace_log_lvl() staticHui Su
2025-12-07Revert "perf/x86: Always store regs->ip in perf_callchain_kernel()"Jiri Olsa
2025-12-07x86/kvm: Prefer native qspinlock for dedicated vCPUs irrespective of PV_UNHALTLi RongQing
2025-12-07x86/vsyscall: Do not require X86_PF_INSTR to emulate vsyscallKirill A. Shutemov
2025-12-07arch: back to -std=gnu89 in < v5.18Matthieu Baerts (NGI0)
2025-12-07x86/boot: Compile boot code with -std=gnu11 tooAlexey Dobriyan
2025-12-07x86/resctrl: Fix miscount of bandwidth event when reactivating previously una...Babu Moger
2025-12-07x86/bugs: Fix reporting of LFENCE retpolineDavid Kaplan
2025-10-29minmax: add a few more MIN_T/MAX_T usersLinus Torvalds
2025-10-29KVM: x86: Don't (re)check L1 intercepts when completing userspace I/OSean Christopherson
2025-10-29x86/umip: Fix decoding of register forms of 0F 01 (SGDT and SIDT aliases)Sean Christopherson
2025-10-29x86/umip: Check that the instruction opcode is at least two bytesSean Christopherson
2025-10-29x86/vdso: Fix output operand size of RDPIDUros Bizjak
2025-10-02KVM: SVM: Sync TPR from LAPIC into VMCB::V_TPR even if AVIC is activeMaciej S. Szmigiero