summaryrefslogtreecommitdiffstats
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-05-08KVM: arm64: vgic-its: KVM_DEV_ARM_ITS_SAVE/RESTORE_TABLESEric Auger2-2/+6
2017-05-08KVM: arm64: vgic-its: KVM_DEV_ARM_VGIC_GRP_ITS_REGS groupEric Auger2-0/+2
2017-05-04KVM: arm/arm64: Move shared files to virt/kvm/armChristoffer Dall8-4307/+7
2017-05-02arm64: KVM: Fix decoding of Rt/Rt2 when trapping AArch32 CP accessesMarc Zyngier2-4/+10
2017-04-20ARM: KVM: Fix idmap stub entry when running Thumb-2 codeMarc Zyngier1-1/+0
2017-04-20ARM: hyp-stub: Fix Thumb-2 compilationMarc Zyngier1-1/+1
2017-04-19KVM: arm/arm64: fix races in kvm_psci_vcpu_onAndrew Jones1-1/+7
2017-04-09Merge remote-tracking branch 'rutland/kvm/common-sysreg' into next-fixChristoffer Dall6-334/+284
2017-04-09KVM: arm/arm64: Advertise support for KVM_CAP_ARM_USER_IRQChristoffer Dall1-0/+7
2017-04-09KVM: arm/arm64: Report PMU overflow interrupts to userspace irqchipChristoffer Dall1-4/+9
2017-04-09KVM: arm/arm64: Support arch timers with a userspace gicAlexander Graf1-9/+9
2017-04-09KVM: arm/arm64: Add ARM user space interrupt signaling ABIAlexander Graf2-0/+4
2017-04-09ARM: hyp-stub: Zero r0 on successful stub handlingMarc Zyngier2-0/+4
2017-04-09arm64: hyp-stub: Zero x0 on successful stub handlingMarc Zyngier2-4/+6
2017-04-09arm64: hyp-stub/KVM: Kill __hyp_get_vectorsMarc Zyngier4-27/+7
2017-04-09ARM: hyp-stub/KVM: Kill __hyp_get_vectorsMarc Zyngier4-28/+6
2017-04-09ARM: decompressor: Remove __hyp_get_vectors usageMarc Zyngier1-1/+11
2017-04-09arm/arm64: KVM: Use HVC_RESET_VECTORS to reinit HYP modeMarc Zyngier1-15/+9
2017-04-09arm/arm64: KVM: Remove kvm_get_idmap_startMarc Zyngier3-7/+0
2017-04-09arm/arm64: KVM: Use __hyp_reset_vectors() directlyMarc Zyngier3-14/+1
2017-04-09ARM: KVM: Gracefully handle hyp-stubs being restored from under our feetMarc Zyngier2-1/+9
2017-04-09ARM: KVM: Implement HVC_SOFT_RESTART in the init codeMarc Zyngier1-0/+14
2017-04-09ARM: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectorsMarc Zyngier3-5/+1
2017-04-09ARM: KVM: Allow the main HYP code to use the init hyp stub implementationMarc Zyngier1-5/+24
2017-04-09ARM: KVM: Implement HVC_GET_VECTORS in the init codeMarc Zyngier1-1/+6
2017-04-09ARM: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init codeMarc Zyngier3-7/+29
2017-04-09ARM: hyp-stub: Implement HVC_RESET_VECTORS stub hypercallMarc Zyngier2-1/+13
2017-04-09ARM: hyp-stub: Define a return value for failed stub callsMarc Zyngier2-1/+3
2017-04-09ARM: Expose the VA/IDMAP offsetMarc Zyngier1-0/+5
2017-04-09ARM: hyp-stub: Use r1 for the soft-restart addressMarc Zyngier1-3/+2
2017-04-09ARM: Update cpu_v7_reset documentationMarc Zyngier1-1/+2
2017-04-09ARM: KVM: Convert KVM to use HVC_GET_VECTORSMarc Zyngier3-5/+9
2017-04-09ARM: soft-reboot into same mode that we entered the kernelRussell King4-8/+28
2017-04-09ARM: hyp-stub: improve ABIRussell King1-5/+22
2017-04-09arm64: KVM: Implement HVC_SOFT_RESTART in the init codeMarc Zyngier1-8/+23
2017-04-09arm64: KVM: Convert __cpu_reset_hyp_mode to using __hyp_reset_vectorsMarc Zyngier4-20/+1
2017-04-09arm64: KVM: Allow the main HYP code to use the init hyp stub implementationMarc Zyngier1-5/+19
2017-04-09arm64: KVM: Implement HVC_GET_VECTORS in the init codeMarc Zyngier1-1/+6
2017-04-09arm64: KVM: Implement HVC_RESET_VECTORS stub hypercall in the init codeMarc Zyngier1-0/+13
2017-04-09arm64: hyp-stub: Implement HVC_RESET_VECTORS stub hypercallMarc Zyngier2-1/+19
2017-04-09arm64: hyp-stub: Update documentation in asm/virt.hMarc Zyngier1-3/+8
2017-04-09arm64: hyp-stub: Define a return value for failed stub callsMarc Zyngier3-2/+5
2017-04-09arm64: hyp-stub: Don't save lr in the EL1 codeMarc Zyngier1-4/+0
2017-04-09arm64: KVM: Move lr save/restore to do_el2_callMarc Zyngier2-5/+2
2017-04-09arm64: hyp-stub: Stop pointlessly clobbering lrMarc Zyngier1-6/+0
2017-04-09arm: KVM: Treat CP15 accessors returning false as successfulMarc Zyngier1-3/+3
2017-04-09arm: KVM: Make unexpected register accesses inject an undefMarc Zyngier2-18/+18
2017-04-09arm64: KVM: Do not corrupt registers on failed 64bit CP readMarc Zyngier1-11/+16
2017-04-09arm64: KVM: Treat sysreg accessors returning false as successfulMarc Zyngier1-29/+20
2017-04-09arm64: KVM: PMU: Inject UNDEF on read access to PMSWINC_EL0Marc Zyngier1-7/+6