summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/include
AgeCommit message (Expand)Author
2021-10-05KVM: arm64: Fix host stage-2 PGD refcountQuentin Perret
2021-08-20Merge branch kvm-arm64/pkvm-fixed-features-prologue into kvmarm-master/nextMarc Zyngier
2021-08-20Merge branch kvm-arm64/mmu/vmid-cleanups into kvmarm-master/nextMarc Zyngier
2021-08-20KVM: arm64: Restore mdcr_el2 from vcpuFuad Tabba
2021-08-20KVM: arm64: Unify stage-2 programming behind __load_stage2()Marc Zyngier
2021-08-11KVM: arm64: Make __pkvm_create_mappings staticQuentin Perret
2021-08-11KVM: arm64: Restrict EL2 stage-1 changes in protected modeQuentin Perret
2021-08-11KVM: arm64: Refactor protected nVHE stage-1 lockingQuentin Perret
2021-08-11KVM: arm64: Remove __pkvm_mark_hypQuentin Perret
2021-08-11KVM: arm64: Introduce addr_is_memory()Quentin Perret
2021-08-11KVM: arm64: Expose pkvm_hyp_idQuentin Perret
2021-08-11KVM: arm64: Expose host stage-2 manipulation helpersQuentin Perret
2021-08-11KVM: arm64: Add helpers to tag shared pages in SW bitsQuentin Perret
2021-08-11KVM: arm64: Introduce hyp_assert_lock_held()Quentin Perret
2021-08-11KVM: arm64: Add hyp_spin_is_locked() for basic locking assertions at EL2Will Deacon
2021-06-22Merge branch kvm-arm64/mmu/mte into kvmarm-master/nextMarc Zyngier
2021-06-22KVM: arm64: Save/restore MTE registersSteven Price
2021-06-11KVM: arm64: Use less bits for hyp_page refcountQuentin Perret
2021-06-11KVM: arm64: Use less bits for hyp_page orderQuentin Perret
2021-06-11KVM: arm64: Remove hyp_pool pointer from struct hyp_pageQuentin Perret
2021-06-11KVM: arm64: Unify MMIO and mem host stage-2 poolsQuentin Perret
2021-06-11KVM: arm64: Remove list_head from hyp_pageQuentin Perret
2021-06-11KVM: arm64: Move hyp_pool locking out of refcount helpersQuentin Perret
2021-05-15KVM: arm64: Move __adjust_pc out of lineMarc Zyngier
2021-04-13Merge branch 'kvm-arm64/nvhe-panic-info' into kvmarm-master/nextMarc Zyngier
2021-04-01KVM: arm64: Log source when panicking from nVHE hypAndrew Scull
2021-03-19KVM: arm64: Protect the .hyp sections from the hostQuentin Perret
2021-03-19KVM: arm64: Wrap the host with a stage 2Quentin Perret
2021-03-19KVM: arm64: Reserve memory for host stage 2Quentin Perret
2021-03-19KVM: arm64: Refactor __populate_fault_info()Quentin Perret
2021-03-19KVM: arm64: Prepare the creation of s1 mappings at EL2Quentin Perret
2021-03-19KVM: arm64: Introduce a Hyp buddy page allocatorQuentin Perret
2021-03-19KVM: arm64: Introduce an early Hyp page allocatorQuentin Perret
2021-03-19arm64: kvm: Add standalone ticket spinlock implementation for use at hypWill Deacon
2021-03-19Merge tag 'v5.12-rc3' into kvm-arm64/host-stage2Marc Zyngier
2021-03-18KVM: arm64: Save/restore SVE state for nVHEMarc Zyngier
2021-03-18KVM: arm64: Rework SVE host-save/guest-restoreMarc Zyngier
2021-03-18KVM: arm64: Introduce vcpu_sve_vq() helperMarc 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
2021-03-06KVM: arm64: Don't access PMSELR_EL0/PMUSERENR_EL0 when no PMU is availableMarc Zyngier
2021-01-23KVM: arm64: Remove hyp_symbol_addrDavid Brazdil
2020-12-22KVM: arm64: Move skip_host_instruction to adjust_pc.hDavid Brazdil
2020-12-09Merge remote-tracking branch 'origin/kvm-arm64/psci-relay' into kvmarm-master...Marc Zyngier
2020-12-04KVM: arm64: Bootstrap PSCI SMC handler in nVHE EL2David Brazdil
2020-11-10KVM: arm64: Add basic hooks for injecting exceptions from EL2Marc Zyngier
2020-11-10KVM: arm64: Move PC rollback on SError to HYPMarc Zyngier
2020-11-10KVM: arm64: Make kvm_skip_instr() and co private to HYPMarc Zyngier
2020-10-29arm64: Add workaround for Arm Cortex-A77 erratum 1508412Rob Herring
2020-10-20Merge tag 'kvmarm-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini