public inbox for kvm-ppc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-04-19 15:29:11 to 2013-05-02 16:47:39 UTC [more...]

[PATCH 1/3] kvm/ppc/booke: Hold srcu lock when calling gfn functions
 2013-05-02 16:47 UTC  (15+ messages)
` [PATCH 2/3] kvm/ppc: Hold srcu lock when calling kvm_io_bus_read/write
` [PATCH 3/3] kvm: Fix obsolete comment about locking for kvm_io_bus_read/write

[PATCH 0/7 v3] KVM :PPC: Userspace Debug support
 2013-05-02 14:04 UTC  (16+ messages)
` [PATCH 1/7 v3] KVM: PPC: debug stub interface parameter defined
  ` [PATCH 2/7 v3] Rename EMULATE_DO_PAPR to EMULATE_EXIT_USER
    ` [PATCH 3/7 v3] KVM: extend EMULATE_EXIT_USER to support different exit reasons
      ` [PATCH 4/7 v3] booke: exit to user space if emulator request
        ` [PATCH 5/7 v3] KVM: PPC: exit to user space on "ehpriv" instruction
          ` [PATCH 6/7 v3] powerpc: export debug register save function for KVM
            ` [PATCH 7/7 v3] KVM: PPC: Add userspace debug stub support

[PULL 0/6] ppc patch queue 2013-05-02 for 3.10
 2013-05-02 13:32 UTC  (7+ messages)
` [PATCH 1/6] kvm/ppc/mpic: remove default routes from documentation
` [PATCH 2/6] kvm/ppc/mpic: fix mmio region lists when multiple guests used
` [PATCH 3/6] kvm/ppc/mpic: remove users
` [PATCH 4/6] kvm/ppc: Hold srcu lock when calling kvm_io_bus_read/write
` [PATCH 5/6] kvm/ppc/mpic: fix missing unlock in set_base_addr()
` [PATCH 6/6] KVM: PPC: Book3S: Add API for in-kernel XICS emulation

[PATCH 1/2] kvm/ppc/mpic: fix mmio region lists when multiple guests used
 2013-05-02 11:25 UTC  (3+ messages)
` [PATCH 2/2] kvm/ppc/mpic: remove users

[PATCH -next] kvm/ppc/mpic: fix missing unlock in set_base_addr()
 2013-05-02 11:17 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S: Add API for in-kernel XICS emulation
 2013-05-02 11:17 UTC  (3+ messages)
