summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvmarm-fixes-5.16-1' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2021-11-126-15/+17
|\
| * KVM: arm64: Fix host stage-2 finalizationQuentin Perret2021-11-081-2/+12
| * KVM: arm64: Change the return type of kvm_vcpu_preferred_target()YueHaibing2021-11-082-10/+2
| * KVM: arm64: nvhe: Fix a non-kernel-doc commentRandy Dunlap2021-11-081-1/+1
| * KVM: arm64: Extract ESR_ELx.EC onlyMark Rutland2021-11-082-2/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2021-11-0228-269/+1390
|\ \
| * | Merge tag 'kvmarm-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/kvma...Paolo Bonzini2021-10-3128-261/+1390
| |\|
| | * Merge branch kvm-arm64/pkvm/fixed-features into kvmarm-master/nextMarc Zyngier2021-10-1814-155/+1191
| | |\
| | | * 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-183-5/+5
| | | * KVM: arm64: pkvm: Move kvm_handle_pvm_restricted aroundMarc Zyngier2021-10-183-14/+14
| | | * KVM: arm64: pkvm: Consolidate include filesMarc Zyngier2021-10-186-24/+204
| | | * 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-183-35/+26
| | | * KVM: arm64: Fix early exit ptrauth handlingMarc Zyngier2021-10-181-10/+4
| | | * 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-115-1/+206
| | | * KVM: arm64: Add handlers for protected VM System RegistersFuad Tabba2021-10-116-1/+537
| | | * KVM: arm64: Simplify masking out MTE in feature id regFuad Tabba2021-10-111-8/+2
| | | * KVM: arm64: Pass struct kvm to per-EC handlersFuad Tabba2021-10-113-4/+4
| | | * KVM: arm64: Move early handlers to per-EC handlersMarc Zyngier2021-10-113-68/+124
| | | * 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-113-61/+77
| | * | Merge branch kvm-arm64/memory-accounting into kvmarm-master/nextMarc Zyngier2021-10-179-16/+18
| | |\ \
| | | * | KVM: arm64: Add memcg accounting to KVM allocationsJia He2021-10-174-5/+7
| | | * | KVM: arm64: vgic: Add memcg accounting to vgic allocationsJia He2021-10-175-11/+11
| | | |/
| | * | Merge branch kvm-arm64/vgic-fixes-5.16 into kvmarm-master/nextMarc Zyngier2021-10-173-17/+31
| | |\ \
| | | * | KVM: arm64: vgic-v3: Align emulated cpuif LPI state machine with the pseudocodeMarc Zyngier2021-10-171-12/+8
| | | * | KVM: arm64: vgic-v3: Don't advertise ICC_CTLR_EL1.SEISMarc Zyngier2021-10-171-2/+0
| | | * | KVM: arm64: vgic-v3: Reduce common group trapping to ICV_DIR_EL1 when possibleMarc Zyngier2021-10-171-4/+11
| | | * | KVM: arm64: vgic-v3: Work around GICv3 locally generated SErrorsMarc Zyngier2021-10-171-0/+8
| | | * | KVM: arm64: Force ID_AA64PFR0_EL1.GIC=1 when exposing a virtual GICv3Marc Zyngier2021-10-171-0/+5
| | | |/
| | * | Merge branch kvm-arm64/raz-sysregs into kvmarm-master/nextMarc Zyngier2021-10-111-9/+17
| | |\ \
| | | * | KVM: arm64: Replace get_raz_id_reg() with get_raz_reg()Alexandru Elisei2021-10-111-8/+2
| | | * | KVM: arm64: Use get_raz_reg() for userspace reads of PMSWINC_EL0Alexandru Elisei2021-10-111-1/+10
| | | * | KVM: arm64: Return early from read_id_reg() if register is RAZAlexandru Elisei2021-10-111-1/+6
| | | |/
| | * | Merge branch kvm-arm64/misc-5.16 into kvmarm-master/nextMarc Zyngier2021-10-112-8/+16
| | |\ \
| | | * | KVM: arm64: Depend on HAVE_KVM instead of OFSean Christopherson2021-10-111-1/+1
| | | * | KVM: arm64: Unconditionally include generic KVM's KconfigSean Christopherson2021-10-111-6/+2
| | | * | KVM: arm64: Allow KVM to be disabled from the command lineMarc Zyngier2021-10-111-1/+13
| | | |/
| | * | Merge branch kvm-arm64/vgic-ipa-checks into kvmarm-master/nextMarc Zyngier2021-10-115-17/+29
| | |\ \
| | | * | KVM: arm64: vgic: Drop vgic_check_ioaddr()Ricardo Koller2021-10-112-25/+4
| | | * | KVM: arm64: vgic-v3: Check ITS region is not above the VM IPA sizeRicardo Koller2021-10-111-2/+2
| | | * | KVM: arm64: vgic-v2: Check cpu interface region is not above the VM IPA sizeRicardo Koller2021-10-111-2/+5