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
/
arch
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-19
KVM: arm64: Enable access to sanitized CPU features at EL2
Quentin Perret
5
-0
/
+59
2021-03-19
KVM: arm64: Introduce a Hyp buddy page allocator
Quentin Perret
4
-1
/
+292
2021-03-19
KVM: arm64: Stub CONFIG_DEBUG_LIST at Hyp
Quentin Perret
2
-1
/
+23
2021-03-19
KVM: arm64: Introduce an early Hyp page allocator
Quentin Perret
5
-4
/
+94
2021-03-19
KVM: arm64: Allow using kvm_nvhe_sym() in hyp code
Quentin Perret
1
-0
/
+4
2021-03-19
KVM: arm64: Make kvm_call_hyp() a function call at Hyp
Quentin Perret
1
-0
/
+6
2021-03-19
KVM: arm64: Introduce a BSS section for use at Hyp
Quentin Perret
4
-19
/
+49
2021-03-19
KVM: arm64: Factor memory allocation out of pgtable.c
Quentin Perret
3
-42
/
+163
2021-03-19
KVM: arm64: Avoid free_page() in page-table allocator
Quentin Perret
1
-5
/
+5
2021-03-19
KVM: arm64: Initialize kvm_nvhe_init_params early
Quentin Perret
1
-12
/
+18
2021-03-19
arm64: kvm: Add standalone ticket spinlock implementation for use at hyp
Will Deacon
1
-0
/
+92
2021-03-19
KVM: arm64: Link position-independent string routines into .hyp.text
Will Deacon
3
-0
/
+18
2021-03-19
arm64: lib: Annotate {clear, copy}_page() as position-independent
Will Deacon
2
-4
/
+4
2021-03-19
Merge tag 'v5.12-rc3' into kvm-arm64/host-stage2
Marc Zyngier
116
-997
/
+782
2021-03-18
KVM: arm64: Fix host's ZCR_EL2 restore on nVHE
Marc Zyngier
1
-1
/
+2
2021-03-18
KVM: arm64: Enable SVE support for nVHE
Daniel Kiss
4
-29
/
+0
2021-03-18
KVM: arm64: Save/restore SVE state for nVHE
Marc Zyngier
3
-28
/
+23
2021-03-18
KVM: arm64: Trap host SVE accesses when the FPSIMD state is dirty
Marc Zyngier
2
-2
/
+11
2021-03-18
KVM: arm64: Save guest's ZCR_EL1 before saving the FPSIMD state
Marc Zyngier
1
-2
/
+2
2021-03-18
KVM: arm64: Map SVE context at EL2 when available
Marc Zyngier
1
-0
/
+11
2021-03-18
KVM: arm64: Rework SVE host-save/guest-restore
Marc Zyngier
4
-20
/
+32
2021-03-18
arm64: sve: Provide a conditional update accessor for ZCR_ELx
Marc Zyngier
1
-0
/
+9
2021-03-18
KVM: arm64: Introduce vcpu_sve_vq() helper
Marc Zyngier
3
-5
/
+7
2021-03-18
KVM: arm64: Let vcpu_sve_pffr() handle HYP VAs
Marc Zyngier
1
-2
/
+2
2021-03-18
KVM: arm64: Use {read,write}_sysreg_el1 to access ZCR_EL1
Marc Zyngier
2
-2
/
+3
2021-03-18
KVM: arm64: Provide KVM's own save/restore SVE primitives
Marc Zyngier
4
-5
/
+19
2021-03-14
Merge tag 'irq-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-0
/
+1
2021-03-14
Merge tag 'objtool-urgent-2021-03-14' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-6
/
+4
2021-03-14
Merge tag 'perf_urgent_for_v5.12-rc3' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
3
-11
/
+11
2021-03-14
Merge tag 'x86_urgent_for_v5.12_rc3' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
9
-29
/
+99
2021-03-14
Merge tag 'powerpc-5.12-3' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
7
-9
/
+20
2021-03-14
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
25
-79
/
+184
2021-03-14
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2
-7
/
+19
2021-03-13
Merge tag 'kbuild-fixes-v5.12-2' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-2
/
+1
2021-03-13
ia64: fix ptrace(PTRACE_SYSCALL_INFO_EXIT) sign
Sergei Trofimovich
1
-1
/
+1
2021-03-13
ia64: fix ia64_syscall_get_set_arguments() for break-based syscalls
Sergei Trofimovich
1
-6
/
+18
2021-03-12
Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...
Linus Torvalds
12
-67
/
+88
2021-03-12
Merge tag 'for-linus-5.12b-rc3-tag' of git://git.kernel.org/pub/scm/linux/ker...
Linus Torvalds
2
-7
/
+4
2021-03-12
KVM: LAPIC: Advancing the timer expiration on guest initiated write
Wanpeng Li
1
-0
/
+1
2021-03-12
KVM: x86/mmu: Skip !MMU-present SPTEs when removing SP in exclusive mode
Sean Christopherson
1
-0
/
+11
2021-03-12
KVM: kvmclock: Fix vCPUs > 64 can't be online/hotpluged
Wanpeng Li
1
-10
/
+9
2021-03-12
kvm: x86: annotate RCU pointers
Muhammad Usama Anjum
1
-2
/
+2
2021-03-12
KVM: arm64: Fix exclusive limit for IPA size
Marc Zyngier
1
-2
/
+1
2021-03-12
KVM: arm64: Reject VM creation when the default IPA size is unsupported
Marc Zyngier
1
-4
/
+8
2021-03-12
objtool,x86: Fix uaccess PUSHF/POPF validation
Peter Zijlstra
1
-6
/
+4
2021-03-12
powerpc/traps: unrecoverable_exception() is not an interrupt handler
Christophe Leroy
3
-3
/
+3
2021-03-11
arm64: mm: remove unused __cpu_uses_extended_idmap[_level()]
Ard Biesheuvel
1
-14
/
+0
2021-03-11
arm64: mm: use a 48-bit ID map when possible on 52-bit VA builds
Ard Biesheuvel
3
-6
/
+3
2021-03-11
kbuild: remove LLVM=1 test from HAS_LTO_CLANG
Masahiro Yamada
1
-1
/
+0
2021-03-11
kbuild: Allow LTO to be selected with KASAN_HW_TAGS
Sami Tolvanen
1
-1
/
+1
[next]