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
/
kvm
/
reset.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-05-11
KVM: arm64: Avoid lock inversion when setting the VM register width
Oliver Upton
1
-3
/
+3
2023-05-11
KVM: arm64: Avoid vcpu->mutex v. kvm->lock inversion in CPU_ON
Oliver Upton
1
-4
/
+5
2022-09-09
arm64/sysreg: Add _EL1 into ID_AA64MMFR0_EL1 definition names
Mark Brown
1
-6
/
+6
2022-06-09
KVM: arm64: Move vcpu configuration flags into their own set
Marc Zyngier
1
-3
/
+3
2022-04-06
KVM: arm64: mixed-width check should be skipped for uninitialized vCPUs
Reiji Watanabe
1
-20
/
+45
2022-01-16
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-8
/
+22
2022-01-07
Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...
Paolo Bonzini
1
-7
/
+21
2022-01-04
Merge branch kvm-arm64/misc-5.17 into kvmarm-master/next
Marc Zyngier
1
-5
/
+4
2022-01-04
KVM: arm64: Fix comment typo in kvm_vcpu_finalize_sve()
Zenghui Yu
1
-1
/
+1
2021-12-20
KVM: arm64: Fix comment for kvm_reset_vcpu()
Fuad Tabba
1
-4
/
+3
2021-12-16
KVM: arm64: pkvm: Unshare guest structs during teardown
Quentin Perret
1
-1
/
+7
2021-12-16
KVM: arm64: Introduce kvm_share_hyp()
Quentin Perret
1
-1
/
+1
2021-12-14
arm64/sve: Generalise vector length configuration prctl() for SME
Mark Brown
1
-4
/
+4
2021-12-08
KVM: Use 'unsigned long' as kvm_for_each_vcpu()'s index
Marc Zyngier
1
-1
/
+1
2021-12-01
KVM: arm64: Move SVE state mapping at HYP to finalize-time
Marc Zyngier
1
-1
/
+10
2021-11-02
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-1
/
+1
2021-10-21
arm64/sve: Put system wide vector length information into structs
Mark Brown
1
-3
/
+3
2021-10-17
KVM: arm64: Add memcg accounting to KVM allocations
Jia He
1
-1
/
+1
2021-08-20
Merge branch kvm-arm64/psci/cpu_on into kvmarm-master/next
Marc Zyngier
1
-6
/
+10
2021-08-19
KVM: arm64: Fix read-side race on updates to vcpu reset state
Oliver Upton
1
-6
/
+10
2021-08-18
KVM: arm64: Use ARM64_MIN_PARANGE_BITS as the minimum supported IPA
Anshuman Khandual
1
-1
/
+1
2021-08-11
KVM: arm64: Restrict IPA size to maximum 48 bits on 4K and 16K page size
Anshuman Khandual
1
-0
/
+8
2021-08-11
arm64/mm: Define ID_AA64MMFR0_TGRAN_2_SHIFT
Anshuman Khandual
1
-15
/
+2
2021-06-22
KVM: arm64: Expose KVM_ARM_CAP_MTE
Steven Price
1
-0
/
+4
2021-05-27
KVM: arm64: Prevent mixed-width VM creation
Marc Zyngier
1
-4
/
+24
2021-04-13
Merge branch 'kvm-arm64/misc-5.13' into kvmarm-master/next
Marc Zyngier
1
-0
/
+5
2021-04-09
KVM: arm64: Fully zero the vcpu state on reset
Marc Zyngier
1
-0
/
+5
2021-03-19
KVM: arm64: Refactor kvm_arm_setup_stage2()
Quentin Perret
1
-38
/
+4
2021-03-19
Merge tag 'v5.12-rc3' into kvm-arm64/host-stage2
Marc Zyngier
1
-8
/
+14
2021-03-18
KVM: arm64: Enable SVE support for nVHE
Daniel Kiss
1
-4
/
+0
2021-03-14
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-4
/
+8
2021-03-12
KVM: arm64: Reject VM creation when the default IPA size is unsupported
Marc Zyngier
1
-4
/
+8
2021-03-10
arm64/mm: Fix __enable_mmu() for new TGRAN range values
James Morse
1
-4
/
+6
2020-11-27
Merge branch 'kvm-arm64/misc-5.11' into kvmarm-master/next
Marc Zyngier
1
-52
/
+0
2020-11-27
KVM: arm64: Remove kvm_arch_vm_ioctl_check_extension()
Will Deacon
1
-52
/
+0
2020-11-27
KVM: arm64: Refuse illegal KVM_ARM_VCPU_PMU_V3 at reset time
Marc Zyngier
1
-0
/
+4
2020-11-10
KVM: arm64: Drop kvm_coproc.h
Marc Zyngier
1
-1
/
+0
2020-09-30
Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/next
Marc Zyngier
1
-4
/
+0
2020-09-29
KVM: arm64: Simplify handling of ARCH_WORKAROUND_2
Marc Zyngier
1
-4
/
+0
2020-09-11
KVM: arm64: Don't constrain maximum IPA size based on host configuration
Will Deacon
1
-34
/
+6
2020-08-09
Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...
Paolo Bonzini
1
-12
/
+11
2020-07-28
Merge branch 'kvm-arm64/ptrauth-nvhe' into kvmarm-master/next-WIP
Marc Zyngier
1
-11
/
+10
2020-07-07
KVM: arm64: Make struct kvm_regs userspace-only
Marc Zyngier
1
-1
/
+1
2020-06-22
KVM: arm64: Fix kvm_reset_vcpu() return code being incorrect with SVE
Steven Price
1
-3
/
+7
2020-06-22
KVM: arm64: Allow PtrAuth to be enabled from userspace on non-VHE systems
Marc Zyngier
1
-11
/
+10
2020-06-04
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
1
-15
/
+12
2020-05-28
KVM: arm64: Check advertised Stage-2 page size capability
Marc Zyngier
1
-2
/
+35
2020-05-28
KVM: arm64: Don't use empty structures as CPU reset state
Marc Zyngier
1
-12
/
+9
2020-05-20
arm64/cpufeature: Drop open encodings while extracting parange
Anshuman Khandual
1
-3
/
+8
2020-05-20
arm64/cpufeature: Validate hypervisor capabilities during CPU hotplug
Anshuman Khandual
1
-0
/
+5
[next]