aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/firmware/efi/libstub/x86-stub.c
AgeCommit message (Expand)Author
2024-01-30x86/efistub: Avoid placing the kernel below LOAD_PHYSICAL_ADDRArd Biesheuvel
2024-01-26x86/efistub: Give up if memory attribute protocol returns an errorArd Biesheuvel
2024-01-02efi/x86: Fix the missing KASLR_FLAG bit in boot_params->hdr.loadflagsYuntao Wang
2023-12-11efi/x86: Avoid physical KASLR on older Dell systemsArd Biesheuvel
2023-10-30Merge tag 'x86-boot-2023-10-28' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-10-18x86/boot: efistub: Assign global boot_params variableArd Biesheuvel
2023-10-17x86/boot: efistub: Assign global boot_params variableArd Biesheuvel
2023-10-13x86/efistub: Don't try to print after ExitBootService()Nikolay Borisov
2023-09-15x86/efi: Disregard setup header of loaded imageArd Biesheuvel
2023-08-28Merge tag 'efi-next-for-v6.6' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-08-24x86/efistub: Fix PCI ROM preservation in mixed modeMikel Rychliski
2023-08-07x86/efistub: Avoid legacy decompressor when doing EFI bootArd Biesheuvel
2023-08-07x86/efistub: Perform SNP feature test while running in the firmwareArd Biesheuvel
2023-08-07x86/efistub: Prefer EFI memory attributes protocol over DXE servicesArd Biesheuvel
2023-08-07x86/efistub: Perform 4/5 level paging switch from the stubArd Biesheuvel
2023-08-07x86/efistub: Clear BSS in EFI handover protocol entrypointArd Biesheuvel
2023-08-07x86/efistub: Simplify and clean up handover entry codeArd Biesheuvel
2023-08-07x86/efistub: Branch straight to kernel entry point from C codeArd Biesheuvel
2023-06-06x86/efi: Safely enable unaccepted memory in UEFIDionna Glaze
2023-06-06efi/libstub: Implement support for unaccepted memoryKirill A. Shutemov
2023-06-06efi/x86: Get full memory map in allocate_e820()Kirill A. Shutemov
2022-11-24x86/boot/compressed, efi: Merge multiple definitions of image_offset into oneArd Biesheuvel
2022-10-21efi: libstub: Give efi_main() asmlinkage qualificationArd Biesheuvel
2022-10-09Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2022-09-27efi: libstub: unify initrd loading between architecturesArd Biesheuvel
2022-09-26efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmapArd Biesheuvel
2022-09-22efi: x86: Wipe setup_data on pure EFI bootArd Biesheuvel
2022-09-07efi/x86: libstub: remove unused variablechen zhang
2022-06-01efi/x86: libstub: Make DXE calls mixed mode safeArd Biesheuvel
2022-05-03efi: libstub: ensure allocated memory to be executableBaskov Evgeniy
2022-05-03efi: libstub: declare DXE services tableBaskov Evgeniy
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