summaryrefslogtreecommitdiff
path: root/arch/arm/kvm/arm.c
AgeCommit message (Expand)AuthorFilesLines
2013-03-07ARM: KVM: move kvm_target_cpu to guest.cMarc Zyngier1-17/+0
2013-03-07ARM: KVM: use kvm_kernel_vfp_t as an abstract type for VFP containersMarc Zyngier1-3/+3
2013-03-07ARM: KVM: move hyp init to kvm_host.hMarc Zyngier1-11/+1
2013-03-07ARM: KVM: move exit handler selection to a separate fileMarc Zyngier1-113/+0
2013-03-07ARM: KVM: move kvm_condition_valid to emulate.cMarc Zyngier1-45/+0
2013-03-07ARM: KVM: abstract exception class decoding awayMarc Zyngier1-2/+2
2013-03-07ARM: KVM: abstract IL decoding awayMarc Zyngier1-2/+1
2013-03-07ARM: KVM: abstract fault register accessesMarc Zyngier1-14/+14
2013-02-25ARM: KVM: fix kvm_arch_{prepare,commit}_memory_regionMarc Zyngier1-2/+2
2013-02-11ARM: KVM: arch_timers: Wire the init code and config optionMarc Zyngier1-0/+11
2013-02-11ARM: KVM: arch_timers: Add timer world switchMarc Zyngier1-0/+3
2013-02-11ARM: KVM: VGIC initialisation codeMarc Zyngier1-0/+15
2013-02-11ARM: KVM: VGIC interrupt injectionMarc Zyngier1-10/+45
2013-02-11ARM: KVM: VGIC accept vcpu and dist base addresses from user spaceChristoffer Dall1-1/+15
2013-02-11ARM: KVM: Initial VGIC infrastructure codeMarc Zyngier1-1/+26
2013-02-11ARM: KVM: Keep track of currently running vcpusMarc Zyngier1-0/+30
2013-02-11KVM: ARM: Introduce KVM_ARM_SET_DEVICE_ADDR ioctlChristoffer Dall1-1/+22
2013-01-23KVM: ARM: Power State Coordination Interface implementationMarc Zyngier1-2/+28
2013-01-23KVM: ARM: Handle I/O abortsChristoffer Dall1-0/+6
2013-01-23KVM: ARM: Emulation framework and CP15 emulationChristoffer Dall1-3/+166
2013-01-23KVM: ARM: World-switch implementationChristoffer Dall1-1/+199
2013-01-23KVM: ARM: Inject IRQs and FIQs from userspaceChristoffer Dall1-0/+65
2013-01-23KVM: ARM: Memory virtualization setupChristoffer Dall1-1/+36
2013-01-23KVM: ARM: Hypervisor initializationChristoffer Dall1-0/+172
2013-01-23KVM: ARM: Initial skeleton to compile KVM supportChristoffer Dall1-0/+350