summaryrefslogtreecommitdiff
path: root/arch/arm/kvm
AgeCommit message (Expand)AuthorFilesLines
2016-02-29ARM: KVM: Add populating of fault data structureMarc Zyngier2-0/+58
2016-02-29ARM: KVM: Add the new world switch implementationMarc Zyngier3-0/+148
2016-02-29ARM: KVM: Add VFP lazy save/restore handlerMarc Zyngier1-0/+31
2016-02-29ARM: KVM: Add guest entry codeMarc Zyngier3-0/+73
2016-02-29ARM: KVM: Add banked registers save/restoreMarc Zyngier3-0/+89
2016-02-29ARM: KVM: Add VFP save/restoreMarc Zyngier3-0/+82
2016-02-29ARM: KVM: Add vgic v2 save/restoreMarc Zyngier3-0/+88
2016-02-29ARM: KVM: Add timer save/restoreMarc Zyngier3-0/+80
2016-02-29ARM: KVM: Add CP15 save/restore codeMarc Zyngier3-0/+113
2016-02-29ARM: KVM: Add TLB invalidation codeMarc Zyngier4-0/+81
2016-02-29ARM: KVM: Add system register accessor macrosMarc Zyngier1-0/+15
2016-02-29ARM: KVM: Add a HYP-specific header fileMarc Zyngier1-0/+30
2016-02-29ARM: KVM: Move GP registers into the CPU context structureMarc Zyngier4-9/+20
2016-02-29ARM: KVM: Move CP15 array into the CPU context structureMarc Zyngier4-36/+37
2016-02-29ARM: KVM: Move VFP registers to a CPU context structureMarc Zyngier2-14/+16
2016-02-29ARM: KVM: Remove __kvm_hyp_code_start/__kvm_hyp_code_endMarc Zyngier1-1/+1
2016-02-29ARM: KVM: Move the HYP code to its own sectionMarc Zyngier1-8/+5
2016-02-29arm/arm64: KVM: Add hook for C-based stage2 initMarc Zyngier1-0/+1
2016-02-29arm/arm64: KVM: Fix ioctl error handlingMichael S. Tsirkin1-1/+1
2016-02-29Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar1-1/+2
2016-02-25KVM: Use simple waitqueue for vcpu->wqMarcelo Tosatti2-6/+6
2016-02-24arm/arm64: KVM: Feed initialized memory to MMIO accessesMarc Zyngier1-1/+2
2016-02-18arm64: kvm: deal with kernel symbols outside of linear mappingArd Biesheuvel1-3/+5
2016-01-16kvm: rename pfn_t to kvm_pfn_tDan Williams1-5/+5
2015-12-18arm/arm64: KVM: Detect vGIC presence at runtimePavel Fedin1-2/+20
2015-12-18arm64: KVM: Add support for 16-bit VMIDVladimir Murzin1-2/+8
2015-12-18arm/arm64: KVM: Remove unreferenced S2_PGD_ORDERVladimir Murzin1-3/+3
2015-12-18ARM: KVM: Cleanup exception injectionMarc Zyngier1-36/+38
2015-12-14arm64: KVM: Map the kernel RO section into HYPMarc Zyngier1-0/+7
2015-12-14KVM: arm/arm64: Count guest exit due to various reasonsAmit Tomar4-0/+13
2015-12-04ARM/arm64: KVM: correct PTE uncachedness checkArd Biesheuvel1-2/+2
2015-12-04arm64: KVM: Get rid of old vcpu_reg()Pavel Fedin1-10/+10
2015-12-04arm64: KVM: Correctly handle zero register during MMIOPavel Fedin1-2/+3
2015-11-24KVM: arm/arm64: Fix preemptible timer active state crazynessChristoffer Dall1-6/+1
2015-11-24ARM/arm64: KVM: test properly for a PTE's uncachednessArd Biesheuvel1-8/+7
2015-10-23arm/arm64: KVM: Improve kvm_exit tracepointChristoffer Dall2-4/+8
2015-10-23KVM: arm/arm64: implement kvm_arm_[halt,resume]_guestEric Auger1-4/+31
2015-10-23KVM: arm/arm64: check power_off in critical section before VCPU runEric Auger1-1/+2
2015-10-23KVM: arm/arm64: check power_off in kvm_arch_vcpu_runnableEric Auger1-1/+2
2015-10-23KVM: arm/arm64: rename pause into power_offEric Auger2-15/+15
2015-10-23arm/arm64: KVM : Enable vhost device selection under KVM config menuWei Huang1-0/+2
2015-10-23arm/arm64: KVM: Rework the arch timer to use level-triggered semanticsChristoffer Dall1-3/+8
2015-10-23arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_blockChristoffer Dall1-0/+10
2015-10-20KVM: arm: use GIC support unconditionallyArnd Bergmann1-0/+1
2015-10-20KVM: arm/arm64: Fix memory leak if timer initialization failsPavel Fedin1-1/+1
2015-09-17arm/arm64: KVM: Remove 'config KVM_ARM_MAX_VCPUS'Ming Lei1-11/+0
2015-09-17arm: KVM: Disable virtual timer even if the guest is not using itMarc Zyngier1-2/+4
2015-09-16arm/arm64: KVM: vgic: Check for !irqchip_in_kernel() when mapping resourcesPavel Fedin1-1/+1
2015-09-16arm: KVM: Fix incorrect device to IPA mappingMarek Majtyka1-2/+4
2015-09-04arm/arm64: KVM: Fix PSCI affinity info return value for non valid coresAlexander Spyridakis1-4/+8