summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm
AgeCommit message (Expand)AuthorLines
2019-10-22Merge tag 'kvmarm-fixes-5.4-2' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini-0/+4
2019-10-20arm64: KVM: Handle PMCR_EL0.LC as RES1 on pure AArch64 systemsMarc Zyngier-0/+4
2019-10-08arm64: KVM: Trap VM ops when ARM64_WORKAROUND_CAVIUM_TX2_219_TVM is setMarc Zyngier-2/+67
2019-10-03Merge tag 'kvmarm-fixes-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini-29/+24
2019-09-18Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-1/+13
2019-09-16Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-8/+8
2019-09-09arm64: KVM: Replace hyp_alternate_select with has_vhe()Marc Zyngier-14/+22
2019-09-09arm64: KVM: Drop hyp_alternate_select for checking for ARM64_WORKAROUND_834220Marc Zyngier-15/+2
2019-08-30Merge branches 'for-next/52-bit-kva', 'for-next/cpu-topology', 'for-next/erro...Will Deacon-8/+8
2019-08-27arm64: kvm: Replace hardcoded '1' with SYS_PAR_EL1_FWill Deacon-1/+1
2019-08-18arm64/kvm: Remove VMID rollover I-cache maintenanceMark Rutland-1/+13
2019-08-09arm64: mm: Introduce vabits_actualSteve Capper-7/+7
2019-08-09KVM: arm64: Don't write junk to sysregs on resetMarc Zyngier-14/+18
2019-07-29arm64: KVM: hyp: debug-sr: Mark expected switch fall-throughAnders Roxell-0/+30
2019-07-26arm64: KVM: regmap: Fix unexpected switch fall-throughAnders Roxell-0/+5
2019-07-12Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-101/+142
2019-07-08Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds-4/+2
2019-07-05KVM: arm64: Migrate _elx sysreg accessors to msr_s/mrs_sDave Martin-83/+83
2019-07-05KVM: arm/arm64: Rename kvm_pmu_{enable/disable}_counter functionsAndrew Murray-2/+2
2019-07-05KVM: arm64: Skip more of the SError vaxorcismJames Morse-4/+10
2019-07-05KVM: arm64: Re-mask SError after the one instruction windowJames Morse-0/+2
2019-07-05KVM: arm64: Defer guest entry when an asynchronous exception is pendingJames Morse-0/+15
2019-07-05KVM: arm64: Consume pending SError as early as possibleJames Morse-4/+7
2019-07-05KVM: arm64: Make indirect vectors preamble behaviour symmetricJames Morse-3/+3
2019-07-05KVM: arm64: Abstract the size of the HYP vectors pre-ambleJames Morse-5/+20
2019-07-05KVM: arm64/sve: Fix vq_present() macro to yield a boolZhang Lei-1/+1
2019-06-21Merge tag 'spdx-5.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-240/+20
2019-06-21arm64: Fix incorrect irqflag restore for priority maskingJulien Thierry-1/+1
2019-06-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-22/+43
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner-240/+20
2019-06-12KVM: arm64: Filter out invalid core register IDs in KVM_GET_REG_LISTDave Martin-13/+40
2019-06-12KVM: arm64: Implement vq_present() as a macroViresh Kumar-9/+3
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 422Thomas Gleixner-4/+1
2019-06-04arm64/fpsimd: Introduce fpsimd_save_and_flush_cpu_state() and use itJulien Grall-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 174Thomas Gleixner-9/+1
2019-05-24KVM: arm/arm64: Move cc/it checks under hyp's Makefile to avoid instrumentationJames Morse-0/+1
2019-05-24KVM: arm64: Move pmu hyp code under hyp's Makefile to avoid instrumentationJames Morse-38/+39
2019-05-17Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-87/+1092
2019-05-15Merge tag 'kvmarm-for-v5.2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini-87/+1092
2019-05-01KVM: arm64: Fix ptrauth ID register masking logicKristina Martsenko-4/+4
2019-04-30arm64: KVM: Fix perf cycle counter support for VHEAndrew Murray-2/+9
2019-04-24arm64: KVM: Avoid isb's by using direct pmxevtyper sysregAndrew Murray-10/+74
2019-04-24arm64: KVM: Enable VHE support for :G/:H perf event modifiersAndrew Murray-2/+89
2019-04-24arm64: KVM: Enable !VHE support for :G/:H perf event modifiersAndrew Murray-0/+45
2019-04-24arm64: KVM: Add accessors to track guest/host only countersAndrew Murray-1/+46
2019-04-24KVM: arm64: Add capability to advertise ptrauth for guestAmit Daniel Kachhap-0/+5
2019-04-24KVM: arm64: Add userspace flag to enable pointer authenticationAmit Daniel Kachhap-0/+27
2019-04-24KVM: arm/arm64: Context-switch ptrauth registersMark Rutland-16/+85
2019-04-19Make anon_inodes unconditionalDavid Howells-1/+0
2019-04-18KVM: arm/arm64: Clean up vcpu finalization function parameter namingDave Martin-2/+2