aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/head_32.S
Commit message (Expand)AuthorAge
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-02
* x86/boot/32: Extract efi_pe_entry() from startup_32()Jiri Slaby2017-08-29
* x86/efi: Allow invocation of arbitrary runtime servicesDavid Howells2017-02-07
* x86/efi: Allow invocation of arbitrary boot servicesLukas Wunner2016-09-09
* x86/KASLR: Clean up unused code from old 'run_size' and rename it to 'kernel_...Yinghai Lu2016-04-29
* x86/boot: Move compressed kernel to the end of the decompression bufferYinghai Lu2016-04-29
* x86/boot: Clarify purpose of functions in misc.cKees Cook2016-04-19
* x86/build: Build compressed x86 kernels as PIEH.J. Lu2016-03-29
* x86/asm/boot: Use already defined KEEP_SEGMENTS macro in head_{32,64}.SAlexander Kuleshov2015-02-19
* x86, kaslr: Prevent .bss from overlaping initrdJunjie Mao2014-11-01
* Revert "x86/efi: Fixup GOT in all boot code paths"Linus Torvalds2014-09-23
* x86/efi: Fixup GOT in all boot code pathsMatt Fleming2014-09-08
* x86/efi: Correct EFI boot stub use of code32_startMatt Fleming2014-04-10
* x86/boot: Fix non-EFI buildMatt Fleming2014-03-05
* x86/efi: Firmware agnostic handover entry pointsMatt Fleming2014-03-04
* x86/efi: Build our own EFI services pointer tableMatt Fleming2014-03-04
* x86, kaslr: Return location from decompress_kernelKees Cook2013-10-13
* x86, relocs: Move ELF relocation handling to CKees Cook2013-08-08
* x86, build: Dynamically find entry points in compressed startup codeDavid Woodhouse2013-01-27
* x86, efi: Fix 32-bit EFI handover protocol entry pointDavid Woodhouse2013-01-27
* x86, efi: Handover ProtocolMatt Fleming2012-07-20
* x86, efi: Add dedicated EFI stub entry pointMatt Fleming2012-04-16
* x86, efi: EFI boot stub supportMatt Fleming2011-12-12
* x86, setup: Allow global variables and functions in the decompressorH. Peter Anvin2010-08-02
* x86: convert compressed loader to use __HEAD and HEAD_TEXT macros.Tim Abbott2009-09-18
* x86, boot: make kernel_alignment adjustable; new bzImage fieldsH. Peter Anvin2009-05-11
* x86, boot: remove dead code from boot/compressed/head_*.SH. Peter Anvin2009-05-11
* x86, boot: determine compressed code offset at compile timeH. Peter Anvin2009-05-08
* x86, boot: use appropriate rep string for move and clearH. Peter Anvin2009-05-08
* x86, boot: zero EFLAGS on 32 bitsH. Peter Anvin2009-05-08
* x86, boot: set up the decompression stack as early as possibleH. Peter Anvin2009-05-08
* x86, boot: straighten out ranges to copy/zero in compressed/head*.SH. Peter Anvin2009-05-08
* x86, boot: stylistic cleanups for boot/compressed/head_32.SH. Peter Anvin2009-05-08
* x86, boot: use BP_scratch in arch/x86/boot/compressed/head_*.SH. Peter Anvin2009-05-08
* x86: unify arch/x86/boot/compressed/vmlinux_*.ldsLinus Torvalds2009-04-27
*-. Merge branches 'x86/asm', 'x86/cleanups' and 'x86/headers' into x86/coreIngo Molnar2009-02-20
|\ \
| | * x86: use _types.h headers in asm where availableJeremy Fitzhardinge2009-02-13
| |/ |/|
| * x86: compressed head_32 - use ENTRY,ENDPROC macrosCyrill Gorcunov2009-02-19
|/
* x86: fix comment in protected mode headerPhilipp Kohlbecher2008-08-11
* x86: cleanup boot-heap usageAlexander van Heukelum2008-04-19
* x86: Fix boot protocol KEEP_SEGMENTS check.Eric W. Biederman2007-10-27
* i386: paravirt boot sequenceRusty Russell2007-10-22
* i386: move bootThomas Gleixner2007-10-11