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
Age
Commit message (
Expand
)
Author
Files
Lines
2022-12-14
Merge tag 'efi-next-for-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
25
-863
/
+1181
2022-12-12
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-0
/
+1
2022-12-07
arm64: efi: Limit allocations to 48-bit addressable physical region
Ard Biesheuvel
5
-3
/
+12
2022-12-05
efi: Put Linux specific magic number in the DOS header
Ard Biesheuvel
1
-1
/
+2
2022-12-01
efi: libstub: Always enable initrd command line loader and bump version
Ard Biesheuvel
1
-2
/
+1
2022-12-01
efi: stub: use random seed from EFI variable
Jason A. Donenfeld
1
-16
/
+52
2022-11-18
efi: random: combine bootloader provided RNG seed with RNG protocol output
Ard Biesheuvel
2
-6
/
+38
2022-11-18
efi: libstub: fix efi_load_initrd_dev_path() kernel-doc comment
Jialin Zhang
1
-2
/
+2
2022-11-18
efi: libstub: Add mixed mode support to command line initrd loader
Ard Biesheuvel
3
-43
/
+72
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
2
-12
/
+81
2022-11-18
efi: libstub: use EFI_LOADER_CODE region when moving the kernel in memory
Ard Biesheuvel
5
-9
/
+16
2022-11-18
Merge tag 'efi-zboot-direct-for-v6.2' into efi/next
Ard Biesheuvel
21
-774
/
+902
2022-11-11
arm64: efi: Force the use of SetVirtualAddressMap() on Altra machines
Ard Biesheuvel
4
-2
/
+93
2022-11-09
arm64: unwind: add asynchronous unwind tables to kernel and modules
Ard Biesheuvel
1
-0
/
+1
2022-11-09
efi: libstub: Merge zboot decompressor with the ordinary stub
Ard Biesheuvel
2
-228
/
+74
2022-11-09
efi/loongarch: libstub: Split off kernel image relocation for builtin stub
Ard Biesheuvel
3
-67
/
+82
2022-11-09
efi/loongarch: Don't jump to kernel entry via the old image
Ard Biesheuvel
1
-9
/
+24
2022-11-09
efi/arm64: libstub: Split off kernel image relocation for builtin stub
Ard Biesheuvel
5
-29
/
+76
2022-11-09
efi/riscv: libstub: Split off kernel image relocation for builtin stub
Ard Biesheuvel
3
-75
/
+106
2022-11-09
efi: libstub: Factor out min alignment and preferred kernel load address
Ard Biesheuvel
3
-23
/
+6
2022-11-09
efi: libstub: Add image code and data size to the zimage metadata
Ard Biesheuvel
2
-13
/
+11
2022-11-09
efi: libstub: Factor out EFI stub entrypoint into separate file
Ard Biesheuvel
4
-64
/
+100
2022-11-09
efi: libstub: Provide local implementations of strrchr() and memchr()
Ard Biesheuvel
2
-1
/
+64
2022-11-09
efi: libstub: Move screen_info handling to common code
Ard Biesheuvel
5
-38
/
+70
2022-11-09
efi: libstub: Enable efi_printk() in zboot decompressor
Ard Biesheuvel
5
-167
/
+198
2022-11-09
efi: libstub: Clone memcmp() into the stub
Ard Biesheuvel
2
-10
/
+19
2022-11-09
efi: libstub: Use local strncmp() implementation unconditionally
Ard Biesheuvel
1
-2
/
+0
2022-11-09
arm64: efi: Move efi-entry.S into the libstub source directory
Ard Biesheuvel
2
-2
/
+59
2022-11-09
arm64: efi: Move dcache cleaning of loaded image out of efi_enter_kernel()
Ard Biesheuvel
1
-1
/
+9
2022-11-09
efi: libstub: Deduplicate ftrace command line argument filtering
Ard Biesheuvel
1
-9
/
+10
2022-11-09
efi: libstub: Drop handling of EFI properties table
Ard Biesheuvel
1
-13
/
+0
2022-11-09
efi: libstub: Drop randomization of runtime memory map
Ard Biesheuvel
1
-29
/
+0
2022-10-24
efi: random: Use 'ACPI reclaim' memory for random seed
Ard Biesheuvel
1
-1
/
+6
2022-10-21
efi: runtime: Don't assume virtual mappings are missing if VA == PA == 0
Ard Biesheuvel
1
-4
/
+4
2022-10-21
efi: libstub: Fix incorrect payload size in zboot header
Ard Biesheuvel
1
-1
/
+2
2022-10-21
efi: libstub: Give efi_main() asmlinkage qualification
Ard Biesheuvel
1
-3
/
+3
2022-10-21
efi: libstub: Remove zboot signing from build options
Ard Biesheuvel
1
-25
/
+4
2022-10-11
Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+1
2022-10-09
Merge tag 'efi-next-for-v6.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
18
-428
/
+1177
2022-10-06
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
1
-2
/
+2
2022-10-04
Merge tag 'kcfi-v6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...
Linus Torvalds
1
-0
/
+2
2022-10-04
kmsan: disable instrumentation of unsupported common kernel code
Alexander Potapenko
1
-0
/
+1
2022-09-27
efi/arm64: libstub: avoid SetVirtualAddressMap() when possible
Ard Biesheuvel
2
-1
/
+9
2022-09-27
efi: zboot: create MemoryMapped() device path for the parent if needed
Ard Biesheuvel
1
-4
/
+16
2022-09-27
efi: libstub: fix up the last remaining open coded boot service call
Ard Biesheuvel
1
-2
/
+2
2022-09-27
efi/libstub: measure EFI LoadOptions
Ilias Apalodimas
2
-0
/
+11
2022-09-27
efi/libstub: refactor the initrd measuring functions
Ilias Apalodimas
1
-43
/
+77
2022-09-27
Merge tag 'efi-loongarch-for-v6.1-2' into HEAD
Ard Biesheuvel
12
-364
/
+343
2022-09-27
efi/loongarch: libstub: remove dependency on flattened DT
Ard Biesheuvel
2
-12
/
+57
[next]