aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86
AgeCommit message (Expand)Author
2024-05-13Merge branch 'v5.10/standard/base' into v5.10/standard/preempt-rt/basev5.10/standard/preempt-rt/baseBruce Ashfield
2024-05-13Merge tag 'v5.10.216' into v5.10/standard/basev5.10/standard/baseBruce Ashfield
2024-05-13Merge tag 'v5.10.215' into v5.10/standard/baseBruce Ashfield
2024-05-13Merge tag 'v5.10.214' into v5.10/standard/baseBruce Ashfield
2024-05-13Merge tag 'v5.10.213' into v5.10/standard/baseBruce Ashfield
2024-05-13Merge tag 'v5.10.212' into v5.10/standard/baseBruce Ashfield
2024-05-13Merge tag 'v5.10.211' into v5.10/standard/baseBruce Ashfield
2024-05-02cpu: Re-enable CPU mitigations by default for !X86 architecturesSean Christopherson
2024-05-02x86/cpufeatures: Fix dependencies for GFNI, VAES, and VPCLMULQDQEric Biggers
2024-05-02x86/apic: Force native_apic_mem_read() to use the MOV instructionAdam Dunlap
2024-04-13x86/head/64: Re-enable stack protectionMichael Roth
2024-04-13x86/retpoline: Add NOENDBR annotation to the SRSO dummy return thunkBorislav Petkov (AMD)
2024-04-13x86/mm/pat: fix VM_PAT handling in COW mappingsDavid Hildenbrand
2024-04-13x86/cpufeatures: Add CPUID_LNX_5 to track recently added Linux-defined wordSean Christopherson
2024-04-13x86/retpoline: Do the necessary fixup to the Zen3/4 srso return thunk for !SRSOBorislav Petkov (AMD)
2024-04-13x86/bugs: Fix the SRSO mitigation on Zen3/4Borislav Petkov (AMD)
2024-04-13x86/mce: Make sure to grab mce_sysfs_mutex in set_bank()Borislav Petkov (AMD)
2024-04-13x86/srso: Add SRSO mitigation for Hygon processorsPu Wen
2024-04-13Revert "x86/mm/ident_map: Use gbpages only where full GB page should be mapped."Ingo Molnar
2024-04-13x86/cpufeatures: Add new word for scattered featuresSandipan Das
2024-04-13x86/cpu: Enable STIBP on AMD if Automatic IBRS is enabledKim Phillips
2024-04-13KVM/x86: Export RFDS_NO and RFDS_CLEAR to guestsPawan Gupta
2024-04-13x86/rfds: Mitigate Register File Data Sampling (RFDS)Pawan Gupta
2024-04-13x86/mmio: Disable KVM mitigation when X86_FEATURE_CLEAR_CPU_BUF is setPawan Gupta
2024-04-13KVM/VMX: Move VERW closer to VMentry for MDS mitigationPawan Gupta
2024-04-13KVM/VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCHPawan Gupta
2024-04-13x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static keyPawan Gupta
2024-04-13x86/entry_32: Add VERW just before userspace transitionPawan Gupta
2024-04-13x86/entry_64: Add VERW just before userspace transitionPawan Gupta
2024-04-13x86/bugs: Add asm helpers for executing VERWPawan Gupta
2024-04-13x86/asm: Add _ASM_RIP() macro for x86-64 (%rip) suffixPawan Gupta
2024-04-13KVM: SVM: Flush pages under kvm->lock to fix UAF in svm_register_enc_region()Sean Christopherson
2024-04-13x86/pm: Work around false positive kmemleak report in msr_build_context()Anton Altaparmakov
2024-04-13x86/stackprotector/32: Make the canary into a regular percpu variableAndy Lutomirski
2024-04-13x86/CPU/AMD: Update the Zenbleed microcode revisionsBorislav Petkov (AMD)
2024-04-13x86/bugs: Use sysfs_emit()Borislav Petkov
2024-04-13x86/cpu: Support AMD Automatic IBRSKim Phillips
2024-03-26x86, relocs: Ignore relocations in .notes sectionKees Cook
2024-03-26x86/paravirt: Fix build due to __text_gen_insn() backportBorislav Petkov (AMD)
2024-03-26x86/mm: Disallow vsyscall page read for copy_from_kernel_nofault()Hou Tao
2024-03-26x86/mm: Move is_vsyscall_vaddr() into asm/vsyscall.hHou Tao
2024-03-26x86/xen: Add some null pointer checking to smp.cKunwu Chan
2024-03-15um: allow not setting extra rpaths in the linux binaryJohannes Berg
2024-03-06x86/cpu/intel: Detect TME keyid bits before setting MTRR mask registersPaolo Bonzini
2024-03-01x86/alternative: Make custom return thunk unconditionalPeter Zijlstra
2024-03-01Revert "x86/alternative: Make custom return thunk unconditional"Borislav Petkov (AMD)
2024-03-01x86/returnthunk: Allow different return thunksPeter Zijlstra
2024-03-01x86/ftrace: Use alternative RET encodingPeter Zijlstra
2024-03-01x86/ibt,paravirt: Use text_gen_insn() for paravirt_patch()Peter Zijlstra
2024-03-01x86/text-patching: Make text_gen_insn() play nice with ANNOTATE_NOENDBRPeter Zijlstra