开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kvm
Age
Commit message (
Expand
)
Author
2022-12-05
Merge branch kvm-arm64/pkvm-vcpu-state into kvmarm-master/next
Marc Zyngier
2022-12-05
Merge branch kvm-arm64/parallel-faults into kvmarm-master/next
Marc Zyngier
2022-12-05
Merge branch kvm-arm64/dirty-ring into kvmarm-master/next
Marc Zyngier
2022-12-05
Merge branch kvm-arm64/52bit-fixes into kvmarm-master/next
Marc Zyngier
2022-12-05
KVM: arm64: Fix benign bug with incorrect use of VA_BITS
Ryan Roberts
2022-11-22
KVM: arm64: Reject shared table walks in the hyp code
Oliver Upton
2022-11-22
KVM: arm64: Don't acquire RCU read lock for exclusive table walks
Oliver Upton
2022-11-22
KVM: arm64: Take a pointer to walker data in kvm_dereference_pteref()
Oliver Upton
2022-11-11
KVM: arm64: Use the pKVM hyp vCPU structure in handle___kvm_vcpu_run()
Will Deacon
2022-11-11
KVM: arm64: Don't unnecessarily map host kernel sections at EL2
Quentin Perret
2022-11-11
KVM: arm64: Explicitly map 'kvm_vgic_global_state' at EL2
Quentin Perret
2022-11-11
KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2
Will Deacon
2022-11-11
KVM: arm64: Unmap 'kvm_arm_hyp_percpu_base' from the host
Quentin Perret
2022-11-11
KVM: arm64: Return guest memory from EL2 via dedicated teardown memcache
Quentin Perret
2022-11-11
KVM: arm64: Instantiate guest stage-2 page-tables at EL2
Quentin Perret
2022-11-11
KVM: arm64: Consolidate stage-2 initialisation into a single function
Quentin Perret
2022-11-11
KVM: arm64: Add generic hyp_memcache helpers
Quentin Perret
2022-11-11
KVM: arm64: Provide I-cache invalidation by virtual address at EL2
Will Deacon
2022-11-11
KVM: arm64: Initialise hypervisor copies of host symbols unconditionally
Will Deacon
2022-11-11
KVM: arm64: Add per-cpu fixmap infrastructure at EL2
Quentin Perret
2022-11-11
KVM: arm64: Instantiate pKVM hypervisor VM and vCPU structures from EL1
Fuad Tabba
2022-11-11
KVM: arm64: Add infrastructure to create and track pKVM instances at EL2
Fuad Tabba
2022-11-11
KVM: arm64: Rename 'host_kvm' to 'host_mmu'
Will Deacon
2022-11-11
KVM: arm64: Add hyp_spinlock_t static initializer
Fuad Tabba
2022-11-11
KVM: arm64: Include asm/kvm_mmu.h in nvhe/mem_protect.h
Will Deacon
2022-11-11
KVM: arm64: Add helpers to pin memory shared with the hypervisor at EL2
Quentin Perret
2022-11-11
KVM: arm64: Prevent the donation of no-map pages
Quentin Perret
2022-11-11
KVM: arm64: Implement do_donate() helper for donating memory
Will Deacon
2022-11-11
KVM: arm64: Unify identifiers used to distinguish host and hypervisor
Will Deacon
2022-11-11
KVM: arm64: Fix-up hyp stage-1 refcounts for all pages mapped at EL2
Quentin Perret
2022-11-11
KVM: arm64: Back the hypervisor 'struct hyp_page' array for all memory
Quentin Perret
2022-11-11
KVM: arm64: Allow attaching of non-coalescable pages to a hyp pool
Quentin Perret
2022-11-11
KVM: arm64: Move hyp refcount manipulation helpers to common header file
Quentin Perret
2022-11-10
KVM: arm64: Fix kvm init failure when mode!=vhe and VA_BITS=52.
Ryan Roberts
2022-11-10
KVM: arm64: Handle stage-2 faults in parallel
Oliver Upton
2022-11-10
KVM: arm64: Make table->block changes parallel-aware
Oliver Upton
2022-11-10
KVM: arm64: Make leaf->leaf PTE changes parallel-aware
Oliver Upton
2022-11-10
KVM: arm64: Make block->table PTE changes parallel-aware
Oliver Upton
2022-11-10
KVM: arm64: Split init and set for table PTE
Oliver Upton
2022-11-10
KVM: arm64: Atomically update stage 2 leaf attributes in parallel walks
Oliver Upton
2022-11-10
KVM: arm64: Protect stage-2 traversal with RCU
Oliver Upton
2022-11-10
KVM: arm64: Tear down unlinked stage-2 subtree after break-before-make
Oliver Upton
2022-11-10
KVM: arm64: Use an opaque type for pteps
Oliver Upton
2022-11-10
KVM: arm64: Add a helper to tear down unlinked stage-2 subtrees
Oliver Upton
2022-11-10
KVM: arm64: Don't pass kvm_pgtable through kvm_pgtable_walk_data
Oliver Upton
2022-11-10
KVM: arm64: Pass mm_ops through the visitor context
Oliver Upton
2022-11-10
KVM: arm64: Stash observed pte value in visitor context
Oliver Upton
2022-11-10
KVM: arm64: Combine visitor arguments into a context structure
Oliver Upton
2022-11-10
KVM: arm64: Enable ring-based dirty memory tracking
Gavin Shan
2022-11-01
KVM: arm64: Fix SMPRI_EL1/TPIDR2_EL0 trapping on VHE
Marc Zyngier
[next]