Age | Commit message (Expand) | Author | Files | Lines |
2017-12-18 | KVM: arm/arm64: timer: Don't set irq as forwarded if no usable GIC | Marc Zyngier | 1 | -1/+1 |
2017-11-29 | KVM: arm/arm64: Don't enable/disable physical timer access on VHE | Christoffer Dall | 1 | -3/+0 |
2017-11-10 | KVM: arm/arm64: GICv4: Use the doorbell interrupt as an unblocking source | Marc Zyngier | 1 | -0/+3 |
2017-11-10 | KVM: arm/arm64: GICv4: Wire mapping/unmapping of VLPIs in VFIO irq bypass | Marc Zyngier | 1 | -0/+8 |
2017-11-10 | KVM: arm/arm64: GICv4: Add init/teardown of the per-VM vPE irq domain | Marc Zyngier | 1 | -0/+19 |
2017-11-10 | KVM: arm/arm64: GICv4: Add property field and per-VM predicate | Marc Zyngier | 1 | -0/+3 |
2017-11-06 | KVM: arm/arm64: vgic: restructure kvm_vgic_(un)map_phys_irq | Eric Auger | 1 | -3/+5 |
2017-11-06 | KVM: arm/arm64: Rework kvm_timer_should_fire | Christoffer Dall | 1 | -1/+2 |
2017-11-06 | KVM: arm/arm64: Get rid of kvm_timer_flush_hwstate | Christoffer Dall | 1 | -1/+0 |
2017-11-06 | KVM: arm/arm64: Avoid timer save/restore in vcpu entry/exit | Christoffer Dall | 1 | -2/+14 |
2017-11-06 | KVM: arm/arm64: Use separate timer for phys timer emulation | Christoffer Dall | 1 | -0/+3 |
2017-11-06 | KVM: arm/arm64: Rename soft timer to bg_timer | Christoffer Dall | 1 | -1/+1 |
2017-11-06 | KVM: arm/arm64: Make timer_arm and timer_disarm helpers more generic | Christoffer Dall | 1 | -3/+0 |
2017-07-25 | KVM: arm/arm64: PMU: Fix overflow interrupt injection | Andrew Jones | 1 | -2/+0 |
2017-06-15 | KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2 | Marc Zyngier | 1 | -0/+1 |
2017-06-15 | Merge branch 'kvmarm-master/master' into HEAD | Marc Zyngier | 1 | -1/+4 |
2017-06-08 | KVM: arm/arm64: Don't assume initialized vgic when setting PMU IRQ | Christoffer Dall | 1 | -0/+2 |
2017-06-08 | KVM: arm/arm64: Disallow userspace control of in-kernel IRQ lines | Christoffer Dall | 1 | -3/+1 |
2017-06-08 | KVM: arm/arm64: Introduce an allocator for in-kernel irq lines | Christoffer Dall | 1 | -0/+5 |
2017-06-08 | KVM: arm/arm64: Allow setting the timer IRQ numbers from userspace | Christoffer Dall | 1 | -0/+4 |
2017-06-08 | KVM: arm/arm64: Move timer IRQ default init to arch_timer.c | Christoffer Dall | 1 | -3/+1 |
2017-06-08 | KVM: arm/arm64: Move irq_is_ppi() to header file | Christoffer Dall | 1 | -0/+2 |
2017-06-08 | KVM: arm64: Allow creating the PMU without the in-kernel GIC | Christoffer Dall | 1 | -0/+6 |
2017-05-18 | KVM: arm/arm64: Fix bug when registering redist iodevs | Christoffer Dall | 1 | -1/+4 |
2017-05-09 | Merge tag 'kvm-arm-for-v4.12-round2' of git://git.kernel.org/pub/scm/linux/ke... | Paolo Bonzini | 1 | -1/+4 |
2017-05-09 | KVM: arm/arm64: Get rid of its->initialized field | Marc Zyngier | 1 | -1/+0 |
2017-05-09 | KVM: arm/arm64: Register iodevs when setting redist base and creating VCPUs | Christoffer Dall | 1 | -0/+1 |
2017-05-08 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 3 | -6/+12 |
2017-05-08 | KVM: arm64: vgic-its: Introduce migration ABI infrastructure | Eric Auger | 1 | -0/+3 |
2017-04-09 | KVM: arm/arm64: Report PMU overflow interrupts to userspace irqchip | Christoffer Dall | 1 | -0/+7 |
2017-04-09 | KVM: arm/arm64: Support arch timers with a userspace gic | Alexander Graf | 1 | -0/+2 |
2017-04-09 | KVM: arm/arm64: vgic: Get rid of MISR and EISR fields | Christoffer Dall | 1 | -4/+0 |
2017-04-09 | KVM: arm/arm64: vgic: Get rid of live_lrs | Christoffer Dall | 1 | -2/+0 |
2017-04-09 | KVM: arm/arm64: vgic: Defer touching GICH_VMCR to vcpu_load/put | Christoffer Dall | 1 | -0/+3 |
2017-04-04 | KVM: arm64: Ensure LRs are clear when they should be | Christoffer Dall | 1 | -0/+1 |
2017-02-08 | KVM: arm/arm64: Emulate the EL1 phys timer registers | Jintack Lim | 1 | -0/+2 |
2017-02-08 | KVM: arm/arm64: Initialize the emulated EL1 physical timer | Jintack Lim | 1 | -1/+2 |
2017-02-08 | KVM: arm/arm64: Add the EL1 physical timer context | Jintack Lim | 1 | -0/+2 |
2017-02-08 | KVM: arm/arm64: Decouple kvm timer functions from virtual timer | Jintack Lim | 1 | -1/+1 |
2017-02-08 | KVM: arm/arm64: Move cntvoff to each timer context | Jintack Lim | 1 | -6/+3 |
2017-02-08 | KVM: arm/arm64: Abstract virtual timer context into separate structure | Jintack Lim | 1 | -13/+14 |
2017-01-30 | KVM: arm/arm64: vgic: Implement VGICv3 CPU interface access | Vijaya Kumar K | 1 | -0/+8 |
2017-01-25 | KVM: arm/arm64: vgic: Add debugfs vgic-state file | Christoffer Dall | 1 | -0/+5 |
2017-01-25 | KVM: arm/arm64: Remove struct vgic_irq pending field | Christoffer Dall | 1 | -2/+3 |
2017-01-13 | KVM: arm64: Access CNTHCTL_EL2 bit fields correctly on VHE systems | Jintack Lim | 1 | -0/+1 |
2016-12-25 | clocksource: Use a plain u64 instead of cycle_t | Thomas Gleixner | 1 | -2/+2 |
2016-09-22 | ARM: KVM: Support vgic-v3 | Vladimir Murzin | 1 | -8/+0 |
2016-09-22 | arm64: KVM: Use static keys for selecting the GIC backend | Vladimir Murzin | 1 | -0/+4 |
2016-09-08 | arm64: KVM: vgic-v2: Add GICV access from HYP | Marc Zyngier | 1 | -0/+3 |
2016-09-08 | arm64: KVM: vgic-v2: Add the GICV emulation infrastructure | Marc Zyngier | 1 | -0/+3 |