summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge branch kvm-arm64/pkvm-vcpu-state into kvmarm-master/nextMarc Zyngier2022-12-0527-214/+1747
|\
| * KVM: arm64: Use the pKVM hyp vCPU structure in handle___kvm_vcpu_run()Will Deacon2022-11-113-2/+109
| * KVM: arm64: Don't unnecessarily map host kernel sections at EL2Quentin Perret2022-11-112-17/+3
| * KVM: arm64: Explicitly map 'kvm_vgic_global_state' at EL2Quentin Perret2022-11-111-0/+5
| * KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2Will Deacon2022-11-114-3/+6
| * KVM: arm64: Unmap 'kvm_arm_hyp_percpu_base' from the hostQuentin Perret2022-11-114-10/+8
| * KVM: arm64: Return guest memory from EL2 via dedicated teardown memcacheQuentin Perret2022-11-115-44/+40
| * KVM: arm64: Instantiate guest stage-2 page-tables at EL2Quentin Perret2022-11-113-3/+132
| * KVM: arm64: Consolidate stage-2 initialisation into a single functionQuentin Perret2022-11-116-48/+41
| * KVM: arm64: Add generic hyp_memcache helpersQuentin Perret2022-11-114-0/+118
| * KVM: arm64: Provide I-cache invalidation by virtual address at EL2Will Deacon2022-11-115-3/+16
| * KVM: arm64: Initialise hypervisor copies of host symbols unconditionallyWill Deacon2022-11-111-6/+9
| * KVM: arm64: Add per-cpu fixmap infrastructure at EL2Quentin Perret2022-11-117-13/+128
| * KVM: arm64: Instantiate pKVM hypervisor VM and vCPU structures from EL1Fuad Tabba2022-11-116-6/+182
| * KVM: arm64: Add infrastructure to create and track pKVM instances at EL2Fuad Tabba2022-11-1112-0/+531
| * KVM: arm64: Rename 'host_kvm' to 'host_mmu'Will Deacon2022-11-112-26/+26
| * KVM: arm64: Add hyp_spinlock_t static initializerFuad Tabba2022-11-111-1/+9
| * KVM: arm64: Include asm/kvm_mmu.h in nvhe/mem_protect.hWill Deacon2022-11-111-0/+1
| * KVM: arm64: Add helpers to pin memory shared with the hypervisor at EL2Quentin Perret2022-11-113-1/+57
| * KVM: arm64: Prevent the donation of no-map pagesQuentin Perret2022-11-111-6/+16
| * KVM: arm64: Implement do_donate() helper for donating memoryWill Deacon2022-11-112-0/+241
| * KVM: arm64: Unify identifiers used to distinguish host and hypervisorWill Deacon2022-11-113-10/+6
| * KVM: arm64: Fix-up hyp stage-1 refcounts for all pages mapped at EL2Quentin Perret2022-11-111-19/+43
| * KVM: arm64: Back the hypervisor 'struct hyp_page' array for all memoryQuentin Perret2022-11-116-40/+60
| * KVM: arm64: Allow attaching of non-coalescable pages to a hyp poolQuentin Perret2022-11-111-0/+6
| * KVM: arm64: Move hyp refcount manipulation helpers to common header fileQuentin Perret2022-11-112-19/+22
* | Merge branch kvm-arm64/parallel-faults into kvmarm-master/nextMarc Zyngier2022-12-055-372/+508
|\ \
| * | KVM: arm64: Reject shared table walks in the hyp codeOliver Upton2022-11-222-3/+19
| * | KVM: arm64: Don't acquire RCU read lock for exclusive table walksOliver Upton2022-11-222-8/+10
| * | KVM: arm64: Take a pointer to walker data in kvm_dereference_pteref()Oliver Upton2022-11-222-74/+76
| * | KVM: arm64: Handle stage-2 faults in parallelOliver Upton2022-11-104-28/+13
| * | KVM: arm64: Make table->block changes parallel-awareOliver Upton2022-11-101-12/+3
| * | KVM: arm64: Make leaf->leaf PTE changes parallel-awareOliver Upton2022-11-101-14/+12
| * | KVM: arm64: Make block->table PTE changes parallel-awareOliver Upton2022-11-101-5/+75
| * | KVM: arm64: Split init and set for table PTEOliver Upton2022-11-101-10/+10
| * | KVM: arm64: Atomically update stage 2 leaf attributes in parallel walksOliver Upton2022-11-101-9/+22
| * | KVM: arm64: Protect stage-2 traversal with RCUOliver Upton2022-11-103-2/+71
| * | KVM: arm64: Tear down unlinked stage-2 subtree after break-before-makeOliver Upton2022-11-104-63/+39
| * | KVM: arm64: Use an opaque type for ptepsOliver Upton2022-11-103-15/+23
| * | KVM: arm64: Add a helper to tear down unlinked stage-2 subtreesOliver Upton2022-11-102-0/+34
| * | KVM: arm64: Don't pass kvm_pgtable through kvm_pgtable_walk_dataOliver Upton2022-11-101-13/+5
| * | KVM: arm64: Pass mm_ops through the visitor contextOliver Upton2022-11-103-41/+26
| * | KVM: arm64: Stash observed pte value in visitor contextOliver Upton2022-11-104-51/+48
| * | KVM: arm64: Combine visitor arguments into a context structureOliver Upton2022-11-104-156/+154
| |/
* | Merge branch kvm-arm64/dirty-ring into kvmarm-master/nextMarc Zyngier2022-12-056-11/+32
|\ \
| * | KVM: arm64: Enable ring-based dirty memory trackingGavin Shan2022-11-104-0/+26
| * | KVM: Move declaration of kvm_cpu_dirty_log_size() to kvm_dirty_ring.hGavin Shan2022-11-101-2/+0
| * | KVM: x86: Introduce KVM_REQ_DIRTY_RING_SOFT_FULLGavin Shan2022-11-101-9/+6
| * | Merge tag 'kvmarm-fixes-6.1-3' into kvm-arm64/dirty-ringMarc Zyngier2022-11-105-36/+23
| |\ \ | | |/ | |/|
* | | Merge branch kvm-arm64/52bit-fixes into kvmarm-master/nextMarc Zyngier2022-12-053-20/+36
|\ \ \