summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)AuthorFilesLines
2023-06-13KVM: arm64: timers: Fix resource leaks in kvm_timer_hyp_init()Dan Carpenter1-5/+9
2023-06-13KVM: arm64: Force HCR_E2H in guest context when ARM64_KVM_HVHE is setMarc Zyngier1-0/+3
2023-06-13KVM: arm64: Program the timer traps with VHE layout in hVHE modeMarc Zyngier1-4/+12
2023-06-13KVM: arm64: Rework CPTR_EL2 programming for HVHE configurationMarc Zyngier8-25/+45
2023-06-13KVM: arm64: Adjust EL2 stage-1 leaf AP bits when ARM64_KVM_HVHE is setMarc Zyngier1-2/+4
2023-06-13KVM: arm64: Disable TTBR1_EL2 when using ARM64_KVM_HVHEMarc Zyngier1-1/+7
2023-06-13KVM: arm64: Force HCR_EL2.E2H when ARM64_KVM_HVHE is setMarc Zyngier1-0/+2
2023-06-13arm64: Allow EL1 physical timer access when running VHEMarc Zyngier1-0/+9
2023-06-13KVM: arm64: Reuse fields of sys_reg_desc for idregJing Zhang2-25/+84
2023-06-13KVM: arm64: Rewrite IMPDEF PMU version as NIOliver Upton2-22/+36
2023-06-13KVM: arm64: Make vCPU feature flags consistent VM-wideOliver Upton2-59/+30
2023-06-13KVM: arm64: Relax invariance of KVM_ARM_VCPU_POWER_OFFOliver Upton1-1/+12
2023-06-13KVM: arm64: Separate out feature sanitisation and initialisationOliver Upton1-28/+47
2023-06-07KVM: arm64: Use raw_smp_processor_id() in kvm_pmu_probe_armpmu()Oliver Upton1-1/+19
2023-06-07KVM: arm64: Restore GICv2-on-GICv3 functionalityMarc Zyngier1-4/+7
2023-06-06arm64/sysreg: Standardise naming of bitfield constants in OSL[AS]R_EL1Mark Brown1-5/+5
2023-06-06KVM: arm64: expose ID_AA64MMFR3_EL1 to guestsJoey Gouly1-1/+1
2023-06-06KVM: arm64: Save/restore PIE registersJoey Gouly2-0/+10
2023-06-06KVM: arm64: Save/restore TCR2_EL1Joey Gouly2-0/+5
2023-06-05KVM: arm64: hide MOPS from guestsKristina Martsenko1-0/+1
2023-06-05KVM: arm64: switch HCRX_EL2 between host and guestKristina Martsenko1-0/+6
2023-06-04KVM: arm64: PMU: Don't overwrite PMUSERENR with vcpu loadedReiji Watanabe3-0/+43
2023-06-04KVM: arm64: PMU: Restore the host's PMUSERENR_EL0Reiji Watanabe1-2/+11
2023-06-02KVM: arm64: pkvm: Add support for fragmented FF-A descriptorsQuentin Perret1-23/+147
2023-06-02KVM: arm64: Handle FFA_FEATURES call from the hostFuad Tabba1-4/+41
2023-06-02KVM: arm64: Handle FFA_MEM_LEND calls from the hostWill Deacon1-7/+15
2023-06-02KVM: arm64: Handle FFA_MEM_RECLAIM calls from the hostWill Deacon1-0/+79
2023-06-02KVM: arm64: Handle FFA_MEM_SHARE calls from the hostWill Deacon1-0/+155
2023-06-02KVM: arm64: Add FF-A helpers to share/unshare memory with secure worldWill Deacon2-0/+71
2023-06-02KVM: arm64: Handle FFA_RXTX_MAP and FFA_RXTX_UNMAP calls from the hostWill Deacon1-0/+188
2023-06-02KVM: arm64: Allocate pages for hypervisor FF-A mailboxesWill Deacon4-3/+32
2023-06-02KVM: arm64: Probe FF-A version and host/hyp partition ID during initWill Deacon4-0/+37
2023-06-02KVM: arm64: Block unsafe FF-A calls from the hostWill Deacon4-1/+139
2023-05-31KVM: arm64: Document default vPMU behavior on heterogeneous systemsOliver Upton1-1/+11
2023-05-31KVM: arm64: Iterate arm_pmus list to probe for default PMUOliver Upton1-34/+12
2023-05-31KVM: arm64: Drop last page ref in kvm_pgtable_stage2_free_removed()Oliver Upton1-0/+3
2023-05-30KVM: arm64: Use BTI for nvheMostafa Saleh2-1/+18
2023-05-30KVM: arm64: Populate fault info for watchpointAkihiko Odaki3-2/+9
2023-05-24KVM: arm64: Reload PTE after invoking walker callback on preorder traversalFuad Tabba1-1/+13
2023-05-24KVM: arm64: Handle trap of tagged Set/Way CMOsMarc Zyngier1-0/+19
2023-05-19KVM: arm64: Prevent unconditional donation of unmapped regions from the hostWill Deacon1-7/+7
2023-05-19KVM: arm64: vgic: Fix a commentJean-Philippe Brucker1-1/+1
2023-05-19KVM: arm64: vgic: Fix locking commentJean-Philippe Brucker1-1/+2
2023-05-19KVM: arm64: vgic: Wrap vgic_its_create() with config_lockJean-Philippe Brucker1-4/+10
2023-05-19KVM: arm64: vgic: Fix a circular locking issueJean-Philippe Brucker6-37/+51
2023-05-18arm64: kvm: avoid overflow in integer divisionArnd Bergmann1-2/+2
2023-05-16KVM: arm64: Use local TLBI on permission relaxationMarc Zyngier4-1/+95
2023-05-16KVM: arm64: Split huge pages during KVM_CLEAR_DIRTY_LOGRicardo Koller1-2/+13
2023-05-16KVM: arm64: Open-code kvm_mmu_write_protect_pt_masked()Ricardo Koller1-27/+15
2023-05-16KVM: arm64: Split huge pages when dirty logging is enabledRicardo Koller1-4/+123