summaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | ARM: KVM: allow HYP mappings to be at an offset from kernel mappingsMarc Zyngier2013-03-071-16/+27
| * | | | ARM: KVM: use kvm_kernel_vfp_t as an abstract type for VFP containersMarc Zyngier2013-03-071-3/+3
| * | | | ARM: KVM: move hyp init to kvm_host.hMarc Zyngier2013-03-071-11/+1
| * | | | ARM: KVM: abstract most MMU operationsMarc Zyngier2013-03-071-46/+12
| * | | | KVM: ARM: Reintroduce trace_kvm_hvcChristoffer Dall2013-03-071-0/+5
| * | | | ARM: KVM: move exit handler selection to a separate fileMarc Zyngier2013-03-073-114/+141
| * | | | ARM: KVM: move kvm_condition_valid to emulate.cMarc Zyngier2013-03-072-45/+45
| * | | | ARM: KVM: abstract HSR_EC_IABT awayMarc Zyngier2013-03-071-5/+3
| * | | | ARM: KVM: abstract fault decoding awayMarc Zyngier2013-03-071-1/+1
| * | | | ARM: KVM: abstract exception class decoding awayMarc Zyngier2013-03-072-3/+3
| * | | | ARM: KVM: abstract IL decoding awayMarc Zyngier2013-03-073-4/+3
| * | | | ARM: KVM: abstract SAS decoding awayMarc Zyngier2013-03-071-14/+3
| * | | | ARM: KVM: abstract S1TW abort detection awayMarc Zyngier2013-03-071-1/+1
| * | | | ARM: KVM: abstract (and fix) external abort detection awayMarc Zyngier2013-03-071-1/+1
| * | | | ARM: KVM: abstract HSR_SRT_{MASK,SHIFT} awayMarc Zyngier2013-03-071-1/+1
| * | | | ARM: KVM: abstract HSR_SSE awayMarc Zyngier2013-03-071-1/+1
| * | | | ARM: KVM: abstract HSR_WNR awayMarc Zyngier2013-03-071-1/+1
| * | | | ARM: KVM: abstract HSR_ISV awayMarc Zyngier2013-03-071-1/+1
| * | | | ARM: KVM: abstract fault register accessesMarc Zyngier2013-03-074-45/+45
| * | | | ARM: KVM: convert GP registers from u32 to unsigned longMarc Zyngier2013-03-074-16/+16
| * | | | KVM: ARM: Fix wrong address in commentJonghwan Choi2013-03-071-2/+2
| |/ / /
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2013-04-301-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | treewide: Fix typo in printk and commentsMasanari Iida2013-04-241-1/+1
| |/ /
* | | ARM: KVM: fix unbalanced get_cpu() in access_dcswMarc Zyngier2013-04-171-2/+2
* | | ARM: KVM: fix KVM_CAP_ARM_SET_DEVICE_ADDR reportingMarc Zyngier2013-04-171-0/+1
| |/ |/|
* | Merge branch 'kvm-arm/vgic-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Russell King2013-03-221-21/+14
|\ \ | |/ |/|
| * ARM: KVM: vgic: take distributor lock on sync_hwstate pathMarc Zyngier2013-02-221-18/+6
| * ARM: KVM: vgic: force EOIed LRs to the empty stateMarc Zyngier2013-02-221-3/+8
* | ARM: KVM: fix compilation after removal of user_alloc from struct kvm_memory_...Marc Zyngier2013-02-251-5/+0
* | 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