| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/boot: Increase section and file alignment to 4k/512 | Ard Biesheuvel | 2023-09-17 | 1 | -88/+2 |
* | x86/boot: Drop PE/COFF .reloc section | Ard Biesheuvel | 2023-09-17 | 1 | -29/+5 |
* | x86/boot: Construct PE/COFF .text section from assembler | Ard Biesheuvel | 2023-09-17 | 1 | -47/+0 |
* | x86/boot: Derive file size from _edata symbol | Ard Biesheuvel | 2023-09-17 | 1 | -23/+7 |
* | x86/boot: Define setup size in linker script | Ard Biesheuvel | 2023-09-17 | 1 | -6/+0 |
* | x86/boot: Set EFI handover offset directly in header asm | Ard Biesheuvel | 2023-09-17 | 1 | -24/+0 |
* | x86/boot: Grab kernel_info offset from zoffset header directly | Ard Biesheuvel | 2023-09-17 | 1 | -4/+0 |
* | x86/boot: Drop references to startup_64 | Ard Biesheuvel | 2023-09-15 | 1 | -3/+0 |
* | x86/boot: Drop redundant code setting the root device | Ard Biesheuvel | 2023-09-15 | 1 | -7/+0 |
* | x86/boot: Omit compression buffer from PE/COFF image memory footprint | Ard Biesheuvel | 2023-09-15 | 1 | -44/+6 |
* | x86/efi: Make the deprecated EFI handover protocol optional | Ard Biesheuvel | 2022-11-24 | 1 | -0/+2 |
* | x86/build: Declutter the build output | Ingo Molnar | 2020-08-20 | 1 | -4/+0 |
* | x86/boot: Mark global variables as static | Arvind Sankar | 2020-05-14 | 1 | -8/+8 |
* | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2020-04-03 | 1 | -0/+1 |
|\ |
|
| * | .gitignore: add SPDX License Identifier | Masahiro Yamada | 2020-03-25 | 1 | -0/+1 |
* | | efi/x86: Don't relocate the kernel unless necessary | Arvind Sankar | 2020-03-08 | 1 | -10/+6 |
* | | efi/x86: Remove extra headroom for setup block | Arvind Sankar | 2020-03-08 | 1 | -2/+26 |
* | | efi/x86: Add true mixed mode entry point into .compat section | Ard Biesheuvel | 2020-02-23 | 1 | -1/+49 |
* | | efi/x86: Drop redundant .bss section | Ard Biesheuvel | 2020-02-23 | 1 | -24/+12 |
* | | efi/x86: add headroom to decompressor BSS to account for setup block | Ard Biesheuvel | 2020-02-23 | 1 | -1/+1 |
|/ |
|
* | x86/boot: Introduce kernel_info | Daniel Kiper | 2019-11-12 | 1 | -0/+5 |
* | x86/boot: Add missing va_end() to die() | Mattias Jacobsson | 2018-11-28 | 1 | -0/+1 |
* | x86: boot: Fix EFI stub alignment | Ben Hutchings | 2018-09-26 | 1 | -0/+7 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | x86/boot: Remove unused 'is_big_kernel' variable | Nicolas Iooss | 2016-02-16 | 1 | -1/+0 |
* | x86/efi: Include a .bss section within the PE/COFF headers | Michael Brown | 2014-07-10 | 1 | -8/+30 |
* | x86, tools: Fix up compiler warnings | Matt Fleming | 2014-03-05 | 1 | -3/+4 |
* | x86/efi: Firmware agnostic handover entry points | Matt Fleming | 2014-03-04 | 1 | -7/+15 |
* | x86, tools: Consolidate #ifdef code | Matt Fleming | 2014-03-04 | 1 | -22/+42 |
* | x86, build: move build output statistics away from stderr | Kees Cook | 2013-09-26 | 1 | -16/+24 |
* | x86/boot: Close opened file descriptor | Jiri Slaby | 2013-06-19 | 1 | -0/+1 |
* | x86, build: Dynamically find entry points in compressed startup code | David Woodhouse | 2013-01-27 | 1 | -18/+63 |
* | x86, efi stub: Add .reloc section back into image | Jordan Justen | 2012-06-07 | 1 | -63/+109 |
* | Merge branch 'x86-efi-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2012-05-23 | 1 | -3/+21 |
|\ |
|
| * | Merge branch x86/build into x86/efi and fix up arch/x86/boot/tools/build.c | H. Peter Anvin | 2012-03-28 | 1 | -25/+22 |
| |\ |
|
| * | | x86, efi: Fix .text section overlapping image header for EFI_STUB | Matt Fleming | 2012-03-26 | 1 | -3/+22 |
* | | | x86, efi: Add dedicated EFI stub entry point | Matt Fleming | 2012-04-16 | 1 | -4/+11 |
| |/
|/| |
|
* | | x86, build: Fix portability issues when cross-building | H. Peter Anvin | 2012-02-28 | 1 | -3/+4 |
* | | x86, tools: Remove unneeded header files from tools/build.c | H. Peter Anvin | 2012-02-28 | 1 | -2/+0 |
* | | x86, efi: Fix endian issues and unaligned accesses | Matt Fleming | 2012-02-28 | 1 | -16/+15 |
|/ |
|
* | x86, efi: EFI boot stub support | Matt Fleming | 2011-12-12 | 1 | -0/+39 |
* | x86, build: Do not set the root_dev field in bzImage | Michal Marek | 2011-05-25 | 1 | -29/+4 |
* | x86: remove zImage support | H. Peter Anvin | 2009-03-11 | 1 | -8/+1 |
* | x86: add a crc32 checksum to the kernel image. | Ian Campbell | 2008-04-17 | 1 | -1/+87 |
* | i386: move boot | Thomas Gleixner | 2007-10-11 | 2 | -0/+169 |