summaryrefslogtreecommitdiff
path: root/drivers/firmware/efi/libstub/x86-stub.c
AgeCommit message (Expand)Author
2021-11-21efi/libstub: consolidate initrd handling across architecturesArd Biesheuvel
2020-10-26efi/x86: Only copy the compressed kernel image in efi_relocate_kernel()Arvind Sankar
2020-06-25efi/x86: Only copy upto the end of setup_headerArvind Sankar
2020-06-25efi/x86: Remove unused variablesArvind Sankar
2020-05-28efi/x86: Don't blow away existing initrdArvind Sankar
2020-05-25Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar
2020-05-25Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixesIngo Molnar
2020-05-22efi/libstub: Use pool allocation for the command lineArd Biesheuvel
2020-05-14efi/libstub/x86: Avoid EFI map buffer alloc in allocate_e820()Lenny Szubowicz
2020-05-01efi/libstub: Check return value of efi_parse_optionsArvind Sankar
2020-05-01efi/x86: Support builtin command lineArvind Sankar
2020-05-01efi/libstub: Unify initrd loading across architecturesArvind Sankar
2020-05-01efi/x86: Move command-line initrd loading to efi_mainArvind Sankar
2020-05-01efi/x86: Use efi_err for error messagesArvind Sankar
2020-05-01efi/libstub: Add a helper function to split 64-bit valuesArvind Sankar
2020-05-01efi/x86: Use correct size for boot_paramsArvind Sankar
2020-04-24efi/libstub/x86: Avoid getter function for efi_is64Ard Biesheuvel
2020-04-24efi/libstub: Drop __pure getters for EFI stub optionsArd Biesheuvel
2020-04-24efi/libstub: Drop __pure getter for efi_system_tableArd Biesheuvel
2020-04-24efi: Kill __efistub_globalArvind Sankar
2020-04-14efi/x86: Always relocate the kernel for EFI handover entryArvind Sankar
2020-04-14efi/x86: Move efi stub globals from .bss to .dataArvind Sankar
2020-04-14efi/libstub/x86: Remove redundant assignment to pointer hdrColin Ian King
2020-03-08efi/x86: Fix cast of image argumentArvind Sankar
2020-03-08efi/libstub/x86: Use ULONG_MAX as upper bound for all allocationsArd Biesheuvel
2020-03-08efi/x86: Don't relocate the kernel unless necessaryArvind Sankar
2020-03-08efi/x86: Decompress at start of PE image load addressArvind Sankar
2020-03-08efi/libstub/x86: Deal with exit() boot service returningArd Biesheuvel
2020-03-08efi/x86: Avoid using code32_startArvind Sankar
2020-02-23efi/x86: Implement mixed mode boot without the handover protocolArd Biesheuvel
2020-02-23efi/libstub/x86: Use Exit() boot service to exit the stub on errorsArd Biesheuvel
2020-02-23efi/libstub/x86: Make loaded_image protocol handling mixed mode safeArd Biesheuvel
2020-02-23efi/libstub: Take noinitrd cmdline argument into account for devpath initrdArd Biesheuvel
2020-02-23efi/libstub: Add support for loading the initrd from a device pathArd Biesheuvel
2020-02-23efi/libstub: Clean up command line parsing routineArd Biesheuvel
2020-02-23efi/libstub: Take soft and hard memory limits into account for initrd loadingArd Biesheuvel
2020-02-23efi/libstub: Rewrite file I/O routineArd Biesheuvel
2020-02-23efi/libstub/x86: Permit cmdline data to be allocated above 4 GBArd Biesheuvel
2020-02-23efi/libstub/x86: Permit bootparams struct to be allocated above 4 GBArd Biesheuvel
2020-02-23efi/libstub/x86: Incorporate eboot.c into libstubArd Biesheuvel