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
/
arm64
/
kvm
/
hyp
Age
Commit message (
Expand
)
Author
Files
Lines
2021-10-05
KVM: arm64: Report corrupted refcount at EL2
Quentin Perret
1
-0
/
+1
2021-10-05
KVM: arm64: Fix host stage-2 PGD refcount
Quentin Perret
3
-1
/
+27
2021-09-20
KVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S build rule
Zenghui Yu
1
-1
/
+1
2021-09-07
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm
Linus Torvalds
17
-230
/
+524
2021-09-03
memblock: make memblock_find_in_range method private
Mike Rapoport
1
-6
/
+3
2021-08-20
Merge branch kvm-arm64/pkvm-fixed-features-prologue into kvmarm-master/next
Marc Zyngier
6
-24
/
+13
2021-08-20
Merge branch kvm-arm64/mmu/vmid-cleanups into kvmarm-master/next
Marc Zyngier
6
-12
/
+14
2021-08-20
KVM: arm64: Minor optimization of range_is_memory
David Brazdil
1
-5
/
+8
2021-08-20
Merge tag 'kvmarm-fixes-5.14-2' into kvm-arm64/mmu/el2-tracking
Marc Zyngier
1
-1
/
+1
2021-08-20
KVM: arm64: Track value of cptr_el2 in struct kvm_vcpu_arch
Fuad Tabba
1
-1
/
+1
2021-08-20
KVM: arm64: Keep mdcr_el2's value as set by __init_el2_debug
Fuad Tabba
2
-8
/
+0
2021-08-20
KVM: arm64: Restore mdcr_el2 from vcpu
Fuad Tabba
4
-19
/
+16
2021-08-20
KVM: arm64: MDCR_EL2 is a 64-bit register
Fuad Tabba
2
-2
/
+2
2021-08-20
KVM: arm64: Upgrade VMID accesses to {READ,WRITE}_ONCE
Marc Zyngier
1
-2
/
+2
2021-08-20
KVM: arm64: Unify stage-2 programming behind __load_stage2()
Marc Zyngier
6
-10
/
+10
2021-08-20
KVM: arm64: Move kern_hyp_va() usage in __load_guest_stage2() into the callers
Marc Zyngier
4
-4
/
+6
2021-08-18
KVM: arm64: Make hyp_panic() more robust when protected mode is enabled
Will Deacon
1
-4
/
+17
2021-08-11
KVM: arm64: Return -EPERM from __pkvm_host_share_hyp()
Quentin Perret
1
-1
/
+1
2021-08-11
KVM: arm64: Make __pkvm_create_mappings static
Quentin Perret
2
-4
/
+2
2021-08-11
KVM: arm64: Restrict EL2 stage-1 changes in protected mode
Quentin Perret
3
-7
/
+93
2021-08-11
KVM: arm64: Refactor protected nVHE stage-1 locking
Quentin Perret
2
-2
/
+17
2021-08-11
KVM: arm64: Remove __pkvm_mark_hyp
Quentin Perret
3
-29
/
+0
2021-08-11
KVM: arm64: Mark host bss and rodata section as shared
Quentin Perret
1
-8
/
+74
2021-08-11
KVM: arm64: Enable retrieving protections attributes of PTEs
Quentin Perret
1
-0
/
+37
2021-08-11
KVM: arm64: Introduce addr_is_memory()
Quentin Perret
2
-0
/
+8
2021-08-11
KVM: arm64: Expose pkvm_hyp_id
Quentin Perret
2
-1
/
+3
2021-08-11
KVM: arm64: Expose host stage-2 manipulation helpers
Quentin Perret
2
-1
/
+19
2021-08-11
KVM: arm64: Add helpers to tag shared pages in SW bits
Quentin Perret
1
-0
/
+26
2021-08-11
KVM: arm64: Allow populating software bits
Quentin Perret
1
-0
/
+5
2021-08-11
KVM: arm64: Enable forcing page-level stage-2 mappings
Quentin Perret
2
-10
/
+53
2021-08-11
KVM: arm64: Tolerate re-creating hyp mappings to set software bits
Quentin Perret
1
-2
/
+16
2021-08-11
KVM: arm64: Don't overwrite software bits with owner id
Quentin Perret
1
-1
/
+1
2021-08-11
KVM: arm64: Rename KVM_PTE_LEAF_ATTR_S2_IGNORED
Quentin Perret
1
-2
/
+2
2021-08-11
KVM: arm64: Optimize host memory aborts
Quentin Perret
2
-75
/
+44
2021-08-11
KVM: arm64: Expose page-table helpers
Quentin Perret
1
-39
/
+0
2021-08-11
KVM: arm64: Provide the host_stage2_try() helper macro
Quentin Perret
1
-18
/
+22
2021-08-11
KVM: arm64: Introduce hyp_assert_lock_held()
Quentin Perret
1
-0
/
+17
2021-08-11
KVM: arm64: Add hyp_spin_is_locked() for basic locking assertions at EL2
Will Deacon
1
-0
/
+8
2021-08-02
KVM: arm64: Introduce helper to retrieve a PTE and its level
Marc Zyngier
1
-0
/
+39
2021-07-29
KVM: arm64: Fix off-by-one in range_is_memory
David Brazdil
1
-1
/
+1
2021-06-22
Merge branch kvm-arm64/mmu/mte into kvmarm-master/next
Marc Zyngier
3
-1
/
+30
2021-06-22
KVM: arm64: Save/restore MTE registers
Steven Price
2
-0
/
+28
2021-06-22
KVM: arm64: Introduce MTE VM feature
Steven Price
1
-1
/
+2
2021-06-18
Merge branch arm64/for-next/caches into kvmarm-master/next
Marc Zyngier
4
-7
/
+15
2021-06-18
Merge branch kvm-arm64/mmu/stage2-cmos into kvmarm-master/next
Marc Zyngier
1
-11
/
+37
2021-06-18
KVM: arm64: Move guest CMOs to the fault handlers
Yanan Wang
1
-7
/
+31
2021-06-18
KVM: arm64: Introduce mm_ops member for structure stage2_attr_data
Yanan Wang
1
-4
/
+6
2021-06-11
Merge branch kvm-arm64/mmu/reduce-vmemmap-overhead into kvmarm-master/next
Marc Zyngier
8
-127
/
+145
2021-06-11
KVM: arm64: Use less bits for hyp_page refcount
Quentin Perret
2
-1
/
+2
2021-06-11
KVM: arm64: Use less bits for hyp_page order
Quentin Perret
3
-10
/
+10
[next]