summaryrefslogtreecommitdiff
path: root/arch/x86/boot/compressed/head_32.S
AgeCommit message (Expand)AuthorFilesLines
2023-01-09x86/boot: Robustify calling startup_{32,64}() from the decompressor codeAlexander Lobakin1-1/+1
2022-11-24x86/boot/compressed, efi: Merge multiple definitions of image_offset into oneArd Biesheuvel1-4/+0
2022-02-22x86: clean up symbol aliasingMark Rutland1-2/+1
2020-08-14x86/boot: Remove run-time relocations from head_{32,64}.SArvind Sankar1-9/+8
2020-08-14x86/boot: Remove run-time relocations from .head.text codeArvind Sankar1-39/+25
2020-08-14x86/boot/compressed: Get rid of GOT fixup codeArd Biesheuvel1-20/+4
2020-05-19x86/boot: Correct relocation destination on old linkersArvind Sankar1-2/+3
2020-03-08efi/x86: Decompress at start of PE image load addressArvind Sankar1-0/+17
2020-03-08x86/boot/compressed/32: Save the output address instead of recalculating itArvind Sankar1-13/+12
2020-03-08x86/boot: Use unsigned comparison for addressesArvind Sankar1-1/+1
2020-03-08efi/x86: Avoid using code32_startArvind Sankar1-2/+1
2020-02-29x86/boot/compressed: Fix reloading of GDTR post-relocationArvind Sankar1-5/+4
2020-02-23efi/x86: Remove GDT setup from efi_mainArvind Sankar1-6/+34
2020-02-23x86/boot: Remove KEEP_SEGMENTS supportArvind Sankar1-8/+0
2020-01-28Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-5/+3
2020-01-23x86/boot: Simplify calculation of output addressArvind Sankar1-5/+3
2019-12-25efi/libstub/x86: Drop __efi_early() export and efi_config structArd Biesheuvel1-56/+2
2019-12-25efi/libstub/x86: Avoid thunking for native firmware callsArd Biesheuvel1-6/+0
2019-10-18x86/asm/32: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby1-6/+6
2019-10-18x86/boot: Annotate local functionsJiri Slaby1-1/+2
2019-09-06x86/asm: Make some functions local labelsJiri Slaby1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-29x86/boot/32: Extract efi_pe_entry() from startup_32()Jiri Slaby1-65/+64
2017-02-07x86/efi: Allow invocation of arbitrary runtime servicesDavid Howells1-3/+3
2016-09-09x86/efi: Allow invocation of arbitrary boot servicesLukas Wunner1-3/+3
2016-04-29x86/KASLR: Clean up unused code from old 'run_size' and rename it to 'kernel_...Yinghai Lu1-2/+1
2016-04-29x86/boot: Move compressed kernel to the end of the decompression bufferYinghai Lu1-2/+9
2016-04-19x86/boot: Clarify purpose of functions in misc.cKees Cook1-4/+4
2016-03-29x86/build: Build compressed x86 kernels as PIEH.J. Lu1-0/+28
2015-02-19x86/asm/boot: Use already defined KEEP_SEGMENTS macro in head_{32,64}.SAlexander Kuleshov1-1/+2
2014-11-02x86, kaslr: Prevent .bss from overlaping initrdJunjie Mao1-2/+3
2014-09-23Revert "x86/efi: Fixup GOT in all boot code paths"Linus Torvalds1-40/+14
2014-09-08x86/efi: Fixup GOT in all boot code pathsMatt Fleming1-14/+40
2014-04-11x86/efi: Correct EFI boot stub use of code32_startMatt Fleming1-6/+2
2014-03-05x86/boot: Fix non-EFI buildMatt Fleming1-0/+2
2014-03-05x86/efi: Firmware agnostic handover entry pointsMatt Fleming1-1/+1
2014-03-05x86/efi: Build our own EFI services pointer tableMatt Fleming1-7/+41
2013-10-13x86, kaslr: Return location from decompress_kernelKees Cook1-4/+6
2013-08-08x86, relocs: Move ELF relocation handling to CKees Cook1-28/+3
2013-01-28x86, build: Dynamically find entry points in compressed startup codeDavid Woodhouse1-3/+3
2013-01-28x86, efi: Fix 32-bit EFI handover protocol entry pointDavid Woodhouse1-0/+2
2012-07-21x86, efi: Handover ProtocolMatt Fleming1-0/+10
2012-04-16x86, efi: Add dedicated EFI stub entry pointMatt Fleming1-3/+11
2011-12-13x86, efi: EFI boot stub supportMatt Fleming1-0/+22
2010-08-03x86, setup: Allow global variables and functions in the decompressorH. Peter Anvin1-0/+13
2009-09-18x86: convert compressed loader to use __HEAD and HEAD_TEXT macros.Tim Abbott1-1/+2
2009-05-12x86, boot: make kernel_alignment adjustable; new bzImage fieldsH. Peter Anvin1-2/+5
2009-05-12x86, boot: remove dead code from boot/compressed/head_*.SH. Peter Anvin1-10/+0
2009-05-09x86, boot: determine compressed code offset at compile timeH. Peter Anvin1-19/+5
2009-05-09x86, boot: use appropriate rep string for move and clearH. Peter Anvin1-5/+6