Age | Commit message (Expand) | Author |
2022-02-22 | x86: clean up symbol aliasing | Mark Rutland |
2020-08-14 | x86/boot: Remove run-time relocations from head_{32,64}.S | Arvind Sankar |
2020-08-14 | x86/boot: Remove run-time relocations from .head.text code | Arvind Sankar |
2020-08-14 | x86/boot/compressed: Get rid of GOT fixup code | Ard Biesheuvel |
2020-05-19 | x86/boot: Correct relocation destination on old linkers | Arvind Sankar |
2020-03-08 | efi/x86: Decompress at start of PE image load address | Arvind Sankar |
2020-03-08 | x86/boot/compressed/32: Save the output address instead of recalculating it | Arvind Sankar |
2020-03-08 | x86/boot: Use unsigned comparison for addresses | Arvind Sankar |
2020-03-08 | efi/x86: Avoid using code32_start | Arvind Sankar |
2020-02-29 | x86/boot/compressed: Fix reloading of GDTR post-relocation | Arvind Sankar |
2020-02-22 | efi/x86: Remove GDT setup from efi_main | Arvind Sankar |
2020-02-22 | x86/boot: Remove KEEP_SEGMENTS support | Arvind Sankar |
2020-01-28 | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds |
2020-01-23 | x86/boot: Simplify calculation of output address | Arvind Sankar |
2019-12-25 | efi/libstub/x86: Drop __efi_early() export and efi_config struct | Ard Biesheuvel |
2019-12-25 | efi/libstub/x86: Avoid thunking for native firmware calls | Ard Biesheuvel |
2019-10-18 | x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_* | Jiri Slaby |
2019-10-18 | x86/boot: Annotate local functions | Jiri Slaby |
2019-09-06 | x86/asm: Make some functions local labels | Jiri Slaby |
2017-11-02 | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman |
2017-08-29 | x86/boot/32: Extract efi_pe_entry() from startup_32() | Jiri Slaby |
2017-02-07 | x86/efi: Allow invocation of arbitrary runtime services | David Howells |
2016-09-09 | x86/efi: Allow invocation of arbitrary boot services | Lukas Wunner |
2016-04-29 | x86/KASLR: Clean up unused code from old 'run_size' and rename it to 'kernel_... | Yinghai Lu |
2016-04-29 | x86/boot: Move compressed kernel to the end of the decompression buffer | Yinghai Lu |
2016-04-19 | x86/boot: Clarify purpose of functions in misc.c | Kees Cook |
2016-03-29 | x86/build: Build compressed x86 kernels as PIE | H.J. Lu |
2015-02-19 | x86/asm/boot: Use already defined KEEP_SEGMENTS macro in head_{32,64}.S | Alexander Kuleshov |
2014-11-01 | x86, kaslr: Prevent .bss from overlaping initrd | Junjie Mao |
2014-09-22 | Revert "x86/efi: Fixup GOT in all boot code paths" | Linus Torvalds |
2014-09-08 | x86/efi: Fixup GOT in all boot code paths | Matt Fleming |
2014-04-10 | x86/efi: Correct EFI boot stub use of code32_start | Matt Fleming |
2014-03-05 | x86/boot: Fix non-EFI build | Matt Fleming |
2014-03-04 | x86/efi: Firmware agnostic handover entry points | Matt Fleming |
2014-03-04 | x86/efi: Build our own EFI services pointer table | Matt Fleming |
2013-10-13 | x86, kaslr: Return location from decompress_kernel | Kees Cook |
2013-08-07 | x86, relocs: Move ELF relocation handling to C | Kees Cook |
2013-01-27 | x86, build: Dynamically find entry points in compressed startup code | David Woodhouse |
2013-01-27 | x86, efi: Fix 32-bit EFI handover protocol entry point | David Woodhouse |
2012-07-20 | x86, efi: Handover Protocol | Matt Fleming |
2012-04-16 | x86, efi: Add dedicated EFI stub entry point | Matt Fleming |
2011-12-12 | x86, efi: EFI boot stub support | Matt Fleming |
2010-08-02 | x86, setup: Allow global variables and functions in the decompressor | H. Peter Anvin |
2009-09-18 | x86: convert compressed loader to use __HEAD and HEAD_TEXT macros. | Tim Abbott |
2009-05-11 | x86, boot: make kernel_alignment adjustable; new bzImage fields | H. Peter Anvin |
2009-05-11 | x86, boot: remove dead code from boot/compressed/head_*.S | H. Peter Anvin |
2009-05-08 | x86, boot: determine compressed code offset at compile time | H. Peter Anvin |
2009-05-08 | x86, boot: use appropriate rep string for move and clear | H. Peter Anvin |
2009-05-08 | x86, boot: zero EFLAGS on 32 bits | H. Peter Anvin |
2009-05-08 | x86, boot: set up the decompression stack as early as possible | H. Peter Anvin |