summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2021-03-19KVM: arm64: Disable PMU support in protected modeQuentin Perret
2021-03-19KVM: arm64: Page-align the .hyp sectionsQuentin 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
2021-03-19KVM: arm64: Make memcache anonymous in pgtable allocatorQuentin Perret
2021-03-19KVM: arm64: Refactor __populate_fault_info()Quentin Perret
2021-03-19KVM: arm64: Refactor __load_guest_stage2()Quentin Perret
2021-03-19KVM: arm64: Refactor kvm_arm_setup_stage2()Quentin Perret
2021-03-19KVM: arm64: Set host stage 2 using kvm_nvhe_init_paramsQuentin Perret
2021-03-19KVM: arm64: Use kvm_arch in kvm_s2_mmuQuentin Perret
2021-03-19KVM: arm64: Use kvm_arch for stage 2 pgtableQuentin Perret
2021-03-19KVM: arm64: Elevate hypervisor mappings creation at EL2Quentin Perret
2021-03-19KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret
2021-03-19arm64: asm: Provide set_sctlr_el2 macroQuentin Perret
2021-03-19KVM: arm64: Factor out vector address calculationQuentin Perret
2021-03-19KVM: arm64: Provide __flush_dcache_area at EL2Quentin Perret
2021-03-19KVM: arm64: Enable access to sanitized CPU features at EL2Quentin Perret
2021-03-19KVM: arm64: Introduce a Hyp buddy page allocatorQuentin Perret
2021-03-19KVM: arm64: Stub CONFIG_DEBUG_LIST at HypQuentin Perret
2021-03-19KVM: arm64: Introduce an early Hyp page allocatorQuentin Perret
2021-03-19KVM: arm64: Allow using kvm_nvhe_sym() in hyp codeQuentin Perret
2021-03-19KVM: arm64: Make kvm_call_hyp() a function call at HypQuentin Perret
2021-03-19KVM: arm64: Introduce a BSS section for use at HypQuentin Perret
2021-03-19KVM: arm64: Factor memory allocation out of pgtable.cQuentin Perret
2021-03-19KVM: arm64: Avoid free_page() in page-table allocatorQuentin Perret
2021-03-19KVM: arm64: Initialize kvm_nvhe_init_params earlyQuentin Perret
2021-03-19arm64: kvm: Add standalone ticket spinlock implementation for use at hypWill Deacon
2021-03-19KVM: arm64: Link position-independent string routines into .hyp.textWill Deacon
2021-03-19arm64: lib: Annotate {clear, copy}_page() as position-independentWill Deacon
2021-03-19Merge tag 'v5.12-rc3' into kvm-arm64/host-stage2Marc Zyngier
2021-03-18KVM: arm64: Fix host's ZCR_EL2 restore on nVHEMarc Zyngier
2021-03-18KVM: arm64: Enable SVE support for nVHEDaniel Kiss
2021-03-18KVM: arm64: Save/restore SVE state for nVHEMarc Zyngier
2021-03-18KVM: arm64: Trap host SVE accesses when the FPSIMD state is dirtyMarc Zyngier
2021-03-18KVM: arm64: Save guest's ZCR_EL1 before saving the FPSIMD stateMarc Zyngier
2021-03-18KVM: arm64: Map SVE context at EL2 when availableMarc Zyngier
2021-03-18KVM: arm64: Rework SVE host-save/guest-restoreMarc Zyngier
2021-03-18arm64: sve: Provide a conditional update accessor for ZCR_ELxMarc Zyngier
2021-03-18KVM: arm64: Introduce vcpu_sve_vq() helperMarc Zyngier
2021-03-18KVM: arm64: Let vcpu_sve_pffr() handle HYP VAsMarc Zyngier
2021-03-18KVM: arm64: Use {read,write}_sysreg_el1 to access ZCR_EL1Marc Zyngier
2021-03-18KVM: arm64: Provide KVM's own save/restore SVE primitivesMarc Zyngier