summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp
AgeCommit message (Expand)Author
2023-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-04-27Merge tag 'mm-stable-2023-04-27-15-30' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-04-21Merge branch kvm-arm64/spec-ptw into kvmarm-master/nextMarc Zyngier
2023-04-14KVM: arm64: vhe: Drop extra isb() on guest exitMarc Zyngier
2023-04-14KVM: arm64: vhe: Synchronise with page table walker on MMU updateMarc Zyngier
2023-04-14KVM: arm64: pkvm: Document the side effects of kvm_flush_dcache_to_poc()Marc Zyngier
2023-04-14KVM: arm64: nvhe: Synchronise with page table walker on TLBIMarc Zyngier
2023-04-13KVM: arm64: nvhe: Synchronise with page table walker on vcpu runMarc Zyngier
2023-04-05mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov
2023-04-04KVM: arm64: Advertise ID_AA64PFR0_EL1.CSV2/3 to protected VMsFuad Tabba
2023-03-30KVM: arm64: nv: timers: Support hyp timer emulationMarc Zyngier
2023-03-30KVM: arm64: nv: timers: Add a per-timer, per-vcpu offsetMarc Zyngier
2023-03-30KVM: arm64: timers: Fast-track CNTPCT_EL0 trap handlingMarc Zyngier
2023-03-30KVM: arm64: timers: Allow physical offset without CNTPOFF_EL2Marc Zyngier
2023-02-25Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2023-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2023-02-13Merge branch kvm-arm64/nv-prefix into kvmarm/nextOliver Upton
2023-02-13Merge branch kvm-arm64/misc into kvmarm/nextOliver Upton
2023-02-13Merge branch kvm-arm64/psci-relay-fixes into kvmarm/nextOliver Upton
2023-02-13Merge branch kvm-arm64/parallel-access-faults into kvmarm/nextOliver Upton
2023-02-13Merge branch kvm-arm64/virtual-cache-geometry into kvmarm/nextOliver Upton
2023-02-11KVM: arm64: nv: Emulate PSTATE.M for a guest hypervisorMarc Zyngier
2023-02-11KVM: arm64: nv: Support virtual EL2 exceptionsJintack Lim
2023-02-10Merge branches 'for-next/sysreg', 'for-next/sme', 'for-next/kselftest', 'for-...Catalin Marinas
2023-02-02KVM: arm64: Finalise EL2 state from pKVM PSCI relayQuentin Perret
2023-02-02KVM: arm64: Provide sanitized SYS_ID_AA64SMFR0_EL1 to nVHEQuentin Perret
2023-01-19arm64: Drop SYS_ from SPE register definesRob Herring
2023-01-12KVM: arm64: Kill CPACR_EL1_TTA definitionMarc Zyngier
2023-01-12KVM: arm64: Condition HW AF updates on config optionOliver Upton
2023-01-12KVM: arm64: Handle access faults behind the read lockOliver Upton
2023-01-12KVM: arm64: Don't serialize if the access flag isn't setOliver Upton
2023-01-12KVM: arm64: Return EAGAIN for invalid PTE in attr walkerOliver Upton
2023-01-12KVM: arm64: Ignore EAGAIN for walks outside of a faultOliver Upton
2023-01-12KVM: arm64: Always set HCR_TID2Akihiko Odaki
2023-01-12KVM: arm64: Use symbolic definition for ISR_EL1.AMark Brown
2023-01-03KVM: arm64: Convert FSC_* over to ESR_ELx_FSC_*Marc Zyngier
2022-12-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2022-12-05Merge branch kvm-arm64/misc-6.2 into kvmarm-master/nextMarc Zyngier
2022-12-05Merge branch kvm-arm64/pkvm-vcpu-state into kvmarm-master/nextMarc Zyngier
2022-12-05Merge branch kvm-arm64/parallel-faults into kvmarm-master/nextMarc Zyngier
2022-11-22KVM: arm64: Reject shared table walks in the hyp codeOliver Upton
2022-11-22KVM: arm64: Don't acquire RCU read lock for exclusive table walksOliver Upton
2022-11-22KVM: arm64: Take a pointer to walker data in kvm_dereference_pteref()Oliver Upton
2022-11-11KVM: arm64: Use the pKVM hyp vCPU structure in handle___kvm_vcpu_run()Will Deacon
2022-11-11KVM: arm64: Don't unnecessarily map host kernel sections at EL2Quentin Perret
2022-11-11KVM: arm64: Explicitly map 'kvm_vgic_global_state' at EL2Quentin Perret
2022-11-11KVM: arm64: Maintain a copy of 'kvm_arm_vmid_bits' at EL2Will Deacon
2022-11-11KVM: arm64: Unmap 'kvm_arm_hyp_percpu_base' from the hostQuentin Perret
2022-11-11KVM: arm64: Return guest memory from EL2 via dedicated teardown memcacheQuentin Perret
2022-11-11KVM: arm64: Instantiate guest stage-2 page-tables at EL2Quentin Perret