summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/include
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Skip instruction after emulating write to TCR_EL1Oliver Upton2023-07-281-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-07-033-19/+102
|\
| * Merge tag 'kvmarm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2023-07-013-19/+102
| |\
| | * Merge branch kvm-arm64/ampere1-hafdbs-mitigation into kvmarm/nextOliver Upton2023-06-161-18/+81
| | |\
| | | * KVM: arm64: Prevent guests from enabling HA/HD on Ampere1Oliver Upton2023-06-161-0/+39
| | | * KVM: arm64: Refactor HFGxTR configuration into separate helpersOliver Upton2023-06-161-18/+42
| | * | Merge branch kvm-arm64/hvhe into kvmarm/nextOliver Upton2023-06-151-1/+1
| | |\ \
| | | * | KVM: arm64: Rework CPTR_EL2 programming for HVHE configurationMarc Zyngier2023-06-121-1/+1
| | | |/
| | * | Merge branch kvm-arm64/ffa-proxy into kvmarm/nextOliver Upton2023-06-152-0/+20
| | |\ \ | | | |/ | | |/|
| | | * KVM: arm64: Add FF-A helpers to share/unshare memory with secure worldWill Deacon2023-06-011-0/+3
| | | * KVM: arm64: Allocate pages for hypervisor FF-A mailboxesWill Deacon2023-06-011-1/+1
| | | * KVM: arm64: Probe FF-A version and host/hyp partition ID during initWill Deacon2023-06-011-0/+1
| | | * KVM: arm64: Block unsafe FF-A calls from the hostWill Deacon2023-06-011-0/+16
* | | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2023-06-262-0/+18
|\ \ \ \ | |/ / / |/| | |
| * | | KVM: arm64: Save/restore PIE registersJoey Gouly2023-06-061-0/+8
| * | | KVM: arm64: Save/restore TCR2_EL1Joey Gouly2023-06-061-0/+4
| * | | KVM: arm64: switch HCRX_EL2 between host and guestKristina Martsenko2023-06-051-0/+6
| |/ /
* | | KVM: arm64: PMU: Don't overwrite PMUSERENR with vcpu loadedReiji Watanabe2023-06-041-0/+2
* | | KVM: arm64: PMU: Restore the host's PMUSERENR_EL0Reiji Watanabe2023-06-041-2/+11
* | | KVM: arm64: Populate fault info for watchpointAkihiko Odaki2023-05-301-2/+6
|/ /
* | Merge branch kvm-arm64/misc-6.4 into kvmarm-master/fixesMarc Zyngier2023-05-111-2/+10
|\ \ | |/ |/|
| * KVM: arm64: Restructure check for SVE support in FP trap handlerMark Brown2023-04-211-2/+10
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2023-05-011-0/+53
|\ \
| * | KVM: arm64: nv: timers: Support hyp timer emulationMarc Zyngier2023-03-301-0/+15
| * | KVM: arm64: nv: timers: Add a per-timer, per-vcpu offsetMarc Zyngier2023-03-301-0/+2
| * | KVM: arm64: timers: Fast-track CNTPCT_EL0 trap handlingMarc Zyngier2023-03-301-0/+36
| |/
* | Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-04-271-1/+1
|\ \
| * | mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-1/+1
| |/
* / KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV2/3 to protected VMsFuad Tabba2023-04-041-1/+4
|/
* Merge branch kvm-arm64/nv-prefix into kvmarm/nextOliver Upton2023-02-131-1/+18
|\
| * KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisorMarc Zyngier2023-02-111-1/+18
* | Merge branch kvm-arm64/virtual-cache-geometry into kvmarm/nextOliver Upton2023-02-131-2/+0
|\ \ | |/ |/|
| * KVM: arm64: Always set HCR_TID2Akihiko Odaki2023-01-121-2/+0
* | KVM: arm64: Convert FSC_* over to ESR_ELx_FSC_*Marc Zyngier2023-01-032-2/+2
|/
* Merge branch kvm-arm64/pkvm-vcpu-state into kvmarm-master/nextMarc Zyngier2022-12-055-18/+130
|\
| * KVM: arm64: Use the pKVM hyp vCPU structure in handle___kvm_vcpu_run()Will Deacon2022-11-111-0/+4
| * KVM: arm64: Return guest memory from EL2 via dedicated teardown memcacheQuentin Perret2022-11-111-1/+1
| * KVM: arm64: Instantiate guest stage-2 page-tables at EL2Quentin Perret2022-11-111-0/+6
| * KVM: arm64: Add generic hyp_memcache helpersQuentin Perret2022-11-111-0/+2
| * KVM: arm64: Add per-cpu fixmap infrastructure at EL2Quentin Perret2022-11-112-0/+6
| * KVM: arm64: Add infrastructure to create and track pKVM instances at EL2Fuad Tabba2022-11-112-0/+61
| * KVM: arm64: Rename 'host_kvm' to 'host_mmu'Will Deacon2022-11-111-3/+3
| * 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-112-1/+9
| * KVM: arm64: Implement do_donate() helper for donating memoryWill Deacon2022-11-111-0/+2
| * KVM: arm64: Unify identifiers used to distinguish host and hypervisorWill Deacon2022-11-111-1/+5
| * KVM: arm64: Back the hypervisor 'struct hyp_page' array for all memoryQuentin Perret2022-11-111-13/+1
| * KVM: arm64: Move hyp refcount manipulation helpers to common header fileQuentin Perret2022-11-111-0/+22
* | KVM: arm64: Fix SMPRI_EL1/TPIDR2_EL0 trapping on VHEMarc Zyngier2022-11-011-0/+20
|/