summaryrefslogtreecommitdiffstats
path: root/arch/x86
Commit message (Expand)AuthorAgeFilesLines
...
* KVM: SVM: INTERCEPT_RDTSCP is never intercepted anywayPaolo Bonzini2023-10-061-4/+1
* x86/srso: Add SRSO mitigation for Hygon processorsPu Wen2023-10-061-1/+1
* x86/sgx: Resolves SECS reclaim vs. page fault for EAUG raceHaitao Huang2023-10-061-5/+25
* efi/x86: Ensure that EFI_RUNTIME_MAP is enabled for kexecArd Biesheuvel2023-10-061-1/+1
* x86/reboot: VMCLEAR active VMCSes before emergency rebootSean Christopherson2023-10-065-40/+27
* x86/srso: Fix SBPB enablement for spec_rstack_overflow=offJosh Poimboeuf2023-10-061-1/+1
* x86/srso: Don't probe microcode in a guestJosh Poimboeuf2023-10-061-1/+1
* x86/srso: Set CPUID feature bits independently of bug or mitigation statusJosh Poimboeuf2023-10-063-33/+10
* x86/srso: Fix srso_show_state() side effectJosh Poimboeuf2023-10-061-1/+1
* x86/asm: Fix build of UML with KASANVincent Whitchurch2023-10-064-3/+10
* x86/mm, kexec, ima: Use memblock_free_late() from ima_free_kexec_buffer()Rik van Riel2023-10-061-6/+2
* x86,static_call: Fix static-call vs return-thunkPeter Zijlstra2023-09-232-1/+3
* x86/alternatives: Remove faulty optimizationJosh Poimboeuf2023-09-231-8/+0
* x86/platform/uv: Use alternate source for socket to node dataSteve Wahl2023-09-231-6/+5
* x86/purgatory: Remove LTO flagsSong Liu2023-09-231-0/+4
* x86/boot/compressed: Reserve more memory for page tablesKirill A. Shutemov2023-09-232-14/+39
* x86/sched: Restore the SD_ASYM_PACKING flag in the DIE domainRicardo Neri2023-09-231-3/+9
* x86/ibt: Avoid duplicate ENDBR in __put_user_nocheck*()Peter Zijlstra2023-09-231-4/+0
* x86/ibt: Suppress spurious ENDBRPeter Zijlstra2023-09-231-0/+8
* x86: bring back rep movsq for user access on CPUs without ERMSMateusz Guzik2023-09-232-45/+14
* x86/amd_nb: Add PCI IDs for AMD Family 1Ah-based modelsAvadhut Naik2023-09-231-0/+8
* KVM: SVM: Skip VMSA init in sev_es_init_vmcb() if pointer is NULLSean Christopherson2023-09-191-2/+5
* KVM: SVM: Set target pCPU during IRTE update if target vCPU is runningSean Christopherson2023-09-191-0/+28
* KVM: nSVM: Load L1's TSC multiplier based on L1 state, not L2 stateSean Christopherson2023-09-191-2/+2
* KVM: nSVM: Check instead of asserting on nested TSC scaling supportSean Christopherson2023-09-191-3/+2
* KVM: SVM: Get source vCPUs from source VM for SEV-ES intrahost migrationSean Christopherson2023-09-191-1/+1
* KVM: SVM: Don't inject #UD if KVM attempts to skip SEV guest insnSean Christopherson2023-09-191-8/+27
* KVM: SVM: Take and hold ir_list_lock when updating vCPU's Physical ID entrySean Christopherson2023-09-191-8/+23
* KVM: VMX: Refresh available regs and IDT vectoring info before NMI handlingSean Christopherson2023-09-191-10/+11
* x86/virt: Drop unnecessary check on extended CPUID level in cpu_has_svm()Sean Christopherson2023-09-191-6/+0
* KVM: SVM: Don't defer NMI unblocking until next exit for SEV-ES guestsSean Christopherson2023-09-192-6/+9
* perf/x86/uncore: Correct the number of CHAs on EMRKan Liang2023-09-131-1/+11
* x86/build: Fix linker fill bytes quirk/incompatibility for ld.lldSong Liu2023-09-131-1/+1
* x86/sgx: Break up long non-preemptible delays in sgx_vepc_release()Jack Wang2023-09-131-0/+3
* x86/smp: Don't send INIT to non-present and non-booted CPUsThomas Gleixner2023-09-131-1/+1
* x86/MCE: Always save CS register on AMD Zen IF Poison errorsYazen Ghannam2023-09-132-1/+30
* x86/sev: Make enc_dec_hypercall() accept a size instead of npagesSteve Rutherford2023-09-133-13/+10
* x86/speculation: Mark all Skylake CPUs as vulnerable to GDSDave Hansen2023-09-131-4/+4
* x86/APM: drop the duplicate APM_MINOR_DEV macroRandy Dunlap2023-09-131-6/+0
* x86/mm: Fix PAT bit missing from page protection modify maskJanusz Krzysztofik2023-09-131-5/+6
* nmi_backtrace: allow excluding an arbitrary CPUDouglas Anderson2023-09-132-3/+3
* x86/decompressor: Don't rely on upper 32 bits of GPRs being preservedArd Biesheuvel2023-09-131-7/+23
* locking/arch: Avoid variable shadowing in local_try_cmpxchg()Uros Bizjak2023-09-131-2/+2
* lockdep: fix static memory detection even moreHelge Deller2023-09-021-18/+0
* x86/fpu: Set X86_FEATURE_OSXSAVE feature after enabling OSXSAVE in CR4Feng Tang2023-08-241-0/+7
* x86/fpu: Invalidate FPU state correctly on exec()Rick Edgecombe2023-08-242-3/+2
* x86/srso: Correct the mitigation status when SMT is disabledBorislav Petkov (AMD)2023-08-181-3/+2
* x86/static_call: Fix __static_call_fixup()Peter Zijlstra2023-08-171-0/+13
* x86/srso: Explain the untraining sequences a bit moreBorislav Petkov (AMD)2023-08-161-0/+19
* x86/cpu/kvm: Provide UNTRAIN_RET_VMPeter Zijlstra2023-08-163-5/+14