Age | Commit message (Expand) | Author | Files | Lines |
2014-08-01 | arm64: KVM: fix 64bit CP15 VM access for 32bit guests | Marc Zyngier | 1 | -2/+5 |
2014-07-31 | arm64: KVM: GICv3: move system register access to msr_s/mrs_s | Marc Zyngier | 1 | -65/+65 |
2014-07-11 | arm64: KVM: enable trapping of all debug registers | Marc Zyngier | 1 | -0/+8 |
2014-07-11 | arm64: KVM: implement lazy world switch for debug registers | Marc Zyngier | 1 | -6/+457 |
2014-07-11 | arm64: KVM: add trap handlers for AArch32 debug registers | Marc Zyngier | 1 | -2/+142 |
2014-07-11 | arm64: KVM: check ordering of all system register tables | Marc Zyngier | 1 | -2/+20 |
2014-07-11 | arm64: KVM: use separate tables for AArch32 32 and 64bit traps | Marc Zyngier | 1 | -3/+10 |
2014-07-11 | arm64: KVM: common infrastructure for handling AArch32 CP14/CP15 | Marc Zyngier | 2 | -25/+112 |
2014-07-11 | arm64: KVM: add trap handlers for AArch64 debug registers | Marc Zyngier | 1 | -2/+148 |
2014-07-11 | arm64: KVM: rename pm_fake handler to trap_raz_wi | Marc Zyngier | 1 | -40/+43 |
2014-07-11 | ARM64: KVM: fix big endian issue in access_vm_reg for 32bit guest | Victor Kamensky | 1 | -6/+4 |
2014-07-11 | ARM64: KVM: set and get of sys registers in BE case | Victor Kamensky | 1 | -4/+2 |
2014-07-11 | ARM64: KVM: store kvm_vcpu_fault_info est_el2 as word | Victor Kamensky | 1 | -1/+1 |
2014-07-11 | arm64: KVM: vgic: enable GICv2 emulation on top on GICv3 hardware | Marc Zyngier | 1 | -0/+2 |
2014-07-11 | arm64: KVM: vgic: add GICv3 world switch | Marc Zyngier | 1 | -0/+238 |
2014-07-11 | KVM: ARM: vgic: add the GICv3 backend | Marc Zyngier | 1 | -0/+29 |
2014-07-11 | arm64: KVM: move HCR_EL2.{IMO,FMO} manipulation into the vgic switch code | Marc Zyngier | 1 | -5/+12 |
2014-07-11 | arm64: KVM: split GICv2 world switch from hyp code | Marc Zyngier | 3 | -89/+152 |
2014-07-11 | arm64: KVM: remove __kvm_hyp_code_{start,end} from hyp.S | Marc Zyngier | 1 | -6/+0 |
2014-07-11 | KVM: ARM: vgic: split GICv2 backend from the main vgic code | Marc Zyngier | 1 | -1/+1 |
2014-07-11 | KVM: arm/arm64: vgic: move GICv2 registers to their own structure | Marc Zyngier | 1 | -13/+13 |
2014-07-11 | arm64: KVM: allow export and import of generic timer regs | Alex Bennée | 1 | -1/+67 |
2014-07-11 | arm64: KVM: export demux regids as KVM_REG_ARM64 | Alex Bennée | 1 | -1/+1 |
2014-06-06 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2 | -5/+11 |
2014-05-25 | arm64: KVM: Enable minimalistic support for Cortex-A53 | Marc Zyngier | 2 | -0/+4 |
2014-05-09 | arm64: kvm: use inner-shareable barriers for inner-shareable maintenance | Will Deacon | 1 | -3/+9 |
2014-05-09 | arm64: barriers: make use of barrier options with explicit barriers | Will Deacon | 1 | -2/+2 |
2014-04-30 | ARM/ARM64: KVM: Make kvm_psci_call() return convention more flexible | Anup Patel | 1 | -3/+7 |
2014-04-03 | Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2 | -12/+89 |
2014-04-01 | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -0/+6 |
2014-03-13 | arm64: Add boot time configuration of Intermediate Physical Address size | Radha Mohan Chintakuntla | 1 | -0/+6 |
2014-03-03 | arm64: KVM: flush VM pages before letting the guest enable caches | Marc Zyngier | 1 | -1/+4 |
2014-03-03 | arm64: KVM: trap VM system registers until MMU and caches are ON | Marc Zyngier | 1 | -12/+78 |
2014-03-03 | arm64: KVM: allows discrimination of AArch32 sysreg access | Marc Zyngier | 2 | -0/+8 |
2014-02-27 | arm/arm64: KVM: detect CPU reset on CPU_PM_EXIT | Marc Zyngier | 1 | -2/+25 |
2014-01-23 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 4 | -16/+33 |
2013-12-28 | arm64: KVM: Force undefined exception for Guest SMC intructions | Anup Patel | 1 | -3/+0 |
2013-12-28 | arm64: KVM: Support X-Gene guest VCPU on APM X-Gene host | Anup Patel | 2 | -13/+22 |
2013-12-28 | arm64: KVM: Add Kconfig option for max VCPUs per-Guest | Anup Patel | 1 | -0/+11 |
2013-12-19 | treewide: Fix typos in printk | Masanari Iida | 1 | -1/+1 |
2013-11-15 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 3 | -5/+34 |
2013-11-11 | Merge tag 'kvm-arm64/for-3.13-1' of git://git.kernel.org/pub/scm/linux/kernel... | Paolo Bonzini | 2 | -5/+14 |
2013-11-06 | arm64: KVM: vgic: byteswap GICv2 access on world switch if BE | Marc Zyngier | 1 | -0/+13 |
2013-11-06 | arm64: KVM: initialize HYP mode following the kernel endianness | Marc Zyngier | 1 | -1/+4 |
2013-10-29 | arm64: KVM: Yield CPU when vcpu executes a WFE | Marc Zyngier | 2 | -5/+14 |
2013-10-02 | ARM64: KVM: Implement kvm_vcpu_preferred_target() function | Anup Patel | 1 | -0/+20 |
2013-08-09 | arm64: KVM: add missing dsb before invalidating Stage-2 TLBs | Marc Zyngier | 1 | -0/+3 |
2013-08-09 | arm64: KVM: perform save/restore of PAR_EL1 | Marc Zyngier | 2 | -0/+13 |
2013-07-04 | arm64: KVM: Kconfig integration | Marc Zyngier | 1 | -0/+51 |
2013-06-12 | arm64: KVM: enable initialization of a 32bit vcpu | Marc Zyngier | 2 | -1/+31 |