aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm
AgeCommit message (Expand)Author
2019-08-29KVM: arm64: Don't write junk to sysregs on resetMarc Zyngier
2019-08-25arm64: KVM: regmap: Fix unexpected switch fall-throughAnders Roxell
2019-07-26arm64: Fix incorrect irqflag restore for priority maskingJulien Thierry
2019-07-05KVM: arm64/sve: Fix vq_present() macro to yield a boolZhang Lei
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2019-06-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-06-12KVM: arm64: Filter out invalid core register IDs in KVM_GET_REG_LISTDave Martin
2019-06-12KVM: arm64: Implement vq_present() as a macroViresh Kumar
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner
2019-05-24KVM: arm/arm64: Move cc/it checks under hyp's Makefile to avoid instrumentationJames Morse
2019-05-24KVM: arm64: Move pmu hyp code under hyp's Makefile to avoid instrumentationJames Morse
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-05-15Merge tag 'kvmarm-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2019-05-01KVM: arm64: Fix ptrauth ID register masking logicKristina Martsenko
2019-04-30arm64: KVM: Fix perf cycle counter support for VHEAndrew Murray
2019-04-24arm64: KVM: Avoid isb's by using direct pmxevtyper sysregAndrew Murray
2019-04-24arm64: KVM: Enable VHE support for :G/:H perf event modifiersAndrew Murray
2019-04-24arm64: KVM: Enable !VHE support for :G/:H perf event modifiersAndrew Murray
2019-04-24arm64: KVM: Add accessors to track guest/host only countersAndrew Murray
2019-04-24KVM: arm64: Add capability to advertise ptrauth for guestAmit Daniel Kachhap
2019-04-24KVM: arm64: Add userspace flag to enable pointer authenticationAmit Daniel Kachhap
2019-04-24KVM: arm/arm64: Context-switch ptrauth registersMark Rutland
2019-04-19Make anon_inodes unconditionalDavid Howells
2019-04-18KVM: arm/arm64: Clean up vcpu finalization function parameter namingDave Martin
2019-04-18KVM: arm64/sve: Explain validity checks in set_sve_vls()Dave Martin
2019-04-18KVM: arm64/sve: Simplify KVM_REG_ARM64_SVE_VLS array sizingDave Martin
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