summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)AuthorFilesLines
2021-08-19KVM: arm64: Use generic KVM xfer to guest work functionOliver Upton2-28/+45
2021-08-19KVM: arm64: Record number of signal exits as a vCPU statOliver Upton2-0/+2
2021-08-19KVM: arm64: Enforce reserved bits for PSCI target affinitiesOliver Upton1-3/+12
2021-08-19KVM: arm64: Handle PSCI resets before userspace touches vCPU stateOliver Upton1-0/+8
2021-08-19KVM: arm64: Fix read-side race on updates to vcpu reset stateOliver Upton1-6/+10
2021-08-18KVM: arm64: Make hyp_panic() more robust when protected mode is enabledWill Deacon2-13/+31
2021-08-18KVM: arm64: Drop unused REQUIRES_VIRTAnshuman Khandual1-4/+0
2021-08-18KVM: arm64: Drop check_kvm_target_cpu() based percpu probeAnshuman Khandual2-17/+3
2021-08-18KVM: arm64: Drop init_common_resources()Anshuman Khandual1-6/+1
2021-08-18KVM: arm64: Use ARM64_MIN_PARANGE_BITS as the minimum supported IPAAnshuman Khandual1-1/+1
2021-08-11KVM: arm64: Return -EPERM from __pkvm_host_share_hyp()Quentin Perret1-1/+1
2021-08-11KVM: arm64: Restrict IPA size to maximum 48 bits on 4K and 16K page sizeAnshuman Khandual1-0/+8
2021-08-11arm64/mm: Define ID_AA64MMFR0_TGRAN_2_SHIFTAnshuman Khandual1-15/+2
2021-08-11KVM: arm64: perf: Replace '0xf' instances with ID_AA64DFR0_PMUVER_IMP_DEFAnshuman Khandual2-4/+4
2021-08-11KVM: arm64: Make __pkvm_create_mappings staticQuentin Perret2-4/+2
2021-08-11KVM: arm64: Restrict EL2 stage-1 changes in protected modeQuentin Perret4-11/+117
2021-08-11KVM: arm64: Refactor protected nVHE stage-1 lockingQuentin Perret2-2/+17
2021-08-11KVM: arm64: Remove __pkvm_mark_hypQuentin Perret4-75/+0
2021-08-11KVM: arm64: Mark host bss and rodata section as sharedQuentin Perret1-8/+74
2021-08-11KVM: arm64: Enable retrieving protections attributes of PTEsQuentin Perret1-0/+37
2021-08-11KVM: arm64: Introduce addr_is_memory()Quentin Perret2-0/+8
2021-08-11KVM: arm64: Expose pkvm_hyp_idQuentin Perret2-1/+3
2021-08-11KVM: arm64: Expose host stage-2 manipulation helpersQuentin Perret2-1/+19
2021-08-11KVM: arm64: Add helpers to tag shared pages in SW bitsQuentin Perret1-0/+26
2021-08-11KVM: arm64: Allow populating software bitsQuentin Perret1-0/+5
2021-08-11KVM: arm64: Enable forcing page-level stage-2 mappingsQuentin Perret2-10/+53
2021-08-11KVM: arm64: Tolerate re-creating hyp mappings to set software bitsQuentin Perret1-2/+16
2021-08-11KVM: arm64: Don't overwrite software bits with owner idQuentin Perret1-1/+1
2021-08-11KVM: arm64: Rename KVM_PTE_LEAF_ATTR_S2_IGNOREDQuentin Perret1-2/+2
2021-08-11KVM: arm64: Optimize host memory abortsQuentin Perret2-75/+44
2021-08-11KVM: arm64: Expose page-table helpersQuentin Perret1-39/+0
2021-08-11KVM: arm64: Provide the host_stage2_try() helper macroQuentin Perret1-18/+22
2021-08-11KVM: arm64: Introduce hyp_assert_lock_held()Quentin Perret2-0/+26
2021-08-11KVM: arm64: Add hyp_spin_is_locked() for basic locking assertions at EL2Will Deacon1-0/+8
2021-08-04KVM: arm64: Unregister HYP sections from kmemleak in protected modeMarc Zyngier1-0/+7
2021-08-02KVM: arm64: Fix comments related to GICv2 PMR reportingJason Wang1-2/+2
2021-08-02KVM: arm64: Count VMID-wide TLB invalidationsPaolo Bonzini1-0/+1
2021-08-02KVM: arm64: Remove PMSWINC_EL0 shadow registerMarc Zyngier1-1/+20
2021-08-02KVM: arm64: Disabling disabled PMU counters wastes a lot of timeAlexandre Chartre1-2/+3
2021-08-02KVM: arm64: Drop unnecessary masking of PMU registersMarc Zyngier2-5/+4
2021-08-02KVM: arm64: Narrow PMU sysreg reset values to architectural requirementsMarc Zyngier1-3/+40
2021-08-02KVM: arm64: Introduce helper to retrieve a PTE and its levelMarc Zyngier1-0/+39
2021-08-02KVM: arm64: Use get_page() instead of kvm_get_pfn()Marc Zyngier1-1/+1
2021-08-02KVM: arm64: Avoid mapping size adjustment on permission faultMarc Zyngier1-3/+8
2021-08-02KVM: arm64: Walk userspace page tables to compute the THP mapping sizeMarc Zyngier1-4/+30
2021-07-29KVM: arm64: Fix race when enabling KVM_ARM_CAP_MTESteven Price1-4/+8
2021-07-29KVM: arm64: Fix off-by-one in range_is_memoryDavid Brazdil1-1/+1
2021-07-14KVM: arm64: Fix detection of shared VMAs on guest faultMarc Zyngier1-1/+1
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-07-01arm64: decouple check whether pfn is in linear map from pfn_valid()Mike Rapoport1-1/+1