summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp
AgeCommit message (Expand)Author
2021-09-22KVM: arm64: Make hyp_panic() more robust when protected mode is enabledWill Deacon
2021-07-29KVM: arm64: Fix off-by-one in range_is_memoryDavid Brazdil
2021-06-22Merge branch kvm-arm64/mmu/mte into kvmarm-master/nextMarc Zyngier
2021-06-22KVM: arm64: Save/restore MTE registersSteven Price
2021-06-22KVM: arm64: Introduce MTE VM featureSteven Price
2021-06-18Merge branch arm64/for-next/caches into kvmarm-master/nextMarc Zyngier
2021-06-18Merge branch kvm-arm64/mmu/stage2-cmos into kvmarm-master/nextMarc Zyngier
2021-06-18KVM: arm64: Move guest CMOs to the fault handlersYanan Wang
2021-06-18KVM: arm64: Introduce mm_ops member for structure stage2_attr_dataYanan Wang
2021-06-11Merge branch kvm-arm64/mmu/reduce-vmemmap-overhead into kvmarm-master/nextMarc Zyngier
2021-06-11KVM: arm64: Use less bits for hyp_page refcountQuentin Perret
2021-06-11KVM: arm64: Use less bits for hyp_page orderQuentin Perret
2021-06-11KVM: arm64: Remove hyp_pool pointer from struct hyp_pageQuentin Perret
2021-06-11KVM: arm64: Unify MMIO and mem host stage-2 poolsQuentin Perret
2021-06-11KVM: arm64: Remove list_head from hyp_pageQuentin Perret
2021-06-11KVM: arm64: Use refcount at hyp to check page availabilityQuentin Perret
2021-06-11KVM: arm64: Move hyp_pool locking out of refcount helpersQuentin Perret
2021-06-01KVM: arm64: Handle physical FIQ as an IRQ while running a guestMarc Zyngier
2021-05-25arm64: Rename arm64-internal cache maintenance functionsFuad Tabba
2021-05-25arm64: __flush_dcache_area to take end parameter instead of sizeFuad Tabba
2021-05-25arm64: dcache_by_line_op to take end parameter instead of sizeFuad Tabba
2021-05-15KVM: arm64: Commit pending PC adjustemnts before returning to userspaceMarc Zyngier
2021-05-15KVM: arm64: Move __adjust_pc out of lineMarc Zyngier
2021-05-15KVM: arm64: Mark the host stage-2 memory pools staticQuentin Perret
2021-05-15KVM: arm64: Mark pkvm_pgtable_mm_ops staticQuentin Perret
2021-05-01Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-04-23Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-04-13Merge branch 'kvm-arm64/nvhe-wxn' into kvmarm-master/nextMarc Zyngier
2021-04-13Merge branch 'kvm-arm64/nvhe-panic-info' into kvmarm-master/nextMarc Zyngier
2021-04-13Merge branch 'kvm-arm64/misc-5.13' into kvmarm-master/nextMarc Zyngier
2021-04-13Merge branch 'kvm-arm64/host-stage2' into kvmarm-master/nextMarc Zyngier
2021-04-08KVM: arm64: Disable CFI for nVHESami Tolvanen
2021-04-06arm64: KVM: Enable access to TRBE support for hostSuzuki K Poulose
2021-04-06KVM: arm64: Move SPE availability check to VCPU loadSuzuki K Poulose
2021-04-01KVM: arm64: Log source when panicking from nVHE hypAndrew Scull
2021-04-01KVM: arm64: Use BUG and BUG_ON in nVHE hypAndrew Scull
2021-03-31KVM: arm64: Support PREL/PLT relocs in EL2 codeDavid Brazdil
2021-03-25KVM: arm64: Drop the CPU_FTR_REG_HYP_COPY infrastructureMarc Zyngier
2021-03-24KVM: arm64: Fix CPU interface MMIO compatibility detectionMarc Zyngier
2021-03-19KVM: arm64: Protect the .hyp sections from the hostQuentin Perret
2021-03-19KVM: arm64: Wrap the host with a stage 2Quentin Perret
2021-03-19KVM: arm64: Provide sanitized mmfr* registers at EL2Quentin Perret
2021-03-19KVM: arm64: Introduce KVM_PGTABLE_S2_IDMAP stage 2 flagQuentin Perret
2021-03-19KVM: arm64: Introduce KVM_PGTABLE_S2_NOFWB stage 2 flagQuentin Perret
2021-03-19KVM: arm64: Add kvm_pgtable_stage2_find_range()Quentin Perret
2021-03-19KVM: arm64: Refactor the *_map_set_prot_attr() helpersQuentin Perret
2021-03-19KVM: arm64: Use page-table to track page ownershipQuentin Perret
2021-03-19KVM: arm64: Always zero invalid PTEsQuentin Perret
2021-03-19KVM: arm64: Sort the hypervisor memblocksQuentin Perret
2021-03-19KVM: arm64: Reserve memory for host stage 2Quentin Perret