aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/kvm
AgeCommit message (Expand)Author
2014-10-02KVM: arm-vgic: Support KVM_CREATE_DEVICE for VGICChristoffer Dall
2014-10-02ARM: KVM: Allow creating the VGIC after VCPUsChristoffer Dall
2014-10-02ARM/KVM: save and restore generic timer registersAndre Przywara
2014-10-02arm/arm64: KVM: arch_timer: Initialize cntvoff at kvm_initChristoffer Dall
2014-10-02arm: KVM: Don't return PSCI_INVAL if waitqueue is inactiveChristoffer Dall
2014-10-02arm: kvm: implement CPU PM notifierLorenzo Pieralisi
2014-10-02arm/arm64: kvm: Use virt_to_idmap instead of virt_to_phys for idmap mappingsSantosh Shilimkar
2014-10-02arm/arm64: KVM: Fix hyp mappings of vmalloc regionsChristoffer Dall
2014-10-02arm/arm64: KVM: PSCI: propagate caller endianness to the incoming vcpuMarc Zyngier
2014-10-02arm/arm64: KVM: MMIO support for BE guestMarc Zyngier
2014-10-02arm/arm64: KVM: PSCI: use MPIDR to identify a target CPUMarc Zyngier
2014-10-02ARM: KVM: drop limitation to 4 CPU VMsMarc Zyngier
2014-10-02ARM: KVM: fix L2CTLR to be per-clusterMarc Zyngier
2014-10-02ARM: KVM: Fix MPIDR computing to support virtual clustersMarc Zyngier
2014-10-02KVM: ARM: Transparent huge page (THP) supportChristoffer Dall
2014-10-02KVM: ARM: Support hugetlbfs backed huge pagesChristoffer Dall
2014-10-02KVM: ARM: Update comments for kvm_handle_wfiChristoffer Dall
2014-10-02ARM: KVM: Yield CPU when vcpu executes a WFEMarc Zyngier
2014-10-02kvm: Add struct kvm arg to memslot APIsAneesh Kumar K.V
2014-10-02KVM: ARM: Add support for Cortex-A7Jonathan Austin
2014-10-02KVM: ARM: Fix calculation of virtual CPU IDJonathan Austin
2014-10-02ARM/ARM64: KVM: Implement KVM_ARM_PREFERRED_TARGET ioctlAnup Patel
2014-10-02ARM: KVM: Implement kvm_vcpu_preferred_target() functionAnup Patel
2014-10-02KVM: ARM: Fix typo in comments of inject_abt()Anup Patel
2014-10-02ARM: kvm: rename cpu_reset to avoid name clashOlof Johansson
2014-10-02ARM: KVM: Add newlines to panic stringsChristoffer Dall
2014-10-02ARM: KVM: Work around older compiler bugChristoffer Dall
2014-10-02ARM: KVM: Simplify tracepoint textChristoffer Dall
2014-10-02ARM: 7808/1: KVM: mm: Get rid of L_PTE_USER ref from PAGE_S2_DEVICEChristoffer Dall
2014-10-02ARM: kvm: use inner-shareable barriers after TLB flushingWill Deacon
2014-10-02KVM: ARM: Squash len warningChristoffer Dall
2014-10-02arm64: KVM: fix 2-level page tables unmappingMarc Zyngier
2014-10-02ARM: KVM: Fix unaligned unmap_range leakChristoffer Dall
2014-10-02KVM: Introduce kvm_arch_memslots_updated()Takuya Yoshikawa
2014-10-02ARM: kvm: don't include drivers/virtio/KconfigArnd Bergmann
2014-10-02arm/kvm: Cleanup KVM_ARM_MAX_VCPUS logicGeoff Levand
2014-10-02ARM: KVM: get rid of S2_PGD_SIZEMarc Zyngier
2014-10-02ARM: KVM: don't special case PC when doing an MMIOMarc Zyngier
2014-10-02ARM: KVM: use phys_addr_t instead of unsigned long long for HYP PGDsMarc Zyngier
2014-10-02ARM: KVM: Don't handle PSCI calls via SMCDave P Martin
2014-10-02ARM: KVM: Allow host virt timer irq to be different from guest timer virt irqAnup Patel
2014-10-02ARM: KVM: arch_timers: zero CNTVOFF upon return to hostMark Rutland
2014-10-02KVM: get rid of $(addprefix ../../../virt/kvm/, ...) in MakefilesMarc Zyngier
2014-10-02ARM: KVM: move GIC/timer code to a common locationMarc Zyngier
2013-09-26ARM: KVM: Fix 64-bit coprocessor handlingChristoffer Dall
2013-08-20ARM: KVM: clear exclusive monitor on all exception returnsMarc Zyngier
2013-08-20ARM: KVM: add missing dsb before invalidating Stage-2 TLBsMarc Zyngier
2013-08-20ARM: KVM: perform save/restore of PARMarc Zyngier
2013-06-03ARM: KVM: be more thorough when invalidating TLBsMarc Zyngier
2013-06-03ARM: KVM: prevent NULL pointer dereferences with KVM VCPU ioctlAndre Przywara