aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-02-25ARM: KVM: fix compilation after removal of user_alloc from struct kvm_memory_slotMarc Zyngier1-5/+0
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 Zyngier4-0/+21
2013-02-11ARM: KVM: arch_timers: Add timer world switchMarc Zyngier3-0/+66
2013-02-11ARM: KVM: arch_timers: Add guest timer core supportMarc Zyngier3-0/+304
2013-02-11ARM: KVM: Add VGIC configuration optionMarc Zyngier1-0/+8
2013-02-11ARM: KVM: VGIC initialisation codeMarc Zyngier2-0/+239
2013-02-11ARM: KVM: VGIC control interface world switchMarc Zyngier1-0/+74
2013-02-11ARM: KVM: VGIC interrupt injectionMarc Zyngier2-10/+162
2013-02-11ARM: KVM: vgic: retire queued, disabled interruptsMarc Zyngier1-0/+30
2013-02-11ARM: KVM: VGIC virtual CPU interface managementMarc Zyngier1-1/+326
2013-02-11ARM: KVM: VGIC distributor handlingMarc Zyngier1-1/+595
2013-02-11ARM: KVM: VGIC accept vcpu and dist base addresses from user spaceChristoffer Dall2-1/+77
2013-02-11ARM: KVM: Initial VGIC infrastructure codeMarc Zyngier5-1/+187
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 Zyngier3-3/+137
2013-01-23KVM: ARM: Handle I/O abortsChristoffer Dall5-3/+186
2013-01-23KVM: ARM: Handle guest faults in KVMChristoffer Dall2-1/+178
2013-01-23KVM: ARM: VFP userspace interfaceRusty Russell1-0/+178
2013-01-23KVM: ARM: Demux CCSIDR in the userspace APIChristoffer Dall1-3/+161
2013-01-23KVM: ARM: User space API for getting/setting co-proc registersChristoffer Dall2-4/+332
2013-01-23KVM: ARM: Emulation framework and CP15 emulationChristoffer Dall7-4/+1125
2013-01-23KVM: ARM: World-switch implementationChristoffer Dall3-4/+1033
2013-01-23KVM: ARM: Inject IRQs and FIQs from userspaceChristoffer Dall2-0/+90
2013-01-23KVM: ARM: Memory virtualization setupChristoffer Dall5-2/+459
2013-01-23KVM: ARM: Hypervisor initializationChristoffer Dall4-0/+577
2013-01-23KVM: ARM: Initial skeleton to compile KVM supportChristoffer Dall11-0/+1006