summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kvm
Commit message (Expand)AuthorAgeFilesLines
...
* arm64: KVM: common infrastructure for handling AArch32 CP14/CP15Marc Zyngier2014-07-112-25/+112
* arm64: KVM: add trap handlers for AArch64 debug registersMarc Zyngier2014-07-111-2/+148
* arm64: KVM: rename pm_fake handler to trap_raz_wiMarc Zyngier2014-07-111-40/+43
* ARM64: KVM: fix big endian issue in access_vm_reg for 32bit guestVictor Kamensky2014-07-111-6/+4
* ARM64: KVM: set and get of sys registers in BE caseVictor Kamensky2014-07-111-4/+2
* ARM64: KVM: store kvm_vcpu_fault_info est_el2 as wordVictor Kamensky2014-07-111-1/+1
* arm64: KVM: vgic: enable GICv2 emulation on top on GICv3 hardwareMarc Zyngier2014-07-111-0/+2
* arm64: KVM: vgic: add GICv3 world switchMarc Zyngier2014-07-111-0/+238
* KVM: ARM: vgic: add the GICv3 backendMarc Zyngier2014-07-111-0/+29
* arm64: KVM: move HCR_EL2.{IMO,FMO} manipulation into the vgic switch codeMarc Zyngier2014-07-111-5/+12
* arm64: KVM: split GICv2 world switch from hyp codeMarc Zyngier2014-07-113-89/+152
* arm64: KVM: remove __kvm_hyp_code_{start,end} from hyp.SMarc Zyngier2014-07-111-6/+0
* KVM: ARM: vgic: split GICv2 backend from the main vgic codeMarc Zyngier2014-07-111-1/+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-1/+67
* arm64: KVM: export demux regids as KVM_REG_ARM64Alex Bennée2014-07-111-1/+1
* Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-06-062-5/+11
|\
| * arm64: kvm: use inner-shareable barriers for inner-shareable maintenanceWill Deacon2014-05-091-3/+9
| * arm64: barriers: make use of barrier options with explicit barriersWill Deacon2014-05-091-2/+2
* | arm64: KVM: Enable minimalistic support for Cortex-A53Marc Zyngier2014-05-252-0/+4
* | ARM/ARM64: KVM: Make kvm_psci_call() return convention more flexibleAnup Patel2014-04-301-3/+7
|/
* Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-04-022-12/+89
|\
| * arm64: KVM: flush VM pages before letting the guest enable cachesMarc Zyngier2014-03-031-1/+4
| * arm64: KVM: trap VM system registers until MMU and caches are ONMarc Zyngier2014-03-031-12/+78
| * arm64: KVM: allows discrimination of AArch32 sysreg accessMarc Zyngier2014-03-032-0/+8
* | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2014-03-311-0/+6
|\ \ | |/ |/|
| * arm64: Add boot time configuration of Intermediate Physical Address sizeRadha Mohan Chintakuntla2014-03-131-0/+6
* | arm/arm64: KVM: detect CPU reset on CPU_PM_EXITMarc Zyngier2014-02-271-2/+25
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-224-16/+33
|\
| * arm64: KVM: Force undefined exception for Guest SMC intructionsAnup Patel2013-12-281-3/+0
| * arm64: KVM: Support X-Gene guest VCPU on APM X-Gene hostAnup Patel2013-12-282-13/+22
| * arm64: KVM: Add Kconfig option for max VCPUs per-GuestAnup Patel2013-12-281-0/+11
* | treewide: Fix typos in printkMasanari Iida2013-12-191-1/+1
|/
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-11-153-5/+34
|\
| * Merge tag 'kvm-arm64/for-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2013-11-112-5/+14
| |\
| | * arm64: KVM: Yield CPU when vcpu executes a WFEMarc Zyngier2013-10-292-5/+14
| * | ARM64: KVM: Implement kvm_vcpu_preferred_target() functionAnup Patel2013-10-021-0/+20
| |/
* | arm64: KVM: vgic: byteswap GICv2 access on world switch if BEMarc Zyngier2013-11-061-0/+13
* | arm64: KVM: initialize HYP mode following the kernel endiannessMarc Zyngier2013-11-061-1/+4
|/
* arm64: KVM: add missing dsb before invalidating Stage-2 TLBsMarc Zyngier2013-08-091-0/+3
* arm64: KVM: perform save/restore of PAR_EL1Marc Zyngier2013-08-092-0/+13
* arm64: KVM: Kconfig integrationMarc Zyngier2013-07-041-0/+51
* arm64: KVM: enable initialization of a 32bit vcpuMarc Zyngier2013-06-122-1/+31
* arm64: KVM: 32bit guest fault injectionMarc Zyngier2013-06-121-1/+78
* arm64: KVM: 32bit specific register world switchMarc Zyngier2013-06-121-0/+70
* arm64: KVM: CPU specific 32bit coprocessor accessMarc Zyngier2013-06-121-0/+10
* arm64: KVM: 32bit handling of coprocessor trapsMarc Zyngier2013-06-122-7/+181
* arm64: KVM: 32bit conditional execution emulationMarc Zyngier2013-06-122-1/+159
* arm64: KVM: 32bit GP register accessMarc Zyngier2013-06-122-1/+169
* arm64: KVM: Build system integrationMarc Zyngier2013-06-121-0/+23
OpenPOWER on IntegriCloud