summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2023-08-12locking: remove spin_lock_prefetchMateusz Guzik
2023-08-12Merge tag 'x86_urgent_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-08-12Merge tag 'x86_bugs_for_v6.5_rc6' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2023-08-11x86/cpu/amd: Enable Zenbleed fix for AMD Custom APU 0405Cristian Ciocaltea
2023-08-11Merge tag 'acpi-6.5-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
2023-08-10x86: Move gds_ucode_mitigated() declaration to headerArnd Bergmann
2023-08-10x86/srso: Fix build breakage with the LLVM linkerNick Desaulniers
2023-08-09x86/mm: Fix VDSO and VVAR placement on 5-level paging machinesKirill A. Shutemov
2023-08-09ACPI: resource: Honor MADT INT_SRC_OVR settings for IRQ1 on AMD ZenHans de Goede
2023-08-09x86/CPU/AMD: Do not leak quotient data after a division by 0Borislav Petkov (AMD)
2023-08-08x86/linkage: Fix typo of BUILD_VDSO in asm/linkage.hJinghao Jia
2023-08-08x86/vdso: Choose the right GDT_ENTRY_CPUNODE for 32-bit getcpu() on 64-bit ke...Xin Li
2023-08-07Merge tag 'gds-for-linus-2023-08-01' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2023-08-07Merge tag 'x86_bugs_srso' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds
2023-08-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-08-07x86/sev: Do not try to parse for the CC blob on non-AMD hardwareBorislav Petkov (AMD)
2023-08-07x86/srso: Tie SBPB bit setting to microcode patch detectionBorislav Petkov (AMD)
2023-08-04Merge tag 'hyperv-fixes-signed-20230804' of git://git.kernel.org/pub/scm/linu...Linus Torvalds
2023-08-04KVM: SEV: remove ghcb variable declarationsPaolo Bonzini
2023-08-04KVM: SEV: only access GHCB fields oncePaolo Bonzini
2023-08-04KVM: SEV: snapshot the GHCB before accessing itPaolo Bonzini
2023-08-02x86/hyperv: add noop functions to x86_init mpparse functionsSaurabh Sengar
2023-07-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-07-30Merge tag 'x86_urgent_for_v6.5_rc4' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-07-29arch/*/configs/*defconfig: Replace AUTOFS4_FS by AUTOFS_FSSven Joachim
2023-07-29KVM: VMX: Don't fudge CR0 and CR4 for restricted L2 guestSean Christopherson
2023-07-29KVM: x86: Disallow KVM_SET_SREGS{2} if incoming CR0 is invalidSean Christopherson
2023-07-29Revert "KVM: SVM: Skip WRMSR fastpath on VM-Exit if next RIP isn't valid"Sean Christopherson
2023-07-29KVM: x86: Acquire SRCU read lock when handling fastpath MSR writesSean Christopherson
2023-07-29KVM: VMX: Use vmread_error() to report VM-Fail in "goto" pathSean Christopherson
2023-07-29KVM: VMX: Make VMREAD error path play nice with noinstrSean Christopherson
2023-07-29KVM: x86/irq: Conditionally register IRQ bypass consumer againLike Xu
2023-07-29KVM: X86: Use GFP_KERNEL_ACCOUNT for pid_table in ipivPeng Hao
2023-07-29KVM: x86: check the kvm_cpu_get_interrupt result before using itMaxim Levitsky
2023-07-29KVM: x86: VMX: set irr_pending in kvm_apic_update_irrMaxim Levitsky
2023-07-29KVM: x86: VMX: __kvm_apic_update_irr must update the IRR atomicallyMaxim Levitsky
2023-07-29x86/srso: Add a forgotten NOENDBR annotationBorislav Petkov (AMD)
2023-07-29x86/srso: Fix return thunks in generated codeJosh Poimboeuf
2023-07-27x86/srso: Add IBPB on VMEXITBorislav Petkov (AMD)
2023-07-27x86/srso: Add IBPBBorislav Petkov (AMD)
2023-07-27x86/srso: Add SRSO_NO supportBorislav Petkov (AMD)
2023-07-27x86/srso: Add IBPB_BRTYPE supportBorislav Petkov (AMD)
2023-07-27x86/srso: Add a Speculative RAS Overflow mitigationBorislav Petkov (AMD)
2023-07-25x86/traps: Fix load_unaligned_zeropad() handling for shared TDX memoryKirill A. Shutemov
2023-07-23x86/hyperv: fix a warning in mshyperv.hZhiHu
2023-07-23x86/hyperv: Disable IBT when hypercall page lacks ENDBR instructionMichael Kelley
2023-07-22x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabledKim Phillips
2023-07-22x86/MCE/AMD: Decrement threshold_bank refcount when removing threshold blocksYazen Ghannam
2023-07-21KVM: Add GDS_NO support to KVMDaniel Sneddon
2023-07-21x86/speculation: Add Kconfig option for GDSDaniel Sneddon