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
/
virt
/
kvm
/
arm
/
arm.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-05-16
KVM: arm64: Move virt/kvm/arm to arch/arm64
Marc Zyngier
1
-1681
/
+0
2020-03-31
KVM: Pass kvm_init()'s opaque param to additional arch funcs
Sean Christopherson
1
-2
/
+2
2020-03-31
Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
1
-2
/
+8
2020-03-24
KVM: arm64: GICv4.1: Reload VLPI configuration on distributor enable/disable
Marc Zyngier
1
-0
/
+8
2020-03-16
KVM: Provide common implementation for generic dirty log functions
Sean Christopherson
1
-44
/
+4
2020-02-28
Merge tag 'kvmarm-fixes-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Paolo Bonzini
1
-2
/
+0
2020-02-17
kvm: arm/arm64: Fold VHE entry/exit work into kvm_vcpu_run_vhe()
Mark Rutland
1
-2
/
+0
2020-01-30
Merge tag 'kvmarm-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
1
-3
/
+1
2020-01-27
KVM: Move running VCPU from ARM to common code
Paolo Bonzini
1
-29
/
+0
2020-01-27
KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()
Sean Christopherson
1
-5
/
+0
2020-01-27
KVM: arm64: Free sve_state via arm specific hook
Sean Christopherson
1
-0
/
+2
2020-01-27
KVM: ARM: Move all vcpu init code into kvm_arch_vcpu_create()
Sean Christopherson
1
-14
/
+20
2020-01-27
KVM: Move vcpu alloc and init invocation to common code
Sean Christopherson
1
-27
/
+2
2020-01-24
KVM: Introduce kvm_vcpu_destroy()
Sean Christopherson
1
-1
/
+1
2020-01-24
KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issues
Sean Christopherson
1
-10
/
+11
2020-01-24
KVM: arm: Drop kvm_arch_vcpu_free()
Sean Christopherson
1
-7
/
+2
2020-01-19
KVM: arm: Remove duplicate include
YueHaibing
1
-2
/
+0
2020-01-19
KVM: ARM: Call hyp_cpu_pm_exit at the right place
Shannon Zhao
1
-1
/
+1
2019-12-06
KVM: arm/arm64: Get rid of unused arg in cpu_init_hyp_mode()
Miaohe Lin
1
-2
/
+2
2019-11-08
Merge remote-tracking branch 'kvmarm/misc-5.5' into kvmarm/next
Marc Zyngier
1
-6
/
+10
2019-11-08
KVM: arm64: Opportunistically turn off WFI trapping when using direct LPI inj...
Marc Zyngier
1
-2
/
+2
2019-10-28
KVM: arm64: vgic-v4: Move the GICv4 residency flow to be driven by vcpu_load/put
Marc Zyngier
1
-4
/
+8
2019-10-24
Merge remote-tracking branch 'kvmarm/kvm-arm64/stolen-time' into kvmarm-maste...
Marc Zyngier
1
-0
/
+11
2019-10-21
KVM: arm64: Support stolen time reporting via shared structure
Steven Price
1
-0
/
+11
2019-10-21
KVM: arm/arm64: Allow user injection of external data aborts
Christoffer Dall
1
-0
/
+1
2019-10-21
KVM: arm/arm64: Allow reporting non-ISV data aborts to userspace
Christoffer Dall
1
-0
/
+21
2019-09-09
KVM: arm/arm64: vgic: Allow more than 256 vcpus for KVM_IRQ_LINE
Marc Zyngier
1
-0
/
+2
2019-08-09
Merge tag 'kvmarm-fixes-for-5.3-2' of git://git.kernel.org/pub/scm/linux/kern...
Paolo Bonzini
1
-0
/
+11
2019-08-09
Merge tag 'kvmarm-fixes-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel...
Paolo Bonzini
1
-0
/
+2
2019-08-05
KVM: arm/arm64: Sync ICH_VMCR_EL2 back when about to block
Marc Zyngier
1
-0
/
+11
2019-08-05
KVM: remove kvm_arch_has_vcpu_debugfs()
Paolo Bonzini
1
-5
/
+0
2019-07-24
Documentation: move Documentation/virtual to Documentation/virt
Christoph Hellwig
1
-1
/
+1
2019-07-23
KVM: arm/arm64: Introduce kvm_pmu_vcpu_init() to setup PMU counter index
Zenghui Yu
1
-0
/
+2
2019-07-11
Merge tag 'kvm-arm-for-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
1
-14
/
+3
2019-07-08
KVM: arm/arm64: Initialise host's MPIDRs by reading the actual register
Marc Zyngier
1
-1
/
+2
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 266
Thomas Gleixner
1
-13
/
+1
2019-06-04
KVM: Directly return result from kvm_arch_check_processor_compat()
Sean Christopherson
1
-2
/
+2
2019-05-28
KVM: s390: Do not report unusabled IDs via KVM_CAP_MAX_VCPU_ID
Thomas Huth
1
-0
/
+3
2019-05-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-9
/
+34
2019-05-16
Merge tag 'kvmarm-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Paolo Bonzini
1
-6
/
+34
2019-04-25
KVM: arm/arm64: Ensure vcpu target is unset on reset failure
Andrew Jones
1
-3
/
+8
2019-04-24
arm64: KVM: Enable VHE support for :G/:H perf event modifiers
Andrew Murray
1
-0
/
+2
2019-04-24
arm64: KVM: Encapsulate kvm_cpu_context in kvm_host_data
Andrew Murray
1
-6
/
+8
2019-04-24
KVM: arm/arm64: Context-switch ptrauth registers
Mark Rutland
1
-0
/
+2
2019-04-18
KVM: arm/arm64: Demote kvm_arm_init_arch_resources() to just set up SVE
Dave Martin
1
-1
/
+1
2019-04-16
kvm: move KVM_CAP_NR_MEMSLOTS to common code
Paolo Bonzini
1
-3
/
+0
2019-03-29
KVM: arm/arm64: Add KVM_ARM_VCPU_FINALIZE ioctl
Dave Martin
1
-0
/
+18
2019-03-29
KVM: arm/arm64: Add hook for arch-specific KVM initialisation
Dave Martin
1
-0
/
+4
2019-03-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-41
/
+23
2019-02-20
KVM: arm/arm64: fix spelling mistake: "auxilary" -> "auxiliary"
Colin Ian King
1
-1
/
+1
[next]