summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/include
AgeCommit message (Expand)AuthorFilesLines
2021-06-22Merge branch kvm-arm64/mmu/mte into kvmarm-master/nextMarc Zyngier1-0/+21
2021-06-22KVM: arm64: Save/restore MTE registersSteven Price1-0/+21
2021-06-11KVM: arm64: Use less bits for hyp_page refcountQuentin Perret1-1/+1
2021-06-11KVM: arm64: Use less bits for hyp_page orderQuentin Perret2-4/+4
2021-06-11KVM: arm64: Remove hyp_pool pointer from struct hyp_pageQuentin Perret2-4/+2
2021-06-11KVM: arm64: Unify MMIO and mem host stage-2 poolsQuentin Perret2-7/+8
2021-06-11KVM: arm64: Remove list_head from hyp_pageQuentin Perret1-1/+0
2021-06-11KVM: arm64: Move hyp_pool locking out of refcount helpersQuentin Perret1-35/+0
2021-05-15KVM: arm64: Move __adjust_pc out of lineMarc Zyngier1-18/+0
2021-04-13Merge branch 'kvm-arm64/nvhe-panic-info' into kvmarm-master/nextMarc Zyngier3-5/+2
2021-04-01KVM: arm64: Log source when panicking from nVHE hypAndrew Scull1-2/+0
2021-03-19KVM: arm64: Protect the .hyp sections from the hostQuentin Perret1-0/+2
2021-03-19KVM: arm64: Wrap the host with a stage 2Quentin Perret1-0/+34
2021-03-19KVM: arm64: Reserve memory for host stage 2Quentin Perret1-1/+26
2021-03-19KVM: arm64: Refactor __populate_fault_info()Quentin Perret1-11/+17
2021-03-19KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret1-0/+71
2021-03-19KVM: arm64: Introduce a Hyp buddy page allocatorQuentin Perret2-0/+96
2021-03-19KVM: arm64: Introduce an early Hyp page allocatorQuentin Perret2-0/+38
2021-03-19arm64: kvm: Add standalone ticket spinlock implementation for use at hypWill Deacon1-0/+92
2021-03-19Merge tag 'v5.12-rc3' into kvm-arm64/host-stage2Marc Zyngier1-3/+6
2021-03-18KVM: arm64: Save/restore SVE state for nVHEMarc Zyngier1-24/+13
2021-03-18KVM: arm64: Rework SVE host-save/guest-restoreMarc Zyngier1-16/+24
2021-03-18KVM: arm64: Introduce vcpu_sve_vq() helperMarc Zyngier1-1/+1
2021-03-18KVM: arm64: Use {read,write}_sysreg_el1 to access ZCR_EL1Marc Zyngier1-1/+1
2021-03-18KVM: arm64: Provide KVM's own save/restore SVE primitivesMarc Zyngier1-5/+5
2021-03-06KVM: arm64: Don't access PMSELR_EL0/PMUSERENR_EL0 when no PMU is availableMarc Zyngier1-3/+6
2021-01-23KVM: arm64: Remove hyp_symbol_addrDavid Brazdil1-2/+2
2020-12-22KVM: arm64: Move skip_host_instruction to adjust_pc.hDavid Brazdil1-0/+9
2020-12-09Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master...Marc Zyngier1-0/+18
2020-12-04KVM: arm64: Bootstrap PSCI SMC handler in nVHE EL2David Brazdil1-0/+18
2020-11-10KVM: arm64: Add basic hooks for injecting exceptions from EL2Marc Zyngier1-2/+8
2020-11-10KVM: arm64: Move PC rollback on SError to HYPMarc Zyngier1-0/+15
2020-11-10KVM: arm64: Make kvm_skip_instr() and co private to HYPMarc Zyngier2-0/+58
2020-10-29arm64: Add workaround for Arm Cortex-A77 erratum 1508412Rob Herring2-9/+14
2020-10-20Merge tag 'kvmarm-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2-44/+8
2020-09-30Merge branch 'kvm-arm64/hyp-pcpu' into kvmarm-master/nextMarc Zyngier2-36/+3
2020-09-30Merge remote-tracking branch 'arm64/for-next/ghostbusters' into kvm-arm64/hyp...Marc Zyngier1-33/+0
2020-09-30kvm: arm64: Remove __hyp_this_cpu_readDavid Brazdil2-6/+6
2020-09-29KVM: arm64: Simplify handling of ARCH_WORKAROUND_2Marc Zyngier1-29/+0
2020-09-29arm64: Rename ARM64_SSBD to ARM64_SPECTRE_V4Will Deacon1-1/+1
2020-09-29arm64: Remove Spectre-related CONFIG_* optionsWill Deacon1-4/+0
2020-09-22Merge branch 'x86-seves-for-paolo' of https://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini2-34/+65
2020-09-18KVM: arm64: Assume write fault on S1PTW permission fault on instruction fetchMarc Zyngier1-1/+1
2020-09-15KVM: arm64: nVHE: Switch to hyp context for EL2Andrew Scull1-0/+2
2020-09-15KVM: arm64: Restore hyp when panicking in guest contextAndrew Scull1-1/+3
2020-09-15KVM: arm64: Introduce hyp contextAndrew Scull1-1/+1
2020-09-15KVM: arm64: Remove hyp_panic argumentsAndrew Scull1-3/+1
2020-09-15KVM: arm64: Remove __activate_vm wrapperAndrew Scull1-5/+0
2020-08-28Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-4/+35
2020-08-28KVM: arm64: Survive synchronous exceptions caused by AT instructionsJames Morse1-4/+4