summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp
Commit message (Expand)AuthorAgeFilesLines
* KVM: arm64: Fix off-by-one in range_is_memoryDavid Brazdil2021-07-291-1/+1
* Merge branch kvm-arm64/mmu/mte into kvmarm-master/nextMarc Zyngier2021-06-223-1/+30
|\
| * KVM: arm64: Save/restore MTE registersSteven Price2021-06-222-0/+28
| * KVM: arm64: Introduce MTE VM featureSteven Price2021-06-221-1/+2
* | Merge branch arm64/for-next/caches into kvmarm-master/nextMarc Zyngier2021-06-184-7/+15
|\ \
| * | arm64: Rename arm64-internal cache maintenance functionsFuad Tabba2021-05-254-6/+6
| * | arm64: __flush_dcache_area to take end parameter instead of sizeFuad Tabba2021-05-253-5/+12
| * | arm64: dcache_by_line_op to take end parameter instead of sizeFuad Tabba2021-05-251-0/+1
* | | Merge branch kvm-arm64/mmu/stage2-cmos into kvmarm-master/nextMarc Zyngier2021-06-181-11/+37
|\ \ \
| * | | KVM: arm64: Move guest CMOs to the fault handlersYanan Wang2021-06-181-7/+31
| * | | KVM: arm64: Introduce mm_ops member for structure stage2_attr_dataYanan Wang2021-06-181-4/+6
| | |/ | |/|
* | | Merge branch kvm-arm64/mmu/reduce-vmemmap-overhead into kvmarm-master/nextMarc Zyngier2021-06-118-127/+145
|\ \ \
| * | | KVM: arm64: Use less bits for hyp_page refcountQuentin Perret2021-06-112-1/+2
| * | | KVM: arm64: Use less bits for hyp_page orderQuentin Perret2021-06-113-10/+10
| * | | KVM: arm64: Remove hyp_pool pointer from struct hyp_pageQuentin Perret2021-06-115-13/+28
| * | | KVM: arm64: Unify MMIO and mem host stage-2 poolsQuentin Perret2021-06-115-48/+32
| * | | KVM: arm64: Remove list_head from hyp_pageQuentin Perret2021-06-112-7/+33
| * | | KVM: arm64: Use refcount at hyp to check page availabilityQuentin Perret2021-06-111-5/+11
| * | | KVM: arm64: Move hyp_pool locking out of refcount helpersQuentin Perret2021-06-112-46/+32
| |/ /
* / / KVM: arm64: Handle physical FIQ as an IRQ while running a guestMarc Zyngier2021-06-011-3/+3
|/ /
* | KVM: arm64: Commit pending PC adjustemnts before returning to userspaceMarc Zyngier2021-05-152-2/+10
* | KVM: arm64: Move __adjust_pc out of lineMarc Zyngier2021-05-154-23/+19
* | KVM: arm64: Mark the host stage-2 memory pools staticQuentin Perret2021-05-151-2/+2
* | KVM: arm64: Mark pkvm_pgtable_mm_ops staticQuentin Perret2021-05-151-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-05-0130-212/+2012
|\
| * Merge tag 'kvmarm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-04-2330-212/+2012
| |\
| | * Merge branch 'kvm-arm64/nvhe-wxn' into kvmarm-master/nextMarc Zyngier2021-04-131-10/+2
| | |\
| | | * KVM: arm64: Turn SCTLR_ELx_FLAGS into INIT_SCTLR_EL2_MMU_ONMarc Zyngier2021-03-181-7/+1
| | | * KVM: arm64: Use INIT_SCTLR_EL2_MMU_OFF to disable the MMU on KVM teardownMarc Zyngier2021-03-181-3/+1
| | * | Merge branch 'kvm-arm64/nvhe-panic-info' into kvmarm-master/nextMarc Zyngier2021-04-138-28/+15
| | |\ \
| | | * | KVM: arm64: Log source when panicking from nVHE hypAndrew Scull2021-04-014-18/+8
| | | * | KVM: arm64: Use BUG and BUG_ON in nVHE hypAndrew Scull2021-04-012-5/+3
| | | |/
| | * | Merge branch 'kvm-arm64/misc-5.13' into kvmarm-master/nextMarc Zyngier2021-04-131-0/+18
| | |\ \
| | | * | KVM: arm64: Support PREL/PLT relocs in EL2 codeDavid Brazdil2021-03-311-0/+18
| | | |/
| | * | Merge branch 'kvm-arm64/host-stage2' into kvmarm-master/nextMarc Zyngier2021-04-1325-168/+1940
| | |\ \
| | | * | KVM: arm64: Drop the CPU_FTR_REG_HYP_COPY infrastructureMarc Zyngier2021-03-252-15/+9
| | | * | KVM: arm64: Protect the .hyp sections from the hostQuentin Perret2021-03-193-0/+44
| | | * | KVM: arm64: Wrap the host with a stage 2Quentin Perret2021-03-198-7/+302
| | | * | KVM: arm64: Provide sanitized mmfr* registers at EL2Quentin Perret2021-03-191-0/+2
| | | * | KVM: arm64: Introduce KVM_PGTABLE_S2_IDMAP stage 2 flagQuentin Perret2021-03-191-0/+3
| | | * | KVM: arm64: Introduce KVM_PGTABLE_S2_NOFWB stage 2 flagQuentin Perret2021-03-191-25/+31
| | | * | KVM: arm64: Add kvm_pgtable_stage2_find_range()Quentin Perret2021-03-191-4/+85
| | | * | KVM: arm64: Refactor the *_map_set_prot_attr() helpersQuentin Perret2021-03-191-8/+8
| | | * | KVM: arm64: Use page-table to track page ownershipQuentin Perret2021-03-191-24/+102
| | | * | KVM: arm64: Always zero invalid PTEsQuentin Perret2021-03-191-10/+16
| | | * | KVM: arm64: Sort the hypervisor memblocksQuentin Perret2021-03-191-0/+19
| | | * | KVM: arm64: Reserve memory for host stage 2Quentin Perret2021-03-193-1/+40
| | | * | KVM: arm64: Make memcache anonymous in pgtable allocatorQuentin Perret2021-03-191-2/+2
| | | * | KVM: arm64: Refactor __populate_fault_info()Quentin Perret2021-03-191-11/+17
| | | * | KVM: arm64: Refactor kvm_arm_setup_stage2()Quentin Perret2021-03-191-0/+32