summaryrefslogtreecommitdiff
path: root/arch/arm64
AgeCommit message (Expand)AuthorFilesLines
2021-07-14Merge tag 'kvm-s390-master-5.14-1' of git://git.kernel.org/pub/scm/linux/kern...Paolo Bonzini16-90/+64
2021-06-25Merge tag 'kvmarm-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini81-525/+1229
2021-06-25Merge branch kvm-arm64/mmu/mte into kvmarm-master/nextMarc Zyngier1-4/+8
2021-06-25KVM: debugfs: Reuse binary stats descriptorsJing Zhang1-16/+0
2021-06-25KVM: stats: Support binary stats retrieval for a VCPUJing Zhang1-0/+21
2021-06-25KVM: 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 Zhang2-13/+8
2021-06-24KVM: arm64: Set the MTE tag bit before releasing the pageMarc Zyngier1-4/+8
2021-06-23Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini9-76/+149
2021-06-22Merge branch kvm-arm64/mmu/mte into kvmarm-master/nextMarc Zyngier19-17/+360
2021-06-22KVM: arm64: Add ioctl to fetch/store tags in a guestSteven Price5-0/+104
2021-06-22KVM: arm64: Expose KVM_ARM_CAP_MTESteven Price3-0/+16
2021-06-22KVM: arm64: Save/restore MTE registersSteven Price8-6/+124
2021-06-22KVM: arm64: Introduce MTE VM featureSteven Price5-2/+82
2021-06-22arm64: mte: Sync tags for pages where PTE is untaggedSteven Price3-10/+34
2021-06-18Merge branch arm64/for-next/caches into kvmarm-master/nextMarc Zyngier28-221/+282
2021-06-18Merge branch kvm-arm64/pmu-fixes into kvmarm-master/nextMarc Zyngier3-0/+9
2021-06-18KVM: arm64: Restore PMU configuration on first runMarc Zyngier3-0/+8
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 Zyngier4-57/+81
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 Wang2-20/+17
2021-06-18KVM: arm64: Introduce mm_ops member for structure stage2_attr_dataYanan Wang1-4/+6
2021-06-18KVM: arm64: Introduce two cache maintenance callbacksYanan Wang1-17/+25
2021-06-17KVM: switch per-VM stats to u64Paolo Bonzini1-1/+1
2021-06-11Merge branch kvm-arm64/mmu/reduce-vmemmap-overhead into kvmarm-master/nextMarc Zyngier8-127/+145
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 tag 'arm-soc-fixes-v5.13-2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds16-90/+64
2021-06-06Merge branch kvm-arm64/mmu/MMIO-block-mapping into kvmarm-master/nextMarc Zyngier1-45/+54
2021-06-06Merge tag 'ti-k3-dt-fixes-for-v5.13' of git://git.kernel.org/pub/scm/linux/ke...Olof Johansson10-63/+45
2021-06-06Merge tag 'amlogic-fixes-v5.13-rc1' of https://git.kernel.org/pub/scm/linux/k...Olof Johansson1-0/+1
2021-06-06Merge tag 'imx-fixes-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/s...Olof Johansson5-27/+18
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
2021-06-01KVM: arm64: Handle physical FIQ as an IRQ while running a guestMarc Zyngier1-3/+3
2021-06-01irqchip/gic: Split vGIC probing information from the GIC codeMarc Zyngier1-3/+15
2021-05-31arm64: meson: select COMMON_CLKJerome Brunet1-0/+1