aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kvm
AgeCommit message (Expand)Author
2013-03-06ARM: KVM: abstract IL decoding awayMarc Zyngier
2013-03-06ARM: KVM: abstract SAS decoding awayMarc Zyngier
2013-03-06ARM: KVM: abstract S1TW abort detection awayMarc Zyngier
2013-03-06ARM: KVM: abstract (and fix) external abort detection awayMarc Zyngier
2013-03-06ARM: KVM: abstract HSR_SRT_{MASK,SHIFT} awayMarc Zyngier
2013-03-06ARM: KVM: abstract HSR_SSE awayMarc Zyngier
2013-03-06ARM: KVM: abstract HSR_WNR awayMarc Zyngier
2013-03-06ARM: KVM: abstract HSR_ISV awayMarc Zyngier
2013-03-06ARM: KVM: abstract fault register accessesMarc Zyngier
2013-03-06ARM: KVM: convert GP registers from u32 to unsigned longMarc Zyngier
2013-03-06KVM: ARM: Fix wrong address in commentJonghwan Choi
2013-03-04KVM: ARM: Remove kvm_arch_set_memory_region()Takuya Yoshikawa
2013-03-04KVM: set_memory_region: Refactor commit_memory_region()Takuya Yoshikawa
2013-03-04KVM: set_memory_region: Refactor prepare_memory_region()Takuya Yoshikawa
2013-03-04KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()Takuya Yoshikawa
2013-02-25ARM: KVM: fix compilation after removal of user_alloc from struct kvm_memory_...Marc Zyngier
2013-02-25ARM: KVM: fix kvm_arch_{prepare,commit}_memory_regionMarc Zyngier
2013-02-22ARM: KVM: vgic: take distributor lock on sync_hwstate pathMarc Zyngier
2013-02-22ARM: KVM: vgic: force EOIed LRs to the empty stateMarc Zyngier
2013-02-11ARM: KVM: arch_timers: Wire the init code and config optionMarc Zyngier
2013-02-11ARM: KVM: arch_timers: Add timer world switchMarc Zyngier
2013-02-11ARM: KVM: arch_timers: Add guest timer core supportMarc Zyngier
2013-02-11ARM: KVM: Add VGIC configuration optionMarc Zyngier
2013-02-11ARM: KVM: VGIC initialisation codeMarc Zyngier
2013-02-11ARM: KVM: VGIC control interface world switchMarc Zyngier
2013-02-11ARM: KVM: VGIC interrupt injectionMarc Zyngier
2013-02-11ARM: KVM: vgic: retire queued, disabled interruptsMarc Zyngier
2013-02-11ARM: KVM: VGIC virtual CPU interface managementMarc Zyngier
2013-02-11ARM: KVM: VGIC distributor handlingMarc Zyngier
2013-02-11ARM: KVM: VGIC accept vcpu and dist base addresses from user spaceChristoffer Dall
2013-02-11ARM: KVM: Initial VGIC infrastructure codeMarc Zyngier
2013-02-11ARM: KVM: Keep track of currently running vcpusMarc Zyngier
2013-02-11KVM: ARM: Introduce KVM_ARM_SET_DEVICE_ADDR ioctlChristoffer Dall
2013-01-23KVM: ARM: Power State Coordination Interface implementationMarc Zyngier
2013-01-23KVM: ARM: Handle I/O abortsChristoffer Dall
2013-01-23KVM: ARM: Handle guest faults in KVMChristoffer Dall
2013-01-23KVM: ARM: VFP userspace interfaceRusty Russell
2013-01-23KVM: ARM: Demux CCSIDR in the userspace APIChristoffer Dall
2013-01-23KVM: ARM: User space API for getting/setting co-proc registersChristoffer Dall
2013-01-23KVM: ARM: Emulation framework and CP15 emulationChristoffer Dall
2013-01-23KVM: ARM: World-switch implementationChristoffer Dall
2013-01-23KVM: ARM: Inject IRQs and FIQs from userspaceChristoffer Dall
2013-01-23KVM: ARM: Memory virtualization setupChristoffer Dall
2013-01-23KVM: ARM: Hypervisor initializationChristoffer Dall
2013-01-23KVM: ARM: Initial skeleton to compile KVM supportChristoffer Dall