summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm/hyp/nvhe
AgeCommit message (Expand)AuthorFilesLines
2022-01-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds1-0/+1
2021-12-14arm64: Enable KCSANKefeng Wang1-0/+1
2021-11-24KVM: arm64: Move pkvm's special 32bit handling into a generic infrastructureMarc Zyngier1-7/+1
2021-11-13Merge tag 'kvmarm-fixes-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini3-4/+14
2021-11-08KVM: arm64: Fix host stage-2 finalizationQuentin Perret1-2/+12
2021-11-08KVM: arm64: nvhe: Fix a non-kernel-doc commentRandy Dunlap1-1/+1
2021-11-08KVM: arm64: Extract ESR_ELx.EC onlyMark Rutland1-1/+1
2021-10-31Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini8-29/+832
2021-10-18Merge branch kvm-arm64/pkvm/fixed-features into kvmarm-master/nextMarc Zyngier7-9/+786
2021-10-18KVM: arm64: pkvm: Give priority to standard traps over pvm handlingMarc Zyngier1-4/+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 Zyngier2-13/+13
2021-10-18KVM: arm64: pkvm: Consolidate include filesMarc Zyngier4-7/+4
2021-10-18KVM: arm64: pkvm: Preserve pending SError on exit from AArch32Marc Zyngier1-1/+2
2021-10-18KVM: arm64: pkvm: Handle GICv3 traps as requiredMarc Zyngier1-1/+17
2021-10-18KVM: arm64: pkvm: Drop sysregs that should never be routed to the hostMarc Zyngier1-50/+0
2021-10-18KVM: arm64: pkvm: Drop AArch32-specific registersMarc Zyngier1-4/+0
2021-10-18KVM: arm64: pkvm: Make the ERR/ERX*_EL1 registers RAZ/WIMarc Zyngier1-11/+22
2021-10-18KVM: arm64: pkvm: Use a single function to expose all id-regsMarc Zyngier2-22/+25
2021-10-11KVM: arm64: Handle protected guests at 32 bitsFuad Tabba1-0/+34
2021-10-11KVM: arm64: Trap access to pVM restricted featuresFuad Tabba1-0/+57
2021-10-11KVM: arm64: Move sanitized copies of CPU featuresFuad Tabba2-6/+2
2021-10-11KVM: arm64: Initialize trap registers for protected VMsFuad Tabba3-1/+196
2021-10-11KVM: arm64: Add handlers for protected VM System RegistersFuad Tabba4-1/+503
2021-10-11KVM: arm64: Pass struct kvm to per-EC handlersFuad Tabba1-1/+1
2021-10-11KVM: arm64: Move early handlers to per-EC handlersMarc Zyngier1-0/+16
2021-10-11KVM: arm64: Don't include switch.h into nvhe/kvm-main.cMarc Zyngier1-1/+1
2021-10-11KVM: arm64: Move __get_fault_info() and co into their own include fileMarc Zyngier1-1/+1
2021-10-11KVM: arm64: Disable privileged hypercalls after pKVM finalisationWill Deacon1-11/+26
2021-10-11KVM: arm64: Prevent re-finalisation of pKVM for a given CPUWill Deacon1-0/+3
2021-10-11KVM: arm64: Reject stub hypercalls after pKVM has been initialisedWill Deacon1-9/+17
2021-10-05KVM: arm64: Report corrupted refcount at EL2Quentin Perret1-0/+1
2021-10-05KVM: arm64: Fix host stage-2 PGD refcountQuentin Perret2-1/+26
2021-09-20KVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S build ruleZenghui Yu1-1/+1
2021-08-20Merge branch kvm-arm64/pkvm-fixed-features-prologue into kvmarm-master/nextMarc Zyngier2-11/+4
2021-08-20Merge branch kvm-arm64/mmu/vmid-cleanups into kvmarm-master/nextMarc Zyngier3-6/+8
2021-08-20KVM: arm64: Minor optimization of range_is_memoryDavid Brazdil1-5/+8
2021-08-20Merge tag 'kvmarm-fixes-5.14-2' into kvm-arm64/mmu/el2-trackingMarc Zyngier1-1/+1
2021-08-20KVM: arm64: Track value of cptr_el2 in struct kvm_vcpu_archFuad Tabba1-1/+1
2021-08-20KVM: arm64: Keep mdcr_el2's value as set by __init_el2_debugFuad Tabba1-4/+0
2021-08-20KVM: arm64: Restore mdcr_el2 from vcpuFuad Tabba1-8/+5
2021-08-20KVM: arm64: MDCR_EL2 is a 64-bit registerFuad Tabba1-1/+1
2021-08-20KVM: arm64: Upgrade VMID accesses to {READ,WRITE}_ONCEMarc Zyngier1-2/+2
2021-08-20KVM: arm64: Unify stage-2 programming behind __load_stage2()Marc Zyngier3-4/+4
2021-08-20KVM: arm64: Move kern_hyp_va() usage in __load_guest_stage2() into the callersMarc Zyngier2-2/+4
2021-08-18KVM: arm64: Make hyp_panic() more robust when protected mode is enabledWill Deacon1-4/+17
2021-08-11KVM: arm64: Return -EPERM from __pkvm_host_share_hyp()Quentin Perret1-1/+1
2021-08-11KVM: arm64: Make __pkvm_create_mappings staticQuentin Perret1-2/+2
2021-08-11KVM: arm64: Restrict EL2 stage-1 changes in protected modeQuentin Perret2-7/+92
2021-08-11KVM: arm64: Refactor protected nVHE stage-1 lockingQuentin Perret1-2/+16