summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm/hyp/nvhe
Commit message (Expand)AuthorAgeFilesLines
...
| * | arm64: Add support of PAuth QARMA3 architected algorithmVladimir Murzin2022-02-251-0/+14
| |/
* / arm64: clean up symbol aliasingMark Rutland2022-02-221-2/+3
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2022-01-167-86/+464
|\
| * Merge tag 'kvmarm-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2022-01-077-86/+464
| |\
| | * Merge branch kvm-arm64/misc-5.17 into kvmarm-master/nextMarc Zyngier2022-01-041-2/+2
| | |\
| | | * KVM: arm64: Rework kvm_pgtable initialisationMarc Zyngier2021-12-161-2/+2
| | * | Merge branch kvm-arm64/pkvm-hyp-sharing into kvmarm-master/nextMarc Zyngier2021-12-164-80/+455
| | |\ \
| | | * | KVM: arm64: Expose unshare hypercall to the hostWill Deacon2021-12-162-0/+41
| | | * | KVM: arm64: Implement do_unshare() helper for unsharing memoryWill Deacon2021-12-161-0/+115
| | | * | KVM: arm64: Implement __pkvm_host_share_hyp() using do_share()Will Deacon2021-12-161-88/+33
| | | * | KVM: arm64: Implement do_share() helper for sharing memoryWill Deacon2021-12-161-0/+237
| | | * | KVM: arm64: Introduce wrappers for host and hyp spin lock accessorsWill Deacon2021-12-161-6/+26
| | | * | KVM: arm64: Hook up ->page_count() for hypervisor stage-1 page-tableWill Deacon2021-12-161-0/+1
| | | * | KVM: arm64: Fixup hyp stage-1 refcountQuentin Perret2021-12-161-5/+16
| | | * | KVM: arm64: Provide {get,put}_page() stubs for early hyp allocatorQuentin Perret2021-12-161-0/+5
| | * | | Merge branch kvm-arm64/pkvm-cleanups-5.17 into kvmarm-master/nextMarc Zyngier2021-12-153-3/+4
| | |\ \ \
| | | * | | KVM: arm64: Make __io_map_base staticQuentin Perret2021-12-151-1/+2
| | | * | | KVM: arm64: Make the hyp memory pool staticQuentin Perret2021-12-151-1/+1
| | | * | | KVM: arm64: pkvm: Fix hyp_pool max orderQuentin Perret2021-12-151-1/+1
| | | | |/ | | | |/|
| | * | | Merge branch kvm-arm64/hyp-header-split into kvmarm-master/nextMarc Zyngier2021-12-073-0/+3
| | |\ \ \ | | | |_|/ | | |/| |
| | | * | KVM: arm64: Move host EL1 code out of hyp/ directoryWill Deacon2021-12-063-0/+3
| | | |/
| | * / KVM: arm64: Stop mapping current thread_info at EL2Marc Zyngier2021-11-221-1/+0
| | |/
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2022-01-101-0/+1
|\ \ \ | |/ / |/| |
| * | arm64: Enable KCSANKefeng Wang2021-12-141-0/+1
| |/
* / KVM: arm64: Move pkvm's special 32bit handling into a generic infrastructureMarc Zyngier2021-11-241-7/+1
|/
* Merge tag 'kvmarm-fixes-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2021-11-123-4/+14
|\
| * KVM: arm64: Fix host stage-2 finalizationQuentin Perret2021-11-081-2/+12
| * KVM: arm64: nvhe: Fix a non-kernel-doc commentRandy Dunlap2021-11-081-1/+1
| * KVM: arm64: Extract ESR_ELx.EC onlyMark Rutland2021-11-081-1/+1
* | Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-10-318-29/+832
|\|
| * Merge branch kvm-arm64/pkvm/fixed-features into kvmarm-master/nextMarc Zyngier2021-10-187-9/+786
| |\
| | * KVM: arm64: pkvm: Give priority to standard traps over pvm handlingMarc Zyngier2021-10-181-4/+7
| | * KVM: arm64: pkvm: Pass vpcu instead of kvm to kvm_get_exit_handler_array()Marc Zyngier2021-10-181-2/+2
| | * KVM: arm64: pkvm: Move kvm_handle_pvm_restricted aroundMarc Zyngier2021-10-182-13/+13
| | * KVM: arm64: pkvm: Consolidate include filesMarc Zyngier2021-10-184-7/+4
| | * KVM: arm64: pkvm: Preserve pending SError on exit from AArch32Marc Zyngier2021-10-181-1/+2
| | * KVM: arm64: pkvm: Handle GICv3 traps as requiredMarc Zyngier2021-10-181-1/+17
| | * KVM: arm64: pkvm: Drop sysregs that should never be routed to the hostMarc Zyngier2021-10-181-50/+0
| | * KVM: arm64: pkvm: Drop AArch32-specific registersMarc Zyngier2021-10-181-4/+0
| | * KVM: arm64: pkvm: Make the ERR/ERX*_EL1 registers RAZ/WIMarc Zyngier2021-10-181-11/+22
| | * KVM: arm64: pkvm: Use a single function to expose all id-regsMarc Zyngier2021-10-182-22/+25
| | * KVM: arm64: Handle protected guests at 32 bitsFuad Tabba2021-10-111-0/+34
| | * KVM: arm64: Trap access to pVM restricted featuresFuad Tabba2021-10-111-0/+57
| | * KVM: arm64: Move sanitized copies of CPU featuresFuad Tabba2021-10-112-6/+2
| | * KVM: arm64: Initialize trap registers for protected VMsFuad Tabba2021-10-113-1/+196
| | * KVM: arm64: Add handlers for protected VM System RegistersFuad Tabba2021-10-114-1/+503
| | * KVM: arm64: Pass struct kvm to per-EC handlersFuad Tabba2021-10-111-1/+1
| | * KVM: arm64: Move early handlers to per-EC handlersMarc Zyngier2021-10-111-0/+16
| | * KVM: arm64: Don't include switch.h into nvhe/kvm-main.cMarc Zyngier2021-10-111-1/+1
| | * KVM: arm64: Move __get_fault_info() and co into their own include fileMarc Zyngier2021-10-111-1/+1