aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kvm
AgeCommit message (Expand)Author
2013-03-06ARM: KVM: Fix length of mmio accessMarc Zyngier
2013-03-06ARM: KVM: sanitize freeing of HYP page tablesMarc Zyngier
2013-03-06ARM: KVM: move kvm_handle_wfi to handle_exit.cMarc Zyngier
2013-03-06ARM: KVM: change kvm_tlb_flush_vmid to kvm_tlb_flush_vmid_ipaMarc Zyngier
2013-03-06ARM: KVM: move include of asm/idmap.h to kvm_mmu.hMarc Zyngier
2013-03-06ARM: KVM: vgic: decouple alignment restriction from page sizeMarc Zyngier
2013-03-06ARM: KVM: fix fault_ipa computingMarc Zyngier
2013-03-06ARM: KVM: move kvm_target_cpu to guest.cMarc Zyngier
2013-03-06ARM: KVM: fix address validation for HYP mappingsMarc Zyngier
2013-03-06ARM: KVM: allow HYP mappings to be at an offset from kernel mappingsMarc Zyngier
2013-03-06ARM: KVM: use kvm_kernel_vfp_t as an abstract type for VFP containersMarc Zyngier
2013-03-06ARM: KVM: move hyp init to kvm_host.hMarc Zyngier
2013-03-06ARM: KVM: abstract most MMU operationsMarc Zyngier
2013-03-06KVM: ARM: Reintroduce trace_kvm_hvcChristoffer Dall
2013-03-06ARM: KVM: move exit handler selection to a separate fileMarc Zyngier
2013-03-06ARM: KVM: move kvm_condition_valid to emulate.cMarc Zyngier
2013-03-06ARM: KVM: abstract HSR_EC_IABT awayMarc Zyngier
2013-03-06ARM: KVM: abstract fault decoding awayMarc Zyngier
2013-03-06ARM: KVM: abstract exception class decoding awayMarc Zyngier
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-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-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