| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'kvm-arm-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git... | Paolo Bonzini | 2014-08-05 | 3 | -176/+725 |
|\ |
|
| * | KVM: arm64: GICv3: mandate page-aligned GICV region | Marc Zyngier | 2014-07-31 | 1 | -0/+16 |
| * | ARM64: KVM: fix vgic_bitmap_get_reg function for BE 64bit case | Victor Kamensky | 2014-07-11 | 1 | -2/+22 |
| * | ARM: KVM: vgic mmio should hold data as LE bytes array in BE case | Victor Kamensky | 2014-07-11 | 1 | -2/+2 |
| * | arm64: KVM: vgic: enable GICv2 emulation on top on GICv3 hardware | Marc Zyngier | 2014-07-11 | 1 | -0/+1 |
| * | KVM: ARM: vgic: add the GICv3 backend | Marc Zyngier | 2014-07-11 | 1 | -0/+231 |
| * | arm64: KVM: split GICv2 world switch from hyp code | Marc Zyngier | 2014-07-11 | 2 | -0/+4 |
| * | KVM: ARM: vgic: revisit implementation of irqchip_in_kernel | Marc Zyngier | 2014-07-11 | 1 | -0/+1 |
| * | KVM: ARM: vgic: split GICv2 backend from the main vgic code | Marc Zyngier | 2014-07-11 | 2 | -221/+294 |
| * | KVM: ARM: introduce vgic_params structure | Marc Zyngier | 2014-07-11 | 1 | -37/+33 |
| * | KVM: ARM: vgic: introduce vgic_enable | Marc Zyngier | 2014-07-11 | 1 | -8/+21 |
| * | KVM: ARM: vgic: abstract VMCR access | Marc Zyngier | 2014-07-11 | 1 | -16/+53 |
| * | KVM: ARM: vgic: move underflow handling to vgic_ops | Marc Zyngier | 2014-07-11 | 1 | -3/+25 |
| * | KVM: ARM: vgic: abstract MISR decoding | Marc Zyngier | 2014-07-11 | 1 | -3/+23 |
| * | KVM: ARM: vgic: abstract EISR bitmap access | Marc Zyngier | 2014-07-11 | 1 | -2/+23 |
| * | KVM: ARM: vgic: abstract access to the ELRSR bitmap | Marc Zyngier | 2014-07-11 | 1 | -5/+41 |
| * | KVM: ARM: vgic: introduce vgic_ops and LR manipulation primitives | Marc Zyngier | 2014-07-11 | 1 | -52/+110 |
| * | KVM: arm/arm64: vgic: move GICv2 registers to their own structure | Marc Zyngier | 2014-07-11 | 1 | -28/+28 |
* | | kvm: arm64: vgic: fix hyp panic with 64k pages on juno platform | Will Deacon | 2014-07-30 | 1 | -4/+20 |
|/ |
|
* | KVM: ARM: vgic: Fix the overlap check action about setting the GICD & GICC ba... | Haibin Wang | 2014-04-29 | 1 | -2/+3 |
* | KVM: arm/arm64: vgic: fix GICD_ICFGR register accesses | Andre Przywara | 2014-04-28 | 1 | -5/+4 |
* | KVM: ARM: vgic: Fix sgi dispatch problem | Haibin Wang | 2014-04-28 | 1 | -0/+1 |
* | arm, kvm: fix double lock on cpu_add_remove_lock | Ming Lei | 2014-04-08 | 2 | -2/+2 |
* | arm64: KVM: Add VGIC device control for arm64 | Christoffer Dall | 2014-02-14 | 1 | -0/+1 |
* | KVM: arm-vgic: Support CPU interface reg access | Christoffer Dall | 2013-12-21 | 1 | -8/+73 |
* | KVM: arm-vgic: Add GICD_SPENDSGIR and GICD_CPENDSGIR handlers | Christoffer Dall | 2013-12-21 | 1 | -4/+66 |
* | KVM: arm-vgic: Support unqueueing of LRs to the dist | Christoffer Dall | 2013-12-21 | 1 | -5/+83 |
* | KVM: arm-vgic: Add vgic reg access from dev attr | Christoffer Dall | 2013-12-21 | 1 | -0/+178 |
* | KVM: arm-vgic: Make vgic mmio functions more generic | Christoffer Dall | 2013-12-21 | 1 | -6/+6 |
* | KVM: arm-vgic: Set base addr through device API | Christoffer Dall | 2013-12-21 | 1 | -12/+75 |
* | KVM: arm-vgic: Support KVM_CREATE_DEVICE for VGIC | Christoffer Dall | 2013-12-21 | 1 | -2/+61 |
* | ARM: KVM: Allow creating the VGIC after VCPUs | Christoffer Dall | 2013-12-21 | 1 | -3/+19 |
* | ARM/KVM: save and restore generic timer registers | Andre Przywara | 2013-12-21 | 1 | -0/+34 |
* | arm/arm64: KVM: arch_timer: Initialize cntvoff at kvm_init | Christoffer Dall | 2013-12-21 | 1 | -1/+0 |
* | ARM: KVM: Bugfix: vgic_bytemap_get_reg per cpu regs | Christoffer Dall | 2013-08-30 | 1 | -1/+1 |
* | ARM: KVM: vgic: fix GICD_ICFGRn access | Marc Zyngier | 2013-08-30 | 1 | -2/+6 |
* | ARM: KVM: vgic: simplify vgic_get_target_reg | Marc Zyngier | 2013-08-30 | 1 | -9/+3 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2013-07-03 | 1 | -0/+1 |
* | ARM: KVM: Allow host virt timer irq to be different from guest timer virt irq | Anup Patel | 2013-06-26 | 1 | -9/+20 |
* | ARM: KVM: move GIC/timer code to a common location | Marc Zyngier | 2013-05-19 | 2 | -0/+1771 |