messages from 2011-09-20 17:54:34 to 2011-12-06 03:39:58 UTC [more...]
[PATCH 01/28] kvm tools: Split x86 arch-specific bits into x86/
2011-12-06 3:39 UTC (9+ messages)
` [PATCH 02/28] kvm tools: Only build/init i8042 on x86
` [PATCH 03/28] kvm tools: Add Makefile parameter for kernel include
` [PATCH 04/28] kvm tools: Re-arrange Makefile to heed CFLAGS before
` [PATCH 05/28] kvm tools: 64-bit tidy; use PRIx64 when printf'ing
` [PATCH 06/28] kvm tools: Add arch-specific KVM_RUN exit handling
` [PATCH 07/28] kvm tools: Move 'kvm__recommended_cpus' to arch-specific
` [PATCH 08/28] kvm tools: Fix KVM_RUN exit code check
` [PATCH 09/28] kvm tools: Add kvm__arch_periodic_poll()
[PATCH 00/28] kvm tools: Prepare kvmtool for another architecture
2011-12-06 3:35 UTC
Booting host on a P2020RDB freescale board
2011-12-05 12:51 UTC (2+ messages)
[PATCH v3] KVM: PPC: Avoid patching paravirt template code
2011-12-02 6:22 UTC
[PATCH v2] KVM: PPC: Avoid patching paravirt template code
2011-12-02 5:46 UTC
[PATCH 0/3] KVM: PPC: e500: misc MMU stuff
2011-11-29 20:40 UTC (5+ messages)
` [PATCH 1/3] KVM: PPC: e500: Fix TLBnCFG in KVM_CONFIG_TLB
` [PATCH 2/3] KVM: booke: Add booke206 TLB trace
` [PATCH 3/3] KVM: PPC: e500: use hardware hint when loading TLB0
` [PATCH v2 "
[PATCH v2] KVM: PPC: booke: Improve timer register emulation
2011-11-28 21:18 UTC (4+ messages)
[PATCH] KVM: PPC: paravirt: Avoid patching paravirt template code
2011-11-28 17:32 UTC (2+ messages)
` [PATCH] KVM: PPC: paravirt: Avoid patching paravirt template
[PATCH 05/62] powerpc: remove the second argument of k[un]map_atomic()
2011-11-27 5:26 UTC
[PATCH] KVM: PPC: Apply paravirt to all vcpu
2011-11-25 10:00 UTC (12+ messages)
[RFC PATCH 0/11] KVM: PPC: Update Book3S HV memory handling
2011-11-23 23:59 UTC (21+ messages)
` [PATCH 01/11] KVM: PPC: Add memory-mapping support for PCI
` [PATCH 01/11] KVM: PPC: Add memory-mapping support for PCI passthrough
` [PATCH 02/11] KVM: PPC: Keep a record of HV guest view of hashed
` [PATCH 03/11] KVM: PPC: Allow use of small pages to back guest memory
` [PATCH 04/11] KVM: PPC: Remove io_slot_pfn array
` [PATCH 05/11] KVM: PPC: Use a separate vmalloc'd array to store pfns
` [RFC PATCH 06/11] KVM: PPC: Use Linux page tables in h_enter and map_vrma
` [RFC PATCH 07/11] KVM: PPC: Convert do_h_register_vpa to use Linux page
` [RFC PATCH 08/11] KVM: PPC: Add a page fault handler function
` [RFC PATCH 09/11] KVM: PPC: Maintain a doubly-linked list of guest HPTEs
` [RFC PATCH 10/11] KVM: PPC: Implement MMU notifiers
` [RFC PATCH 11/11] KVM: PPC: Eliminate global spinlock in
[PULL 00/14] ppc patch queue 2011-10-31
2011-11-23 12:47 UTC (39+ messages)
` [PATCH 01/14] KVM: PPC: e500: don't translate gfn to pfn with preemption disabled
` [PATCH 01/14] KVM: PPC: e500: don't translate gfn to pfn with
` [PATCH 02/14] KVM: PPC: e500: Eliminate preempt_disable in local_sid_destroy_all
` [PATCH 03/14] KVM: PPC: e500: clear up confusion between host and guest entries
` [PATCH 04/14] KVM: PPC: e500: MMU API
` [PATCH 05/14] KVM: PPC: e500: tlbsx: fix tlb0 esel
` [PATCH 06/14] KVM: PPC: e500: Don't hardcode PIR=0
` [PATCH 07/14] KVM: PPC: Fix build failure with HV KVM and CBE
` [PATCH 08/14] Revert "KVM: PPC: Add support for explicit HIOR setting"
` [PATCH 08/14] Revert "KVM: PPC: Add support for explicit HIOR
` [PATCH 09/14] KVM: PPC: Add generic single register ioctls
` [PATCH 10/14] KVM: PPC: Add support for explicit HIOR setting
` [PATCH 11/14] KVM: PPC: Whitespace fix for kvm.h
` [PATCH 12/14] KVM: Fix whitespace in kvm_para.h
` [PATCH 13/14] KVM: PPC: E500: Support hugetlbfs
` [PATCH 14/14] PPC: Fix race in mtmsr paravirt implementation
Current kernel fails to compile with KVM on PowerPC
2011-11-22 21:29 UTC (5+ messages)
[PATCH 0/6] KVM: PPC: mostly booke: race and idle fixes, paravirt
2011-11-18 13:12 UTC (12+ messages)
` [PATCH 1/6] KVM: PPC: Rename deliver_interrupts to prepare_to_enter
` [PATCH 2/6] KVM: PPC: Move prepare_to_enter call site into subarch
` [PATCH 3/6] KVM: PPC: booke: Check for MSR[WE] in prepare_to_enter
` [PATCH 4/6] KVM: PPC: booke: Fix int_pending calculation for MSR[EE]
` [PATCH 5/6] KVM: PPC: booke: Paravirtualize wrtee
` [PATCH 6/6] KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASn
[PATCH 3.2] Revert "KVM: PPC: Add support for explicit HIOR setting"
2011-11-17 14:30 UTC (2+ messages)
[PATCH] powerpc kvm: fix kvmppc_start_thread() for CONFIG_SMP=N
2011-11-12 4:07 UTC (2+ messages)
[PATCH] KVM: PPC: booke: check for signals in kvmppc_vcpu_run
2011-11-11 19:05 UTC (5+ messages)
[PATCH 00/10] PAPR virtualization on PR KVM
2011-11-11 16:03 UTC (7+ messages)
` [PATCH 01/10] KVM: PPC: move compute_tlbie_rb to book3s common header
` [PATCH] KVM: PPC: move compute_tlbie_rb to book3s_64 "
` [PATCH 09/10] KVM: PPC: Support SC1 hypercalls for PAPR in PR mode
` [PATCH] KVM: PPC: protect use of kvmppc_h_pr
[PATCH] KVM: PPC: e500: Casting (void *) value returned by kmalloc
2011-11-11 15:27 UTC
[PATCH] powerpc/kvm: fix build with older toolchains
2011-11-10 17:11 UTC (2+ messages)
[PATCH] powerpc/kvm: annotate kvm_rma_init as __init
2011-11-10 17:11 UTC (2+ messages)
[PATCH v2] KVM: booke: Do Not start decrementer when SPRN_DEC
2011-11-10 17:11 UTC
[PATCH v2] Fix DEC truncation for greater than 0xffff_ffff/1000
2011-11-10 17:11 UTC (8+ messages)
[RFC PATCH 15/17] powerpc/e500: Fix up all remaining code uses of CONFIG_E500
2011-11-10 0:07 UTC
State of KVM guest debugging support on Power
2011-11-04 16:11 UTC (5+ messages)
kernel BUG at include/linux/kvm_host.h:603!
2011-10-31 10:28 UTC (2+ messages)
[PATCH v2] KVM: booke: Do Not start decrementer when SPRN_DEC set 0
2011-10-31 8:54 UTC
Mapping of Shared Page in e500 Powerpc kvm
2011-10-25 20:38 UTC (3+ messages)
[PATCH] KVM: booke: Do Not start decrementer when SPRN_DEC set 0
2011-10-23 21:46 UTC (8+ messages)
[PATCH]KVM: Fix DEC truncation for greater than 0xffff_ffff/1000
2011-10-20 17:46 UTC (4+ messages)
magic page API
2011-10-17 20:11 UTC (4+ messages)
[PATCH V2] PPC: Fix race in mtmsr paravirt implementation
2011-10-13 10:11 UTC (2+ messages)
[PATCH] PPC: Fix race in mtmsr paravirt implementation
2011-10-13 9:45 UTC (4+ messages)
[PATCH] KVM: PPC: E500: Support hugetlbfs
2011-10-05 19:53 UTC (11+ messages)
[PATCH 5/5] KVM: PPC: booke: Improve timer register emulation
2011-09-27 16:45 UTC (9+ messages)
[PATCH 0/4] Avoid soft lockup message when KVM is stopped by host
2011-09-21 17:46 UTC (13+ messages)
` [PATCH 0/4] Avoid soft lockup message when KVM is stopped by
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