summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-01-22KVM: arm64: vgic-v3: Restrict SEIS workaround to known broken systemsMarc Zyngier
2022-01-14KVM: arm64: pkvm: Use the mm_ops indirection for cache maintenanceMarc Zyngier
2022-01-04Merge branch kvm-arm64/misc-5.17 into kvmarm-master/nextMarc Zyngier
2022-01-04KVM: arm64: vgic: Replace kernel.h with the necessary inclusionsAndy Shevchenko
2022-01-04Merge branch kvm-arm64/selftest/irq-injection into kvmarm-master/nextMarc Zyngier
2022-01-04Merge branch kvm-arm64/selftest/ipa into kvmarm-master/nextMarc Zyngier
2022-01-04KVM: arm64: Fix comment typo in kvm_vcpu_finalize_sve()Zenghui Yu
2022-01-04KVM: arm64: selftests: get-reg-list: Add pauth configurationMarc Zyngier
2021-12-28KVM: selftests: aarch64: Add test for restoring active IRQsRicardo Koller
2021-12-28KVM: selftests: aarch64: Add ISPENDR write tests in vgic_irqRicardo Koller
2021-12-28KVM: selftests: aarch64: Add tests for IRQFD in vgic_irqRicardo Koller
2021-12-28KVM: selftests: Add IRQ GSI routing library functionsRicardo Koller
2021-12-28KVM: selftests: aarch64: Add test_inject_fail to vgic_irqRicardo Koller
2021-12-28KVM: selftests: aarch64: Add tests for LEVEL_INFO in vgic_irqRicardo Koller
2021-12-28KVM: selftests: aarch64: Level-sensitive interrupts tests in vgic_irqRicardo Koller
2021-12-28KVM: selftests: aarch64: Add preemption tests in vgic_irqRicardo Koller
2021-12-28KVM: selftests: aarch64: Cmdline arg to set EOI mode in vgic_irqRicardo Koller
2021-12-28KVM: selftests: aarch64: Cmdline arg to set number of IRQs in vgic_irq testRicardo Koller
2021-12-28KVM: selftests: aarch64: Abstract the injection functions in vgic_irqRicardo Koller
2021-12-28KVM: selftests: aarch64: Add vgic_irq to test userspace IRQ injectionRicardo Koller
2021-12-28KVM: selftests: aarch64: Add vGIC library functions to deal with vIRQ stateRicardo Koller
2021-12-28KVM: selftests: Add kvm_irq_line library functionRicardo Koller
2021-12-28KVM: selftests: aarch64: Add GICv3 register accessor library functionsRicardo Koller
2021-12-28KVM: selftests: aarch64: Add function for accessing GICv3 dist and redist reg...Ricardo Koller
2021-12-28KVM: selftests: aarch64: Move gic_v3.h to shared headersRicardo Koller
2021-12-28KVM: selftests: arm64: Add support for various modes with 16kB page sizeMarc Zyngier
2021-12-28KVM: selftests: arm64: Add support for VM_MODE_P36V48_{4K,64K}Marc Zyngier
2021-12-28KVM: selftests: arm64: Rework TCR_EL1 configurationMarc Zyngier
2021-12-28KVM: selftests: arm64: Check for supported page sizesMarc Zyngier
2021-12-28KVM: selftests: arm64: Introduce a variable default IPA sizeMarc Zyngier
2021-12-28KVM: selftests: arm64: Initialise default guest mode at test startup timeMarc Zyngier
2021-12-20KVM: arm64: Fix comment on barrier in kvm_psci_vcpu_on()Fuad Tabba
2021-12-20KVM: arm64: Fix comment for kvm_reset_vcpu()Fuad Tabba
2021-12-20KVM: arm64: Use defined value for SCTLR_ELx_EEFuad Tabba
2021-12-16KVM: arm64: Rework kvm_pgtable initialisationMarc Zyngier
2021-12-16Merge branch kvm-arm64/pkvm-hyp-sharing into kvmarm-master/nextMarc Zyngier
2021-12-16KVM: arm64: pkvm: Unshare guest structs during teardownQuentin Perret
2021-12-16KVM: arm64: Expose unshare hypercall to the hostWill Deacon
2021-12-16KVM: arm64: Implement do_unshare() helper for unsharing memoryWill Deacon
2021-12-16KVM: arm64: Implement __pkvm_host_share_hyp() using do_share()Will Deacon
2021-12-16KVM: arm64: Implement do_share() helper for sharing memoryWill Deacon
2021-12-16KVM: arm64: Introduce wrappers for host and hyp spin lock accessorsWill Deacon
2021-12-16KVM: arm64: Extend pkvm_page_state enumeration to handle absent pagesWill Deacon
2021-12-16KVM: arm64: pkvm: Refcount the pages shared with EL2Quentin Perret
2021-12-16KVM: arm64: Introduce kvm_share_hyp()Quentin Perret
2021-12-16KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2Will Deacon
2021-12-16KVM: arm64: Hook up ->page_count() for hypervisor stage-1 page-tableWill Deacon
2021-12-16KVM: arm64: Fixup hyp stage-1 refcountQuentin Perret
2021-12-16KVM: arm64: Refcount hyp stage-1 pgtable pagesQuentin Perret
2021-12-16KVM: arm64: Provide {get,put}_page() stubs for early hyp allocatorQuentin Perret