`  "

[PATCH 16/17] KVM: PPC: MPIC: Add support for KVM_IRQ_LINE
 2013-05-01 13:15 UTC  (7+ messages)

[PATCH] kvm/ppc/mpic: remove default routes from documentation
 2013-04-30 10:03 UTC  (2+ messages)

[PATCH v5 0/8] In-kernel XICS interrupt controller emulation
 2013-04-30  9:59 UTC  (9+ messages)

[PATCH 00/20] KVM: PPC: In-kernel MPIC support with irqfd v4
 2013-04-28 10:05 UTC  (90+ messages)
` [PATCH 01/20] KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINS
` [PATCH 02/20] KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTING
` [PATCH 03/20] KVM: Drop __KVM_HAVE_IOAPIC condition on irq routing
` [PATCH 04/20] KVM: Remove kvm_get_intr_delivery_bitmask
` [PATCH 05/20] KVM: Move irq routing to generic code
` [PATCH 06/20] KVM: Extract generic irqchip logic into irqchip.c
` [PATCH 07/20] KVM: Move irq routing setup to irqchip.c
` [PATCH 08/20] KVM: Move irqfd resample cap handling to generic code
` [PATCH 09/20] kvm: add device control API
` [PATCH 10/20] kvm/ppc/mpic: import hw/openpic.c from QEMU
` [PATCH 11/20] kvm/ppc/mpic: remove some obviously unneeded code
` [PATCH 12/20] kvm/ppc/mpic: adapt to kernel style and environment
` [PATCH 13/20] kvm/ppc/mpic: in-kernel MPIC emulation
` [PATCH 14/20] kvm/ppc/mpic: add KVM_CAP_IRQ_MPIC
` [PATCH 15/20] KVM: PPC: Support irq routing and irqfd for in-kernel MPIC
` [PATCH 16/20] KVM: PPC: MPIC: Add support for KVM_IRQ_LINE
` [PATCH 17/20] KVM: PPC: MPIC: Restrict to e500 platforms
` [PATCH 18/20] KVM: IA64: Carry non-ia64 changes into ia64
` [PATCH 19/20] kvm: destroy emulated devices on VM exit
` [PATCH 20/20] kvm/ppc/mpic: Eliminate mmio_mapped
  ` [PULL 00/42] ppc patch queue 2013-04-26 for 3.10
  ` [PATCH 01/42] KVM: PPC: cache flush for kernel managed pages
  ` [PATCH 02/42] KVM: PPC: debug stub interface parameter defined
  ` [PATCH 03/42] Rename EMULATE_DO_PAPR to EMULATE_EXIT_USER
  ` [PATCH 04/42] KVM: extend EMULATE_EXIT_USER to support different exit reasons
  ` [PATCH 05/42] booke: exit to user space if emulator request
  ` [PATCH 06/42] KVM: PPC: Book3E: Refactor ONE_REG ioctl implementation
  ` [PATCH 07/42] KVM: PPC: e500: Expose MMU registers via ONE_REG
  ` [PATCH 08/42] KVM: PPC: e500: Move vcpu's MMU configuration to dedicated functions
  ` [PATCH 09/42] KVM: PPC: e500: Add support for TLBnPS registers
  ` [PATCH 10/42] KVM: PPC: e500: Add support for EPTCFG register
  ` [PATCH 11/42] KVM: PPC: e500: Remove E.PT and E.HV.LRAT categories from VCPUs
  ` [PATCH 12/42] KVM: PPC: e500mc: Enable e6500 cores
  ` [PATCH 13/42] KVM: PPC: e500: Add e6500 core to Kconfig description
  ` [PATCH 14/42] KVM: PPC: Book3S HV: Make HPT reading code notice R/C bit changes
  ` [PATCH 15/42] KVM: PPC: Book3S HV: Report VPA and DTL modifications in dirty map
  ` [PATCH 16/42] KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINS
  ` [PATCH 17/42] KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTING
  ` [PATCH 18/42] KVM: Drop __KVM_HAVE_IOAPIC condition on irq routing
  ` [PATCH 19/42] KVM: Remove kvm_get_intr_delivery_bitmask
  ` [PATCH 20/42] KVM: Move irq routing to generic code
  ` [PATCH 21/42] KVM: Extract generic irqchip logic into irqchip.c
  ` [PATCH 22/42] KVM: Move irq routing setup to irqchip.c
  ` [PATCH 23/42] KVM: Move irqfd resample cap handling to generic code
  ` [PATCH 24/42] kvm: add device control API
  ` [PATCH 25/42] kvm/ppc/mpic: import hw/openpic.c from QEMU
  ` [PATCH 26/42] kvm/ppc/mpic: remove some obviously unneeded code
  ` [PATCH 27/42] kvm/ppc/mpic: adapt to kernel style and environment
  ` [PATCH 28/42] kvm/ppc/mpic: in-kernel MPIC emulation
  ` [PATCH 29/42] kvm/ppc/mpic: add KVM_CAP_IRQ_MPIC
  ` [PATCH 30/42] KVM: PPC: Support irq routing and irqfd for in-kernel MPIC
  ` [PATCH 31/42] KVM: PPC: MPIC: Add support for KVM_IRQ_LINE
  ` [PATCH 32/42] KVM: PPC: MPIC: Restrict to e500 platforms
  ` [PATCH 33/42] KVM: IA64: Carry non-ia64 changes into ia64
  ` [PATCH 34/42] kvm: destroy emulated devices on VM exit
  ` [PATCH 35/42] kvm/ppc/mpic: Eliminate mmio_mapped
  ` [PATCH 36/42] KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS calls
  ` [PATCH 37/42] KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controller
  ` [PATCH 38/42] KVM: PPC: Book3S HV: Speed up wakeups of CPUs on HV KVM
  ` [PATCH 39/42] KVM: PPC: Book3S HV: Add support for real mode ICP in XICS emulation
  ` [PATCH 40/42] KVM: PPC: Book3S HV: Improve real-mode handling of external interrupts
  ` [PATCH 41/42] KVM: PPC: Book3S: Add support for ibm,int-on/off RTAS calls
  ` [PATCH 42/42] KVM: PPC: Book3S: Facilities to save/restore XICS presentation ctrler state

