index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.12.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
pinetabv-6.6.y-devel
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
starfive-6.6.63-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
Age
Commit message (
Expand
)
Author
Files
Lines
2017-08-26
efi/random: Increase size of firmware supplied randomness
Ard Biesheuvel
1
-6
/
+4
2017-08-26
efi/libstub: Enable reset attack mitigation
Matthew Garrett
3
-0
/
+62
2017-08-21
efi/libstub/arm64: Set -fpie when building the EFI stub
Ard Biesheuvel
1
-1
/
+1
2017-08-21
efi/libstub/arm64: Force 'hidden' visibility for section markers
Ard Biesheuvel
1
-1
/
+9
2017-08-17
efi: Introduce efi_early_memdesc_ptr to get pointer to memmap descriptor
Baoquan He
1
-2
/
+2
2017-08-15
efi/arm64: add EFI_KIMG_ALIGN
Mark Rutland
1
-2
/
+4
2017-07-13
efi: avoid fortify checks in EFI stub
Kees Cook
1
-0
/
+1
2017-05-28
efi: Remove duplicate 'const' specifiers
Arnd Bergmann
1
-2
/
+2
2017-05-05
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-2
/
+26
2017-04-17
efi/libstub/arm: Don't use TASK_SIZE when randomizing the RT space
Ard Biesheuvel
1
-2
/
+9
2017-04-05
efi/libstub/arm*: Set default address and size cells values for an empty dtb
Sameer Goel
1
-2
/
+26
2017-04-05
ef/libstub/arm/arm64: Randomize the base of the UEFI rt services region
Ard Biesheuvel
1
-13
/
+36
2017-04-05
efi/libstub/arm/arm64: Disable debug prints on 'quiet' cmdline arg
Ard Biesheuvel
5
-10
/
+30
2017-04-05
efi/libstub: Unify command line param parsing
Ard Biesheuvel
4
-28
/
+21
2017-04-05
efi/libstub: Fix harmless command line parsing bug
Ard Biesheuvel
1
-2
/
+2
2017-04-05
efi/arm32-stub: Allow boot-time allocations in the vmlinux region
Ard Biesheuvel
1
-20
/
+128
2017-04-05
efi/arm-stub: Round up FDT allocation to mapping size
Ard Biesheuvel
1
-33
/
+24
2017-04-05
efi/arm-stub: Correct FDT and initrd allocation rules for arm64
Ard Biesheuvel
1
-3
/
+4
2017-04-05
efi/libstub: Skip GOP with PIXEL_BLT_ONLY format
Cohen, Eugene
1
-2
/
+4
2017-03-02
efi/libstub: Treat missing SecureBoot variable as Secure Boot disabled
Ard Biesheuvel
1
-2
/
+2
2017-02-07
efi/libstub: Make file I/O chunking x86-specific
Ard Biesheuvel
1
-1
/
+10
2017-02-07
efi: Disable secure boot if shim is in insecure mode
Josh Boyer
1
-1
/
+24
2017-02-07
efi: Get and store the secure boot status
David Howells
3
-58
/
+68
2017-02-07
Merge tag 'v4.10-rc7' into efi/core, to pick up fixes
Ingo Molnar
1
-11
/
+3
2017-02-01
efi/fdt: Avoid FDT manipulation after ExitBootServices()
Ard Biesheuvel
1
-11
/
+3
2017-02-01
efi/libstub: Preserve .debug sections after absolute relocation check
Ard Biesheuvel
1
-8
/
+16
2017-02-01
efi: Deduplicate efi_file_size() / _read() / _close()
Lukas Wunner
3
-77
/
+63
2016-12-28
efi/libstub/arm*: Pass latest memory map to the kernel
Ard Biesheuvel
2
-39
/
+56
2016-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2016-12-14
Remove references to dead make variable LINUX_INCLUDE
Paul Bolle
1
-1
/
+1
2016-11-25
efi/libstub: Make efi_random_alloc() allocate below 4 GB on 32-bit
Ard Biesheuvel
1
-6
/
+7
2016-11-13
efi/arm*/libstub: Invoke EFI_RNG_PROTOCOL to seed the UEFI RNG table
Ard Biesheuvel
3
-0
/
+52
2016-11-13
efi/libstub: Add random.c to ARM build
Ard Biesheuvel
4
-14
/
+16
2016-11-13
efi/libstub: Fix allocation size calculations
Roy Franz
1
-10
/
+14
2016-10-19
efi/arm: Fix absolute relocation detection for older toolchains
Ard Biesheuvel
1
-2
/
+3
2016-09-05
efi/libstub: Use efi_exit_boot_services() in FDT
Jeffrey Hugo
1
-10
/
+27
2016-09-05
efi/libstub: Introduce ExitBootServices helper
Jeffrey Hugo
1
-0
/
+73
2016-09-05
efi/libstub: Allocate headspace in efi_get_memory_map()
Jeffrey Hugo
3
-37
/
+88
2016-05-17
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
2
-26
/
+13
2016-04-28
arm64: kaslr: increase randomization granularity
Ard Biesheuvel
1
-3
/
+12
2016-04-28
efi/arm*/libstub: Wire up GOP protocol to 'struct screen_info'
Ard Biesheuvel
1
-0
/
+23
2016-04-28
efi/arm/libstub: Make screen_info accessible to the UEFI stub
Ard Biesheuvel
1
-0
/
+37
2016-04-28
efi/libstub: Move Graphics Output Protocol handling to generic code
Ard Biesheuvel
2
-1
/
+355
2016-04-28
efi: Iterate over efi.memmap in for_each_efi_memory_desc()
Matt Fleming
1
-2
/
+4
2016-04-28
efi/arm64: Check SetupMode when determining Secure Boot status
Linn Crosetto
1
-7
/
+25
2016-04-28
efi/arm64: Report unexpected errors when determining Secure Boot status
Linn Crosetto
1
-4
/
+18
2016-04-15
efi: ARM/arm64: ignore DT memory nodes instead of removing them
Ard Biesheuvel
1
-23
/
+1
2016-03-23
kernel: add kcov code coverage
Dmitry Vyukov
1
-0
/
+3
2016-03-21
Merge branch 'efi-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
4
-7
/
+60
2016-03-21
Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+1
[prev]
[next]