All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] Add support for handling IRQs in userspace
@ 2015-12-01 10:19 Pavel Fedin
  2015-12-01 10:19 ` [PATCH 1/3] KVM: Introduce KVM_EXIT_IRQ Pavel Fedin
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Pavel Fedin @ 2015-12-01 10:19 UTC (permalink / raw)
  To: kvmarm, kvm; +Cc: Marc Zyngier, Gleb Natapov, Paolo Bonzini

This patch series introduces ability to handle IRQs in userspace. This is
currently necessary for ARM KVM in order to be able to use virtual CP15
timer without in-kernel irqchip. This allows to use KVM on machines with
either broken vGIC or custom interrupt controller, like Raspberry Pi 2.

The API is designed to be as much architecture-agnostic is possible.
Currently it actually supports only a single IRQ, but it can be easily
extended to accomodate more.

Pavel Fedin (3):
  KVM: Introduce KVM_EXIT_IRQ
  KVM: Documentation: Document KVM_EXIT_IRQ
  KVM: arm/arm64: Decouple virtual timer from vGIC

 Documentation/virtual/kvm/api.txt | 14 ++++++++++++++
 arch/arm/kvm/arm.c                | 14 +++++++-------
 include/linux/kvm_host.h          |  7 +++++++
 include/uapi/linux/kvm.h          |  3 +++
 virt/kvm/arm/arch_timer.c         | 23 +++++++++++++----------
 5 files changed, 44 insertions(+), 17 deletions(-)

-- 
2.4.4

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-12-01 10:18 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-12-01 10:19 [PATCH 0/3] Add support for handling IRQs in userspace Pavel Fedin
2015-12-01 10:19 ` [PATCH 1/3] KVM: Introduce KVM_EXIT_IRQ Pavel Fedin
2015-12-01 10:19 ` [PATCH 2/3] KVM: Documentation: Document KVM_EXIT_IRQ Pavel Fedin
2015-12-01 10:19 ` [PATCH 3/3] KVM: arm/arm64: Decouple virtual timer from vGIC Pavel Fedin

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.