aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/boot
AgeCommit message (Expand)AuthorFilesLines
2023-11-01Merge tag 'x86_tdx_for_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-3/+3
2023-10-30Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2023-10-30Merge tag 'x86-boot-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 14-447/+154
2023-10-18x86/boot: Rename conflicting 'boot_params' pointer to 'boot_params_ptr'Gravatar Ard Biesheuvel 9-47/+46
2023-10-17x86/sev: Check for user-space IOIO pointing to kernel spaceGravatar Joerg Roedel 1-0/+5
2023-10-09x86/sev: Check IOBM for IOIO exceptions from user-spaceGravatar Joerg Roedel 1-0/+5
2023-10-03x86/sev: Make boot_ghcb_page[] staticGravatar GUO Zihua 1-1/+1
2023-09-17x86/boot: Increase section and file alignment to 4k/512Gravatar Ard Biesheuvel 4-125/+51
2023-09-17x86/boot: Split off PE/COFF .data sectionGravatar Ard Biesheuvel 2-5/+16
2023-09-17x86/boot: Drop PE/COFF .reloc sectionGravatar Ard Biesheuvel 3-51/+7
2023-09-17x86/boot: Construct PE/COFF .text section from assemblerGravatar Ard Biesheuvel 2-62/+7
2023-09-17x86/boot: Derive file size from _edata symbolGravatar Ard Biesheuvel 4-25/+12
2023-09-17x86/boot: Define setup size in linker scriptGravatar Ard Biesheuvel 3-7/+5
2023-09-17x86/boot: Set EFI handover offset directly in header asmGravatar Ard Biesheuvel 2-25/+17
2023-09-17x86/boot: Grab kernel_info offset from zoffset header directlyGravatar Ard Biesheuvel 2-5/+1
2023-09-17x86/boot/compressed: Reserve more memory for page tablesGravatar Kirill A. Shutemov 1-0/+8
2023-09-15x86/boot: Drop references to startup_64Gravatar Ard Biesheuvel 2-4/+1
2023-09-15x86/boot: Drop redundant code setting the root deviceGravatar Ard Biesheuvel 2-8/+1
2023-09-15x86/boot: Omit compression buffer from PE/COFF image memory footprintGravatar Ard Biesheuvel 2-48/+8
2023-09-15x86/boot: Remove the 'bugger off' messageGravatar Ard Biesheuvel 2-52/+4
2023-09-15x86/efi: Drop alignment flags from PE section headersGravatar Ard Biesheuvel 1-8/+4
2023-09-15x86/efi: Drop EFI stub .bss from .data sectionGravatar Ard Biesheuvel 1-1/+0
2023-09-12x86/tdx: Remove 'struct tdx_hypercall_args'Gravatar Kai Huang 1-2/+2
2023-09-12x86/tdx: Make TDX_HYPERCALL asm similar to TDX_MODULE_CALLGravatar Kai Huang 1-1/+1
2023-08-28Merge tag 'x86-cleanups-2023-08-28' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-2/+2
2023-08-28Merge tag 'x86_sev_for_v6.6_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2023-08-16x86/sev: Do not handle #VC for DR7 read/writeGravatar Alexey Kardashevskiy 1-1/+1
2023-08-07x86/efistub: Avoid legacy decompressor when doing EFI bootGravatar Ard Biesheuvel 4-95/+5
2023-08-07x86/efistub: Perform SNP feature test while running in the firmwareGravatar Ard Biesheuvel 1-46/+66
2023-08-07x86/decompressor: Factor out kernel decompression and relocationGravatar Ard Biesheuvel 1-5/+23
2023-08-07x86/decompressor: Move global symbol references to C codeGravatar Ard Biesheuvel 3-23/+11
2023-08-07x86/decompressor: Merge trampoline cleanup with switching codeGravatar Ard Biesheuvel 2-24/+8
2023-08-07x86/decompressor: Pass pgtable address to trampoline directlyGravatar Ard Biesheuvel 3-11/+8
2023-08-07x86/decompressor: Only call the trampoline when changing paging levelsGravatar Ard Biesheuvel 2-54/+13
2023-08-07x86/decompressor: Call trampoline directly from C codeGravatar Ard Biesheuvel 2-37/+26
2023-08-07x86/decompressor: Avoid the need for a stack in the 32-bit trampolineGravatar Ard Biesheuvel 3-21/+40
2023-08-07x86/decompressor: Use standard calling convention for trampolineGravatar Ard Biesheuvel 2-15/+14
2023-08-07x86/decompressor: Call trampoline as a normal functionGravatar Ard Biesheuvel 2-45/+36
2023-08-07x86/decompressor: Assign paging related global variables earlierGravatar Ard Biesheuvel 2-11/+5
2023-08-07x86/decompressor: Store boot_params pointer in callee save registerGravatar Ard Biesheuvel 1-26/+16
2023-08-07x86/efistub: Clear BSS in EFI handover protocol entrypointGravatar Ard Biesheuvel 1-1/+13
2023-08-07x86/decompressor: Avoid magic offsets for EFI handover entrypointGravatar Ard Biesheuvel 2-19/+19
2023-08-07x86/efistub: Simplify and clean up handover entry codeGravatar Ard Biesheuvel 3-31/+14
2023-08-07x86/decompressor: Don't rely on upper 32 bits of GPRs being preservedGravatar Ard Biesheuvel 1-7/+23
2023-08-07x86/sev: Do not try to parse for the CC blob on non-AMD hardwareGravatar Borislav Petkov (AMD) 2-3/+43
2023-08-03x86/purgatory: Include header for warn() declarationGravatar Arnd Bergmann 2-2/+2
2023-06-26Merge tag 'x86_tdx_for_6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+2
2023-06-26Merge tag 'x86_cpu_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 2-15/+0
2023-06-26Merge tag 'x86_cc_for_v6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 11-14/+240
2023-06-14x86/build: Avoid relocation information in final vmlinuxGravatar Petr Pavlu 1-5/+3