summaryrefslogtreecommitdiff
path: root/arch/arm/kvm
AgeCommit message (Expand)AuthorFilesLines
2014-01-09ARM: KVM: arch_timers: zero CNTVOFF upon return to hostMark Rutland1-0/+4
2013-11-29arm/arm64: KVM: Fix hyp mappings of vmalloc regionsChristoffer Dall1-6/+28
2013-09-26ARM: KVM: Fix 64-bit coprocessor handlingChristoffer Dall3-8/+27
2013-08-20ARM: KVM: clear exclusive monitor on all exception returnsMarc Zyngier1-0/+3
2013-08-20ARM: KVM: add missing dsb before invalidating Stage-2 TLBsMarc Zyngier1-0/+1
2013-08-20ARM: KVM: perform save/restore of PARMarc Zyngier3-3/+23
2013-06-03ARM: KVM: be more thorough when invalidating TLBsMarc Zyngier1-15/+26
2013-06-03ARM: KVM: prevent NULL pointer dereferences with KVM VCPU ioctlAndre Przywara1-2/+13
2013-05-05Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds7-278/+467
2013-05-03Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds11-360/+369
2013-05-02Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'sm...Russell King3-23/+17
2013-04-30Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds1-1/+1
2013-04-28ARM: KVM: iterate over all CPUs for CPU compatibility checkAndre Przywara1-3/+12
2013-04-28KVM: ARM: Fix spelling in error messageChristoffer Dall1-1/+1
2013-04-28ARM: KVM: define KVM_ARM_MAX_VCPUS unconditionallyArnd Bergmann1-3/+3
2013-04-28ARM: KVM: promote vfp_host pointer to generic host cpu contextMarc Zyngier1-14/+14
2013-04-28ARM: KVM: add architecture specific hook for capabilitiesMarc Zyngier1-1/+1
2013-04-28ARM: KVM: perform HYP initilization for hotplugged CPUsMarc Zyngier2-22/+62
2013-04-28ARM: KVM: switch to a dual-step HYP init codeMarc Zyngier3-64/+157
2013-04-28ARM: KVM: rework HYP page table freeingMarc Zyngier2-102/+81
2013-04-28ARM: KVM: move to a KVM provided HYP idmapMarc Zyngier1-1/+23
2013-04-28ARM: KVM: fix HYP mapping limitations around zeroMarc Zyngier1-11/+10
2013-04-28ARM: KVM: simplify HYP mapping populationMarc Zyngier1-60/+42
2013-04-28ARM: KVM: arch_timer: use symbolic constantsMark Rutland1-3/+4
2013-04-28ARM: KVM: add support for minimal host vs guest profilingMarc Zyngier3-1/+73
2013-04-25Merge branch 'kvm-arm-cleanup' from git://github.com/columbia/linux-kvm-arm.gitGleb Natapov11-360/+369
2013-04-24treewide: Fix typo in printk and commentsMasanari Iida1-1/+1
2013-04-17ARM: KVM: fix unbalanced get_cpu() in access_dcswMarc Zyngier1-2/+2
2013-04-16ARM: KVM: fix KVM_CAP_ARM_SET_DEVICE_ADDR reportingMarc Zyngier1-0/+1
2013-04-16KVM: ARM: Fix kvm_vm_ioctl_irq_lineAlexander Graf1-1/+2
2013-03-22Merge branch 'kvm-arm/vgic-fixes' of git://git.kernel.org/pub/scm/linux/kerne...Russell King1-21/+14
2013-03-06ARM: KVM: Fix length of mmio accessMarc Zyngier1-3/+4
2013-03-06ARM: KVM: sanitize freeing of HYP page tablesMarc Zyngier1-18/+26
2013-03-06ARM: KVM: move kvm_handle_wfi to handle_exit.cMarc Zyngier2-16/+19
2013-03-06ARM: KVM: change kvm_tlb_flush_vmid to kvm_tlb_flush_vmid_ipaMarc Zyngier2-7/+10
2013-03-06ARM: KVM: move include of asm/idmap.h to kvm_mmu.hMarc Zyngier1-1/+0
2013-03-06ARM: KVM: vgic: decouple alignment restriction from page sizeMarc Zyngier1-1/+1
2013-03-06ARM: KVM: fix fault_ipa computingMarc Zyngier1-2/+7
2013-03-06ARM: KVM: move kvm_target_cpu to guest.cMarc Zyngier2-17/+17
2013-03-06ARM: KVM: fix address validation for HYP mappingsMarc Zyngier1-2/+7
2013-03-06ARM: KVM: allow HYP mappings to be at an offset from kernel mappingsMarc Zyngier1-16/+27
2013-03-06ARM: KVM: use kvm_kernel_vfp_t as an abstract type for VFP containersMarc Zyngier1-3/+3
2013-03-06ARM: KVM: move hyp init to kvm_host.hMarc Zyngier1-11/+1
2013-03-06ARM: KVM: abstract most MMU operationsMarc Zyngier1-46/+12
2013-03-06KVM: ARM: Reintroduce trace_kvm_hvcChristoffer Dall1-0/+5
2013-03-06ARM: KVM: move exit handler selection to a separate fileMarc Zyngier3-114/+141
2013-03-06ARM: KVM: move kvm_condition_valid to emulate.cMarc Zyngier2-45/+45
2013-03-06ARM: KVM: abstract HSR_EC_IABT awayMarc Zyngier1-5/+3
2013-03-06ARM: KVM: abstract fault decoding awayMarc Zyngier1-1/+1
2013-03-06ARM: KVM: abstract exception class decoding awayMarc Zyngier2-3/+3