aboutsummaryrefslogtreecommitdiff
path: root/virt/kvm/arm
AgeCommit message (Expand)Author
2016-11-09arm64: KVM: Turn system register numbers to an enumMarc Zyngier
2016-11-09KVM: arm/arm64: vgic-v3: Make the LR indexing macro publicMarc Zyngier
2016-05-04KVM: arm/arm64: Handle forward time correction gracefullyMarc Zyngier
2016-03-03KVM: arm/arm64: vgic: Ensure bitmaps are long enoughMark Rutland
2016-02-25KVM: arm/arm64: Fix reference to uninitialised VGICAndre Przywara
2015-12-11KVM: arm/arm64: vgic: Fix kvm_vgic_map_is_active's dist checkChristoffer Dall
2015-11-24KVM: arm/arm64: vgic: Trust the LR state for HW IRQsChristoffer Dall
2015-11-24KVM: arm/arm64: arch_timer: Preserve physical dist. active state on LR.activeChristoffer Dall
2015-11-05Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2015-11-04KVM: arm/arm64: Merge vgic_set_lr() and vgic_sync_lr_elrsr()Pavel Fedin
2015-11-04KVM: arm/arm64: Clean up vgic_retire_lr() and surroundingsPavel Fedin
2015-11-04KVM: arm/arm64: Optimize away redundant LR trackingPavel Fedin
2015-11-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2015-10-22arm/arm64: KVM: Add tracepoints for vgic and timerChristoffer Dall
2015-10-22arm/arm64: KVM: Support edge-triggered forwarded interruptsChristoffer Dall
2015-10-22arm/arm64: KVM: Rework the arch timer to use level-triggered semanticsChristoffer Dall
2015-10-22arm/arm64: KVM: Use appropriate define in VGIC reset codeChristoffer Dall
2015-10-22arm/arm64: KVM: Implement GICD_ICFGR as RO for PPIsChristoffer Dall
2015-10-22arm/arm64: KVM: vgic: Factor out level irq processing on guest exitChristoffer Dall
2015-10-22arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_blockChristoffer Dall
2015-10-20arm/arm64: KVM: Fix disabled distributor operationChristoffer Dall
2015-10-20arm/arm64: KVM: Clear map->active on pend/active clearChristoffer Dall
2015-10-20arm/arm64: KVM: Fix arch timer behavior for disabled interruptsChristoffer Dall
2015-10-20KVM: arm/arm64: Do not inject spurious interruptsPavel Fedin
2015-10-09arm/arm64: KVM: Only allow 64bit hosts to build VGICv3Jean-Philippe Brucker
2015-09-17arm/arm64: KVM: Remove 'config KVM_ARM_MAX_VCPUS'Ming Lei
2015-09-04arm/arm64: KVM: arch timer: Reset CNTV_CTL to 0Christoffer Dall
2015-09-04arm/arm64: KVM: vgic: Move active state handling to flush_hwstateChristoffer Dall
2015-08-12KVM: arm/arm64: timer: Allow the timer to control the active stateMarc Zyngier
2015-08-12KVM: arm/arm64: vgic: Prevent userspace injection of a mapped interruptMarc Zyngier
2015-08-12KVM: arm/arm64: vgic: Add vgic_{get,set}_phys_irq_activeMarc Zyngier
2015-08-12KVM: arm/arm64: vgic: Allow HW interrupts to be queued to a guestMarc Zyngier
2015-08-12KVM: arm/arm64: vgic: Allow dynamic mapping of physical/virtual interruptsMarc Zyngier
2015-08-12KVM: arm/arm64: vgic: Relax vgic_can_sample_irq for edge IRQsMarc Zyngier
2015-08-12KVM: arm/arm64: vgic: Allow HW irq to be encoded in LRMarc Zyngier
2015-06-24Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2015-06-18KVM: arm/arm64: vgic: Remove useless arm-gic.h #includeMarc Zyngier
2015-06-17KVM: arm/arm64: vgic: Avoid injecting reserved IRQ numbersMarc Zyngier
2015-06-17KVM: arm: vgic: Drop useless Group0 warningMarc Zyngier
2015-06-12arm64: KVM: Switch vgic save/restore to alternative_insnMarc Zyngier
2015-06-09KVM: arm64: add active register handling to GICv3 emulation as wellAndre Przywara
2015-04-22KVM: arm/arm64: check IRQ number on userland injectionAndre Przywara
2015-04-22KVM: arm: irqfd: fix value returned by kvm_irq_map_gsiEric Auger
2015-04-07Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini
2015-03-30KVM: arm/arm64: rework MMIO abort handling to use KVM MMIO busAndre Przywara
2015-03-30KVM: arm/arm64: prepare GICv3 emulation to use kvm_io_bus MMIO handlingAndre Przywara
2015-03-30KVM: arm/arm64: merge GICv3 RD_base and SGI_base register framesAndre Przywara
2015-03-26KVM: arm/arm64: prepare GICv2 emulation to be handled by kvm_io_busAndre Przywara
2015-03-26KVM: arm/arm64: implement kvm_io_bus MMIO handling for the VGICAndre Przywara
2015-03-26KVM: arm/arm64: simplify vgic_find_range() and callersAndre Przywara