summaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/head_64.S
Commit message (Expand)AuthorAgeFilesLines
* efi/libstub/x86: Use const attribute for efi_is_64bit()Ard Biesheuvel2020-01-201-4/+3
* efi/libstub: Fix boot argument handling in mixed mode entry codeArd Biesheuvel2020-01-101-7/+10
* efi/libstub/x86: Drop __efi_early() export and efi_config structArd Biesheuvel2019-12-251-61/+13
* efi/libstub/x86: Avoid thunking for native firmware callsArd Biesheuvel2019-12-251-22/+1
* x86/efistub: Disable paging at mixed mode entryArd Biesheuvel2019-12-251-0/+5
* x86/asm: Change all ENTRY+ENDPROC to SYM_FUNC_*Jiri Slaby2019-10-181-8/+8
* x86/asm/64: Add ENDs to some functions and relabel with SYM_CODE_*Jiri Slaby2019-10-181-2/+4
* x86/boot: Annotate data appropriatelyJiri Slaby2019-10-181-17/+15
* x86/boot: Annotate local functionsJiri Slaby2019-10-181-3/+6
* x86/asm: Make some functions local labelsJiri Slaby2019-09-061-9/+9
* x86/boot: Make the GDT 8-byte alignedXiaoyao Li2019-06-271-0/+1
* Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2019-03-071-5/+6
|\
| * x86/boot/compressed/64: Explain paging_prepare()'s return valueKirill A. Shutemov2019-02-061-3/+6
| * x86/boot: Save several bytes in decompressorCao jin2019-01-291-2/+0
* | x86/boot/compressed/64: Do not corrupt EDX on EFER.LME=1 settingKirill A. Shutemov2019-02-061-0/+2
* | x86/boot/compressed/64: Set EFER.LME=1 in 32-bit trampoline before returning ...Wei Huang2019-01-291-0/+8
|/
* 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
OpenPOWER on IntegriCloud