summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-4.20-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-10-259-103/+152
|\
| * KVM: arm64: Safety check PSTATE when entering guest and handle ILChristoffer Dall2018-10-193-2/+40
| * arm/arm64: KVM: Enable 32 bits kvm vcpu events supportDongjiu Geng2018-10-181-1/+0
| * arm/arm64: KVM: Rename function kvm_arch_dev_ioctl_check_extension()Dongjiu Geng2018-10-181-2/+2
| * arm64: KVM: Remove some extra semicolon in kvm_target_cpuzhong jiang2018-10-031-3/+3
| * KVM: arm/arm64: Rename kvm_arm_config_vm to kvm_arm_setup_stage2Marc Zyngier2018-10-031-1/+1
| * kvm: arm64: Allow tuning the physical address size for VMSuzuki K Poulose2018-10-031-4/+13
| * kvm: arm64: Limit the minimum number of page table levelsSuzuki K Poulose2018-10-031-1/+9
| * kvm: arm64: Set a limit on the IPA sizeSuzuki K Poulose2018-10-031-0/+43
| * kvm: arm64: Add 52bit support for PAR to HPFAR conversoinSuzuki K Poulose2018-10-011-1/+1
| * kvm: arm64: Switch to per VM IPA limitSuzuki K Poulose2018-10-011-1/+1
| * kvm: arm64: Configure VTCR_EL2.SL0 per VMSuzuki K Poulose2018-10-011-0/+1
| * kvm: arm64: Configure VTCR_EL2 per VMSuzuki K Poulose2018-10-013-73/+35
| * kvm: arm/arm64: Allow arch specific configurations for VMSuzuki K Poulose2018-10-011-0/+7
| * kvm: arm64: Clean up VTCR_EL2 initialisationSuzuki K Poulose2018-10-011-26/+8
| * kvm: arm64: Add helper for loading the stage2 setting for a VMSuzuki K Poulose2018-10-012-3/+3
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-10-222-0/+14
|\ \
| * | arm64: KVM: Enable Common Not Private translationsVladimir Murzin2018-09-181-0/+3
| * | KVM: arm64: Set SCTLR_EL2.DSSBS if SSBD is forcefully disabled and !vheWill Deacon2018-09-141-0/+11
* | | arm64: KVM: Sanitize PSTATE.M when being set from userspaceMarc Zyngier2018-10-011-1/+9
* | | arm64: KVM: Tighten guest core register access from userspaceDave Martin2018-10-011-0/+45
| |/ |/|
* | arm64: KVM: Only force FPEXC32_EL2.EN if trapping FPSIMDMarc Zyngier2018-09-071-3/+6
|/
* Merge tag 'kvmarm-for-v4.19' of git://git.kernel.org/pub/scm/linux/kernel/git...Paolo Bonzini2018-08-226-16/+92
|\
| * KVM: arm64: vgic-v3: Add support for ICC_SGI0R_EL1 and ICC_ASGI1R_EL1 accessesMarc Zyngier2018-08-121-2/+39
| * KVM: arm/arm64: vgic-v3: Add core support for Group0 SGIsMarc Zyngier2018-08-121-1/+1
| * KVM: arm64: Remove non-existent AArch32 ICC_SGI1R encodingMarc Zyngier2018-08-121-2/+0
| * KVM: arm64: Share the parts of get/set events useful to 32bitJames Morse2018-07-211-17/+4
| * arm64: KVM: export the capability to set guest SError syndromeDongjiu Geng2018-07-211-0/+3
| * arm/arm64: KVM: Add KVM_GET/SET_VCPU_EVENTSDongjiu Geng2018-07-213-3/+50
| * arm64: KVM: Cleanup tpidr_el2 init on non-VHEMarc Zyngier2018-07-212-8/+3
| * arm64: KVM: Handle Set/Way CMOs as NOPs if FWB is presentMarc Zyngier2018-07-091-1/+10
* | arm64: Add support for STACKLEAK gcc pluginLaura Abbott2018-07-261-1/+2
* | kvm/arm: use PSR_AA32 definitionsMark Rutland2018-07-054-21/+21
|/
* KVM: arm64: Avoid mistaken attempts to save SVE state for vcpusDave Martin2018-06-211-3/+3
* KVM: arm64/sve: Fix SVE trap restoration for non-current tasksDave Martin2018-06-211-4/+20
* KVM: arm64: Don't mask softirq with IRQs disabled in vcpu_put()Dave Martin2018-06-211-3/+5
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2018-06-1210-115/+211
|\
| * KVM: arm64: Invoke FPSIMD context switch trap from CDave Martin2018-05-253-51/+13
| * KVM: arm64: Fold redundant exit code checks out of fixup_guest_exit()Dave Martin2018-05-251-4/+8
| * KVM: arm64: Remove redundant *exit_code changes in fpsimd_guest_exit()Dave Martin2018-05-251-12/+4
| * KVM: arm64: Save host SVE context as appropriateDave Martin2018-05-252-2/+19
| * KVM: arm64: Optimise FPSIMD handling to reduce guest/host thrashingDave Martin2018-05-254-27/+138
| * KVM: arm64: Repurpose vcpu_arch.debug_flags for general-purpose flagsDave Martin2018-05-254-14/+13
| * KVM: arm64: Convert lazy FPSIMD context switch trap to CDave Martin2018-05-252-35/+46
* | arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_IDMarc Zyngier2018-05-311-0/+4
* | arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requestsMarc Zyngier2018-05-311-1/+37
* | arm64: KVM: Add ARCH_WORKAROUND_2 support for guestsMarc Zyngier2018-05-311-0/+42
|/
* arm64: vgic-v2: Fix proxying of cpuif accessJames Morse2018-05-041-5/+19
* arm/arm64: KVM: Add PSCI version selection APIMarc Zyngier2018-04-201-1/+13
* arm64: KVM: Demote SVE and LORegion warnings to debug onlyMarc Zyngier2018-04-171-4/+2
OpenPOWER on IntegriCloud