summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-09-181-1/+13
|\
| * arm64/kvm: Remove VMID rollover I-cache maintenanceMark Rutland2019-08-181-1/+13
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-09-162-8/+8
|\ \ | |/ |/|
| *-. Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon2019-08-302-8/+8
| |\ \
| | | * arm64: kvm: Replace hardcoded '1' with SYS_PAR_EL1_FWill Deacon2019-08-271-1/+1
| | |/ | |/|
| | * arm64: mm: Introduce vabits_actualSteve Capper2019-08-091-7/+7
| |/
* | KVM: arm64: Don't write junk to sysregs on resetMarc Zyngier2019-08-091-14/+18
* | arm64: KVM: hyp: debug-sr: Mark expected switch fall-throughAnders Roxell2019-07-291-0/+30
* | arm64: KVM: regmap: Fix unexpected switch fall-throughAnders Roxell2019-07-261-0/+5
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-07-129-101/+142
|\
| * KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_sDave Martin2019-07-056-83/+83
| * KVM: arm/arm64: Rename kvm_pmu_{enable/disable}_counter functionsAndrew Murray2019-07-051-2/+2
| * KVM: arm64: Skip more of the SError vaxorcismJames Morse2019-07-051-4/+10
| * KVM: arm64: Re-mask SError after the one instruction windowJames Morse2019-07-051-0/+2
| * KVM: arm64: Defer guest entry when an asynchronous exception is pendingJames Morse2019-07-051-0/+15
| * KVM: arm64: Consume pending SError as early as possibleJames Morse2019-07-052-4/+7
| * KVM: arm64: Make indirect vectors preamble behaviour symmetricJames Morse2019-07-051-3/+3
| * KVM: arm64: Abstract the size of the HYP vectors pre-ambleJames Morse2019-07-052-5/+20
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2019-07-082-4/+2
|\ \
| * | arm64: Fix incorrect irqflag restore for priority maskingJulien Thierry2019-06-211-1/+1
| * | arm64/fpsimd: Introduce fpsimd_save_and_flush_cpu_state() and use itJulien Grall2019-06-041-3/+1
* | | KVM: arm64/sve: Fix vq_present() macro to yield a boolZhang Lei2019-07-051-1/+1
| |/ |/|
* | Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2019-06-2120-240/+20
|\ \
| * | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-1920-240/+20
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-06-201-22/+43
|\ \ \ | |/ / |/| |
| * | KVM: arm64: Filter out invalid core register IDs in KVM_GET_REG_LISTDave Martin2019-06-121-13/+40
| * | KVM: arm64: Implement vq_present() as a macroViresh Kumar2019-06-121-9/+3
* | | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner2019-06-051-4/+1
| |/ |/|
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner2019-05-301-9/+1
|/
* KVM: arm/arm64: Move cc/it checks under hyp's Makefile to avoid instrumentationJames Morse2019-05-241-0/+1
* KVM: arm64: Move pmu hyp code under hyp's Makefile to avoid instrumentationJames Morse2019-05-242-38/+39
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-1710-87/+1092
|\
| * Merge tag 'kvmarm-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2019-05-1510-87/+1092
| |\
| | * KVM: arm64: Fix ptrauth ID register masking logicKristina Martsenko2019-05-011-4/+4
| | * arm64: KVM: Fix perf cycle counter support for VHEAndrew Murray2019-04-301-2/+9
| | * arm64: KVM: Avoid isb's by using direct pmxevtyper sysregAndrew Murray2019-04-241-10/+74
| | * arm64: KVM: Enable VHE support for :G/:H perf event modifiersAndrew Murray2019-04-242-2/+89
| | * arm64: KVM: Enable !VHE support for :G/:H perf event modifiersAndrew Murray2019-04-242-0/+45
| | * arm64: KVM: Add accessors to track guest/host only countersAndrew Murray2019-04-242-1/+46
| | * KVM: arm64: Add capability to advertise ptrauth for guestAmit Daniel Kachhap2019-04-241-0/+5
| | * KVM: arm64: Add userspace flag to enable pointer authenticationAmit Daniel Kachhap2019-04-241-0/+27
| | * KVM: arm/arm64: Context-switch ptrauth registersMark Rutland2019-04-243-16/+85
| | * KVM: arm/arm64: Clean up vcpu finalization function parameter namingDave Martin2019-04-181-2/+2
| | * KVM: arm64/sve: Explain validity checks in set_sve_vls()Dave Martin2019-04-181-0/+7
| | * KVM: arm64/sve: Simplify KVM_REG_ARM64_SVE_VLS array sizingDave Martin2019-04-181-4/+3
| | * KVM: arm64/sve: WARN when avoiding divide-by-zero in sve_reg_to_region()Dave Martin2019-04-181-1/+1
| | * KVM: arm64/sve: Make register ioctl access errors more consistentDave Martin2019-04-181-21/+31
| | * KVM: arm64/sve: Miscellaneous tidyups in guest.cDave Martin2019-04-181-13/+5
| | * KVM: arm64/sve: Clean up UAPI register ID definitionsDave Martin2019-04-181-0/+9
| | * KVM: arm64/sve: sys_regs: Demote redundant vcpu_has_sve() checks to WARNsDave Martin2019-04-181-2/+2