summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot
Commit message (Expand)AuthorAgeFilesLines
* x86/efistub: Use 1:1 file:memory mapping for PE/COFF .compat sectionArd Biesheuvel2024-02-052-11/+9
* Merge tag 'x86-cleanups-2024-01-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2024-01-082-2/+2
|\
| * arch/x86: Fix typosBjorn Helgaas2024-01-032-2/+2
* | Merge tag 'x86-boot-2024-01-08' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2024-01-085-1/+9
|\ \
| * | x86/boot: Remove redundant initialization of the 'delta' variable in strcmp()Colin Ian King2023-12-201-1/+1
| * | x86/boot: Ignore NMIs during very early bootJun'ichi Nomura2023-11-304-0/+8
| |/
* | x86/asm: Always set A (accessed) flag in GDT descriptorsVegard Nossum2023-12-201-2/+2
* | x86/asm: Replace magic numbers in GDT descriptors, script-generated changeVegard Nossum2023-12-201-3/+3
* | x86/asm: Replace magic numbers in GDT descriptors, preparationsVegard Nossum2023-12-201-0/+1
* | x86, kexec: fix the wrong ifdeffery CONFIG_KEXECBaoquan He2023-12-121-1/+1
|/
* Merge tag 'x86_tdx_for_6.7' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2023-11-011-3/+3
|\
| * x86/tdx: Remove 'struct tdx_hypercall_args'Kai Huang2023-09-121-2/+2
| * x86/tdx: Make TDX_HYPERCALL asm similar to TDX_MODULE_CALLKai Huang2023-09-121-1/+1
* | Merge tag 'x86-mm-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2023-10-301-1/+1
|\ \
| * | x86/sev: Make boot_ghcb_page[] staticGUO Zihua2023-10-031-1/+1
| |/
* | Merge tag 'x86-boot-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2023-10-3014-447/+154
|\ \
| * | x86/boot: Rename conflicting 'boot_params' pointer to 'boot_params_ptr'Ard Biesheuvel2023-10-189-47/+46
| * | x86/boot: Increase section and file alignment to 4k/512Ard Biesheuvel2023-09-174-125/+51
| * | x86/boot: Split off PE/COFF .data sectionArd Biesheuvel2023-09-172-5/+16
| * | x86/boot: Drop PE/COFF .reloc sectionArd Biesheuvel2023-09-173-51/+7
| * | x86/boot: Construct PE/COFF .text section from assemblerArd Biesheuvel2023-09-172-62/+7
| * | x86/boot: Derive file size from _edata symbolArd Biesheuvel2023-09-174-25/+12
| * | x86/boot: Define setup size in linker scriptArd Biesheuvel2023-09-173-7/+5
| * | x86/boot: Set EFI handover offset directly in header asmArd Biesheuvel2023-09-172-25/+17
| * | x86/boot: Grab kernel_info offset from zoffset header directlyArd Biesheuvel2023-09-172-5/+1
| * | x86/boot: Drop references to startup_64Ard Biesheuvel2023-09-152-4/+1
| * | x86/boot: Drop redundant code setting the root deviceArd Biesheuvel2023-09-152-8/+1
| * | x86/boot: Omit compression buffer from PE/COFF image memory footprintArd Biesheuvel2023-09-152-48/+8
| * | x86/boot: Remove the 'bugger off' messageArd Biesheuvel2023-09-152-52/+4
| * | x86/efi: Drop alignment flags from PE section headersArd Biesheuvel2023-09-151-8/+4
| * | x86/efi: Drop EFI stub .bss from .data sectionArd Biesheuvel2023-09-151-1/+0
| |/
* | x86/sev: Check for user-space IOIO pointing to kernel spaceJoerg Roedel2023-10-171-0/+5
* | x86/sev: Check IOBM for IOIO exceptions from user-spaceJoerg Roedel2023-10-091-0/+5
* | x86/boot/compressed: Reserve more memory for page tablesKirill A. Shutemov2023-09-171-0/+8
|/
* Merge tag 'x86-cleanups-2023-08-28' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2023-08-282-2/+2
|\
| * x86/purgatory: Include header for warn() declarationArnd Bergmann2023-08-032-2/+2
* | Merge tag 'x86_sev_for_v6.6_rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2023-08-281-1/+1
|\ \
| * | x86/sev: Do not handle #VC for DR7 read/writeAlexey Kardashevskiy2023-08-161-1/+1
* | | x86/efistub: Avoid legacy decompressor when doing EFI bootArd Biesheuvel2023-08-074-95/+5
* | | x86/efistub: Perform SNP feature test while running in the firmwareArd Biesheuvel2023-08-071-46/+66
* | | x86/decompressor: Factor out kernel decompression and relocationArd Biesheuvel2023-08-071-5/+23
* | | x86/decompressor: Move global symbol references to C codeArd Biesheuvel2023-08-073-23/+11
* | | x86/decompressor: Merge trampoline cleanup with switching codeArd Biesheuvel2023-08-072-24/+8
* | | x86/decompressor: Pass pgtable address to trampoline directlyArd Biesheuvel2023-08-073-11/+8
* | | x86/decompressor: Only call the trampoline when changing paging levelsArd Biesheuvel2023-08-072-54/+13
* | | x86/decompressor: Call trampoline directly from C codeArd Biesheuvel2023-08-072-37/+26
* | | x86/decompressor: Avoid the need for a stack in the 32-bit trampolineArd Biesheuvel2023-08-073-21/+40
* | | x86/decompressor: Use standard calling convention for trampolineArd Biesheuvel2023-08-072-15/+14
* | | x86/decompressor: Call trampoline as a normal functionArd Biesheuvel2023-08-072-45/+36
* | | x86/decompressor: Assign paging related global variables earlierArd Biesheuvel2023-08-072-11/+5