summaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm
Commit message (Expand)AuthorAgeFilesLines
* ARM: KVM: fix compilation after removal of user_alloc from struct kvm_memory_...Marc Zyngier2013-02-251-5/+0Star
* ARM: KVM: fix kvm_arch_{prepare,commit}_memory_regionMarc Zyngier2013-02-251-2/+2
* ARM: KVM: arch_timers: Wire the init code and config optionMarc Zyngier2013-02-114-0/+21
* ARM: KVM: arch_timers: Add timer world switchMarc Zyngier2013-02-113-0/+66
* ARM: KVM: arch_timers: Add guest timer core supportMarc Zyngier2013-02-113-0/+304
* ARM: KVM: Add VGIC configuration optionMarc Zyngier2013-02-111-0/+8
* ARM: KVM: VGIC initialisation codeMarc Zyngier2013-02-112-0/+239
* ARM: KVM: VGIC control interface world switchMarc Zyngier2013-02-111-0/+74
* ARM: KVM: VGIC interrupt injectionMarc Zyngier2013-02-112-10/+162
* ARM: KVM: vgic: retire queued, disabled interruptsMarc Zyngier2013-02-111-0/+30
* ARM: KVM: VGIC virtual CPU interface managementMarc Zyngier2013-02-111-1/+326
* ARM: KVM: VGIC distributor handlingMarc Zyngier2013-02-111-1/+595
* ARM: KVM: VGIC accept vcpu and dist base addresses from user spaceChristoffer Dall2013-02-112-1/+77
* ARM: KVM: Initial VGIC infrastructure codeMarc Zyngier2013-02-115-1/+187
* ARM: KVM: Keep track of currently running vcpusMarc Zyngier2013-02-111-0/+30
* KVM: ARM: Introduce KVM_ARM_SET_DEVICE_ADDR ioctlChristoffer Dall2013-02-111-1/+22
* KVM: ARM: Power State Coordination Interface implementationMarc Zyngier2013-01-233-3/+137
* KVM: ARM: Handle I/O abortsChristoffer Dall2013-01-235-3/+186
* KVM: ARM: Handle guest faults in KVMChristoffer Dall2013-01-232-1/+178
* KVM: ARM: VFP userspace interfaceRusty Russell2013-01-231-0/+178
* KVM: ARM: Demux CCSIDR in the userspace APIChristoffer Dall2013-01-231-3/+161
* KVM: ARM: User space API for getting/setting co-proc registersChristoffer Dall2013-01-232-4/+332
* KVM: ARM: Emulation framework and CP15 emulationChristoffer Dall2013-01-237-4/+1125
* KVM: ARM: World-switch implementationChristoffer Dall2013-01-233-4/+1033
* KVM: ARM: Inject IRQs and FIQs from userspaceChristoffer Dall2013-01-232-0/+90
* KVM: ARM: Memory virtualization setupChristoffer Dall2013-01-235-2/+459
* KVM: ARM: Hypervisor initializationChristoffer Dall2013-01-234-0/+577
* KVM: ARM: Initial skeleton to compile KVM supportChristoffer Dall2013-01-2311-0/+1006