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
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
2022-09-27
mm: remove rb tree.
Liam R. Howlett
1
-1
/
+0
2022-09-27
mm: start tracking VMAs with maple tree
Liam R. Howlett
1
-0
/
+1
2022-08-07
Merge tag 'riscv-for-linus-5.20-mw0' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-3
/
+10
2022-08-04
Merge tag 'efi-efivars-removal-for-v5.20' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
5
-1696
/
+1
2022-08-04
Merge tag 'efi-next-for-v5.20' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
8
-516
/
+354
2022-07-20
riscv/efi_stub: Add 64bit boot-hartid support on RV64
Sunil V L
1
-3
/
+10
2022-07-15
Merge tag 'platform-drivers-x86-v5.19-4' of git://git.kernel.org/pub/scm/linu...
Linus Torvalds
1
-10
/
+11
2022-07-10
efi: Fix efi_power_off() not being run before acpi_power_off() when necessary
Hans de Goede
1
-10
/
+11
2022-06-28
drivers: fix typo in firmware/efi/memmap.c
Zheng Zhi Yuan
1
-1
/
+1
2022-06-24
efi: vars: Move efivar caching layer into efivarfs
Ard Biesheuvel
2
-733
/
+1
2022-06-24
efi: vars: Drop __efivar_entry_iter() helper which is no longer used
Ard Biesheuvel
1
-54
/
+7
2022-06-24
efi: vars: Switch to new wrapper layer
Ard Biesheuvel
1
-81
/
+52
2022-06-24
efi: vars: Use locking version to iterate over efivars linked lists
Ard Biesheuvel
2
-14
/
+3
2022-06-24
efi: vars: Remove deprecated 'efivars' sysfs interface
Ard Biesheuvel
4
-936
/
+2
2022-06-24
efi: pstore: Omit efivars caching EFI varstore access layer
Ard Biesheuvel
4
-308
/
+91
2022-06-24
efi: vars: Add thin wrapper around EFI get/set variable interface
Ard Biesheuvel
1
-10
/
+144
2022-06-24
efi: vars: Don't drop lock in the middle of efivar_init()
Ard Biesheuvel
3
-20
/
+14
2022-06-21
efi: sysfb_efi: remove unnecessary <asm/efi.h> include
Javier Martinez Canillas
1
-2
/
+0
2022-06-20
efi: efibc: avoid efivar API for setting variables
Ard Biesheuvel
2
-47
/
+30
2022-06-20
efi: avoid efivars layer when loading SSDTs from variables
Ard Biesheuvel
1
-62
/
+41
2022-06-15
efi: Correct comment on efi_memmap_alloc
Liu Zixian
1
-2
/
+1
2022-06-15
efi: Make code to find mirrored memory ranges generic
Ma Wupeng
2
-0
/
+24
2022-06-03
Merge tag 'efi-next-for-v5.19-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
2
-30
/
+26
2022-06-01
efi: clean up Kconfig dependencies on CONFIG_EFI
Ard Biesheuvel
1
-28
/
+24
2022-06-01
efi/x86: libstub: Make DXE calls mixed mode safe
Ard Biesheuvel
1
-2
/
+2
2022-05-24
Merge tag 'edac_updates_for_v5.19_rc1' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
1
-18
/
+46
2022-05-19
riscv/efi_stub: Add support for RISCV_EFI_BOOT_PROTOCOL
Sunil V L
2
-6
/
+30
2022-05-06
efi: stub: prefer mirrored memory for randomized allocations
Ard Biesheuvel
1
-0
/
+11
2022-05-03
efi/arm64: libstub: run image in place if randomized by the loader
Ard Biesheuvel
1
-3
/
+9
2022-05-03
efi: libstub: pass image handle to handle_kernel_image()
Ard Biesheuvel
5
-5
/
+9
2022-05-03
efi: libstub: ensure allocated memory to be executable
Baskov Evgeniy
2
-4
/
+118
2022-05-03
efi: libstub: declare DXE services table
Baskov Evgeniy
2
-1
/
+82
2022-04-13
efi: Register efi_secret platform device if EFI secret area is declared
Dov Murik
1
-0
/
+5
2022-04-13
efi: Save location of EFI confidential computing area
Dov Murik
2
-0
/
+22
2022-04-13
efi: Allow to enable EFI runtime services by default on RT
Javier Martinez Canillas
2
-1
/
+16
2022-04-08
efi/cper: Reformat CPER memory error location to more readable
Shuai Xue
1
-15
/
+15
2022-04-08
EDAC/ghes: Unify CPER memory error location reporting
Shuai Xue
1
-2
/
+2
2022-04-08
efi/cper: Add a cper_mem_err_status_str() to decode error description
Shuai Xue
1
-1
/
+29
2022-03-22
Merge tag 'pstore-v5.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-1
/
+1
2022-03-21
Merge tag 'tpmdd-next-v5.18-v2' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2022-03-15
pstore: Don't use semaphores in always-atomic-context code
Jann Horn
1
-1
/
+1
2022-03-08
efi/mokvar: move up init order
Eric Snowberg
1
-1
/
+1
2022-03-01
efi: fix return value of __setup handlers
Randy Dunlap
2
-2
/
+2
2022-02-28
efivars: Respect "block" flag in efivar_entry_set_safe()
Jann Horn
1
-1
/
+4
2022-02-28
riscv/efi_stub: Fix get_boot_hartid_from_fdt() return value
Sunil V L
1
-7
/
+10
2022-01-23
efi: runtime: avoid EFIv2 runtime services on Apple x86 machines
Ard Biesheuvel
1
-0
/
+7
2022-01-23
efi/libstub: arm64: Fix image check alignment at entry
Mihai Carabas
1
-3
/
+3
2022-01-20
RISC-V: Introduce sv48 support without relocatable kernel
Palmer Dabbelt
1
-0
/
+2
2022-01-20
riscv: Implement sv48 support
Alexandre Ghiti
1
-0
/
+2
2022-01-13
Merge tag 'devicetree-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+5
[next]