summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2021-11-013-8/+14
|\
| * Merge branch 'for-next/sve' into for-next/coreWill Deacon2021-10-292-5/+7
| |\
| | * arm64/sve: Explicitly load vector length when restoring SVE stateMark Brown2021-10-211-1/+1
| | * arm64/sve: Put system wide vector length information into structsMark Brown2021-10-211-3/+3
| | * arm64/sve: Make access to FFR optionalMark Brown2021-10-211-2/+4
| * | arm64: kvm: use kvm_exception_table_entryMark Rutland2021-10-211-3/+7
| |/
* | KVM: arm64: Release mmap_lock when using VM_SHARED with MTEQuentin Perret2021-10-051-2/+4
* | KVM: arm64: Report corrupted refcount at EL2Quentin Perret2021-10-051-0/+1
* | KVM: arm64: Fix host stage-2 PGD refcountQuentin Perret2021-10-053-1/+27
* | KVM: arm64: Fix PMU probe orderingMarc Zyngier2021-09-202-4/+8
* | KVM: arm64: nvhe: Fix missing FORCE for hyp-reloc.S build ruleZenghui Yu2021-09-201-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-09-0735-527/+894
|\
| * Merge tag 'kvmarm-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-09-0635-527/+901
| |\
| | * Merge branch kvm-arm64/misc-5.15 into kvmarm-master/nextMarc Zyngier2021-08-261-17/+3
| | |\
| | | * KVM: arm64: Trim guest debug exception handlingRaghavendra Rao Ananta2021-08-261-17/+3
| | * | Merge branch kvm-arm64/pkvm-fixed-features-prologue into kvmarm-master/nextMarc Zyngier2021-08-2011-74/+71
| | |\ \
| | | * | KVM: arm64: Upgrade trace_kvm_arm_set_dreg32() to 64bitMarc Zyngier2021-08-201-3/+7
| | | * | KVM: arm64: Track value of cptr_el2 in struct kvm_vcpu_archFuad Tabba2021-08-202-1/+2
| | | * | KVM: arm64: Keep mdcr_el2's value as set by __init_el2_debugFuad Tabba2021-08-202-8/+0
| | | * | KVM: arm64: Restore mdcr_el2 from vcpuFuad Tabba2021-08-204-19/+16
| | | * | KVM: arm64: Refactor sys_regs.h,c for nVHE reuseFuad Tabba2021-08-202-44/+47
| | | * | KVM: arm64: MDCR_EL2 is a 64-bit registerFuad Tabba2021-08-203-3/+3
| | | * | KVM: arm64: Remove trailing whitespace in commentFuad Tabba2021-08-201-2/+2
| | * | | Merge branch kvm-arm64/mmu/vmid-cleanups into kvmarm-master/nextMarc Zyngier2021-08-208-14/+16
| | |\ \ \
| | | * | | KVM: arm64: Upgrade VMID accesses to {READ,WRITE}_ONCEMarc Zyngier2021-08-203-4/+4
| | | * | | KVM: arm64: Unify stage-2 programming behind __load_stage2()Marc Zyngier2021-08-206-10/+10
| | | * | | KVM: arm64: Move kern_hyp_va() usage in __load_guest_stage2() into the callersMarc Zyngier2021-08-204-4/+6
| | | |/ /
| | * | | Merge branch kvm-arm64/generic-entry into kvmarm-master/nextMarc Zyngier2021-08-203-27/+46
| | |\ \ \
| | | * | | KVM: arm64: Use generic KVM xfer to guest work functionOliver Upton2021-08-192-28/+45
| | | * | | KVM: arm64: Record number of signal exits as a vCPU statOliver Upton2021-08-192-0/+2
| | | |/ /
| | * | | Merge branch kvm-arm64/psci/cpu_on into kvmarm-master/nextMarc Zyngier2021-08-203-9/+30
| | |\ \ \
| | | * | | KVM: arm64: Enforce reserved bits for PSCI target affinitiesOliver Upton2021-08-191-3/+12
| | | * | | KVM: arm64: Handle PSCI resets before userspace touches vCPU stateOliver Upton2021-08-191-0/+8
| | | * | | KVM: arm64: Fix read-side race on updates to vcpu reset stateOliver Upton2021-08-191-6/+10
| | | |/ /
| | * | | Merge branch kvm-arm64/mmu/el2-tracking into kvmarm-master/nextMarc Zyngier2021-08-2013-256/+513
| | |\ \ \
| | | * | | KVM: arm64: Minor optimization of range_is_memoryDavid Brazdil2021-08-201-5/+8
| | | * | | Merge tag 'kvmarm-fixes-5.14-2' into kvm-arm64/mmu/el2-trackingMarc Zyngier2021-08-202-5/+9
| | | |\ \ \
| | | * | | | KVM: arm64: Make hyp_panic() more robust when protected mode is enabledWill Deacon2021-08-182-13/+31
| | | * | | | KVM: arm64: Return -EPERM from __pkvm_host_share_hyp()Quentin Perret2021-08-111-1/+1
| | | * | | | KVM: arm64: Make __pkvm_create_mappings staticQuentin Perret2021-08-112-4/+2
| | | * | | | KVM: arm64: Restrict EL2 stage-1 changes in protected modeQuentin Perret2021-08-114-11/+117
| | | * | | | KVM: arm64: Refactor protected nVHE stage-1 lockingQuentin Perret2021-08-112-2/+17
| | | * | | | KVM: arm64: Remove __pkvm_mark_hypQuentin Perret2021-08-114-75/+0
| | | * | | | KVM: arm64: Mark host bss and rodata section as sharedQuentin Perret2021-08-111-8/+74
| | | * | | | KVM: arm64: Enable retrieving protections attributes of PTEsQuentin Perret2021-08-111-0/+37
| | | * | | | KVM: arm64: Introduce addr_is_memory()Quentin Perret2021-08-112-0/+8
| | | * | | | KVM: arm64: Expose pkvm_hyp_idQuentin Perret2021-08-112-1/+3
| | | * | | | KVM: arm64: Expose host stage-2 manipulation helpersQuentin Perret2021-08-112-1/+19
| | | * | | | KVM: arm64: Add helpers to tag shared pages in SW bitsQuentin Perret2021-08-111-0/+26
| | | * | | | KVM: arm64: Allow populating software bitsQuentin Perret2021-08-111-0/+5