summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)AuthorFilesLines
2025-03-22x86/vmware: Parse MP tables for SEV-SNP enabled guests under VMware hypervisorsAjay Kaher1-0/+4
2025-03-22x86/microcode/AMD: Fix out-of-bounds on systems with CPU-less NUMA nodesFlorent Revest1-1/+1
2025-03-22vhost: return task creation error instead of NULLKeith Busch1-1/+1
2025-03-22perf/x86/rapl: Add support for Intel Arrow Lake UAaron Ma1-0/+1
2025-03-22x86/irq: Define trace events conditionallyArnd Bergmann1-0/+2
2025-03-22x86/of: Don't use DTB for SMP setup if ACPI is enabledDmytro Maluka1-1/+2
2025-03-22perf/x86/intel: Use better start period for frequency modeKan Liang1-0/+85
2025-03-22virt: sev-guest: Move SNP Guest Request data pages handling under snp_cmd_mutexAlexey Kardashevskiy1-3/+3
2025-03-13KVM: x86: Explicitly zero EAX and EBX when PERFMON_V2 isn't supported by KVMXiaoyao Li1-1/+1
2025-03-13KVM: x86: Snapshot the host's DEBUGCTL after disabling IRQsSean Christopherson1-1/+2
2025-03-13KVM: SVM: Manually context switch DEBUGCTL if LBR virtualization is disabledSean Christopherson1-0/+14
2025-03-13KVM: x86: Snapshot the host's DEBUGCTL in common x86Sean Christopherson4-8/+4
2025-03-13KVM: SVM: Suppress DEBUGCTL.BTF on AMDSean Christopherson2-1/+10
2025-03-13KVM: SVM: Drop DEBUGCTL[5:2] from guest's effective valueSean Christopherson2-1/+13
2025-03-13KVM: SVM: Save host DR masks on CPUs with DebugSwapSean Christopherson1-3/+10
2025-03-13KVM: SVM: Set RFLAGS.IF=1 in C code, to get VMRUN out of the STI shadowSean Christopherson2-9/+15
2025-03-13x86/sgx: Fix size overflows in sgx_encl_create()Jarkko Sakkinen1-0/+7
2025-03-13x86/cpu: Properly parse CPUID leaf 0x2 TLB descriptor 0x63Ahmed S. Darwish1-16/+34
2025-03-13x86/cpu: Validate CPUID leaf 0x2 EDX outputAhmed S. Darwish1-1/+1
2025-03-13x86/cacheinfo: Validate CPUID leaf 0x2 EDX outputAhmed S. Darwish1-1/+1
2025-03-13x86/boot: Sanitize boot params before parsing command lineArd Biesheuvel1-0/+2
2025-03-13x86/microcode/AMD: Add some forgotten models to the SHA checkBorislav Petkov (AMD)1-0/+6
2025-03-13x86/amd_nb: Use rdmsr_safe() in amd_get_mmconfig_range()Andrew Cooper1-6/+3
2025-03-07x86/microcode/AMD: Load only SHA256-checksummed patchesBorislav Petkov (AMD)3-2/+554
2025-03-07x86/microcode/AMD: Add get_patch_level()Borislav Petkov (AMD)1-22/+24
2025-03-07x86/microcode/AMD: Get rid of the _load_microcode_amd() forward declarationBorislav Petkov (AMD)1-28/+26
2025-03-07x86/microcode/AMD: Merge early_apply_microcode() into its single callsiteBorislav Petkov (AMD)1-34/+26
2025-03-07x86/microcode/AMD: Remove unused save_microcode_in_initrd_amd() declarationsBorislav Petkov (AMD)2-3/+1
2025-03-07x86/microcode/AMD: Remove ugly linebreak in __verify_patch_section() signatureBorislav Petkov (AMD)1-2/+1
2025-03-07x86/microcode/AMD: Have __apply_microcode_amd() return boolBorislav Petkov (AMD)1-6/+6
2025-03-07x86/microcode/AMD: Return bool from find_blobs_in_containers()Nikolay Borisov1-6/+9
2025-03-07perf/x86: Fix low freqency setting issueKan Liang1-1/+1
2025-03-07x86/CPU: Fix warm boot hang regression on AMD SC1100 SoC systemsRussell Senior1-2/+2
2025-02-27perf/x86/intel: Fix event constraints for LNCKan Liang2-14/+8
2025-02-21perf/x86/intel: Ensure LBRs are disabled when a CPU is startingSean Christopherson2-2/+6
2025-02-21perf/x86/intel: Fix ARCH_PERFMON_NUM_COUNTER_LEAFKan Liang2-11/+35
2025-02-21KVM: nSVM: Enter guest mode before initializing nested NPT MMUSean Christopherson2-6/+6
2025-02-21KVM: x86: Load DR6 with guest value only before entering .vcpu_run() loopSean Christopherson7-11/+19
2025-02-21KVM: x86: Reject Hyper-V's SEND_IPI hypercalls if local APIC isn't in-kernelSean Christopherson1-1/+5
2025-02-21x86/mm/tlb: Only trim the mm_cpumask once a secondRik van Riel4-3/+36
2025-02-21Grab mm lock before grabbing pt lockMaksym Planeta1-0/+4
2025-02-21x86/xen: allow larger contiguous memory regions in PV guestsJuergen Gross1-9/+62
2025-02-21um: properly align signal stack on x86_64Benjamin Berg1-3/+5
2025-02-21um: add back support for FXSAVE registersBenjamin Berg2-3/+23
2025-02-21perf/x86/intel: Clean up PEBS-via-PT on hybridKan Liang2-11/+9
2025-02-21x86/cpu/kvm: SRSO: Fix possible missing IBPB on VM-ExitPatrick Bellasi2-8/+16
2025-02-17x86/mm: Convert unreachable() to BUG()Peter Zijlstra1-1/+1
2025-02-17x86/boot: Use '-std=gnu11' to fix build with GCC 15Nathan Chancellor1-0/+1
2025-02-17x86/acpi: Fix LAPIC/x2APIC parsing orderZhang Rui1-5/+45
2025-02-17KVM: x86/mmu: Ensure NX huge page recovery thread is alive before wakingSean Christopherson1-7/+26