summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)AuthorFilesLines
2021-04-06KVM: arm/arm64: vgic: Reset base address on kvm_vgic_dist_destroy()Eric Auger1-1/+5
2021-04-06KVM: arm64: vgic-v3: Fix error handling in vgic_v3_set_redist_base()Eric Auger1-1/+7
2021-04-06KVM: arm64: Fix KVM_VGIC_V3_ADDR_TYPE_REDIST_REGION readEric Auger1-0/+3
2021-04-06KVM: arm64: vgic-v3: Fix some error codes when setting RDIST baseEric Auger1-7/+7
2021-04-06KVM: arm64: Fix error return code in init_hyp_mode()Wang Wensheng1-1/+3
2021-04-01KVM: arm64: Log source when panicking from nVHE hypAndrew Scull5-18/+53
2021-04-01KVM: arm64: Use BUG and BUG_ON in nVHE hypAndrew Scull2-5/+3
2021-03-31KVM: arm64: Support PREL/PLT relocs in EL2 codeDavid Brazdil1-0/+18
2021-03-31KVM: arm64: Advertise KVM UID to guests via SMCCCWill Deacon1-9/+18
2021-03-31KVM: arm64: Make symbol '_kvm_host_prot_finalize' staticXu Jia1-1/+1
2021-03-25KVM: arm64: Drop the CPU_FTR_REG_HYP_COPY infrastructureMarc Zyngier4-37/+12
2021-03-25KVM: arm64: Generate final CTR_EL0 value when running in Protected modeMarc Zyngier1-0/+7
2021-03-24KVM: arm64: GICv4.1: Give a chance to save VLPI stateShenming Lu1-3/+3
2021-03-24KVM: arm64: GICv4.1: Restore VLPI pending state to physical sideZenghui Yu1-0/+19
2021-03-24KVM: arm64: GICv4.1: Try to save VLPI state in save_pending_tablesShenming Lu1-6/+60
2021-03-24KVM: arm64: GICv4.1: Add function to get VLPI stateShenming Lu2-0/+20
2021-03-24KVM: arm64: Disable guest access to trace filter controlsSuzuki K Poulose1-0/+2
2021-03-24KVM: arm64: Fix CPU interface MMIO compatibility detectionMarc Zyngier1-0/+9
2021-03-19KVM: arm64: Protect the .hyp sections from the hostQuentin Perret4-0/+90
2021-03-19KVM: arm64: Disable PMU support in protected modeQuentin Perret2-5/+6
2021-03-19KVM: arm64: Wrap the host with a stage 2Quentin Perret9-7/+312
2021-03-19KVM: arm64: Provide sanitized mmfr* registers at EL2Quentin Perret2-0/+4
2021-03-19KVM: arm64: Introduce KVM_PGTABLE_S2_IDMAP stage 2 flagQuentin Perret1-0/+3
2021-03-19KVM: arm64: Introduce KVM_PGTABLE_S2_NOFWB stage 2 flagQuentin Perret1-25/+31
2021-03-19KVM: arm64: Add kvm_pgtable_stage2_find_range()Quentin Perret1-4/+85
2021-03-19KVM: arm64: Refactor the *_map_set_prot_attr() helpersQuentin Perret1-8/+8
2021-03-19KVM: arm64: Use page-table to track page ownershipQuentin Perret1-24/+102
2021-03-19KVM: arm64: Always zero invalid PTEsQuentin Perret1-10/+16
2021-03-19KVM: arm64: Sort the hypervisor memblocksQuentin Perret1-0/+19
2021-03-19KVM: arm64: Reserve memory for host stage 2Quentin Perret3-1/+40
2021-03-19KVM: arm64: Make memcache anonymous in pgtable allocatorQuentin Perret1-2/+2
2021-03-19KVM: arm64: Refactor __populate_fault_info()Quentin Perret1-11/+17
2021-03-19KVM: arm64: Refactor kvm_arm_setup_stage2()Quentin Perret2-38/+36
2021-03-19KVM: arm64: Set host stage 2 using kvm_nvhe_init_paramsQuentin Perret3-9/+15
2021-03-19KVM: arm64: Use kvm_arch in kvm_s2_mmuQuentin Perret1-4/+4
2021-03-19KVM: arm64: Use kvm_arch for stage 2 pgtableQuentin Perret2-4/+4
2021-03-19KVM: arm64: Elevate hypervisor mappings creation at EL2Quentin Perret2-11/+119
2021-03-19KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret9-5/+612
2021-03-19KVM: arm64: Factor out vector address calculationQuentin Perret1-8/+1
2021-03-19KVM: arm64: Provide __flush_dcache_area at EL2Quentin Perret4-1/+22
2021-03-19KVM: arm64: Enable access to sanitized CPU features at EL2Quentin Perret1-0/+19
2021-03-19KVM: arm64: Introduce a Hyp buddy page allocatorQuentin Perret4-1/+292
2021-03-19KVM: arm64: Stub CONFIG_DEBUG_LIST at HypQuentin Perret2-1/+23
2021-03-19KVM: arm64: Introduce an early Hyp page allocatorQuentin Perret5-4/+94
2021-03-19KVM: arm64: Introduce a BSS section for use at HypQuentin Perret2-1/+14
2021-03-19KVM: arm64: Factor memory allocation out of pgtable.cQuentin Perret2-40/+124
2021-03-19KVM: arm64: Avoid free_page() in page-table allocatorQuentin Perret1-5/+5
2021-03-19KVM: arm64: Initialize kvm_nvhe_init_params earlyQuentin Perret1-12/+18
2021-03-19arm64: kvm: Add standalone ticket spinlock implementation for use at hypWill Deacon1-0/+92
2021-03-19KVM: arm64: Link position-independent string routines into .hyp.textWill Deacon1-0/+4