summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/nvhe/hyp-init.S
AgeCommit message (Expand)Author
2021-04-13Merge branch 'kvm-arm64/nvhe-wxn' into kvmarm-master/nextMarc Zyngier
2021-03-19KVM: arm64: Wrap the host with a stage 2Quentin Perret
2021-03-19KVM: arm64: Set host stage 2 using kvm_nvhe_init_paramsQuentin Perret
2021-03-19KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret
2021-03-18KVM: arm64: Turn SCTLR_ELx_FLAGS into INIT_SCTLR_EL2_MMU_ONMarc Zyngier
2021-03-18KVM: arm64: Use INIT_SCTLR_EL2_MMU_OFF to disable the MMU on KVM teardownMarc Zyngier
2021-02-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2021-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2021-02-12Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini
2021-02-12Merge branch 'kvm-arm64/hyp-reloc' into kvmarm-master/nextMarc Zyngier
2021-02-09arm64: Simplify init_el2_state to be non-VHE onlyMarc Zyngier
2021-01-25KVM: arm64: Simplify __kvm_hyp_init HVC detectionAndrew Scull
2021-01-25KVM: arm64: Don't clobber x4 in __do_hyp_initAndrew Scull
2021-01-23KVM: arm64: Fix constant-pool users in hypDavid Brazdil
2021-01-23KVM: arm64: Rename .idmap.text in hyp linker scriptDavid Brazdil
2020-12-04KVM: arm64: Trap host SMCs in protected modeDavid Brazdil
2020-12-04KVM: arm64: Intercept host's SYSTEM_SUSPEND PSCI SMCsDavid Brazdil
2020-12-04KVM: arm64: Intercept host's CPU_SUSPEND PSCI SMCsDavid Brazdil
2020-12-04KVM: arm64: Intercept host's CPU_ON SMCsDavid Brazdil
2020-12-04KVM: arm64: Extract __do_hyp_init into a helper functionDavid Brazdil
2020-12-04KVM: arm64: Init MAIR/TCR_EL2 from params structDavid Brazdil
2020-12-04KVM: arm64: Move hyp-init params to a per-CPU structDavid Brazdil
2020-12-04KVM: arm64: Remove vector_ptr param of hyp-initDavid Brazdil
2020-10-29KVM: arm64: Don't corrupt tpidr_el2 on failed HVC callMarc Zyngier
2020-09-15KVM: arm64: nVHE: Migrate hyp-init to SMCCCAndrew Scull
2020-09-15KVM: arm64: nVHE: Pass pointers consistently to hyp-initAndrew Scull
2020-08-09Merge tag 'kvmarm-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini
2020-07-28Merge branch 'kvm-arm64/ptrauth-nvhe' into kvmarm-master/next-WIPMarc Zyngier
2020-07-05KVM: arm64: Move hyp-init.S to nVHEAndrew Scull