summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/head_64.S
Commit message (Expand)AuthorAgeFilesLines
* x86/mm: Introduce the 'no5lvl' kernel parameterKirill A. Shutemov2018-05-191-0/+1
* x86/boot/compressed/64: Fix moving page table out of trampoline memoryKirill A. Shutemov2018-05-161-0/+11
* x86/boot/compressed/64: Set up GOT for paging_prepare() and cleanup_trampoline()Kirill A. Shutemov2018-05-161-13/+55
* x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4GKirill A. Shutemov2018-03-121-16/+53
* x86/boot/compressed/64: Use page table in trampoline memoryKirill A. Shutemov2018-03-121-24/+23
* x86/boot/compressed/64: Use stack from trampoline memoryKirill A. Shutemov2018-03-121-0/+6
* x86/boot/compressed/64: Make sure we have a 32-bit code segmentKirill A. Shutemov2018-03-121-0/+10
* x86/boot/compressed/64: Set up trampoline memoryKirill A. Shutemov2018-03-121-1/+2
* x86/boot/compressed/64: Save and restore trampoline memoryKirill A. Shutemov2018-03-121-0/+10
* x86/boot/compressed/64: Introduce paging_prepare()Kirill A. Shutemov2018-02-111-22/+19
* x86/boot/compressed/64: Detect and handle 5-level paging at boot-timeKirill A. Shutemov2017-12-071-4/+12
* x86/boot: Add early boot support when running with SEV activeTom Lendacky2017-11-071-0/+16
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* x86/boot/64: Extract efi_pe_entry() from startup_64()Jiri Slaby2017-08-291-59/+53
* x86/boot/compressed: Enable 5-level paging during decompression stageKirill A. Shutemov2017-06-131-1/+85
* x86/efi: Allow invocation of arbitrary runtime servicesDavid Howells2017-02-071-4/+4
* x86/boot: Simplify the GDTR calculation assembly code a bitWei Yang2016-11-071-2/+1
* x86/efi: Allow invocation of arbitrary boot servicesLukas Wunner2016-09-091-4/+4
* x86/KASLR: Build identity mappings on demandKees Cook2016-05-071-2/+2
* x86/KASLR: Clean up unused code from old 'run_size' and rename it to 'kernel_...Yinghai Lu2016-04-291-3/+0
* x86/boot: Move compressed kernel to the end of the decompression bufferYinghai Lu2016-04-291-2/+6
* x86/boot: Clarify purpose of functions in misc.cKees Cook2016-04-191-2/+2
* x86/build: Build compressed x86 kernels as PIEH.J. Lu2016-03-291-0/+8
* x86/asm/boot/64: Use __BOOT_TSS instead of literal $0x20Denys Vlasenko2015-04-021-1/+1
* x86/asm/boot: Use already defined KEEP_SEGMENTS macro in head_{32,64}.SAlexander Kuleshov2015-02-191-1/+2
* x86, kaslr: Prevent .bss from overlaping initrdJunjie Mao2014-11-011-1/+4
* Revert "x86/efi: Fixup GOT in all boot code paths"Linus Torvalds2014-09-221-41/+15
* x86/efi: Fixup GOT in all boot code pathsMatt Fleming2014-09-081-15/+41
* x86/efi: Delete most of the efi_call* macrosMatt Fleming2014-04-171-1/+1
* x86/efi: Correct EFI boot stub use of code32_startMatt Fleming2014-04-101-6/+3
* x86/boot: Fix non-EFI buildMatt Fleming2014-03-051-0/+3
* x86/boot: Don't overwrite cr4 when enabling PAEMatt Fleming2014-03-041-1/+2
* x86/efi: Firmware agnostic handover entry pointsMatt Fleming2014-03-041-8/+54
* x86/efi: Build our own EFI services pointer tableMatt Fleming2014-03-041-10/+47
* x86, kaslr: Return location from decompress_kernelKees Cook2013-10-131-6/+10
* x86, relocs: Move ELF relocation handling to CKees Cook2013-08-071-0/+1
* x86/mm: Drop unneeded include <asm/*pgtable, page*_types.h>Zhang Yanfei2013-05-281-2/+0
* x86_64: Use __BOOT_DS instead_of __KERNEL_DS for safetyLans Zhang2013-03-011-1/+1
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-20/+28
|\
| * x86, boot: Update comments about entries for 64bit imageYinghai Lu2013-01-291-9/+13
| * x86, boot: Move lldt/ltr out of 64bit code sectionYinghai Lu2013-01-291-3/+6
| * x86, boot: Move verify_cpu.S and no_longmode downYinghai Lu2013-01-291-8/+9
* | x86, build: Dynamically find entry points in compressed startup codeDavid Woodhouse2013-01-271-4/+4
|/
* x86, efi: Handover ProtocolMatt Fleming2012-07-201-0/+10
* x86, efi: Add dedicated EFI stub entry pointMatt Fleming2012-04-161-6/+16
* x86, efi: EFI boot stub supportMatt Fleming2011-12-121-0/+20
* x86, cpu: Rename verify_cpu_64.S to verify_cpu.SKees Cook2010-11-101-1/+1
* x86, setup: Allow global variables and functions in the decompressorH. Peter Anvin2010-08-021-0/+13
* x86, boot: Simplify setting of the PAE bitAlexander Potashev2009-10-241-2/+1
* x86: convert compressed loader to use __HEAD and HEAD_TEXT macros.Tim Abbott2009-09-181-1/+2