summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Fix lapic timer interrupt lost after loading a snapshot.Haitao Shan2023-11-284-2/+8
* KVM: x86: Clear bit12 of ICR after APIC-write VM-exitTao Su2023-11-281-13/+13
* KVM: x86: Ignore MSR_AMD64_TW_CFG accessMaciej S. Szmigiero2023-11-282-0/+3
* KVM: x86: hyper-v: Don't auto-enable stimer on write from user-spaceNicolas Saenz Julienne2023-11-281-4/+6
* x86/cpu/hygon: Fix the CPU topology evaluation for realPu Wen2023-11-281-2/+6
* x86/apic/msi: Fix misconfigured non-maskable MSI quirkKoichiro Den2023-11-281-5/+3
* x86/PCI: Avoid PME from D3hot/D3cold for AMD Rembrandt and Phoenix USB4Mario Limonciello2023-11-281-0/+59
* crypto: x86/sha - load modules based on CPU featuresRoxana Nicolescu2023-11-282-0/+24
* x86/mm: Drop the 4 MB restriction on minimal NUMA node memory sizeMike Rapoport (IBM)2023-11-282-14/+0
* bpf, x86: initialize the variable "first_off" in save_args()Menglong Dong2023-11-201-1/+1
* x86/amd_nb: Use Family 19h Models 60h-7Fh Function 4 IDsYazen Ghannam2023-11-201-0/+3
* x86/tdx: Zero out the missing RSI in TDX_HYPERCALL macroKai Huang2023-11-201-0/+1
* bpf, x64: Fix tailcall infinite loopLeon Hwang2023-11-201-6/+22
* bpf, x86: allow function arguments up to 12 for TRACINGMenglong Dong2023-11-201-26/+209
* bpf, x86: save/restore regs with BPF_DW sizeMenglong Dong2023-11-201-29/+6
* x86/nmi: Fix out-of-order NMI nesting checks & false positive warningPaul E. McKenney2023-11-201-6/+7
* x86/apic: Fake primary thread mask for XEN/PVThomas Gleixner2023-11-201-0/+11
* x86/boot: Fix incorrect startup_gdt_descr.sizeYuntao Wang2023-11-201-1/+1
* x86/sev-es: Allow copy_from_kernel_nofault() in earlier bootAdam Dunlap2023-11-201-5/+14
* x86/numa: Introduce numa_fill_memblks()Alison Schofield2023-11-202-0/+82
* x86/srso: Fix unret validation dependenciesJosh Poimboeuf2023-11-201-2/+2
* x86/srso: Fix vulnerability reporting for missing microcodeJosh Poimboeuf2023-11-201-14/+22
* x86/srso: Print mitigation for retbleed IBPB caseJosh Poimboeuf2023-11-201-3/+3
* x86/srso: Fix SBPB enablement for (possible) future fixed HWJosh Poimboeuf2023-11-201-1/+1
* iov_iter, x86: Be consistent about the __user tag on copy_mc_to_user()David Howells2023-11-202-5/+5
* x86/cpu: Add model number for Intel Arrow Lake mobile processorTony Luck2023-11-021-0/+2
* x86/i8259: Skip probing when ACPI/MADT advertises PCAT compatibilityThomas Gleixner2023-11-023-8/+35
* x86/tsc: Defer marking TSC unstable to a workerThomas Gleixner2023-11-021-1/+9
* x86: KVM: SVM: refresh AVIC inhibition in svm_leave_nested()Maxim Levitsky2023-10-251-0/+3
* x86: KVM: SVM: add support for Invalid IPI Vector interceptionMaxim Levitsky2023-10-252-1/+5
* x86: KVM: SVM: always update the x2avic msr interceptionMaxim Levitsky2023-10-251-2/+1
* KVM: x86: Constrain guest-supported xfeatures only at KVM_GET_XSAVE{2}Sean Christopherson2023-10-253-14/+17
* KVM: x86/pmu: Truncate counter value to allowed width on writeRoman Kagan2023-10-253-3/+9
* x86/fpu: Allow caller to constrain xfeatures when copying to uabi bufferSean Christopherson2023-10-255-18/+21
* x86/sev: Check for user-space IOIO pointing to kernel spaceJoerg Roedel2023-10-252-2/+34
* x86/sev: Check IOBM for IOIO exceptions from user-spaceJoerg Roedel2023-10-253-7/+47
* x86/sev: Disable MMIO emulation from user modeBorislav Petkov (AMD)2023-10-251-0/+3
* KVM: x86: Mask LVTPC when handling a PMIJim Mattson2023-10-251-2/+6
* Revert "x86/smp: Put CPUs into INIT on shutdown if possible"Linus Torvalds2023-10-193-61/+7
* x86/alternatives: Disable KASAN in apply_alternatives()Kirill A. Shutemov2023-10-191-0/+13
* x86/cpu: Fix AMD erratum #1485 on Zen4-based CPUsBorislav Petkov (AMD)2023-10-192-2/+15
* perf/x86/lbr: Filter vsyscall addressesJP Kobryn2023-10-191-2/+3
* x86/sev: Use the GHCB protocol when available for SNP CPUID requestsTom Lendacky2023-10-101-14/+55
* x86/sev: Change npages to unsigned long in snp_accept_memory()Tom Lendacky2023-10-101-2/+1
* perf/x86/amd: Do not WARN() on every IRQBreno Leitao2023-10-101-1/+9
* perf/x86/amd/core: Fix overflow reset on hotplugSandipan Das2023-10-101-6/+8
* KVM: x86/mmu: Stop zapping invalidated TDP MMU roots asynchronouslySean Christopherson2023-10-066-102/+68
* KVM: x86/mmu: Do not filter address spaces in for_each_tdp_mmu_root_yield_safe()Paolo Bonzini2023-10-063-19/+14
* KVM: x86/mmu: Open code leaf invalidation from mmu_notifierSean Christopherson2023-10-063-7/+12
* KVM: SVM: Fix TSC_AUX virtualization setupTom Lendacky2023-10-063-12/+29