index
:
pm24.git
master
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
libstub
/
efi-stub.c
Age
Commit message (
Expand
)
Author
2024-11-15
efi/libstub: Parse builtin command line after bootloader provided one
Ard Biesheuvel
2024-11-15
efi/libstub: Free correct pointer on failure
Ard Biesheuvel
2024-10-15
efi/libstub: remove unnecessary cmd_line_len from efi_convert_cmdline()
Jonathan Marek
2024-10-15
efi/libstub: fix efi_parse_options() ignoring the default command line
Jonathan Marek
2024-03-09
efi/libstub: Add get_event_log() support for CC platforms
Kuppuswamy Sathyanarayanan
2023-03-23
efi/libstub: Use relocated version of kernel's struct screen_info
Ard Biesheuvel
2022-11-09
efi: libstub: Factor out EFI stub entrypoint into separate file
Ard Biesheuvel
2022-11-09
efi: libstub: Move screen_info handling to common code
Ard Biesheuvel
2022-11-09
efi: libstub: Drop handling of EFI properties table
Ard Biesheuvel
2022-11-09
efi: libstub: Drop randomization of runtime memory map
Ard Biesheuvel
2022-09-27
efi: libstub: fix up the last remaining open coded boot service call
Ard Biesheuvel
2022-09-27
Merge tag 'efi-loongarch-for-v6.1-2' into HEAD
Ard Biesheuvel
2022-09-27
efi: libstub: remove DT dependency from generic stub
Ard Biesheuvel
2022-09-27
efi: libstub: unify initrd loading between architectures
Ard Biesheuvel
2022-09-26
efi: libstub: avoid efi_get_memory_map() for allocating the virt map
Ard Biesheuvel
2022-09-19
efi/libstub: move efi_system_table global var into separate object
Ard Biesheuvel
2022-09-06
efi/loongarch: Add efistub booting support
Huacai Chen
2022-05-03
efi: libstub: pass image handle to handle_kernel_image()
Ard Biesheuvel
2022-01-19
RISC-V: Introduce sv48 support without relocatable kernel
Palmer Dabbelt
2022-01-19
riscv: Implement sv48 support
Alexandre Ghiti
2021-11-21
efi/libstub: consolidate initrd handling across architectures
Ard Biesheuvel
2021-03-07
efi: stub: omit SetVirtualAddressMap() if marked unsupported in RT_PROP table
Ard Biesheuvel
2020-12-09
efi: stub: get rid of efi_get_max_fdt_addr()
Ard Biesheuvel
2020-10-02
RISC-V: Add EFI runtime services
Atish Patra
2020-09-16
efi/libstub: arm32: Use low allocation for the uncompressed kernel
Ard Biesheuvel
2020-09-16
efi/libstub: arm32: Base FDT and initrd placement on image address
Ard Biesheuvel
2020-07-09
efi/libstub: Move the function prototypes to header file
Atish Patra
2020-06-17
efi/libstub: arm: Print CPU boot mode and MMU state at boot
Ard Biesheuvel
2020-05-25
Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...
Ingo Molnar
2020-05-25
Merge tag 'v5.7-rc7' into efi/core, to refresh the branch and pick up fixes
Ingo Molnar
2020-05-23
efi/libstub: Add missing prototype for PE/COFF entry point
Ard Biesheuvel
2020-05-22
efi/libstub: Use pool allocation for the command line
Ard Biesheuvel
2020-05-01
efi/libstub: Check return value of efi_parse_options
Arvind Sankar
2020-05-01
efi/libstub: Unify initrd loading across architectures
Arvind Sankar
2020-05-01
efi/libstub: Upgrade ignored dtb= argument message to error
Arvind Sankar
2020-05-01
efi/libstub: Move pr_efi/pr_efi_err into efi namespace
Arvind Sankar
2020-04-24
efi/libstub: Drop __pure getters for EFI stub options
Ard Biesheuvel
2020-04-24
efi/libstub: Drop __pure getter for efi_system_table
Ard Biesheuvel
2020-04-24
efi: Kill __efistub_global
Arvind Sankar
2020-04-23
efi/libstub/arm: Make install_memreserve_table static
Zou Wei
2020-04-23
efi/libstub: Move arm-stub to a common file
Atish Patra