messages from 2013-04-01 22:47:48 to 2013-04-19 05:49:53 UTC [more...]
[PATCH 0/2] KVM: PPC: Migration bugfixes for HV KVM
2013-04-19 5:49 UTC
[PATCH] KVM/PPC: emulate ehpriv
2013-04-19 2:44 UTC
[PATCH 00/17] KVM: PPC: In-kernel MPIC support with irqfd
2013-04-19 1:37 UTC (25+ 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 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/5] ppc patch queue 2013-04-17
2013-04-17 19:04 UTC (4+ 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 0/7] KVM: irqfd generalization prepare patch set
2013-04-17 12:16 UTC (21+ 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
[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)
[RFC PATCH 0/6] kvm/ppc/mpic: in-kernel irqchip
2013-04-16 3:59 UTC (65+ messages)
` [RFC PATCH v2 0/6] device control and in-kernel MPIC
` [RFC PATCH v2 1/6] kvm: add device control API
` [RFC PATCH v2 2/6] kvm/ppc/mpic: import hw/openpic.c from QEMU
` [RFC PATCH v2 3/6] kvm/ppc/mpic: remove some obviously unneeded code
` [RFC PATCH v2 4/6] kvm/ppc/mpic: adapt to kernel style and environment
` [RFC PATCH v2 5/6] kvm/ppc/mpic: in-kernel MPIC emulation
` [RFC PATCH v2 6/6] kvm/ppc/mpic: add KVM_CAP_IRQ_MPIC
` [RFC PATCH v3 0/6] device control and in-kernel MPIC
` [RFC PATCH v3 1/6] kvm: add device control API
` [RFC PATCH v3 2/6] kvm/ppc/mpic: import hw/openpic.c from QEMU
` [RFC PATCH v3 3/6] kvm/ppc/mpic: remove some obviously unneeded code
` [RFC PATCH v3 4/6] kvm/ppc/mpic: adapt to kernel style and environment
` [RFC PATCH v3 5/6] kvm/ppc/mpic: in-kernel MPIC emulation
` [RFC PATCH v3 6/6] kvm/ppc/mpic: add KVM_CAP_IRQ_MPIC
` [PATCH v4 0/6] device-control and in-kernel MPIC
` [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 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/8 v3] KVM: PPC: e500: Enable FSL e6500 core
2013-04-11 10:03 UTC (9+ 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 0/7 v3] KVM :PPC: Userspace Debug support
2013-04-10 22:09 UTC (11+ 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
[PATCH] KVM: PPC: emulate dcbst
2013-04-10 22:02 UTC (4+ messages)
[PULL 0/7] ppc patch queue 2013-03-22
2013-04-08 18:17 UTC (2+ messages)
[PATCH 0/9] In-kernel XICS interrupt controller emulation
2013-04-04 22:38 UTC (6+ messages)
` [PATCH 1/9] KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS calls
[PATCH 0/7 v2] KVM: PPC: e500: Enable FSL e6500 core
2013-04-04 13:26 UTC (4+ messages)
` [PATCH 1/7 v2] KVM: PPC: e500: Expose MMU registers via ONE_REG
[PATCH 0/4 v2] KVM :PPC: Userspace Debug support
2013-04-03 18:00 UTC (23+ messages)
` [PATCH 2/4 v2] KVM: PPC: debug stub interface parameter defined
` [PATCH 4/4 v2] KVM: PPC: Add userspace debug stub support
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox