summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | | * | | KVM: selftests: aarch64: Add vGIC library functions to deal with vIRQ stateRicardo Koller2021-12-283-1/+116
| | | * | | KVM: selftests: Add kvm_irq_line library functionRicardo Koller2021-12-282-0/+23
| | | * | | KVM: selftests: aarch64: Add GICv3 register accessor library functionsRicardo Koller2021-12-285-6/+189
| | | * | | KVM: selftests: aarch64: Add function for accessing GICv3 dist and redist reg...Ricardo Koller2021-12-281-23/+101
| | | * | | KVM: selftests: aarch64: Move gic_v3.h to shared headersRicardo Koller2021-12-281-0/+0
| | * | | | Merge branch kvm-arm64/selftest/ipa into kvmarm-master/nextMarc Zyngier2022-01-045-14/+152
| | |\ \ \ \
| | | * | | | KVM: selftests: arm64: Add support for various modes with 16kB page sizeMarc Zyngier2021-12-284-0/+34
| | | * | | | KVM: selftests: arm64: Add support for VM_MODE_P36V48_{4K,64K}Marc Zyngier2021-12-284-0/+18
| | | * | | | KVM: selftests: arm64: Rework TCR_EL1 configurationMarc Zyngier2021-12-281-7/+14
| | | * | | | KVM: selftests: arm64: Check for supported page sizesMarc Zyngier2021-12-283-6/+50
| | | * | | | KVM: selftests: arm64: Introduce a variable default IPA sizeMarc Zyngier2021-12-282-4/+30
| | | * | | | KVM: selftests: arm64: Initialise default guest mode at test startup timeMarc Zyngier2021-12-281-0/+9
| | | |/ / /
| | * | | | Merge branch kvm-arm64/pkvm-hyp-sharing into kvmarm-master/nextMarc Zyngier2021-12-1614-119/+739
| | |\ \ \ \
| | | * | | | KVM: arm64: pkvm: Unshare guest structs during teardownQuentin Perret2021-12-166-4/+85
| | | * | | | KVM: arm64: Expose unshare hypercall to the hostWill Deacon2021-12-164-0/+43
| | | * | | | KVM: arm64: Implement do_unshare() helper for unsharing memoryWill Deacon2021-12-161-0/+115
| | | * | | | KVM: arm64: Implement __pkvm_host_share_hyp() using do_share()Will Deacon2021-12-161-88/+33
| | | * | | | KVM: arm64: Implement do_share() helper for sharing memoryWill Deacon2021-12-161-0/+237
| | | * | | | KVM: arm64: Introduce wrappers for host and hyp spin lock accessorsWill Deacon2021-12-161-6/+26
| | | * | | | KVM: arm64: Extend pkvm_page_state enumeration to handle absent pagesWill Deacon2021-12-161-0/+5
| | | * | | | KVM: arm64: pkvm: Refcount the pages shared with EL2Quentin Perret2021-12-161-10/+68
| | | * | | | KVM: arm64: Introduce kvm_share_hyp()Quentin Perret2021-12-165-10/+26
| | | * | | | KVM: arm64: Implement kvm_pgtable_hyp_unmap() at EL2Will Deacon2021-12-162-0/+84
| | | * | | | KVM: arm64: Hook up ->page_count() for hypervisor stage-1 page-tableWill Deacon2021-12-161-0/+1
| | | * | | | KVM: arm64: Fixup hyp stage-1 refcountQuentin Perret2021-12-161-5/+16
| | | * | | | KVM: arm64: Refcount hyp stage-1 pgtable pagesQuentin Perret2021-12-161-20/+19
| | | * | | | KVM: arm64: Provide {get,put}_page() stubs for early hyp allocatorQuentin Perret2021-12-161-0/+5
| | * | | | | Merge branch kvm-arm64/vgic-fixes-5.17 into kvmarm-master/nextMarc Zyngier2021-12-163-7/+9
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: vgic: Demote userspace-triggered console prints to kvm_debug()Marc Zyngier2021-12-162-4/+4
| | | * | | | | KVM: arm64: vgic-v3: Fix vcpu index comparisonMarc Zyngier2021-12-161-3/+5
| | | | |/ / / | | | |/| | |
| | * | | | | Merge branch kvm-arm64/pkvm-cleanups-5.17 into kvmarm-master/nextMarc Zyngier2021-12-157-6/+19
| | |\ \ \ \ \
| | | * | | | | KVM: arm64: pkvm: Make kvm_host_owns_hyp_mappings() robust to VHEQuentin Perret2021-12-151-0/+3
| | | * | | | | KVM: arm64: pkvm: Stub io map functionsQuentin Perret2021-12-151-0/+6
| | | * | | | | KVM: arm64: Make __io_map_base staticQuentin Perret2021-12-152-2/+2
| | | * | | | | KVM: arm64: Make the hyp memory pool staticQuentin Perret2021-12-152-2/+1
| | | * | | | | KVM: arm64: pkvm: Disable GICv2 supportQuentin Perret2021-12-152-1/+6
| | | * | | | | KVM: arm64: pkvm: Fix hyp_pool max orderQuentin Perret2021-12-151-1/+1
| | | |/ / / /
| | * | | | | Merge branch kvm-arm64/misc-5.17 into kvmarm-master/nextMarc Zyngier2021-12-075-3/+4
| | |\ \ \ \ \ | | | | |_|/ / | | | |/| | |
| | | * | | | KVM: Drop stale kvm_is_transparent_hugepage() declarationVitaly Kuznetsov2021-12-071-1/+0
| | | * | | | KVM: arm64: Constify kvm_io_gic_opsRikard Falkeborn2021-12-062-2/+2
| | | * | | | KVM: arm64: Add minimal handling for the ARMv8.7 PMUMarc Zyngier2021-12-012-0/+2
| | | |/ / /
| | * | | | Merge branch kvm-arm64/hyp-header-split into kvmarm-master/nextMarc Zyngier2021-12-0711-63/+109
| | |\ \ \ \ | | | |_|/ / | | |/| | |
| | | * | | KVM: arm64: Move host EL1 code out of hyp/ directoryWill Deacon2021-12-068-63/+80
| | | * | | KVM: arm64: Generate hyp_constants.h for the hostWill Deacon2021-12-063-0/+28
| | | * | | arm64: Add missing include of asm/cpufeature.h to asm/mmu.hWill Deacon2021-12-061-0/+1
| | | |/ /
| | * | | Merge branch kvm-arm64/fpsimd-tracking into kvmarm-master/nextMarc Zyngier2021-12-019-81/+40
| | |\ \ \
| | | * | | arm64/fpsimd: Document the use of TIF_FOREIGN_FPSTATE by KVMMarc Zyngier2021-11-221-1/+5
| | | * | | KVM: arm64: Stop mapping current thread_info at EL2Marc Zyngier2021-11-225-16/+1
| | | * | | KVM: arm64: Introduce flag shadowing TIF_FOREIGN_FPSTATEMarc Zyngier2021-11-224-1/+12
| | | * | | KVM: arm64: Remove unused __sve_save_stateMarc Zyngier2021-11-222-7/+0