summaryrefslogtreecommitdiffstats
path: root/virt
Commit message (Expand)AuthorAgeFilesLines
* KVM: don't pointlessly leave KVM_COMPAT=y in non-KVM configsJan Beulich2015-11-041-1/+1
* Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2015-11-046-248/+331
|\
| * KVM: arm/arm64: Merge vgic_set_lr() and vgic_sync_lr_elrsr()Pavel Fedin2015-11-043-22/+2
| * KVM: arm/arm64: Clean up vgic_retire_lr() and surroundingsPavel Fedin2015-11-041-27/+10
| * KVM: arm/arm64: Optimize away redundant LR trackingPavel Fedin2015-11-043-38/+17
| * arm/arm64: KVM: Add tracepoints for vgic and timerChristoffer Dall2015-10-223-0/+72
| * arm/arm64: KVM: Support edge-triggered forwarded interruptsChristoffer Dall2015-10-221-18/+22
| * arm/arm64: KVM: Rework the arch timer to use level-triggered semanticsChristoffer Dall2015-10-222-101/+82
| * arm/arm64: KVM: Use appropriate define in VGIC reset codeChristoffer Dall2015-10-221-2/+6
| * arm/arm64: KVM: Implement GICD_ICFGR as RO for PPIsChristoffer Dall2015-10-221-3/+2
| * arm/arm64: KVM: vgic: Factor out level irq processing on guest exitChristoffer Dall2015-10-221-38/+56
| * arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_blockChristoffer Dall2015-10-221-34/+60
| * KVM: Add kvm_arch_vcpu_{un}blocking callbacksChristoffer Dall2015-10-221-0/+3
| * arm/arm64: KVM: Fix disabled distributor operationChristoffer Dall2015-10-201-5/+6
| * arm/arm64: KVM: Clear map->active on pend/active clearChristoffer Dall2015-10-201-1/+31
| * arm/arm64: KVM: Fix arch timer behavior for disabled interruptsChristoffer Dall2015-10-202-32/+30
| * KVM: arm/arm64: Do not inject spurious interruptsPavel Fedin2015-10-201-2/+7
* | kvm/irqchip: allow only multiple irqchip routes per GSIAndrey Smetanin2015-10-161-3/+3
* | kvm/eventfd: add arch-specific set_irqAndrey Smetanin2015-10-161-1/+12
* | kvm/eventfd: factor out kvm_notify_acked_gsi()Andrey Smetanin2015-10-161-5/+11
* | kvm/eventfd: avoid loop inside irqfd_update()Andrey Smetanin2015-10-161-8/+5
* | kvm: fix waitqueue_active without memory barrier in virt/kvm/async_pf.cKosuke Tatsukawa2015-10-141-0/+4
* | KVM: Update Posted-Interrupts Descriptor when vCPU is blockedFeng Wu2015-10-011-0/+3
* | KVM: Add an arch specific hooks in 'struct kvm_kernel_irqfd'Feng Wu2015-10-011-1/+18
* | KVM: eventfd: add irq bypass consumer managementEric Auger2015-10-011-0/+15
* | KVM: introduce kvm_arch functions for IRQ bypassEric Auger2015-10-012-0/+15
* | KVM: create kvm_irqfd.hEric Auger2015-10-011-72/+23
* | virt: Add virt directory to the top MakefileFeng Wu2015-10-011-0/+1
* | virt: IRQ bypass managerAlex Williamson2015-10-013-0/+260
* | kvm: add capability for any-length ioeventfdsJason Wang2015-10-012-3/+2
* | kvm: use kmalloc() instead of kzalloc() during iodev register/unregisterJason Wang2015-10-011-2/+2
* | KVM: x86: Add EOI exit bitmap inferenceSteve Rutherford2015-10-011-10/+2
|/
* KVM: disable halt_poll_ns as default for s390xDavid Hildenbrand2015-09-251-2/+2
* Merge tag 'kvm-arm-for-4.3-rc2-2' of git://git.kernel.org/pub/scm/linux/kerne...Paolo Bonzini2015-09-171-1/+1
|\
| * arm/arm64: KVM: Remove 'config KVM_ARM_MAX_VCPUS'Ming Lei2015-09-171-1/+1
* | KVM: add halt_attempted_poll to VCPU statsPaolo Bonzini2015-09-161-0/+1
* | kvm: fix zero length mmio searchingJason Wang2015-09-151-2/+17
* | kvm: fix double free for fast mmio eventfdJason Wang2015-09-151-18/+25
* | kvm: factor out core eventfd assign/deassign logicJason Wang2015-09-151-35/+50
* | kvm: don't try to register to KVM_FAST_MMIO_BUS for non mmio eventfdJason Wang2015-09-151-2/+2
* | KVM: make the declaration of functions within 80 charactersWei Yang2015-09-141-2/+2
* | Merge tag 'kvm-arm-for-4.3-rc2' of git://git.kernel.org/pub/scm/linux/kernel/...Paolo Bonzini2015-09-142-16/+34
|\|
| * arm/arm64: KVM: arch timer: Reset CNTV_CTL to 0Christoffer Dall2015-09-041-0/+8
| * arm/arm64: KVM: vgic: Move active state handling to flush_hwstateChristoffer Dall2015-09-041-16/+26
* | KVM: fix polling for guest halt continued even if disable itWanpeng Li2015-09-141-1/+2
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2015-09-101-0/+31
|\ \
| * | mmu-notifier: add clear_young callbackVladimir Davydov2015-09-101-0/+31
* | | kvm: irqchip: fix memory leakSudip Mukherjee2015-09-081-2/+6
* | | KVM: trace kvm_halt_poll_ns grow/shrinkWanpeng Li2015-09-061-2/+6
* | | KVM: dynamic halt-pollingWanpeng Li2015-09-061-2/+51