Age | Commit message (Expand) | Author |
2019-03-23 | KVM: arm/arm64: Fix MMIO emulation data handling | Christoffer Dall |
2019-02-23 | kvm: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974) | Jann Horn |
2018-12-17 | mm: replace get_user_pages_unlocked() write/force parameters with gup_flags | Lorenzo Stoakes |
2018-12-17 | mm: remove write/force parameters from __get_user_pages_unlocked() | Lorenzo Stoakes |
2018-08-24 | KVM: irqfd: fix race between EPOLLHUP and irq_bypass_register_consumer | Paolo Bonzini |
2018-07-25 | KVM/Eventfd: Avoid crash when assign and deassign specific eventfd in parallel. | Lan Tianyu |
2018-03-11 | KVM: mmu: Fix overlap between public and private memslots | Wanpeng Li |
2017-12-25 | KVM: pci-assign: do not map smm memory slot pages in vt-d page tables | Herongguang (Stephen) |
2017-12-09 | KVM: arm/arm64: Fix occasional warning from the timer work function | Christoffer Dall |
2017-07-27 | vfio: New external user group/file match | Alex Williamson |
2017-04-08 | KVM: kvm_io_bus_unregister_dev() should never fail | David Hildenbrand |
2017-04-08 | KVM: x86: clear bus pointer when destroyed | Peter Xu |
2017-01-19 | KVM: eventfd: fix NULL deref irqbypass consumer | Wanpeng Li |
2016-08-20 | KVM: nVMX: Fix memory corruption when using VMCS shadowing | Jim Mattson |
2016-07-27 | kvm: Fix irq route entries exceeding KVM_MAX_IRQ_ROUTES | Xiubo Li |
2016-06-24 | KVM: irqfd: fix NULL pointer dereference in kvm_irq_map_gsi | Paolo Bonzini |
2016-05-04 | KVM: arm/arm64: Handle forward time correction gracefully | Marc Zyngier |
2016-04-12 | KVM: fix spin_lock_init order on x86 | Paolo Bonzini |
2016-03-16 | kvm: cap halt polling at exactly halt_poll_ns | David Matlack |
2016-03-03 | KVM: arm/arm64: vgic: Ensure bitmaps are long enough | Mark Rutland |
2016-03-03 | KVM: async_pf: do not warn on page allocation failures | Christian Borntraeger |
2016-02-25 | KVM: arm/arm64: Fix reference to uninitialised VGIC | Andre Przywara |
2015-12-11 | KVM: arm/arm64: vgic: Fix kvm_vgic_map_is_active's dist check | Christoffer Dall |
2015-11-24 | KVM: arm/arm64: vgic: Trust the LR state for HW IRQs | Christoffer Dall |
2015-11-24 | KVM: arm/arm64: arch_timer: Preserve physical dist. active state on LR.active | Christoffer Dall |
2015-11-05 | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds |
2015-11-04 | KVM: x86: merge kvm_arch_set_irq with kvm_set_msi_inatomic | Paolo Bonzini |
2015-11-04 | KVM: don't pointlessly leave KVM_COMPAT=y in non-KVM configs | Jan Beulich |
2015-11-04 | Merge tag 'kvm-arm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Paolo Bonzini |
2015-11-04 | KVM: arm/arm64: Merge vgic_set_lr() and vgic_sync_lr_elrsr() | Pavel Fedin |
2015-11-04 | KVM: arm/arm64: Clean up vgic_retire_lr() and surroundings | Pavel Fedin |
2015-11-04 | KVM: arm/arm64: Optimize away redundant LR tracking | Pavel Fedin |
2015-11-03 | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds |
2015-10-22 | arm/arm64: KVM: Add tracepoints for vgic and timer | Christoffer Dall |
2015-10-22 | arm/arm64: KVM: Support edge-triggered forwarded interrupts | Christoffer Dall |
2015-10-22 | arm/arm64: KVM: Rework the arch timer to use level-triggered semantics | Christoffer Dall |
2015-10-22 | arm/arm64: KVM: Use appropriate define in VGIC reset code | Christoffer Dall |
2015-10-22 | arm/arm64: KVM: Implement GICD_ICFGR as RO for PPIs | Christoffer Dall |
2015-10-22 | arm/arm64: KVM: vgic: Factor out level irq processing on guest exit | Christoffer Dall |
2015-10-22 | arm/arm64: KVM: arch_timer: Only schedule soft timer on vcpu_block | Christoffer Dall |
2015-10-22 | KVM: Add kvm_arch_vcpu_{un}blocking callbacks | Christoffer Dall |
2015-10-20 | arm/arm64: KVM: Fix disabled distributor operation | Christoffer Dall |
2015-10-20 | arm/arm64: KVM: Clear map->active on pend/active clear | Christoffer Dall |
2015-10-20 | arm/arm64: KVM: Fix arch timer behavior for disabled interrupts | Christoffer Dall |
2015-10-20 | KVM: arm/arm64: Do not inject spurious interrupts | Pavel Fedin |
2015-10-16 | kvm/irqchip: allow only multiple irqchip routes per GSI | Andrey Smetanin |
2015-10-16 | kvm/eventfd: add arch-specific set_irq | Andrey Smetanin |
2015-10-16 | kvm/eventfd: factor out kvm_notify_acked_gsi() | Andrey Smetanin |
2015-10-16 | kvm/eventfd: avoid loop inside irqfd_update() | Andrey Smetanin |
2015-10-14 | kvm: fix waitqueue_active without memory barrier in virt/kvm/async_pf.c | Kosuke Tatsukawa |