summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/nvhe
AgeCommit message (Expand)AuthorFilesLines
2021-04-13Merge branch 'kvm-arm64/misc-5.13' into kvmarm-master/nextMarc Zyngier1-0/+18
2021-04-13Merge branch 'kvm-arm64/host-stage2' into kvmarm-master/nextMarc Zyngier14-24/+1086
2021-04-06arm64: KVM: Enable access to TRBE support for hostSuzuki K Poulose2-0/+35
2021-04-06KVM: arm64: Move SPE availability check to VCPU loadSuzuki K Poulose1-13/+9
2021-03-31KVM: arm64: Support PREL/PLT relocs in EL2 codeDavid Brazdil1-0/+18
2021-03-25KVM: arm64: Drop the CPU_FTR_REG_HYP_COPY infrastructureMarc Zyngier2-15/+9
2021-03-19KVM: arm64: Protect the .hyp sections from the hostQuentin Perret2-0/+42
2021-03-19KVM: arm64: Wrap the host with a stage 2Quentin Perret7-7/+268
2021-03-19KVM: arm64: Provide sanitized mmfr* registers at EL2Quentin Perret1-0/+2
2021-03-19KVM: arm64: Reserve memory for host stage 2Quentin Perret1-0/+12
2021-03-19KVM: arm64: Set host stage 2 using kvm_nvhe_init_paramsQuentin Perret2-9/+10
2021-03-19KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret5-2/+448
2021-03-19KVM: arm64: Provide __flush_dcache_area at EL2Quentin Perret3-1/+21
2021-03-19KVM: arm64: Introduce a Hyp buddy page allocatorQuentin Perret2-1/+196
2021-03-19KVM: arm64: Stub CONFIG_DEBUG_LIST at HypQuentin Perret2-1/+23
2021-03-19KVM: arm64: Introduce an early Hyp page allocatorQuentin Perret3-4/+56
2021-03-19KVM: arm64: Introduce a BSS section for use at HypQuentin Perret1-0/+1
2021-03-19KVM: arm64: Link position-independent string routines into .hyp.textWill Deacon1-0/+4
2021-03-19Merge tag 'v5.12-rc3' into kvm-arm64/host-stage2Marc Zyngier5-19/+37
2021-03-18KVM: arm64: Fix host's ZCR_EL2 restore on nVHEMarc Zyngier1-1/+2
2021-03-18KVM: arm64: Save/restore SVE state for nVHEMarc Zyngier1-2/+2
2021-03-18KVM: arm64: Trap host SVE accesses when the FPSIMD state is dirtyMarc Zyngier2-2/+11
2021-03-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds5-19/+37
2021-03-09KVM: arm64: Ensure I-cache isolation between vcpus of a same VMMarc Zyngier2-4/+5
2021-03-06KVM: arm64: Rename __vgic_v3_get_ich_vtr_el2() to __vgic_v3_get_gic_config()Marc Zyngier1-3/+3
2021-03-06KVM: arm64: Fix nVHE hyp panic host context restoreAndrew Scull2-9/+9
2021-03-06KVM: arm64: nvhe: Save the SPE context earlySuzuki K Poulose2-3/+20
2021-02-21Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-57/+512
2021-02-21Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-1/+1
2021-02-12Merge tag 'kvmarm-5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini9-57/+512
2021-02-12Merge branch 'kvm-arm64/hyp-reloc' into kvmarm-master/nextMarc Zyngier9-44/+506
2021-02-12Merge branch 'kvm-arm64/misc-5.12' into kvmarm-master/nextMarc Zyngier2-13/+6
2021-02-12Merge tag 'kvmarm-fixes-5.11-2' into kvmarm-master/nextMarc Zyngier1-8/+5
2021-02-09arm64: Simplify init_el2_state to be non-VHE onlyMarc Zyngier1-1/+1
2021-02-03KVM: arm64: Stub EXPORT_SYMBOL for nVHE EL2 codeQuentin Perret1-2/+2
2021-02-01KVM: arm64: Make gen-hyprel endianness agnosticMarc Zyngier2-16/+42
2021-01-28Merge tag 'kvmarm-fixes-5.11-3' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini1-9/+11
2021-01-25Merge tag 'kvmarm-fixes-5.11-2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini1-8/+5
2021-01-25KVM: arm64: Simplify __kvm_hyp_init HVC detectionAndrew Scull1-11/+4
2021-01-25KVM: arm64: Don't clobber x4 in __do_hyp_initAndrew Scull1-9/+11
2021-01-23KVM: arm64: Remove hyp_symbol_addrDavid Brazdil2-14/+14
2021-01-23KVM: arm64: Remove patching of fn pointers in hypDavid Brazdil1-7/+4
2021-01-23KVM: arm64: Fix constant-pool users in hypDavid Brazdil2-16/+15
2021-01-23KVM: arm64: Generate hyp relocation dataDavid Brazdil3-3/+440
2021-01-23KVM: arm64: Add symbol at the beginning of each hyp sectionDavid Brazdil1-2/+2
2021-01-23KVM: arm64: Set up .hyp.rodata ELF sectionDavid Brazdil1-1/+3
2021-01-23KVM: arm64: Rename .idmap.text in hyp linker scriptDavid Brazdil2-1/+2
2021-01-14KVM: arm64: Allow PSCI SYSTEM_OFF/RESET to returnDavid Brazdil1-8/+5
2021-01-08Merge tag 'kvmarm-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini3-50/+27
2021-01-07Merge branch 'kvm-master' into kvm-nextPaolo Bonzini1-0/+5