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
/
arch
/
arm64
Age
Commit message (
Expand
)
Author
Files
Lines
2020-07-05
KVM: arm64: Use build-time defines in has_vhe()
David Brazdil
1
-3
/
+10
2020-07-05
KVM: arm64: Add build rules for separate VHE/nVHE object files
David Brazdil
4
-3
/
+72
2020-07-05
KVM: arm64: Move __smccc_workaround_1_smc to .rodata
David Brazdil
3
-16
/
+33
2020-07-05
KVM: arm64: Fix symbol dependency in __hyp_call_panic_nvhe
David Brazdil
1
-1
/
+1
2020-06-29
Merge tag 'arm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
3
-6
/
+6
2020-06-28
Merge tag 'imx-fixes-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/sh...
Arnd Bergmann
3
-6
/
+6
2020-06-27
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
14
-166
/
+98
2020-06-26
arm64: use PAGE_KERNEL_ROX directly in alloc_insn_page
Christoph Hellwig
1
-9
/
+3
2020-06-25
arm64: Add KRYO{3,4}XX silver CPU cores to SSB safelist
Sai Prakash Ranjan
1
-0
/
+2
2020-06-25
arm64: perf: Report the PC value in REGS_ABI_32 mode
Jiping Ma
1
-3
/
+22
2020-06-24
arm64: kpti: Add KRYO{3, 4}XX silver CPU cores to kpti safelist
Sai Prakash Ranjan
1
-0
/
+2
2020-06-24
arm64: Don't insert a BTI instruction at inner labels
Jean-Philippe Brucker
1
-6
/
+0
2020-06-24
arm64: vdso: Don't use gcc plugins for building vgettimeofday.c
Alexander Popov
1
-1
/
+1
2020-06-24
arm64: vdso: Only pass --no-eh-frame-hdr when linker supports it
Will Deacon
1
-2
/
+3
2020-06-23
arm64: Depend on newer binutils when building PAC
Mark Brown
1
-2
/
+2
2020-06-23
arm64: compat: Remove 32-bit sigreturn code from the vDSO
Will Deacon
3
-71
/
+0
2020-06-23
arm64: compat: Always use sigpage for sigreturn trampoline
Will Deacon
1
-25
/
+0
2020-06-23
arm64: compat: Allow 32-bit vdso and sigpage to co-exist
Will Deacon
4
-36
/
+32
2020-06-23
arm64: vdso: Disable dwarf unwinding through the sigreturn trampoline
Will Deacon
2
-21
/
+35
2020-06-21
Merge tag 'kbuild-fixes-v5.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-1
/
+1
2020-06-19
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
10
-57
/
+63
2020-06-18
maccess: rename probe_kernel_address to get_kernel_nofault
Christoph Hellwig
1
-1
/
+1
2020-06-18
arm64: dts: imx8mm-beacon: Fix voltages on LDO1 and LDO2
Adam Ford
1
-2
/
+2
2020-06-18
arm64: hw_breakpoint: Don't invoke overflow handler on uaccess watchpoints
Will Deacon
1
-18
/
+26
2020-06-18
arm64: kexec_file: Use struct_size() in kmalloc()
Gustavo A. R. Silva
1
-2
/
+1
2020-06-18
arm64: mm: reserve hugetlb CMA after numa_init
Barry Song
1
-5
/
+10
2020-06-18
arm64: dts: imx8mn-ddr4-evk: correct ldo1/ldo2 voltage range
Robin Gong
1
-2
/
+2
2020-06-18
arm64: dts: imx8mm-evk: correct ldo1/ldo2 voltage range
Robin Gong
1
-2
/
+2
2020-06-17
maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault
Christoph Hellwig
1
-2
/
+2
2020-06-17
arm64: bti: Require clang >= 10.0.1 for in-kernel BTI support
Will Deacon
1
-0
/
+2
2020-06-17
kconfig: unify cc-option and as-option
Masahiro Yamada
1
-1
/
+1
2020-06-16
arm64: sve: Fix build failure when ARM64_SVE=y and SYSCTL=n
Will Deacon
1
-3
/
+3
2020-06-16
arm64: pgtable: Clear the GP bit for non-executable kernel pages
Will Deacon
1
-1
/
+1
2020-06-15
arm64: mm: reset address tag set by kasan sw tagging
Shyam Thombre
1
-0
/
+1
2020-06-15
arm64: traps: Dump registers prior to panic() in bad_mode()
Will Deacon
1
-0
/
+1
2020-06-15
arm64/sve: Eliminate data races on sve_default_vl
Dave Martin
1
-7
/
+18
2020-06-15
arm64: remove TEXT_OFFSET randomization
Ard Biesheuvel
2
-21
/
+0
2020-06-13
Merge tag 'kbuild-v5.8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...
Linus Torvalds
2
-5
/
+5
2020-06-13
treewide: replace '---help---' in Kconfig files with 'help'
Masahiro Yamada
2
-5
/
+5
2020-06-12
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
13
-102
/
+171
2020-06-12
Merge tag 'locking-urgent-2020-06-11' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-3
/
+3
2020-06-11
Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...
Linus Torvalds
6
-5
/
+28
2020-06-11
Merge tag 'kvmarm-fixes-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
13
-97
/
+171
2020-06-11
arm64: warn on incorrect placement of the kernel by the bootloader
Ard Biesheuvel
2
-1
/
+6
2020-06-11
locking/atomics: Flip fallbacks and instrumentation
Peter Zijlstra
1
-3
/
+3
2020-06-11
Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2
-16
/
+20
2020-06-10
Merge tag 'clk-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/cl...
Linus Torvalds
1
-1
/
+0
2020-06-10
Merge branch 'kvm-arm64/ptrauth-fixes' into kvmarm-master/next
Marc Zyngier
11
-85
/
+111
2020-06-10
KVM: arm64: Move hyp_symbol_addr() to kvm_asm.h
Marc Zyngier
2
-20
/
+20
2020-06-10
KVM: arm64: Synchronize sysreg state on injecting an AArch32 exception
Marc Zyngier
1
-0
/
+28
[next]