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
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-25
efi/libstub: Rename efi_call_early/_runtime macros to be more intuitive
Ard Biesheuvel
9
-109
/
+90
2019-12-25
efi/libstub: Drop 'table' argument from efi_table_attr() macro
Ard Biesheuvel
2
-13
/
+7
2019-12-25
efi/libstub: Drop protocol argument from efi_call_proto() macro
Ard Biesheuvel
3
-14
/
+11
2019-12-25
efi/libstub/x86: Work around page freeing issue in mixed mode
Ard Biesheuvel
1
-1
/
+4
2019-12-25
efi/libstub: Remove 'sys_table_arg' from all function prototypes
Ard Biesheuvel
10
-139
/
+111
2019-12-25
efi/libstub: Drop sys_table_arg from printk routines
Ard Biesheuvel
8
-61
/
+59
2019-12-25
efi/libstub: Unify the efi_char16_printk implementations
Ard Biesheuvel
2
-9
/
+9
2019-12-25
efi/libstub: Get rid of 'sys_table_arg' macro parameter
Ard Biesheuvel
3
-1
/
+14
2019-12-25
efi/libstub: Avoid protocol wrapper for file I/O routines
Ard Biesheuvel
1
-10
/
+7
2019-12-25
efi/libstub: Annotate firmware routines as __efiapi
Ard Biesheuvel
1
-4
/
+6
2019-12-25
efi/libstub: Use stricter typing for firmware function pointers
Ard Biesheuvel
2
-4
/
+5
2019-12-25
efi/libstub: Drop explicit 32/64-bit protocol definitions
Ard Biesheuvel
1
-10
/
+0
2019-12-25
efi/libstub: Distinguish between native/mixed not 32/64 bit
Ard Biesheuvel
1
-30
/
+15
2019-12-25
efi/libstub: Extend native protocol definitions with mixed_mode aliases
Ard Biesheuvel
2
-10
/
+16
2019-12-25
efi/libstub: Use a helper to iterate over a EFI handle array
Ard Biesheuvel
1
-7
/
+2
2019-12-25
efi/gop: Unify 32/64-bit functions
Arvind Sankar
1
-116
/
+18
2019-12-25
efi/gop: Convert GOP structures to typedef and clean up some types
Arvind Sankar
1
-13
/
+13
2019-12-25
efi/libstub/random: Initialize pointer variables to zero for mixed mode
Hans de Goede
1
-3
/
+3
2019-12-25
efi/earlycon: Fix write-combine mapping on x86
Arvind Sankar
1
-9
/
+7
2019-12-17
Merge branch 'efi-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
4
-63
/
+88
2019-12-10
efi: Don't attempt to map RCI2 config table if it doesn't exist
Ard Biesheuvel
1
-0
/
+3
2019-12-09
treewide: Use sizeof_field() macro
Pankaj Bharadiya
1
-1
/
+1
2019-12-08
efi/earlycon: Remap entire framebuffer after page initialization
Andy Shevchenko
1
-0
/
+40
2019-12-08
efi/gop: Fix memory leak in __gop_query32/64()
Arvind Sankar
1
-54
/
+12
2019-12-08
efi/gop: Return EFI_SUCCESS if a usable GOP was found
Arvind Sankar
1
-2
/
+2
2019-12-08
efi/gop: Return EFI_NOT_FOUND if there are no usable GOPs
Arvind Sankar
1
-6
/
+6
2019-12-08
efi/memreserve: Register reservations as 'reserved' in /proc/iomem
Ard Biesheuvel
1
-2
/
+26
2019-11-27
Merge tag 'devprop-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-10
/
+8
2019-11-27
Merge tag 'acpi-5.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
12
-18
/
+192
2019-11-26
Merge branch 'acpi-mm'
Rafael J. Wysocki
12
-17
/
+191
2019-11-26
Merge branch 'acpica'
Rafael J. Wysocki
1
-1
/
+1
2019-11-07
x86/efi: Add efi_fake_mem support for EFI_MEMORY_SP
Dan Williams
4
-14
/
+94
2019-11-07
arm/efi: EFI soft reservation to memblock
Dan Williams
4
-0
/
+42
2019-11-07
efi: Common enable/disable infrastructure for EFI soft reservation
Dan Williams
3
-0
/
+48
2019-11-07
x86/efi: Push EFI_MEMMAP check into leaf routines
Dan Williams
2
-1
/
+4
2019-11-07
efi: Enumerate EFI_MEMORY_SP
Dan Williams
1
-2
/
+3
2019-11-07
efi: libstub/tpm: enable tpm eventlog function for ARM platforms
Xinwei Kong
1
-0
/
+2
2019-11-07
x86: efi/random: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG table
Dominik Brodowski
2
-4
/
+3
2019-11-07
efi/random: use arch-independent efi_call_proto()
Dominik Brodowski
1
-5
/
+18
2019-11-06
efi/apple-properties: use PROPERTY_ENTRY_U8_ARRAY_LEN
Dmitry Torokhov
1
-10
/
+8
2019-10-31
efi/efi_test: Lock down /dev/efi_test and require CAP_SYS_ADMIN
Javier Martinez Canillas
1
-0
/
+8
2019-10-31
x86, efi: Never relocate kernel below lowest acceptable address
Kairui Song
2
-15
/
+11
2019-10-31
efi: libstub/arm: Account for firmware reserved memory at the base of RAM
Ard Biesheuvel
2
-3
/
+14
2019-10-31
efi/random: Treat EFI_RNG_PROTOCOL output as bootloader randomness
Dominik Brodowski
1
-1
/
+1
2019-10-31
efi/tpm: Return -EINVAL when determining tpm final events log size fails
Jerry Snitselaar
1
-0
/
+1
2019-10-31
efi: Make CONFIG_EFI_RCI2_TABLE selectable on x86 only
Narendra K
1
-0
/
+1
2019-10-29
ACPICA: make acpi_load_table() return table index
Nikolaus Voss
1
-1
/
+1
2019-10-08
efi/tpm: Fix sanity check of unsigned tbl_size being less than zero
Colin Ian King
1
-1
/
+1
2019-10-07
efi: Make unexported efi_rci2_sysfs_init() static
Ben Dooks
1
-1
/
+1
2019-10-07
efi/tpm: Only set 'efi_tpm_final_log_size' after successful event log parsing
Jerry Snitselaar
1
-1
/
+8
[next]