public inbox for kvm-ppc@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2013-04-09 20:36:23 to 2013-04-26 08:24:36 UTC [more...]

[PATCH 00/20] KVM: PPC: In-kernel MPIC support with irqfd v4
 2013-04-26  8:24 UTC  (8+ 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 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 0/8 v3] KVM: PPC: e500: Enable FSL e6500 core
 2013-04-26  3:11 UTC  (14+ messages)
` [PATCH 1/8 v3] KVM: PPC: Book3E: Refactor ONE_REG ioctl implementation
` [PATCH 2/8 v3] KVM: PPC: e500: Expose MMU registers via ONE_REG
` [PATCH 3/8 v3] KVM: PPC: e500: Move vcpu's MMU configuration to dedicated functions
` [PATCH 4/8 v3] KVM: PPC: e500: Add support for TLBnPS registers
` [PATCH 5/8] KVM: PPC: e500: Add support for EPTCFG register
` [PATCH 6/8 v3] KVM: PPC: e500: Remove E.PT and E.HV.LRAT categories from VCPUs
` [PATCH 7/8 v3] KVM: PPC: e500mc: Enable e6500 cores
` [PATCH 8/8 v3] KVM: PPC: e500: Add e6500 core to Kconfig description

[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
 2013-04-25 21:13 UTC  (63+ 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 09/17] kvm: add device control API
` [PATCH 10/17] kvm/ppc/mpic: import hw/openpic.c from QEMU
` [PATCH 11/17] kvm/ppc/mpic: remove some obviously unneeded code
` [PATCH 12/17] kvm/ppc/mpic: adapt to kernel style and environment
` [PATCH 13/17] kvm/ppc/mpic: in-kernel MPIC emulation
` [PATCH 14/17] kvm/ppc/mpic: add KVM_CAP_IRQ_MPIC
` [PATCH 15/17] KVM: PPC: Support irq routing and irqfd for in-kernel MPIC
` [PATCH 16/17] KVM: PPC: MPIC: Add support for KVM_IRQ_LINE
` [PATCH 17/17] KVM: PPC: MPIC: Restrict to e500 platforms
` [PATCH 00/17] KVM: PPC: In-kernel MPIC support with irqfd v3

[RFC PATCH v3 0/6] device control and in-kernel MPIC
 2013-04-25 18:59 UTC  (19+ messages)
` [PATCH v4 0/6] device-control "
  ` [PATCH v4 1/6] kvm: add device control API
  ` [PATCH v4 2/6] kvm/ppc/mpic: import hw/openpic.c from QEMU
  ` [PATCH v4 3/6] kvm/ppc/mpic: remove some obviously unneeded code
  ` [PATCH v4 4/6] kvm/ppc/mpic: adapt to kernel style and environment
  ` [PATCH v4 5/6] kvm/ppc/mpic: in-kernel MPIC emulation
  ` [PATCH v4 6/6] kvm/ppc/mpic: add KVM_CAP_IRQ_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  (27+ messages)
` [PATCH 1/7] KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINS
` [PATCH 2/7] KVM: Introduce __KVM_HAVE_IRQCHIP
` [PATCH 3/7] KVM: Remove kvm_get_intr_delivery_bitmask
` [PATCH 4/7] KVM: Move irq routing to generic code
` [PATCH 5/7] KVM: Extract generic irqchip logic into irqchip.c
` [PATCH 6/7] KVM: Move irq routing setup to irqchip.c
` [PATCH 7/7] KVM: Move irqfd resample cap handling to generic code

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

[PULL 0/5] ppc patch queue 2013-04-17
 2013-04-22  7:47 UTC  (5+ messages)
` [PATCH 1/3] Added ONE_REG interface for debug instruction
` [PATCH 2/3] KVM: PPC: emulate dcbst
` [PATCH 3/3] kvm/ppc: don't call complete_mmio_load when it's a store

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

[PATCH 0/9] In-kernel XICS interrupt controller emulation
 2013-04-19 15:16 UTC  (7+ messages)
` [PATCH 1/9] KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS calls

[PATCH 0/2] KVM: PPC: Migration bugfixes for HV KVM
 2013-04-19  5:51 UTC  (3+ messages)
` [PATCH 1/2] KVM: PPC: Book3S HV: Make HPT reading code notice R/C bit changes
` [PATCH 2/2] KVM: PPC: Book3S HV: Report VPA and DTL modifications in dirty map

[PATCH v5 0/8] In-kernel XICS interrupt controller emulation
 2013-04-18  6:32 UTC  (9+ messages)
` [PATCH 1/8] KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS calls
` [PATCH 2/8] KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controller
` [PATCH 3/8] KVM: PPC: Book3S HV: Speed up wakeups of CPUs on HV KVM
` [PATCH 4/8] KVM: PPC: Book3S HV: Add support for real mode ICP in XICS emulation
` [PATCH 5/8] KVM: PPC: Book3S HV: Improve real-mode handling of external interrupts
` [PATCH 6/8] KVM: PPC: Book3S: Add support for ibm,int-on/off RTAS calls
` [PATCH 7/8] KVM: PPC: Book3S: Facilities to save/restore XICS presentation ctrler state
` [PATCH 8/8] KVM: PPC: Book 3S: Add API for in-kernel XICS emulation

[PULL 0/7] ppc patch queue 2013-03-22
 2013-04-16 21:28 UTC  (14+ messages)

[PATCH] kvm/ppc: don't call complete_mmio_load when it's a store
 2013-04-16 15:54 UTC  (2+ messages)

[PATCH tip/core/rcu 2/2] powerpc,kvm: Fix unbalanced srcu_read_[un]lock()
 2013-04-12 23:38 UTC 

[PATCH v4 0/8] In-kernel XICS interrupt controller emulation
 2013-04-12  3:42 UTC  (10+ messages)
` [PATCH 1/8] KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS calls
` [PATCH 2/8] KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controller
` [PATCH 3/8] KVM: PPC: Book3S HV: Speed up wakeups of CPUs on HV KVM
` [PATCH 4/8] KVM: PPC: Book3S HV: Add support for real mode ICP in XICS emulation
` [PATCH 5/8] KVM: PPC: Book3S HV: Improve real-mode handling of external interrupts
` [PATCH 6/8] KVM: PPC: Book3S: Add support for ibm,int-on/off RTAS calls
` [PATCH 7/8] KVM: PPC: Book3S: Facilities to save/restore XICS presentation ctrler state
` [PATCH 8/8] KVM: PPC: Book 3S: Add API for in-kernel XICS emulation

[PATCH 1/9] powerpc,kvm: fix imbalance srcu_read_[un]lock()
 2013-04-11 21:51 UTC  (3+ messages)

[PATCH] bookehv: Handle debug exception on guest exit
 2013-04-11 18:44 UTC  (7+ messages)

[PULL 3.9 0/4] ppc patch queue 2013-04-11 for 3.9
 2013-04-11 15:34 UTC  (5+ messages)
` [PATCH 1/4] kvm/powerpc/e500mc: fix tlb invalidation on cpu migration
` [PATCH 2/4] kvm/ppc/e500: h2g_tlb1_rmap: esel 0 is valid
` [PATCH 3/4] kvm/ppc/e500: g2h_tlb1_map: clear old bit before setting new bit
` [PATCH 4/4] kvm/ppc/e500: eliminate tlb_refs

[PATCH 0/7 v3] KVM :PPC: Userspace Debug support
 2013-04-10 22:09 UTC  (5+ 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] KVM: PPC: emulate dcbst
 2013-04-10 22:02 UTC  (4+ messages)


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