[PATCH 0/2] KVM: PPC: Migration bugfixes for HV KVM
 2013-04-26 13:51 UTC  (2+ messages)

[PATCH 0/8 v3] KVM: PPC: e500: Enable FSL e6500 core
 2013-04-26 13:48 UTC  (2+ messages)

[RFC PATCH v3 0/6] device control and in-kernel MPIC
 2013-04-26  9:57 UTC  (14+ messages)
` [PATCH v4 0/6] device-control "
  ` [PATCH v4 1/6] kvm: add device control API

[PATCH 8/8 v3] KVM: PPC: e500: Add e6500 core to Kconfig description
 2013-04-26  9:38 UTC  (6+ messages)

[PATCH v2] KVM: PPC: cache flush for kernel managed pages
 2013-04-26  7:38 UTC  (2+ messages)

[PATCH] kvm/powerpc/e500mc: fix tlb invalidation on cpu migration
 2013-04-26  6:43 UTC  (2+ messages)

[PATCH] ppc: initialize GPRs as per epapr
 2013-04-26  6:26 UTC  (2+ messages)

[PATCH 1/2] kvm: destroy emulated devices on VM exit
 2013-04-26  6:25 UTC  (3+ messages)
` [PATCH 2/2] kvm/ppc/mpic: Eliminate mmio_mapped

[PATCH 1/1] kvm:book3e: Fix a build error
 2013-04-26  1:53 UTC  (3+ messages)

[PATCH 00/17] KVM: PPC: In-kernel MPIC support with irqfd v3
 2013-04-25 16:53 UTC  (24+ messages)
` [PATCH 01/17] KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINS
` [PATCH 02/17] KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTING
` [PATCH 03/17] KVM: Drop __KVM_HAVE_IOAPIC condition on irq routing
` [PATCH 04/17] KVM: Remove kvm_get_intr_delivery_bitmask
` [PATCH 05/17] KVM: Move irq routing to generic code
` [PATCH 06/17] KVM: Extract generic irqchip logic into irqchip.c
` [PATCH 07/17] KVM: Move irq routing setup to irqchip.c
` [PATCH 08/17] KVM: Move irqfd resample cap handling to generic code
` [PATCH 15/17] KVM: PPC: Support irq routing and irqfd for in-kernel MPIC

[PATCH] KVM : PPC : cache flush for kernel managed pages
 2013-04-25 15:07 UTC  (3+ messages)

[PATCH 0/7] KVM: irqfd generalization prepare patch set
 2013-04-25  9:39 UTC  (16+ messages)
` [PATCH 2/7] KVM: Introduce __KVM_HAVE_IRQCHIP

[PATCH] kvm/powerpc/e500mc: fix tlb invalidation on cpu migration
 2013-04-25  9:04 UTC  (3+ messages)

[PATCH 15/17] KVM: PPC: Support irq routing and irqfd for in-kernel MPIC
 2013-04-22 23:31 UTC  (3+ messages)

[PULL 0/5] ppc patch queue 2013-04-17
 2013-04-22  7:47 UTC  (2+ messages)

[PATCH] KVM/PPC: emulate ehpriv
 2013-04-19 15:29 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox