summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/ke...Paolo Bonzini2017-05-092-7/+6
|\
| * KVM: arm/arm64: Move shared files to virt/kvm/armChristoffer Dall2017-05-041-3/+2
| * arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accessesMarc Zyngier2017-05-021-4/+4
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-05-086-373/+244
|\ \ | |/
| * Merge remote-tracking branch 'rutland/kvm/common-sysreg' into next-fixChristoffer Dall2017-04-093-255/+112
| |\
| | * KVM: arm64: Use common Set/Way sys definitionsMark Rutland2017-03-221-9/+3
| | * KVM: arm64: Use common sysreg definitionsMark Rutland2017-03-222-73/+25
| | * KVM: arm64: use common invariant sysreg definitionsMark Rutland2017-03-221-38/+19
| | * KVM: arm64: Use common physical timer sysreg definitionsMark Rutland2017-03-221-9/+3
| | * KVM: arm64: Use common GICv3 sysreg definitionsMark Rutland2017-03-221-6/+2
| | * KVM: arm64: Use common performance monitor sysreg definitionsMark Rutland2017-03-221-56/+22
| | * KVM: arm64: Use common debug sysreg definitionsMark Rutland2017-03-221-52/+21
| | * KVM: arm64: add SYS_DESC()Mark Rutland2017-03-221-0/+5
| * | arm64: hyp-stub: Zero x0 on successful stub handlingMarc Zyngier2017-04-091-3/+3
| * | arm64: hyp-stub/KVM: Kill __hyp_get_vectorsMarc Zyngier2017-04-092-7/+2
| * | arm64: KVM: Implement HVC_SOFT_RESTART in the init codeMarc Zyngier2017-04-091-8/+23
| * | arm64: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectorsMarc Zyngier2017-04-092-17/+0
| * | arm64: KVM: Allow the main HYP code to use the init hyp stub implementationMarc Zyngier2017-04-091-5/+19
| * | arm64: KVM: Implement HVC_GET_VECTORS in the init codeMarc Zyngier2017-04-091-1/+6
| * | arm64: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init codeMarc Zyngier2017-04-091-0/+13
| * | arm64: KVM: Move lr save/restore to do_el2_callMarc Zyngier2017-04-092-5/+2
| * | arm64: KVM: Do not corrupt registers on failed 64bit CP readMarc Zyngier2017-04-091-11/+16
| * | arm64: KVM: Treat sysreg accessors returning false as successfulMarc Zyngier2017-04-091-29/+20
| * | arm64: KVM: PMU: Inject UNDEF on read access to PMSWINC_EL0Marc Zyngier2017-04-091-7/+6
| * | arm64: KVM: Make unexpected reads from WO registers inject an undefMarc Zyngier2017-04-092-18/+9
| * | arm64: KVM: PMU: Inject UNDEF on non-privileged accessesMarc Zyngier2017-04-091-2/+6
| * | arm64: KVM: PMU: Inject UNDEF exception on illegal register accessMarc Zyngier2017-04-091-1/+6
| * | arm64: KVM: PMU: Refactor pmu_*_el0_disabledMarc Zyngier2017-04-091-14/+11
* | | arm64: cpufeature: Make ID reg accessor naming less counterintuitiveDave Martin2017-04-042-3/+3
* | | arm64: KVM: Add support for VPIPT I-cachesWill Deacon2017-03-201-0/+22
|/ /
* | arm64: KVM: Survive unknown traps from guestsMark Rutland2017-03-071-7/+12
* | arm64: KVM: VHE: Clear HCR_TGE when invalidating guest TLBsMarc Zyngier2017-03-061-9/+55
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2017-02-225-13/+442
|\
| * KVM: arm/arm64: Emulate the EL1 phys timer registersJintack Lim2017-02-081-3/+34
| * KVM: arm64: Add the EL1 physical timer access handlerJintack Lim2017-02-081-0/+34
| * KVM: arm/arm64: Initialize the emulated EL1 physical timerJintack Lim2017-02-081-1/+8
| * KVM: arm/arm64: vgic: Implement VGICv3 CPU interface accessVijaya Kumar K2017-01-302-1/+348
| * KVM: arm/arm64: vgic: Introduce find_reg_by_id()Vijaya Kumar K2017-01-302-11/+20
| * KVM: arm/arm64: vgic: Add debugfs vgic-state fileChristoffer Dall2017-01-251-0/+1
* | arm64: KVM: Save/restore the host SPE state when entering/leaving a VMWill Deacon2017-02-023-3/+86
* | arm64: Use __tlbi() macros in KVM codeChristopher Covington2017-01-271-6/+7
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2016-12-133-2/+23
|\
| * arm64: Support systems without FP/ASIMDSuzuki K Poulose2016-11-163-2/+23
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-12-133-11/+7
|\ \
| * | arm64: KVM: pmu: Reset PMSELR_EL0.SEL to a sane value before entering the guestMarc Zyngier2016-12-091-1/+7
| * | ARM: KVM: Support vGICv3 ITSVladimir Murzin2016-11-142-10/+0
* | | arm64: KVM: pmu: Fix AArch32 cycle counter accessWei Huang2016-11-181-2/+8
|/ /
* | arm/arm64: KVM: Perform local TLB invalidation when multiplexing vcpus on a s...Marc Zyngier2016-11-041-0/+15
|/
* Merge tag 'kvm-4.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-10-0612-609/+239
|\
OpenPOWER on IntegriCloud