summaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/x86-stub.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* x86/efi: Safely enable unaccepted memory in UEFIDionna Glaze2023-06-061-0/+36
* efi/libstub: Implement support for unaccepted memoryKirill A. Shutemov2023-06-061-0/+13
* efi/x86: Get full memory map in allocate_e820()Kirill A. Shutemov2023-06-061-15/+11
* x86/boot/compressed, efi: Merge multiple definitions of image_offset into oneArd Biesheuvel2022-11-241-1/+1
* efi: libstub: Give efi_main() asmlinkage qualificationArd Biesheuvel2022-10-211-3/+3
* Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2022-10-091-21/+12
|\
| * efi: libstub: unify initrd loading between architecturesArd Biesheuvel2022-09-271-6/+7
| * efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmapArd Biesheuvel2022-09-261-15/+5
* | efi: x86: Wipe setup_data on pure EFI bootArd Biesheuvel2022-09-221-0/+7
* | efi/x86: libstub: remove unused variablechen zhang2022-09-071-1/+0
|/
* efi/x86: libstub: Make DXE calls mixed mode safeArd Biesheuvel2022-06-011-2/+2
* efi: libstub: ensure allocated memory to be executableBaskov Evgeniy2022-05-031-4/+106
* efi: libstub: declare DXE services tableBaskov Evgeniy2022-05-031-1/+8
* efi/libstub: consolidate initrd handling across architecturesArd Biesheuvel2021-11-211-16/+10
* efi/x86: Only copy the compressed kernel image in efi_relocate_kernel()Arvind Sankar2020-10-261-1/+4
* efi/x86: Only copy upto the end of setup_headerArvind Sankar2020-06-251-2/+4
* efi/x86: Remove unused variablesArvind Sankar2020-06-251-2/+0
* efi/x86: Don't blow away existing initrdArvind Sankar2020-05-281-4/+6
* Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...Ingo Molnar2020-05-251-69/+55
|\
| * efi/libstub: Use pool allocation for the command lineArd Biesheuvel2020-05-221-1/+1
| * efi/libstub: Check return value of efi_parse_optionsArvind Sankar2020-05-011-2/+10
| * efi/x86: Support builtin command lineArvind Sankar2020-05-011-4/+8
| * efi/libstub: Unify initrd loading across architecturesArvind Sankar2020-05-011-11/+2
| * efi/x86: Move command-line initrd loading to efi_mainArvind Sankar2020-05-011-39/+25
| * efi/x86: Use efi_err for error messagesArvind Sankar2020-05-011-12/+12
| * efi/libstub: Add a helper function to split 64-bit valuesArvind Sankar2020-05-011-18/+14
| * efi/x86: Use correct size for boot_paramsArvind Sankar2020-05-011-3/+4
* | Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixesIngo Molnar2020-05-251-15/+9
|\ \ | |/ |/|
| * efi/libstub/x86: Avoid EFI map buffer alloc in allocate_e820()Lenny Szubowicz2020-05-141-15/+9
* | efi/libstub/x86: Avoid getter function for efi_is64Ard Biesheuvel2020-04-241-8/+0
* | efi/libstub: Drop __pure getters for EFI stub optionsArd Biesheuvel2020-04-241-2/+2
* | efi/libstub: Drop __pure getter for efi_system_tableArd Biesheuvel2020-04-241-14/+9
* | efi: Kill __efistub_globalArvind Sankar2020-04-241-1/+1
|/
* efi/x86: Always relocate the kernel for EFI handover entryArvind Sankar2020-04-141-4/+10
* efi/x86: Move efi stub globals from .bss to .dataArvind Sankar2020-04-141-1/+1
* efi/libstub/x86: Remove redundant assignment to pointer hdrColin Ian King2020-04-141-2/+0
* efi/x86: Fix cast of image argumentArvind Sankar2020-03-081-1/+1
* efi/libstub/x86: Use ULONG_MAX as upper bound for all allocationsArd Biesheuvel2020-03-081-13/+4
* efi/x86: Don't relocate the kernel unless necessaryArvind Sankar2020-03-081-3/+30
* efi/x86: Decompress at start of PE image load addressArvind Sankar2020-03-081-3/+14
* efi/libstub/x86: Deal with exit() boot service returningArd Biesheuvel2020-03-081-1/+2
* efi/x86: Avoid using code32_startArvind Sankar2020-03-081-5/+5
* efi/x86: Implement mixed mode boot without the handover protocolArd Biesheuvel2020-02-231-13/+16
* efi/libstub/x86: Use Exit() boot service to exit the stub on errorsArd Biesheuvel2020-02-231-7/+13
* efi/libstub/x86: Make loaded_image protocol handling mixed mode safeArd Biesheuvel2020-02-231-2/+2
* efi/libstub: Take noinitrd cmdline argument into account for devpath initrdArd Biesheuvel2020-02-231-23/+29
* efi/libstub: Add support for loading the initrd from a device pathArd Biesheuvel2020-02-231-0/+23
* efi/libstub: Clean up command line parsing routineArd Biesheuvel2020-02-231-1/+1
* efi/libstub: Take soft and hard memory limits into account for initrd loadingArd Biesheuvel2020-02-231-9/+2
* efi/libstub: Rewrite file I/O routineArd Biesheuvel2020-02-231-8/+4