summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm
AgeCommit message (Expand)AuthorFilesLines
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-06-30arm64: decouple check whether pfn is in linear map from pfn_valid()Mike Rapoport1-1/+1
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2021-06-29arch/arm64/kvm: use vma_lookup() instead of find_vma_intersection()Liam Howlett1-1/+1
2021-06-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds25-269/+730
2021-06-28Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds5-9/+26
2021-06-25Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini26-262/+711
2021-06-25Merge branch kvm-arm64/mmu/mte into kvmarm-master/nextMarc Zyngier1-4/+8
2021-06-24KVM: debugfs: Reuse binary stats descriptorsJing Zhang1-16/+0
2021-06-24KVM: stats: Support binary stats retrieval for a VCPUJing Zhang1-0/+21
2021-06-24KVM: stats: Support binary stats retrieval for a VMJing Zhang1-0/+15
2021-06-24KVM: stats: Add fd-based API to read binary stats dataJing Zhang1-1/+1
2021-06-24KVM: stats: Separate generic stats from architecture specific onesJing Zhang1-6/+6
2021-06-24KVM: arm64: Set the MTE tag bit before releasing the pageMarc Zyngier1-4/+8
2021-06-24Merge branch 'for-next/cpufeature' into for-next/coreWill Deacon1-1/+10
2021-06-22Merge branch kvm-arm64/mmu/mte into kvmarm-master/nextMarc Zyngier8-5/+226
2021-06-22KVM: arm64: Add ioctl to fetch/store tags in a guestSteven Price2-0/+89
2021-06-22KVM: arm64: Expose KVM_ARM_CAP_MTESteven Price3-0/+16
2021-06-22KVM: arm64: Save/restore MTE registersSteven Price3-4/+46
2021-06-22KVM: arm64: Introduce MTE VM featureSteven Price3-2/+75
2021-06-18Merge branch arm64/for-next/caches into kvmarm-master/nextMarc Zyngier5-8/+16