aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
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/arm64/linuxLinus Torvalds5-9/+26
2021-06-25Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo 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
2021-06-18Merge branch kvm-arm64/pmu-fixes into kvmarm-master/nextMarc Zyngier2-0/+8
2021-06-18KVM: arm64: Restore PMU configuration on first runMarc Zyngier2-0/+7
2021-06-18KVM: arm64: Don't zero the cycle count register when PMCR_EL0.P is setAlexandru Elisei1-0/+1
2021-06-18Merge branch kvm-arm64/mmu/stage2-cmos into kvmarm-master/nextMarc Zyngier2-33/+54
2021-06-18KVM: arm64: Move guest CMOs to the fault handlersYanan Wang2-21/+38
2021-06-18KVM: arm64: Tweak parameters of guest cache maintenance functionsYanan Wang1-13/+15
2021-06-18KVM: arm64: Introduce mm_ops member for structure stage2_attr_dataYanan Wang1-4/+6
2021-06-11Merge branch kvm-arm64/mmu/reduce-vmemmap-overhead into kvmarm-master/nextMarc Zyngier8-127/+145
2021-06-11KVM: arm64: Kill 32-bit vCPUs on systems with mismatched EL0 supportWill Deacon1-1/+10
2021-06-11KVM: arm64: Use less bits for hyp_page refcountQuentin Perret2-1/+2
2021-06-11KVM: arm64: Use less bits for hyp_page orderQuentin Perret3-10/+10
2021-06-11KVM: arm64: Remove hyp_pool pointer from struct hyp_pageQuentin Perret5-13/+28
2021-06-11KVM: arm64: Unify MMIO and mem host stage-2 poolsQuentin Perret5-48/+32
2021-06-11KVM: arm64: Remove list_head from hyp_pageQuentin Perret2-7/+33
2021-06-11KVM: arm64: Use refcount at hyp to check page availabilityQuentin Perret1-5/+11
2021-06-11KVM: arm64: Move hyp_pool locking out of refcount helpersQuentin Perret2-46/+32
2021-06-06Merge branch kvm-arm64/mmu/MMIO-block-mapping into kvmarm-master/nextMarc Zyngier1-45/+54
2021-06-03Merge branch 'sched/urgent' into sched/core, to pick up fixesIngo Molnar11-60/+98
2021-06-01KVM: arm64: Try stage2 block mapping for host device MMIOKeqian Zhu1-10/+51
2021-06-01KVM: arm64: Remove the creation time's mapping of MMIO regionsKeqian Zhu1-35/+3
2021-06-01KVM: arm64: timer: Add support for SW-based deactivationMarc Zyngier1-4/+101
2021-06-01KVM: arm64: timer: Refactor IRQ configurationMarc Zyngier1-24/+33
2021-06-01KVM: arm64: vgic: Implement SW-driven deactivationMarc Zyngier2-8/+30
2021-06-01KVM: arm64: vgic: move irq->get_input_level into an ops structureMarc Zyngier2-9/+13
2021-06-01KVM: arm64: vgic: Let an interrupt controller advertise lack of HW deactivationMarc Zyngier1-0/+10
2021-06-01KVM: arm64: vgic: Be tolerant to the lack of maintenance interrupt maskingMarc Zyngier1-1/+7