summaryrefslogtreecommitdiffstats
path: root/arch/arm/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'kvm-arm-for-3.18-take-2' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2014-10-183-40/+207
|\
| * arm/arm64: KVM: Fix BE accesses to GICv2 EISR and ELRSR regsChristoffer Dall2014-10-161-0/+7
| * arm: kvm: STRICT_MM_TYPECHECKS fix for user_mem_abortSteve Capper2014-10-151-1/+1
| * arm/arm64: KVM: Ensure memslots are within KVM_PHYS_SIZEChristoffer Dall2014-10-141-0/+11
| * arm64: KVM: Implement 48 VA support for KVM EL2 and Stage-2Christoffer Dall2014-10-142-28/+107
| * arm/arm64: KVM: map MMIO regions at creation timeArd Biesheuvel2014-10-131-8/+69
| * arm/arm64: KVM: add 'writable' parameter to kvm_phys_addr_ioremapArd Biesheuvel2014-10-101-1/+4
| * arm/arm64: KVM: fix potential NULL dereference in user_mem_abort()Ard Biesheuvel2014-10-101-0/+6
| * arm/arm64: KVM: use __GFP_ZERO not memset() to get zeroed pagesArd Biesheuvel2014-10-101-2/+1
| * arm: kvm: fix CPU hotplugVladimir Murzin2014-09-291-1/+2
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-10-084-46/+32
|\ \ | |/
| * arm/arm64: KVM: Report correct FSC for unsupported fault typesChristoffer Dall2014-09-261-3/+5
| * arm/arm64: KVM: Fix VTTBR_BADDR_MASK and pgd allocJoel Schopp2014-09-261-2/+2
| * arm/arm64: KVM: vgic: delay vgic allocation until init timeMarc Zyngier2014-09-181-7/+0
| * arm/arm64: KVM: vgic: switch to dynamic allocationMarc Zyngier2014-09-181-0/+3
| * Merge remote-tracking branch 'kvm/next' into queueChristoffer Dall2014-09-181-20/+1
| |\
| | * KVM: remove garbage arg to *hardware_{en,dis}ableRadim Krčmář2014-08-291-1/+1
| | * KVM: static inline empty kvm_arch functionsRadim Krčmář2014-08-291-19/+0
| * | ARM/arm64: KVM: fix use of WnR bit in kvm_is_write_fault()Ard Biesheuvel2014-09-111-2/+10
| * | KVM: ARM/arm64: return -EFAULT if copy_from_user fails in set_timer_regWill Deacon2014-08-271-1/+1
| * | KVM: ARM/arm64: avoid returning negative error code as boolWill Deacon2014-08-271-1/+1
| * | KVM: ARM/arm64: fix broken __percpu annotationWill Deacon2014-08-271-1/+1
| * | arm/arm64: KVM: Support KVM_CAP_READONLY_MEMChristoffer Dall2014-08-272-14/+9
| |/
| * KVM: add kvm_arch_sched_inRadim Krčmář2014-08-211-0/+4
* | arm/arm64: KVM: Complete WFI/WFE instructionsChristoffer Dall2014-08-291-0/+2
* | ARM/ARM64: KVM: Nuke Hyp-mode tlbs before enabling MMUPranavkumar Sawargaonkar2014-08-291-0/+4
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-08-079-155/+260
|\
| * Merge tag 'signed-kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvmPaolo Bonzini2014-08-051-1/+1
| |\
| | * KVM: Rename and add argument to check_extensionAlexander Graf2014-07-281-1/+1
| * | ARM: KVM: enable KVM in Kconfig on big-endian systemsVictor Kamensky2014-07-111-1/+1
| * | ARM: KVM: one_reg coproc set and get BE fixesVictor Kamensky2014-07-111-9/+79
| * | ARM: KVM: __kvm_vcpu_run function return result fix in BE caseVictor Kamensky2014-07-111-0/+5
| * | ARM: KVM: handle 64bit values passed to mrcc or from mcrr instructions in BE ...Victor Kamensky2014-07-113-7/+7
| * | ARM: KVM: fix vgic V7 assembler code to work in BE imageVictor Kamensky2014-07-111-0/+14
| * | KVM: ARM: vgic: split GICv2 backend from the main vgic codeMarc Zyngier2014-07-111-0/+1
| * | KVM: arm/arm64: vgic: move GICv2 registers to their own structureMarc Zyngier2014-07-111-13/+13
| * | arm64: KVM: allow export and import of generic timer regsAlex Bennée2014-07-111-10/+0
| * | ARM: KVM: user_mem_abort: support stage 2 MMIO page mappingKim Phillips2014-07-111-3/+8
| * | ARM: KVM: Unmap IPA on memslot delete/moveEric Auger2014-07-112-37/+46
| * | arm/arm64: KVM: Fix and refactor unmap_rangeChristoffer Dall2014-07-111-73/+84
| |/
* | ARM: convert all "mov.* pc, reg" to "bx reg" for ARMv6+Russell King2014-07-181-1/+2
* | ARM: make it easier to check the CPU part number correctlyRussell King2014-07-181-7/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds2014-06-043-22/+224
|\
| * ARM/ARM64: KVM: Advertise KVM_CAP_ARM_PSCI_0_2 to user spaceAnup Patel2014-04-301-0/+1
| * ARM/ARM64: KVM: Emulate PSCI v0.2 CPU_SUSPENDAnup Patel2014-04-301-4/+24
| * ARM/ARM64: KVM: Fix CPU_ON emulation for PSCI v0.2Anup Patel2014-04-301-1/+14
| * ARM/ARM64: KVM: Emulate PSCI v0.2 MIGRATE_INFO_TYPE and related functionsAnup Patel2014-04-301-5/+16
| * ARM/ARM64: KVM: Emulate PSCI v0.2 AFFINITY_INFOAnup Patel2014-04-301-2/+50
| * ARM/ARM64: KVM: Emulate PSCI v0.2 SYSTEM_OFF and SYSTEM_RESETAnup Patel2014-04-301-3/+43
| * ARM/ARM64: KVM: Make kvm_psci_call() return convention more flexibleAnup Patel2014-04-302-15/+23
OpenPOWER on IntegriCloud