summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/include
AgeCommit message (Expand)AuthorFilesLines
2021-11-24KVM: arm64: Move pkvm's special 32bit handling into a generic infrastructureMarc Zyngier1-0/+8
2021-11-24KVM: arm64: Save PSTATE early on exitMarc Zyngier2-1/+12
2021-11-02Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds4-138/+374
2021-11-02Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-3/+7
2021-10-31Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini4-138/+374
2021-10-21arm64: kvm: use kvm_exception_table_entryMark Rutland1-3/+7
2021-10-18KVM: arm64: pkvm: Pass vpcu instead of kvm to kvm_get_exit_handler_array()Marc Zyngier1-2/+2
2021-10-18KVM: arm64: pkvm: Move kvm_handle_pvm_restricted aroundMarc Zyngier1-1/+1
2021-10-18KVM: arm64: pkvm: Consolidate include filesMarc Zyngier2-17/+200
2021-10-18KVM: arm64: pkvm: Use a single function to expose all id-regsMarc Zyngier1-13/+1
2021-10-18KVM: arm64: Fix early exit ptrauth handlingMarc Zyngier1-10/+4
2021-10-11KVM: arm64: Initialize trap registers for protected VMsFuad Tabba1-0/+2
2021-10-11KVM: arm64: Add handlers for protected VM System RegistersFuad Tabba1-0/+29
2021-10-11KVM: arm64: Pass struct kvm to per-EC handlersFuad Tabba1-2/+2
2021-10-11KVM: arm64: Move early handlers to per-EC handlersMarc Zyngier1-68/+92
2021-10-11KVM: arm64: Move __get_fault_info() and co into their own include fileMarc Zyngier2-60/+76
2021-10-05KVM: arm64: Fix host stage-2 PGD refcountQuentin Perret1-0/+1
2021-08-20Merge branch kvm-arm64/pkvm-fixed-features-prologue into kvmarm-master/nextMarc Zyngier1-1/+5
2021-08-20Merge branch kvm-arm64/mmu/vmid-cleanups into kvmarm-master/nextMarc Zyngier1-1/+1
2021-08-20KVM: arm64: Restore mdcr_el2 from vcpuFuad Tabba1-1/+5
2021-08-20KVM: arm64: Unify stage-2 programming behind __load_stage2()Marc Zyngier1-1/+1
2021-08-11KVM: arm64: Make __pkvm_create_mappings staticQuentin Perret1-2/+0
2021-08-11KVM: arm64: Restrict EL2 stage-1 changes in protected modeQuentin Perret1-0/+1
2021-08-11KVM: arm64: Refactor protected nVHE stage-1 lockingQuentin Perret1-0/+1
2021-08-11KVM: arm64: Remove __pkvm_mark_hypQuentin Perret1-1/+0
2021-08-11KVM: arm64: Introduce addr_is_memory()Quentin Perret1-0/+1
2021-08-11KVM: arm64: Expose pkvm_hyp_idQuentin Perret1-0/+2
2021-08-11KVM: arm64: Expose host stage-2 manipulation helpersQuentin Perret1-0/+2
2021-08-11KVM: arm64: Add helpers to tag shared pages in SW bitsQuentin Perret1-0/+26
2021-08-11KVM: arm64: Introduce hyp_assert_lock_held()Quentin Perret1-0/+17
2021-08-11KVM: arm64: Add hyp_spin_is_locked() for basic locking assertions at EL2Will Deacon1-0/+8
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