summaryrefslogtreecommitdiff
path: root/arch/x86
AgeCommit message (Expand)Author
2024-03-26perf/x86/amd/core: Avoid register reset when CPU is deadSandipan Das
2024-03-26ACPI: CPPC: enable AMD CPPC V2 support for family 17h processorsPerry Yuan
2024-03-26x86, relocs: Ignore relocations in .notes sectionKees Cook
2024-03-26x86/sme: Fix memory encryption setting if enabled by default and not overriddenArd Biesheuvel
2024-03-26x86/resctrl: Implement new mba_MBps throttling heuristicTony Luck
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-15KVM/x86: Export RFDS_NO and RFDS_CLEAR to guestsPawan Gupta
2024-03-15x86/rfds: Mitigate Register File Data Sampling (RFDS)Pawan Gupta
2024-03-15x86/mmio: Disable KVM mitigation when X86_FEATURE_CLEAR_CPU_BUF is setPawan Gupta
2024-03-06KVM/VMX: Move VERW closer to VMentry for MDS mitigationPawan Gupta
2024-03-06KVM/VMX: Use BT+JNC, i.e. EFLAGS.CF to select VMRESUME vs. VMLAUNCHPawan Gupta
2024-03-06x86/bugs: Use ALTERNATIVE() instead of mds_user_clear static keyPawan Gupta
2024-03-06x86/entry_32: Add VERW just before userspace transitionPawan Gupta
2024-03-06x86/entry_64: Add VERW just before userspace transitionPawan Gupta
2024-03-06x86/bugs: Add asm helpers for executing VERWPawan Gupta
2024-03-06x86/boot: Rename conflicting 'boot_params' pointer to 'boot_params_ptr'Ard Biesheuvel
2024-03-06x86/efistub: Avoid legacy decompressor when doing EFI bootArd Biesheuvel
2024-03-06x86/efistub: Perform SNP feature test while running in the firmwareArd Biesheuvel
2024-03-06x86/decompressor: Factor out kernel decompression and relocationArd Biesheuvel
2024-03-06efi/libstub: Add memory attribute protocol definitionsArd Biesheuvel
2024-03-06x86/efistub: Clear BSS in EFI handover protocol entrypointArd Biesheuvel
2024-03-06x86/decompressor: Avoid magic offsets for EFI handover entrypointArd Biesheuvel
2024-03-06x86/efistub: Simplify and clean up handover entry codeArd Biesheuvel
2024-03-06x86/decompressor: Move global symbol references to C codeArd Biesheuvel
2024-03-06x86/decompressor: Merge trampoline cleanup with switching codeArd Biesheuvel
2024-03-06x86/decompressor: Pass pgtable address to trampoline directlyArd Biesheuvel
2024-03-06x86/decompressor: Only call the trampoline when changing paging levelsArd Biesheuvel
2024-03-06x86/decompressor: Call trampoline directly from C codeArd Biesheuvel
2024-03-06x86/decompressor: Avoid the need for a stack in the 32-bit trampolineArd Biesheuvel
2024-03-06x86/decompressor: Use standard calling convention for trampolineArd Biesheuvel
2024-03-06x86/decompressor: Call trampoline as a normal functionArd Biesheuvel
2024-03-06x86/decompressor: Assign paging related global variables earlierArd Biesheuvel
2024-03-06x86/decompressor: Store boot_params pointer in callee save registerArd Biesheuvel
2024-03-06x86/boot: Robustify calling startup_{32,64}() from the decompressor codeAlexander Lobakin
2024-03-06x86/efi: Make the deprecated EFI handover protocol optionalArd Biesheuvel
2024-03-06x86/boot/compressed: Only build mem_encrypt.S if AMD_MEM_ENCRYPT=yArd Biesheuvel
2024-03-06x86/boot/compressed: Adhere to calling convention in get_sev_encryption_bit()Ard Biesheuvel
2024-03-06x86/boot/compressed: Move startup32_check_sev_cbit() out of head_64.SArd Biesheuvel
2024-03-06x86/boot/compressed: Move startup32_check_sev_cbit() into .textArd Biesheuvel
2024-03-06x86/boot/compressed: Move startup32_load_idt() out of head_64.SArd Biesheuvel
2024-03-06x86/boot/compressed: Move startup32_load_idt() into .text sectionArd Biesheuvel
2024-03-06x86/boot/compressed: Pull global variable reference into startup32_load_idt()Ard Biesheuvel
2024-03-06x86/boot/compressed: Avoid touching ECX in startup32_set_idt_entry()Ard Biesheuvel
2024-03-06x86/boot/compressed: Simplify IDT/GDT preserve/restore in the EFI thunkArd Biesheuvel
2024-03-06x86/boot/compressed, efi: Merge multiple definitions of image_offset into oneArd Biesheuvel
2024-03-06x86/boot/compressed: Move efi32_pe_entry() out of head_64.SArd Biesheuvel
2024-03-06x86/boot/compressed: Move efi32_entry out of head_64.SArd Biesheuvel
2024-03-06x86/boot/compressed: Move efi32_pe_entry into .text sectionArd Biesheuvel