aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/boot/compressed/pgtable_64.c
AgeCommit message (Expand)Author
2024-01-30x86: Do not include <asm/bootparam.h> in several filesThomas Zimmermann
2023-10-18x86/boot: Rename conflicting 'boot_params' pointer to 'boot_params_ptr'Ard Biesheuvel
2023-08-07x86/decompressor: Merge trampoline cleanup with switching codeArd Biesheuvel
2023-08-07x86/decompressor: Pass pgtable address to trampoline directlyArd Biesheuvel
2023-08-07x86/decompressor: Only call the trampoline when changing paging levelsArd Biesheuvel
2023-08-07x86/decompressor: Call trampoline directly from C codeArd Biesheuvel
2023-08-07x86/decompressor: Avoid the need for a stack in the 32-bit trampolineArd Biesheuvel
2023-08-07x86/decompressor: Assign paging related global variables earlierArd Biesheuvel
2022-04-17x86/boot: Add an efi.h header for the decompressorBorislav Petkov
2021-09-25lib/string: Move helper functions out of string.cKees Cook
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-19x86/boot/64: Initialize 5-level paging variables earlierArvind Sankar
2020-10-01x86/asm: Replace __force_order with a memory clobberArvind Sankar
2019-08-27x86/boot/compressed/64: Fix missing initialization in find_trampoline_placeme...Kirill A. Shutemov
2019-08-19x86/boot/compressed/64: Fix boot on machines with broken E820 tableKirill A. Shutemov
2019-07-18x86/boot/compressed/64: Remove unused variableZhenzhong Duan
2019-02-28x86/boot/compressed/64: Do not read legacy ROM on EFI systemKirill A. Shutemov
2018-08-02x86/boot/compressed/64: Validate trampoline placement against E820Kirill A. Shutemov
2018-05-19x86/mm: Introduce the 'no5lvl' kernel parameterKirill A. Shutemov
2018-05-19x86/boot/compressed/64: Fix trampoline page table address calculationKirill A. Shutemov
2018-05-16x86/boot/compressed/64: Fix moving page table out of trampoline memoryKirill A. Shutemov
2018-03-12x86/boot/compressed/64: Prepare new top-level page table for trampolineKirill A. Shutemov
2018-03-12x86/boot/compressed/64: Set up trampoline memoryKirill A. Shutemov
2018-03-12x86/boot/compressed/64: Save and restore trampoline memoryKirill A. Shutemov
2018-03-12x86/boot/compressed/64: Find a place for 32-bit trampolineKirill A. Shutemov
2018-03-12x86/boot/compressed/64: Describe the logic behind the LA57 checkKirill A. Shutemov
2018-02-11x86/boot/compressed/64: Introduce paging_prepare()Kirill A. Shutemov
2017-12-07x86/boot/compressed/64: Detect and handle 5-level paging at boot-timeKirill A. Shutemov