messages from 2012-01-25 04:27:39 to 2012-02-24 14:26:18 UTC [more...]
[PATCH 00/37] KVM: PPC: e500mc support v2
2012-02-24 14:26 UTC (25+ messages)
` [PATCH 01/37] powerpc/booke: Set CPU_FTR_DEBUG_LVL_EXC on 32-bit
` [PATCH 02/37] powerpc/e500: split CPU_FTRS_ALWAYS/CPU_FTRS_POSSIBLE
` [PATCH 03/37] KVM: PPC: factor out lpid allocator from book3s_64_mmu_hv
` [PATCH 04/37] KVM: PPC: booke: add booke-level vcpu load/put
` [PATCH 05/37] KVM: PPC: booke: Move vm core init/destroy out of booke.c
` [PATCH 06/37] KVM: PPC: e500: rename e500_tlb.h to e500.h
` [PATCH 07/37] KVM: PPC: e500: merge <asm/kvm_e500.h> into arch/powerpc/kvm/e500.h
` [PATCH 08/37] KVM: PPC: e500: clean up arch/powerpc/kvm/e500.h
` [PATCH 09/37] KVM: PPC: e500: refactor core-specific TLB code
` [PATCH 10/37] KVM: PPC: e500: Track TLB1 entries with a bitmap
` [PATCH 11/37] KVM: PPC: e500: emulate tlbilx
` [PATCH 12/37] powerpc/booke: Provide exception macros with interrupt name
` [PATCH 13/37] KVM: PPC: booke: category E.HV (GS-mode) support
` [PATCH 14/37] KVM: PPC: booke: standard PPC floating point support
` [PATCH 15/37] KVM: PPC: e500mc support
` [PATCH 16/37] KVM: PPC: e500mc: Add doorbell emulation support
` [PATCH 17/37] KVM: PPC: e500mc: implicitly set MSR_GS
` [PATCH 18/37] KVM: PPC: e500mc: Move r1/r2 restoration very early
` [PATCH 19/37] KVM: PPC: e500mc: add load inst fixup
` [PATCH 20/37] KVM: PPC: rename CONFIG_KVM_E500 -> CONFIG_KVM_E500V2
` [PATCH 21/37] KVM: PPC: make e500v2 kvm and e500mc cpu mutually exclusive
` [PATCH 22/37] KVM: PPC: booke: remove leftover debugging
` [PATCH 23/37] KVM: PPC: booke: deliver program int on emulation failure
` [PATCH 24/37] KVM: PPC: booke: rework rescheduling checks
[PATCH v6 1/4] KVM: PPC: epapr: Factor out the epapr init
2012-02-23 9:22 UTC (4+ messages)
` [PATCH v6 2/4] KVM: PPC: epapr: Add idle hcall support for host
` [PATCH v6 3/4] KVM: PPC: epapr: install ev_idle hcall for e500 guest
` [PATCH v6 4/4] KVM: PPC: epapr: Update other hypercall invoking
[PATCH v5 1/4] KVM: PPC: epapr: Factor out the epapr init
2012-02-22 18:28 UTC (11+ messages)
` [PATCH v5 2/4] KVM: PPC: epapr: Add idle hcall support for host
` [PATCH v5 3/4] KVM: PPC: epapr: install ev_idle hcall for e500 guest
` [PATCH v5 4/4] KVM: PPC: epapr: Update other hypercall invoking
Current kernel fails to compile with KVM on PowerPC
2012-02-21 8:32 UTC (6+ messages)
[PATCH] KVM: PPC: check error return of kvmppc_core_vcpu_create first
2012-02-21 4:30 UTC
[PATCH 00/30] KVM: PPC: e500mc support
2012-02-20 17:18 UTC (43+ messages)
` [PATCH 01/30] powerpc/booke: Set CPU_FTR_DEBUG_LVL_EXC on 32-bit
` [PATCH 02/30] powerpc/e500: split CPU_FTRS_ALWAYS/CPU_FTRS_POSSIBLE
` [PATCH 03/30] KVM: PPC: factor out lpid allocator from book3s_64_mmu_hv
` [PATCH 04/30] KVM: PPC: booke: add booke-level vcpu load/put
` [PATCH 05/30] KVM: PPC: booke: Move vm core init/destroy out of booke.c
` [PATCH 06/30] KVM: PPC: e500: rename e500_tlb.h to e500.h
` [PATCH 07/30] KVM: PPC: e500: merge <asm/kvm_e500.h> into arch/powerpc/kvm/e500.h
` [PATCH 08/30] KVM: PPC: e500: clean up arch/powerpc/kvm/e500.h
` [PATCH 09/30] KVM: PPC: e500: refactor core-specific TLB code
` [PATCH 10/30] KVM: PPC: e500: Track TLB1 entries with a bitmap
` [PATCH 11/30] KVM: PPC: e500: emulate tlbilx
` [PATCH 12/30] powerpc/booke: Provide exception macros with interrupt name
` [PATCH 13/30] KVM: PPC: booke: category E.HV (GS-mode) support
` [PATCH 14/30] KVM: PPC: booke: standard PPC floating point support
` [PATCH 15/30] KVM: PPC: e500mc support
` [PATCH 16/30] KVM: PPC: e500mc: Add doorbell emulation support
` [PATCH 17/30] KVM: PPC: e500mc: implicitly set MSR_GS
` [PATCH 18/30] KVM: PPC: e500mc: Move r1/r2 restoration very early
` [PATCH 19/30] KVM: PPC: e500mc: add load inst fixup
` [PATCH 20/30] KVM: PPC: rename CONFIG_KVM_E500 -> CONFIG_KVM_E500V2
` [PATCH 21/30] KVM: PPC: make e500v2 and e500mc mutually exclusive
` [PATCH 22/30] KVM: PPC: booke: remove leftover debugging
` [PATCH 23/30] KVM: PPC: booke: deliver program int on emulation failure
` [PATCH 24/30] KVM: PPC: booke: call resched after every exit
` [PATCH 25/30] KVM: PPC: booke: BOOKE_IRQPRIO_MAX is n+1
` [PATCH 26/30] KVM: PPC: bookehv: fix exit timing
` [PATCH 27/30] KVM: PPC: bookehv: remove negation for CONFIG_64BIT
` [PATCH 28/30] KVM: PPC: bookehv: remove SET_VCPU
` [PATCH 29/30] KVM: PPC: bookehv: disable MAS register updates early
` [PATCH 30/30] KVM: PPC: bookehv: add comment about shadow_msr
[PATCH v2 3/4] KVM: PPC: Book3S HV: Make virtual processor area registration more robust
2012-02-20 3:46 UTC
[Qemu-devel] [RFC] Next gen kvm api
2012-02-18 10:43 UTC (31+ messages)
[PATCH 21/30] KVM: PPC: make e500v2 and e500mc mutually exclusive
2012-02-17 23:27 UTC (2+ messages)
[PATCH v4 1/3] KVM: PPC: epapr: Factor out the epapr init
2012-02-17 18:58 UTC (18+ messages)
` [PATCH v4 2/3] KVM: PPC: epapr: Add idle hcall support for host
` [PATCH v4 3/3] KVM: PPC: epapr: install ev_idle hcall for e500 guest
[RFC PATCH 13/16] powerpc/booke: Provide exception macros with
2012-02-17 8:50 UTC (2+ messages)
` [RFC PATCH 13/16] powerpc/booke: Provide exception macros with interrupt name
[PATCH] arch/powerpc/kvm/book3s_hv.c: included linux/sched.h twice
2012-02-16 16:09 UTC (2+ messages)
[RFC PATCH 14/16] KVM: PPC: booke: category E.HV (GS-mode) support
2012-02-15 23:18 UTC (6+ messages)
[PATCH v3 1/3] KVM: PPC: epapr: Factor out the epapr init
2012-02-13 17:15 UTC (7+ messages)
` [PATCH v3 2/3] KVM: PPC: epapr: Add idle hcall support for host
` [PATCH v3 3/3] KVM: PPC: epapr: install ev_idle hcall for e500 guest
[PATCH 05/60] powerpc: remove the second argument of k[un]map_atomic()
2012-02-10 5:39 UTC
[PATCH v4] KVM: Factor out kvm_vcpu_kick to arch-generic code
2012-02-10 1:49 UTC (3+ messages)
[PATCH v3] KVM: Factor out kvm_vcpu_kick to arch-generic code
2012-02-09 23:47 UTC (6+ messages)
` [Android-virt] "
[PATCH v2] KVM: Factor out kvm_vcpu_kick to arch-generic code
2012-02-08 20:30 UTC (6+ messages)
[PATCH] kvm tools: Enable PPC64 to build static
2012-02-05 11:36 UTC
[PATCH 4/4] KVM: PPC: Book3S HV: Report stolen time to guest through dispatch trace log
2012-02-03 10:56 UTC
[PATCH 3/4] KVM: PPC: Book3S HV: Make virtual processor area registration more robust
2012-02-03 10:55 UTC
[PATCH 2/4] KVM: PPC: Book3S HV: Make secondary threads more robust against stray IPIs
2012-02-03 10:54 UTC
[PATCH 1/4] KVM: PPC: Book3S HV: Save and restore CR in __kvmppc_vcore_entry
2012-02-03 10:53 UTC
[PATCH] KVM: PPC: Book3S HV: Fix kvm_alloc_linear in case where no linears exist
2012-02-03 10:45 UTC
[PULL 0/5] ppc patch queue 2012-02-02
2012-02-02 10:17 UTC (7+ messages)
` [PATCH 1/5] KVM: Move gfn_to_memslot() to kvm_host.h
` [PATCH 2/5] KVM: PPC: E500: Fail init when not on e500v2
` [PATCH 3/5] KVM: PPC: Convert RMA allocation into generic code
` [PATCH 4/5] KVM: PPC: Initialize linears with zeros
` [PATCH 5/5] KVM: PPC: Add HPT preallocator
[PATCH V4 0/7] Add initial SPAPR PPC64 architecture support
2012-02-01 4:14 UTC (17+ messages)
` [PATCH V4 1/7] kvm tools: PPC64, add HPT/SDR1 for -PR KVM
` [PATCH V4 2/7] kvm tools: Generate SPAPR PPC64 guest device tree
` [PATCH V4 3/7] kvm tools: Add SPAPR PPC64 hcall & rtascall structure
` [PATCH V4 4/7] kvm tools: Add SPAPR PPC64 HV console
` [PATCH V4 5/7] kvm tools: Add PPC64 XICS interrupt controller support
` [PATCH V4 6/7] kvm tools: Add PPC64 PCI Host Bridge
` [PATCH V4 7/7] kvm tools: Add PPC64 kvm_cpu__emulate_io()
[PATCH] KVM: PPC: Book3s: PR: Add SPAPR H_BULK_REMOVE support
2012-01-31 6:25 UTC
[PATCH 0/4] KVM: Decouple rmap_pde from lpage_info write_count
2012-01-25 6:20 UTC (4+ 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