aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/error-injection', 'for-next/perf', 'for-next/psci-cpuidle', 'for-next/rng', 'for-next/smpboot', 'for-next/tbi' and 'for-next/tlbi' into for-next/coreWill Deacon2-8/+8
2019-08-27arm64: kvm: Replace hardcoded '1' with SYS_PAR_EL1_FWill Deacon1-1/+1
2019-08-09arm64: mm: Introduce vabits_actualSteve Capper1-7/+7
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds9-101/+142
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds2-4/+2
2019-07-05KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_sDave Martin6-83/+83
2019-07-05KVM: arm/arm64: Rename kvm_pmu_{enable/disable}_counter functionsAndrew Murray1-2/+2
2019-07-05KVM: arm64: Skip more of the SError vaxorcismJames Morse1-4/+10
2019-07-05KVM: arm64: Re-mask SError after the one instruction windowJames Morse1-0/+2
2019-07-05KVM: arm64: Defer guest entry when an asynchronous exception is pendingJames Morse1-0/+15
2019-07-05KVM: arm64: Consume pending SError as early as possibleJames Morse2-4/+7
2019-07-05KVM: arm64: Make indirect vectors preamble behaviour symmetricJames Morse1-3/+3
2019-07-05KVM: arm64: Abstract the size of the HYP vectors pre-ambleJames Morse2-5/+20
2019-07-05KVM: arm64/sve: Fix vq_present() macro to yield a boolZhang Lei1-1/+1
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds20-240/+20
2019-06-21arm64: Fix incorrect irqflag restore for priority maskingJulien Thierry1-1/+1
2019-06-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-22/+43
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner20-240/+20
2019-06-12KVM: arm64: Filter out invalid core register IDs in KVM_GET_REG_LISTDave Martin1-13/+40
2019-06-12KVM: arm64: Implement vq_present() as a macroViresh Kumar1-9/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner1-4/+1
2019-06-04arm64/fpsimd: Introduce fpsimd_save_and_flush_cpu_state() and use itJulien Grall1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner1-9/+1
2019-05-24KVM: arm/arm64: Move cc/it checks under hyp's Makefile to avoid instrumentationJames Morse1-0/+1
2019-05-24KVM: arm64: Move pmu hyp code under hyp's Makefile to avoid instrumentationJames Morse2-38/+39
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds10-87/+1092
2019-05-15Merge tag 'kvmarm-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini10-87/+1092
2019-05-01KVM: arm64: Fix ptrauth ID register masking logicKristina Martsenko1-4/+4
2019-04-30arm64: KVM: Fix perf cycle counter support for VHEAndrew Murray1-2/+9
2019-04-24arm64: KVM: Avoid isb's by using direct pmxevtyper sysregAndrew Murray1-10/+74
2019-04-24arm64: KVM: Enable VHE support for :G/:H perf event modifiersAndrew Murray2-2/+89
2019-04-24arm64: KVM: Enable !VHE support for :G/:H perf event modifiersAndrew Murray2-0/+45
2019-04-24arm64: KVM: Add accessors to track guest/host only countersAndrew Murray2-1/+46
2019-04-24KVM: arm64: Add capability to advertise ptrauth for guestAmit Daniel Kachhap1-0/+5
2019-04-24KVM: arm64: Add userspace flag to enable pointer authenticationAmit Daniel Kachhap1-0/+27
2019-04-24KVM: arm/arm64: Context-switch ptrauth registersMark Rutland3-16/+85
2019-04-19Make anon_inodes unconditionalDavid Howells1-1/+0
2019-04-18KVM: arm/arm64: Clean up vcpu finalization function parameter namingDave Martin1-2/+2
2019-04-18KVM: arm64/sve: Explain validity checks in set_sve_vls()Dave Martin1-0/+7
2019-04-18KVM: arm64/sve: Simplify KVM_REG_ARM64_SVE_VLS array sizingDave Martin1-4/+3
2019-04-18KVM: arm64/sve: WARN when avoiding divide-by-zero in sve_reg_to_region()Dave Martin1-1/+1
2019-04-18KVM: arm64/sve: Make register ioctl access errors more consistentDave Martin1-21/+31
2019-04-18KVM: arm64/sve: Miscellaneous tidyups in guest.cDave Martin1-13/+5
2019-04-18KVM: arm64/sve: Clean up UAPI register ID definitionsDave Martin1-0/+9
2019-04-18KVM: arm64/sve: sys_regs: Demote redundant vcpu_has_sve() checks to WARNsDave Martin1-2/+2
2019-04-18KVM: arm/arm64: Demote kvm_arm_init_arch_resources() to just set up SVEDave Martin1-1/+1
2019-04-02arm64: KVM: Fix system register enumerationMarc Zyngier1-4/+4
2019-03-29KVM: arm64: Add a capability to advertise SVE supportDave Martin1-0/+3
2019-03-29KVM: arm64/sve: Allow userspace to enable SVE for vcpusDave Martin1-1/+42
2019-03-29KVM: arm64/sve: Add pseudo-register for the guest's vector lengthsDave Martin2-3/+200