Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2010-05-13 11:17:34 to 2010-07-01 07:29:04 UTC [more...]

[PATCH 0/2] Faster MMU lookups for Book3s v3
 2010-07-01  7:29 UTC  (4+ messages)
  ` [PATCH 1/2] KVM: PPC: Add generic hpte management functions
  ` [PATCH 2/2] KVM: PPC: Make use of hash based Shadow MMU

[PATCH] Faster MMU lookups for Book3s
 2010-06-29 13:13 UTC  (18+ messages)
` [PATCH] KVM: PPC: Add generic hpte management functions
  ` [PATCH] KVM: PPC: Make use of hash based Shadow MMU

[PATCH 00/26] KVM PPC PV framework
 2010-06-29 10:55 UTC  (78+ messages)
` [PATCH 01/26] KVM: PPC: Introduce shared page
` [PATCH 03/26] KVM: PPC: Convert DSISR to "
` [PATCH 05/26] KVM: PPC: Convert SRR0 and SRR1 "
` [PATCH 06/26] KVM: PPC: Convert SPRG[0-4] "
` [PATCH 07/26] KVM: PPC: Implement hypervisor interface
` [PATCH 09/26] KVM: PPC: Add PV guest scratch registers
` [PATCH 10/26] KVM: PPC: Tell guest about pending interrupts
` [PATCH 11/26] KVM: PPC: Make RMO a define
` [PATCH 12/26] KVM: PPC: First magic page steps
` [PATCH 15/26] KVM: PPC: Expose magic page support to guest
` [PATCH 16/26] KVM: Move kvm_guest_init out of generic code
` [PATCH 18/26] KVM: PPC: KVM PV guest stubs
` [PATCH 21/26] KVM: PPC: Introduce kvm_tmp framework
  ` [PATCH 02/26] KVM: PPC: Convert MSR to shared page
  ` [PATCH 04/26] KVM: PPC: Convert DAR "
  ` [PATCH 08/26] KVM: PPC: Add PV guest critical sections
  ` [PATCH 13/26] KVM: PPC: Magic Page Book3s support
  ` [PATCH 14/26] KVM: PPC: Magic Page BookE support
  ` [PATCH 17/26] KVM: PPC: Generic KVM PV guest support
  ` [PATCH 19/26] KVM: PPC: PV instructions to loads and stores
  ` [PATCH 20/26] KVM: PPC: PV tlbsync to nop
  ` [PATCH 22/26] KVM: PPC: PV assembler helpers
  ` [PATCH 24/26] KVM: PPC: PV mtmsrd L=0 and mtmsr
  ` [PATCH 26/26] KVM: PPC: Add Documentation about PV interface
` [PATCH 23/26] KVM: PPC: PV mtmsrd L=1
` [PATCH 25/26] KVM: PPC: PV wrteei

[PATCH v2 0/4] KVM: kvm_vm_ioctl_get_dirty_log() fix and cleanup
 2010-06-28  9:36 UTC  (18+ messages)
` [PATCH v2 2/4] KVM: ia64: cleanup kvm_ia64_sync_dirty_log()
  ` [PATCH v2 1/4] KVM: ia64: fix dirty_log_lock spin_lock section not
  ` [PATCH v2 3/4] KVM: cleanup: remove kvm_get_dirty_log()
  ` [PATCH v2 4/4] KVM: cleanup: make kvm_vm_ioctl_get_dirty_log() arch

[PATCH 1/2] KVM: PPC: Add generic hpte management functions
 2010-06-27 22:10 UTC  (12+ messages)
` [PATCH 2/2] KVM: PPC: Make use of hash based Shadow MMU

[PATCH] KVM: PPC: Book3S_32 MMU debug compile fixes
 2010-06-25 23:11 UTC 

[PATCH] kvm/ppc: fix build warning
 2010-06-25  9:40 UTC  (5+ messages)

[PATCH 0/4] KVM: kvm_vm_ioctl_get_dirty_log() fix and cleanup
 2010-06-23  1:09 UTC  (7+ messages)
  ` [PATCH 1/4] KVM: ia64: fix dirty_log_lock spin_lock section not to
  ` [PATCH 3/4] KVM: cleanup: remove kvm_get_dirty_log()
  ` [PATCH 4/4] KVM: cleanup: make kvm_vm_ioctl_get_dirty_log() arch
` [PATCH 2/4] KVM: ia64: cleanup kvm_ia64_sync_dirty_log()

PVnize instructions
 2010-06-22 20:30 UTC  (2+ messages)

[PATCH] KVM: PPC: Make BAT only guest segments work
 2010-06-22 12:05 UTC  (2+ messages)

[PATCH] KVM: PPC: Use kernel hash function
 2010-06-22 12:04 UTC  (2+ messages)

[PATCH] KVM: PPC: Remove obsolete kvmppc_mmu_find_pte
 2010-06-22 12:04 UTC  (2+ messages)

[PATCH] kvm/ppc: fix build warning in kvm_arch_vcpu_ioctl_run
 2010-06-11 19:32 UTC  (2+ messages)

[PATCH] KVM: powerpc: fix init/exit annotation
 2010-06-06 13:07 UTC  (7+ messages)

[PATCH] KVM: PPC: elide struct thread_struct instances from stack
 2010-06-02 16:00 UTC  (7+ messages)
  ` [PATCH] KVM: PPC: elide struct thread_struct instances from

[RFC][PATCH 0/12] KVM, x86, ppc, asm-generic: moving dirty bitmaps
 2010-06-01 12:54 UTC  (9+ messages)
          ` Any comments? Re: [RFC][PATCH 0/12] KVM, x86, ppc, asm-generic: moving
              ` Any comments? Re: [RFC][PATCH 0/12] KVM, x86, ppc, asm-generic:

[PATCH 02/21] arch/powerpc: Remove unnecessary kmalloc casts
 2010-06-01  3:23 UTC 

[PATCH 0/7] Consolidate vcpu ioctl locking
 2010-05-21  7:35 UTC  (24+ messages)
  ` [PATCH 2/7] KVM: x86: Add missing locking to arch specific vcpu ioctls
  ` [PATCH 4/7] KVM: x86: Lock arch specific vcpu ioctls centrally
  ` [PATCH 5/7] KVM: s390: Centrally lock arch specific vcpu ioctls
  ` [PATCH 6/7] KVM: PPC: Centralize locking of "
` [PATCH 3/7] KVM: move vcpu locking to dispatcher for generic "
      ` [PATCH 3/7] KVM: move vcpu locking to dispatcher for generic
` [PATCH 7/7] KVM: Consolidate arch specific vcpu ioctl locking

Status of KVM on e500
 2010-05-18  9:55 UTC  (3+ messages)


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