summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/head_64.S
AgeCommit message (Expand)AuthorFilesLines
2019-03-07Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-5/+6
2019-02-06x86/boot/compressed/64: Explain paging_prepare()'s return valueKirill A. Shutemov1-3/+6
2019-02-06x86/boot/compressed/64: Do not corrupt EDX on EFER.LME=1 settingKirill A. Shutemov1-0/+2
2019-01-29x86/boot: Save several bytes in decompressorCao jin1-2/+0
2019-01-29x86/boot/compressed/64: Set EFER.LME=1 in 32-bit trampoline before returning ...Wei Huang1-0/+8
2018-05-19x86/mm: Introduce the 'no5lvl' kernel parameterKirill A. Shutemov1-0/+1
2018-05-16x86/boot/compressed/64: Fix moving page table out of trampoline memoryKirill A. Shutemov1-0/+11
2018-05-16x86/boot/compressed/64: Set up GOT for paging_prepare() and cleanup_trampoline()Kirill A. Shutemov1-13/+55
2018-03-12x86/boot/compressed/64: Handle 5-level paging boot if kernel is above 4GKirill A. Shutemov1-16/+53
2018-03-12x86/boot/compressed/64: Use page table in trampoline memoryKirill A. Shutemov1-24/+23
2018-03-12x86/boot/compressed/64: Use stack from trampoline memoryKirill A. Shutemov1-0/+6
2018-03-12x86/boot/compressed/64: Make sure we have a 32-bit code segmentKirill A. Shutemov1-0/+10
2018-03-12x86/boot/compressed/64: Set up trampoline memoryKirill A. Shutemov1-1/+2
2018-03-12x86/boot/compressed/64: Save and restore trampoline memoryKirill A. Shutemov1-0/+10
2018-02-11x86/boot/compressed/64: Introduce paging_prepare()Kirill A. Shutemov1-22/+19
2017-12-07x86/boot/compressed/64: Detect and handle 5-level paging at boot-timeKirill A. Shutemov1-4/+12
2017-11-07x86/boot: Add early boot support when running with SEV activeTom Lendacky1-0/+16
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-29x86/boot/64: Extract efi_pe_entry() from startup_64()Jiri Slaby1-59/+53
2017-06-13x86/boot/compressed: Enable 5-level paging during decompression stageKirill A. Shutemov1-1/+85
2017-02-07x86/efi: Allow invocation of arbitrary runtime servicesDavid Howells1-4/+4
2016-11-07x86/boot: Simplify the GDTR calculation assembly code a bitWei Yang1-2/+1
2016-09-09x86/efi: Allow invocation of arbitrary boot servicesLukas Wunner1-4/+4
2016-05-07x86/KASLR: Build identity mappings on demandKees Cook1-2/+2
2016-04-29x86/KASLR: Clean up unused code from old 'run_size' and rename it to 'kernel_...Yinghai Lu1-3/+0
2016-04-29x86/boot: Move compressed kernel to the end of the decompression bufferYinghai Lu1-2/+6
2016-04-19x86/boot: Clarify purpose of functions in misc.cKees Cook1-2/+2
2016-03-29x86/build: Build compressed x86 kernels as PIEH.J. Lu1-0/+8
2015-04-02x86/asm/boot/64: Use __BOOT_TSS instead of literal $0x20Denys Vlasenko1-1/+1
2015-02-19x86/asm/boot: Use already defined KEEP_SEGMENTS macro in head_{32,64}.SAlexander Kuleshov1-1/+2
2014-11-01x86, kaslr: Prevent .bss from overlaping initrdJunjie Mao1-1/+4
2014-09-22Revert "x86/efi: Fixup GOT in all boot code paths"Linus Torvalds1-41/+15
2014-09-08x86/efi: Fixup GOT in all boot code pathsMatt Fleming1-15/+41
2014-04-17x86/efi: Delete most of the efi_call* macrosMatt Fleming1-1/+1
2014-04-10x86/efi: Correct EFI boot stub use of code32_startMatt Fleming1-6/+3
2014-03-05x86/boot: Fix non-EFI buildMatt Fleming1-0/+3
2014-03-04x86/boot: Don't overwrite cr4 when enabling PAEMatt Fleming1-1/+2
2014-03-04x86/efi: Firmware agnostic handover entry pointsMatt Fleming1-8/+54
2014-03-04x86/efi: Build our own EFI services pointer tableMatt Fleming1-10/+47
2013-10-13x86, kaslr: Return location from decompress_kernelKees Cook1-6/+10
2013-08-07x86, relocs: Move ELF relocation handling to CKees Cook1-0/+1
2013-05-28x86/mm: Drop unneeded include <asm/*pgtable, page*_types.h>Zhang Yanfei1-2/+0
2013-03-01x86_64: Use __BOOT_DS instead_of __KERNEL_DS for safetyLans Zhang1-1/+1
2013-02-21Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-20/+28
2013-01-29x86, boot: Update comments about entries for 64bit imageYinghai Lu1-9/+13
2013-01-29x86, boot: Move lldt/ltr out of 64bit code sectionYinghai Lu1-3/+6
2013-01-29x86, boot: Move verify_cpu.S and no_longmode downYinghai Lu1-8/+9
2013-01-27x86, build: Dynamically find entry points in compressed startup codeDavid Woodhouse1-4/+4
2012-07-20x86, efi: Handover ProtocolMatt Fleming1-0/+10
2012-04-16x86, efi: Add dedicated EFI stub entry pointMatt Fleming1-6/+16