index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
firmware
/
efi
/
libstub
/
efistub.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-08
Merge patch series "riscv: Introduce KASLR"
Palmer Dabbelt
1
-0
/
+8
2023-09-06
arm64: libstub: Move KASLR handling functions to kaslr.c
Alexandre Ghiti
1
-0
/
+8
2023-08-07
efi/libstub: Add limit argument to efi_random_alloc()
Ard Biesheuvel
1
-1
/
+1
2023-08-07
x86/efistub: Perform 4/5 level paging switch from the stub
Ard Biesheuvel
1
-0
/
+1
2023-06-06
efi/libstub: Implement support for unaccepted memory
Kirill A. Shutemov
1
-0
/
+6
2023-05-25
efi: fix missing prototype warnings
Arnd Bergmann
1
-0
/
+3
2023-04-27
efi/zboot: arm64: Grab code size from ELF symbol in payload
Ard Biesheuvel
1
-2
/
+1
2023-03-23
efi/libstub: Use relocated version of kernel's struct screen_info
Ard Biesheuvel
1
-0
/
+1
2023-03-18
efi/libstub: smbios: Drop unused 'recsize' parameter
Ard Biesheuvel
1
-3
/
+2
2023-03-18
arm64: efi: Use SMBIOS processor version to key off Ampere quirk
Ard Biesheuvel
1
-3
/
+38
2023-02-03
efi: zboot: Use EFI protocol to remap code/data with the right attributes
Ard Biesheuvel
1
-0
/
+3
2023-01-30
efi/libstub: Add memory attribute protocol definitions
Evgeniy Baskov
1
-0
/
+20
2022-12-07
arm64: efi: Limit allocations to 48-bit addressable physical region
Ard Biesheuvel
1
-0
/
+4
2022-11-18
efi: random: combine bootloader provided RNG seed with RNG protocol output
Ard Biesheuvel
1
-0
/
+2
2022-11-18
efi: libstub: Add mixed mode support to command line initrd loader
Ard Biesheuvel
1
-27
/
+54
2022-11-18
efi: libstub: Permit mixed mode return types other than efi_status_t
Ard Biesheuvel
1
-6
/
+14
2022-11-18
efi: libstub: Implement devicepath support for initrd commandline loader
Ard Biesheuvel
1
-0
/
+15
2022-11-18
efi: libstub: use EFI_LOADER_CODE region when moving the kernel in memory
Ard Biesheuvel
1
-2
/
+4
2022-11-18
Merge tag 'efi-zboot-direct-for-v6.2' into efi/next
Ard Biesheuvel
1
-0
/
+15
2022-11-11
arm64: efi: Force the use of SetVirtualAddressMap() on Altra machines
Ard Biesheuvel
1
-0
/
+28
2022-11-09
efi/arm64: libstub: Split off kernel image relocation for builtin stub
Ard Biesheuvel
1
-0
/
+4
2022-11-09
efi: libstub: Factor out EFI stub entrypoint into separate file
Ard Biesheuvel
1
-0
/
+8
2022-11-09
efi: libstub: Move screen_info handling to common code
Ard Biesheuvel
1
-0
/
+3
2022-09-27
efi/libstub: measure EFI LoadOptions
Ilias Apalodimas
1
-0
/
+1
2022-09-27
Merge tag 'efi-loongarch-for-v6.1-2' into HEAD
Ard Biesheuvel
1
-22
/
+9
2022-09-27
efi: libstub: install boot-time memory map as config table
Ard Biesheuvel
1
-1
/
+2
2022-09-27
efi: libstub: remove DT dependency from generic stub
Ard Biesheuvel
1
-5
/
+2
2022-09-27
efi: libstub: unify initrd loading between architectures
Ard Biesheuvel
1
-4
/
+2
2022-09-26
efi: libstub: simplify efi_get_memory_map() and struct efi_boot_memmap
Ard Biesheuvel
1
-13
/
+2
2022-09-26
efi: libstub: avoid efi_get_memory_map() for allocating the virt map
Ard Biesheuvel
1
-0
/
+2
2022-09-20
efi: libstub: fix type confusion for load_options_size
Ard Biesheuvel
1
-2
/
+2
2022-09-17
efi/libstub: use EFI provided memcpy/memset routines
Ard Biesheuvel
1
-2
/
+2
2022-09-17
efi/libstub: add some missing EFI prototypes
Ard Biesheuvel
1
-5
/
+26
2022-05-19
riscv/efi_stub: Add support for RISCV_EFI_BOOT_PROTOCOL
Sunil V L
1
-0
/
+7
2022-05-03
efi: libstub: pass image handle to handle_kernel_image()
Ard Biesheuvel
1
-1
/
+2
2022-05-03
efi: libstub: declare DXE services table
Baskov Evgeniy
1
-0
/
+74
2021-11-21
efi/libstub: consolidate initrd handling across architectures
Ard Biesheuvel
1
-1
/
+0
2021-11-21
efi/libstub: add prototype of efi_tcg2_protocol::hash_log_extend_event()
Ard Biesheuvel
1
-1
/
+28
2021-01-19
efi/libstub: move TPM related prototypes into efistub.h
Ard Biesheuvel
1
-0
/
+9
2021-01-19
efi/libstub: fix prototype of efi_tcg2_protocol::get_event_log()
Ard Biesheuvel
1
-1
/
+1
2020-12-09
efi: stub: get rid of efi_get_max_fdt_addr()
Ard Biesheuvel
1
-1
/
+0
2020-11-05
efi: generalize efi_get_secureboot
Chester Lin
1
-0
/
+2
2020-09-17
efi/x86: Add a quirk to support command line arguments on Dell EFI firmware
Arvind Sankar
1
-0
/
+31
2020-09-16
efi/libstub: Add efi_warn and *_once logging helpers
Arvind Sankar
1
-0
/
+23
2020-09-16
efi/libstub: arm32: Use low allocation for the uncompressed kernel
Ard Biesheuvel
1
-4
/
+0
2020-09-16
efi/libstub: Export efi_low_alloc_above() to other units
Ard Biesheuvel
1
-0
/
+3
2020-07-09
efi/libstub: Move the function prototypes to header file
Atish Patra
1
-0
/
+16
2020-06-17
efi/libstub: arm: Print CPU boot mode and MMU state at boot
Ard Biesheuvel
1
-0
/
+2
2020-06-16
efi/libstub: Descriptions for stub helper functions
Heinrich Schuchardt
1
-2
/
+8
2020-05-25
Merge tag 'efi-changes-for-v5.8' of git://git.kernel.org/pub/scm/linux/kernel...
Ingo Molnar
1
-42
/
+113
[next]