summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/include
AgeCommit message (Expand)AuthorFilesLines
2022-02-03KVM: arm64: Workaround Cortex-A510's single-step and PAC trap errataJames Morse1-1/+19
2022-02-03KVM: arm64: Avoid consuming a stale esr value when SError occurJames Morse1-1/+2
2022-01-07Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini3-85/+10
2021-12-16Merge branch kvm-arm64/pkvm-hyp-sharing into kvmarm-master/nextMarc Zyngier1-0/+6
2021-12-16KVM: arm64: Expose unshare hypercall to the hostWill Deacon1-0/+1
2021-12-16KVM: arm64: Extend pkvm_page_state enumeration to handle absent pagesWill Deacon1-0/+5
2021-12-15Merge branch kvm-arm64/pkvm-cleanups-5.17 into kvmarm-master/nextMarc Zyngier1-2/+0
2021-12-15KVM: arm64: Make __io_map_base staticQuentin Perret1-1/+0
2021-12-15KVM: arm64: Make the hyp memory pool staticQuentin Perret1-1/+0
2021-12-07Merge branch kvm-arm64/hyp-header-split into kvmarm-master/nextMarc Zyngier1-57/+0
2021-12-06KVM: arm64: Move host EL1 code out of hyp/ directoryWill Deacon1-57/+0
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-22KVM: arm64: Stop mapping current thread_info at EL2Marc Zyngier1-1/+0
2021-11-22KVM: arm64: Introduce flag shadowing TIF_FOREIGN_FPSTATEMarc Zyngier1-1/+1
2021-11-22KVM: arm64: Get rid of host SVE tracking/savingMarc Zyngier1-24/+3
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