summaryrefslogtreecommitdiff
path: root/arch/arm64/kvm
AgeCommit message (Expand)Author
2019-04-18KVM: arm64/sve: WARN when avoiding divide-by-zero in sve_reg_to_region()Dave Martin
2019-04-18KVM: arm64/sve: Make register ioctl access errors more consistentDave Martin
2019-04-18KVM: arm64/sve: Miscellaneous tidyups in guest.cDave Martin
2019-04-18KVM: arm64/sve: Clean up UAPI register ID definitionsDave Martin
2019-04-18KVM: arm64/sve: sys_regs: Demote redundant vcpu_has_sve() checks to WARNsDave Martin
2019-04-18KVM: arm/arm64: Demote kvm_arm_init_arch_resources() to just set up SVEDave Martin
2019-04-02arm64: KVM: Fix system register enumerationMarc Zyngier
2019-03-29KVM: arm64: Add a capability to advertise SVE supportDave Martin
2019-03-29KVM: arm64/sve: Allow userspace to enable SVE for vcpusDave Martin
2019-03-29KVM: arm64/sve: Add pseudo-register for the guest's vector lengthsDave Martin
2019-03-29KVM: arm64: Enumerate SVE register indices for KVM_GET_REG_LISTDave Martin
2019-03-29KVM: arm64/sve: Add SVE support to register access ioctl interfaceDave Martin
2019-03-29KVM: arm64: Reject ioctl access to FPSIMD V-regs on SVE vcpusDave Martin
2019-03-29KVM: arm64: Factor out core register ID enumerationDave Martin
2019-03-29KVM: arm64: Add missing #include of <linux/string.h> in guest.cDave Martin
2019-03-29KVM: arm64/sve: Context switch the SVE registersDave Martin
2019-03-29KVM: arm64/sve: System register context switch and access supportDave Martin
2019-03-29KVM: arm64: Support runtime sysreg visibility filteringDave Martin
2019-03-29KVM: arm64: Propagate vcpu into read_id_reg()Dave Martin
2019-03-29arm64/sve: Enable SVE state tracking for non-task contextsDave Martin
2019-03-29KVM: arm64: Refactor kvm_arm_num_regs() for easier maintenanceDave Martin
2019-03-19KVM: arm64: Reset the PMU in preemptible contextMarc Zyngier
2019-03-15Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-03-10Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2019-02-22arm64: KVM: Fix architecturally invalid reset value for FPEXC32_EL2Dave Martin
2019-02-19KVM: arm/arm64: Prefix header search paths with $(srctree)/Masahiro Yamada
2019-02-19KVM: arm/arm64: Remove -I. header search pathsMasahiro Yamada
2019-02-19arm64: KVM: Describe data or unified caches as having 1 set and 1 wayArd Biesheuvel
2019-02-19arm64: KVM: Expose sanitised cache type register to guestArd Biesheuvel
2019-02-19KVM: arm/arm64: consolidate arch timer trap handlersAndre Przywara
2019-02-19KVM: arm64: Reuse sys_reg() macro when searching the trap tableMarc Zyngier
2019-02-19arm/arm64: KVM: Statically configure the host's view of MPIDRMarc Zyngier
2019-02-19arm64: KVM: Drop VHE-specific HYP call stubMarc Zyngier
2019-02-19arm/arm64: KVM: Introduce kvm_call_hyp_ret()Marc Zyngier
2019-02-07KVM: arm64: Forbid kprobing of the VHE world-switch codeJames Morse
2019-02-07arm/arm64: KVM: Don't panic on failure to properly reset system registersMarc Zyngier
2019-02-07arm/arm64: KVM: Allow a VCPU to fully reset itselfMarc Zyngier
2019-02-07KVM: arm/arm64: Reset the VCPU without preemption and vcpu state loadedChristoffer Dall
2019-02-06arm64: kvm: Unmask PMR before entering guestJulien Thierry
2019-01-25arm64: KVM: Don't generate UNDEF when LORegion feature is presentMarc Zyngier
2018-12-29Merge tag 'kconfig-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds
2018-12-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2018-12-22treewide: surround Kconfig file paths with double quotesMasahiro Yamada
2018-12-19arm64: KVM: Add trapped system register access tracepointMarc Zyngier
2018-12-19KVM: arm64: Make vcpu const in vcpu_read_sys_regChristoffer Dall
2018-12-18KVM: arm/arm64: Log PSTATE for unhandled sysregsMark Rutland
2018-12-18arm64: KVM: Consistently advance singlestep when emulating instructionsMark Rutland
2018-12-13arm64/kvm: hide ptrauth from guestsMark Rutland
2018-12-13arm64/kvm: consistently handle host HCR_EL2 flagsMark Rutland
2018-12-10Merge branch 'kvm/cortex-a76-erratum-1165522' into aarch64/for-next/coreWill Deacon