aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/boot/header.S
AgeCommit message (Expand)AuthorFilesLines
2023-09-17x86/boot: Increase section and file alignment to 4k/512Gravatar Ard Biesheuvel 1-32/+43
2023-09-17x86/boot: Split off PE/COFF .data sectionGravatar Ard Biesheuvel 1-4/+15
2023-09-17x86/boot: Drop PE/COFF .reloc sectionGravatar Ard Biesheuvel 1-20/+0
2023-09-17x86/boot: Construct PE/COFF .text section from assemblerGravatar Ard Biesheuvel 1-15/+7
2023-09-17x86/boot: Derive file size from _edata symbolGravatar Ard Biesheuvel 1-1/+1
2023-09-17x86/boot: Define setup size in linker scriptGravatar Ard Biesheuvel 1-1/+1
2023-09-17x86/boot: Set EFI handover offset directly in header asmGravatar Ard Biesheuvel 1-1/+17
2023-09-17x86/boot: Grab kernel_info offset from zoffset header directlyGravatar Ard Biesheuvel 1-1/+1
2023-09-15x86/boot: Drop redundant code setting the root deviceGravatar Ard Biesheuvel 1-1/+1
2023-09-15x86/boot: Omit compression buffer from PE/COFF image memory footprintGravatar Ard Biesheuvel 1-4/+2
2023-09-15x86/boot: Remove the 'bugger off' messageGravatar Ard Biesheuvel 1-49/+0
2023-09-15x86/efi: Drop alignment flags from PE section headersGravatar Ard Biesheuvel 1-8/+4
2023-03-30docs: move x86 documentation into Documentation/arch/Gravatar Jonathan Corbet 1-1/+1
2022-12-13Merge tag 'x86_boot_for_v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-1/+1
2022-12-05efi: Put Linux specific magic number in the DOS headerGravatar Ard Biesheuvel 1-1/+2
2022-11-24x86/efi: Make the deprecated EFI handover protocol optionalGravatar Ard Biesheuvel 1-1/+1
2022-06-01efi: x86: Fix config name for setting the NX-compatibility flag in the PE headerGravatar Lukas Bulwahn 1-1/+1
2022-05-03efi: x86: Set the NX-compatibility flag in the PE headerGravatar Peter Jones 1-0/+4
2020-07-31x86: Bump ZO_z_extra_bytes margin for zstdGravatar Nick Terrell 1-1/+7
2020-03-08efi/x86: Add kernel preferred address to PE headerGravatar Arvind Sankar 1-2/+4
2020-02-23efi/libstub: Introduce symbolic constants for the stub major/minor versionGravatar Ard Biesheuvel 1-2/+2
2020-02-23efi/x86: Use symbolic constants in PE header instead of bare numbersGravatar Ard Biesheuvel 1-30/+32
2020-02-23efi/x86: Add true mixed mode entry point into .compat sectionGravatar Ard Biesheuvel 1-1/+19
2020-02-23efi/x86: Drop redundant .bss sectionGravatar Ard Biesheuvel 1-20/+1
2019-11-12x86/boot: Introduce setup_indirectGravatar Daniel Kiper 1-1/+1
2019-11-12x86/boot: Introduce kernel_infoGravatar Daniel Kiper 1-0/+1
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxGravatar Linus Torvalds 1-1/+1
2019-06-28x86/boot: Add xloadflags bits to check for 5-level paging supportGravatar Baoquan He 1-1/+11
2019-06-08docs: fix broken documentation linksGravatar Mauro Carvalho Chehab 1-1/+1
2018-11-20x86/boot: Mostly revert commit ae7e1238e68f2a ("Add ACPI RSDP address to setu...Gravatar Juergen Gross 1-5/+1
2018-10-10x86/boot: Add ACPI RSDP address to setup_headerGravatar Juergen Gross 1-1/+5
2017-11-13Merge branch 'x86-boot-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 1-0/+1
2017-10-11x86/boot: Remove unnecessary #include <generated/utsrelease.h>Gravatar Masahiro Yamada 1-1/+0
2017-08-29x86/boot: Provide more slack space during decompressionGravatar Jan H. Schönherr 1-1/+7
2017-01-28x86/boot/e820: Remove assembly guard from asm/e820/types.hGravatar Ingo Molnar 1-1/+0
2017-01-28x86/boot/e820: Move asm/e820.h to asm/e820/api.hGravatar Ingo Molnar 1-1/+1
2016-04-29x86/boot: Calculate decompression size during boot not buildGravatar Yinghai Lu 1-10/+25
2016-04-22x86/KASLR: Update description for decompressor worst case sizeGravatar Baoquan He 1-0/+88
2015-10-14Merge branch 'x86/urgent' into core/efi, to pick up a pending EFI fixGravatar Ingo Molnar 1-1/+1
2015-09-10kexec: split kexec_load syscall from kexec core codeGravatar Dave Young 1-1/+1
2015-08-08Revert "x86/efi: Request desired alignment via the PE/COFF headers"Gravatar Matt Fleming 1-1/+1
2014-08-04Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+1
2014-07-18x86/efi: Request desired alignment via the PE/COFF headersGravatar Michael Brown 1-1/+1
2014-07-10x86/efi: Include a .bss section within the PE/COFF headersGravatar Michael Brown 1-4/+22
2014-06-07x86/boot: EFI_MIXED should not prohibit loading above 4GGravatar Matt Fleming 1-2/+1
2014-03-31Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-12/+11
2014-03-13x86, boot: Correct max ramdisk size nameGravatar Borislav Petkov 1-1/+1
2014-03-04x86/efi: Wire up CONFIG_EFI_MIXEDGravatar Matt Fleming 1-5/+10
2014-03-04x86/boot: Cleanup header.S by removing some #ifdefsGravatar Matt Fleming 1-7/+1