messages from 2013-03-14 04:42:42 to 2013-04-11 05:56:56 UTC [more...]
[PATCH v4 0/8] In-kernel XICS interrupt controller emulation
2013-04-11 5:56 UTC (8+ 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 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)
[RFC PATCH 0/6] kvm/ppc/mpic: in-kernel irqchip
2013-04-09 0:50 UTC (59+ messages)
` [RFC PATCH 6/6] kvm/ppc/mpic: in-kernel MPIC emulation
` [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
[PULL 0/7] ppc patch queue 2013-03-22
2013-04-08 18:17 UTC (21+ messages)
` [PATCH 1/7] KVM: PPC: move tsr update in a separate function
` [PATCH 2/7] KVM: PPC: Added one_reg interface for timer registers
` [PATCH 3/7] KVM: PPC: booke: Added debug handler
` [PATCH 4/7] kvm/ppc/e500: h2g_tlb1_rmap: esel 0 is valid
` [PATCH 5/7] kvm/ppc/e500: g2h_tlb1_map: clear old bit before setting new bit
` [PATCH 6/7] kvm/ppc/e500: eliminate tlb_refs
` [PATCH 7/7] KVM: PPC: Remove unused argument to kvmppc_core_dequeue_external
[PATCH] bookehv: Handle debug exception on guest exit
2013-04-05 7:53 UTC (4+ messages)
[PATCH 0/9] In-kernel XICS interrupt controller emulation
2013-04-04 22:38 UTC (8+ messages)
` [PATCH 1/9] KVM: PPC: Book3S: Add infrastructure to implement kernel-side RTAS calls
` [PATCH 2/9] KVM: PPC: Remove unused argument to kvmppc_core_dequeue_external
[PATCH 0/7 v2] KVM: PPC: e500: Enable FSL e6500 core
2013-04-04 13:26 UTC (15+ messages)
` [PATCH 1/7 v2] KVM: PPC: e500: Expose MMU registers via ONE_REG
` [PATCH 2/7 v2] KVM: PPC: e500: Move vcpu's MMU configuration to dedicated functions
` [PATCH 3/7 v2] KVM: PPC: e500: Add support for TLBnPS registers
` [PATCH 4/7 v2] KVM: PPC: e500: Add support for EPTCFG register
` [PATCH 5/7 v2] KVM: PPC: e500: Remove E.PT and E.HV.LRAT categories from VCPUs
` [PATCH 6/7 v2] KVM: PPC: e500mc: Enable e6500 cores
` [PATCH 7/7 v2] KVM: PPC: e500: Add e6500 core to Kconfig description
[PATCH 0/4 v2] KVM :PPC: Userspace Debug support
2013-04-03 18:00 UTC (27+ messages)
` [PATCH 1/4 v2] Added ONE_REG interface for debug instruction
` [PATCH 2/4 v2] KVM: PPC: debug stub interface parameter defined
` [PATCH 3/4 v2] Rename EMULATE_DO_PAPR to EMULATE_EXIT_USER
` [PATCH 4/4 v2] KVM: PPC: Add userspace debug stub support
kvm error message when trying to run Mac-On-Linux
2013-03-29 12:28 UTC (2+ messages)
[PATCH] KVM: PPC: e500: Add separate functions for vcpu's MMU configuration
2013-03-21 11:48 UTC (4+ messages)
[PATCH] KVM: PPC: e500: Expose MMU registers via ONE_REG
2013-03-21 11:42 UTC (6+ messages)
[PATCH 3/9] KVM: PPC: Book3S: Add kernel emulation for the XICS interrupt controller
2013-03-21 9:20 UTC (6+ messages)
[PATCH] [RFC] bookehv: Handle debug exception on guest exit
2013-03-20 11:41 UTC
[PATCH 1/9] powerpc,kvm: fix imbalance srcu_read_[un]lock()
2013-03-17 21:26 UTC (2+ messages)
[STRAWMAN PATCH] KVM: PPC: Add ioctl to specify interrupt controller architecture to emulate
2013-03-14 22:53 UTC (5+ messages)
[PATCH] KVM: Add KVM_CAP_IRQ_ARCH capability
2013-03-14 22:41 UTC (11+ messages)
[PATCH 0/7] KVM :PPC: Userspace Debug support
2013-03-14 16:11 UTC (27+ messages)
` [PATCH 2/7] Added ONE_REG interface for debug instruction
` [PATCH 3/7] KVM: PPC: debug stub interface parameter defined
` [PATCH 4/7] booke: Save and restore debug registers on guest entry and exit
` [PATCH 7/7] KVM: PPC: Add userspace debug stub support
[PATCH 6/7] Rename EMULATE_DO_PAPR to EMULATE_EXIT_USER
2013-03-14 5:59 UTC (5+ messages)
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