summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-02-212-2/+2
|\
| *-. Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...Catalin Marinas2023-02-101-1/+1
| |\ \
| | * | KVM: arm64: Use symbolic definition for ISR_EL1.AMark Brown2023-01-121-1/+1
| | |/
| * / arm64: Drop SYS_ from SPE register definesRob Herring2023-01-191-1/+1
| |/
* / KVM: arm64: Convert FSC_* over to ESR_ELx_FSC_*Marc Zyngier2023-01-032-2/+2
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-12-1516-438/+1741
|\
| * Merge branch kvm-arm64/misc-6.2 into kvmarm-master/nextMarc Zyngier2022-12-051-1/+1
| |\
| | * KVM: arm64: Fix typo in commentZhiyuan Dai2022-11-111-1/+1
| * | Merge branch kvm-arm64/pkvm-vcpu-state into kvmarm-master/nextMarc Zyngier2022-12-0515-125/+1392
| |\ \
| | * | 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-111-11/+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-111-0/+3
| | * | KVM: arm64: Unmap 'kvm_arm_hyp_percpu_base' from the hostQuentin Perret2022-11-111-0/+2
| | * | KVM: arm64: Return guest memory from EL2 via dedicated teardown memcacheQuentin Perret2022-11-113-13/+33
| | * | KVM: arm64: Instantiate guest stage-2 page-tables at EL2Quentin Perret2022-11-112-2/+129
| | * | KVM: arm64: Add generic hyp_memcache helpersQuentin Perret2022-11-112-0/+35
| | * | KVM: arm64: Provide I-cache invalidation by virtual address at EL2Will Deacon2022-11-112-0/+14
| | * | KVM: arm64: Add per-cpu fixmap infrastructure at EL2Quentin Perret2022-11-116-13/+114
| | * | KVM: arm64: Instantiate pKVM hypervisor VM and vCPU structures from EL1Fuad Tabba2022-11-112-4/+14
| | * | KVM: arm64: Add infrastructure to create and track pKVM instances at EL2Fuad Tabba2022-11-117-0/+503
| | * | 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-114-24/+32
| | * | 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-053-319/+355
| |\ \
| | * | KVM: arm64: Reject shared table walks in the hyp codeOliver Upton2022-11-221-1/+4
| | * | KVM: arm64: Don't acquire RCU read lock for exclusive table walksOliver Upton2022-11-221-2/+2
| | * | KVM: arm64: Take a pointer to walker data in kvm_dereference_pteref()Oliver Upton2022-11-221-3/+3
| | * | KVM: arm64: Handle stage-2 faults in parallelOliver Upton2022-11-102-3/+4
| | * | 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-101-1/+9
| | * | KVM: arm64: Tear down unlinked stage-2 subtree after break-before-makeOliver Upton2022-11-102-63/+28
| | * | KVM: arm64: Use an opaque type for ptepsOliver Upton2022-11-101-13/+14
| | * | KVM: arm64: Add a helper to tear down unlinked stage-2 subtreesOliver Upton2022-11-101-0/+23
| | * | 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-102-41/+25
| | * | KVM: arm64: Stash observed pte value in visitor contextOliver Upton2022-11-103-51/+47
| | * | KVM: arm64: Combine visitor arguments into a context structureOliver Upton2022-11-103-152/+143
| | |/