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
Age
Commit message (
Expand
)
Author
Files
Lines
2016-09-13
Merge tag 'efi-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mflemin...
Ingo Molnar
31
-547
/
+1767
2016-09-09
x86/efi: Allow invocation of arbitrary boot services
Lukas Wunner
4
-28
/
+14
2016-09-09
x86/efi: Optimize away setup_gop32/64 if unused
Lukas Wunner
1
-2
/
+11
2016-09-09
x86/efi: Use kmalloc_array() in efi_call_phys_prolog()
Markus Elfring
1
-1
/
+1
2016-09-09
efi/arm64: Treat regions with WT/WC set but WB cleared as memory
Ard Biesheuvel
1
-15
/
+17
2016-09-09
efi: Add efi_test driver for exporting UEFI runtime service interfaces
Ivan Hu
6
-0
/
+885
2016-09-09
x86/efi: Defer efi_esrt_init until after memblock_x86_fill
Ricardo Neri
2
-2
/
+1
2016-09-09
efi/arm64: Add debugfs node to dump UEFI runtime page tables
Ard Biesheuvel
1
-0
/
+20
2016-09-09
x86/efi: Remove unused find_bits() function
Lukas Wunner
1
-23
/
+0
2016-09-09
fs/efivarfs: Fix double kfree() in error path
Matt Fleming
1
-3
/
+3
2016-09-09
x86/efi: Map in physical addresses in efi_map_region_fixed
Alex Thorlton
1
-0
/
+1
2016-09-09
lib/ucs2_string: Speed up ucs2_utf8size()
Lukas Wunner
1
-1
/
+1
2016-09-09
firmware-gsmi: Delete an unnecessary check before the function call "dma_pool...
Markus Elfring
1
-2
/
+1
2016-09-09
x86/efi: Initialize status to ensure garbage is not returned on small size
Colin Ian King
1
-2
/
+2
2016-09-09
efi: Replace runtime services spinlock with semaphore
Ard Biesheuvel
3
-32
/
+53
2016-09-09
efi: Don't use spinlocks for efi vars
Sylvain Chouleur
6
-76
/
+139
2016-09-09
efi: Use a file local lock for efivars
Sylvain Chouleur
2
-42
/
+47
2016-09-09
efi/arm*: esrt: Add missing call to efi_esrt_init()
Ard Biesheuvel
1
-0
/
+1
2016-09-09
efi/esrt: Use memremap not ioremap to access ESRT table in memory
Ard Biesheuvel
1
-2
/
+3
2016-09-09
x86/efi-bgrt: Use efi_mem_reserve() to avoid copying image data
Matt Fleming
1
-11
/
+2
2016-09-09
efi/esrt: Use efi_mem_reserve() and avoid a kmalloc()
Matt Fleming
1
-16
/
+4
2016-09-09
efi/runtime-map: Use efi.memmap directly instead of a copy
Matt Fleming
3
-66
/
+13
2016-09-09
efi: Allow drivers to reserve boot services forever
Matt Fleming
3
-11
/
+141
2016-09-09
efi: Add efi_memmap_install() for installing new EFI memory maps
Matt Fleming
3
-7
/
+27
2016-09-09
efi: Split out EFI memory map functions into new file
Matt Fleming
5
-267
/
+284
2016-09-09
efi/fake_mem: Refactor main two code chunks into functions
Matt Fleming
1
-95
/
+134
2016-09-09
efi: Add efi_memmap_init_late() for permanent EFI memmap
Matt Fleming
5
-57
/
+130
2016-09-09
efi: Refactor efi_memmap_init_early() into arch-neutral code
Matt Fleming
8
-68
/
+99
2016-09-09
x86/efi: Consolidate region mapping logic
Matt Fleming
2
-27
/
+43
2016-09-09
x86/efi: Test for EFI_MEMMAP functionality when iterating EFI memmap
Matt Fleming
2
-10
/
+9
2016-09-05
Merge tag 'efi-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/mflem...
Thomas Gleixner
574
-2930
/
+5281
2016-09-05
x86/efi: Use efi_exit_boot_services()
Jeffrey Hugo
1
-69
/
+67
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
2
-0
/
+83
2016-09-05
efi/libstub: Allocate headspace in efi_get_memory_map()
Jeffrey Hugo
5
-49
/
+111
2016-09-05
efi: Fix handling error value in fdt_find_uefi_params
Andrzej Hajda
1
-2
/
+5
2016-09-05
efi: Make for_each_efi_memory_desc_in_map() cope with running on Xen
Jan Beulich
1
-1
/
+1
2016-09-05
Linux 4.8-rc5
Linus Torvalds
1
-1
/
+1
2016-09-04
Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
1
-0
/
+12
2016-09-04
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...
Linus Torvalds
2
-1
/
+3
2016-09-04
Merge tag 'dm-4.8-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git/d...
Linus Torvalds
3
-7
/
+14
2016-09-03
Merge branch 'for-linus-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-11
/
+15
2016-09-03
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
2
-1
/
+11
2016-09-03
Merge tag 'char-misc-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
10
-279
/
+25
2016-09-03
Merge tag 'driver-core-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
3
-9
/
+29
2016-09-03
Merge tag 'staging-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
38
-128
/
+198
2016-09-03
Merge tag 'tty-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
10
-90
/
+159
2016-09-03
Merge tag 'usb-4.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
23
-57
/
+294
2016-09-03
devpts: return NULL pts 'priv' entry for non-devpts nodes
Linus Torvalds
1
-1
/
+2
2016-09-03
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
8
-34
/
+54
[next]