Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2010-04-20 10:57:49 to 2010-06-25 23:24:52 UTC [more...]

[PATCH 00/26] KVM PPC PV framework
 2010-06-25 23:24 UTC  (5+ messages)
` [PATCH 01/26] KVM: PPC: Introduce shared page
` [PATCH 03/26] KVM: PPC: Convert DSISR to "
  ` [PATCH 02/26] KVM: PPC: Convert MSR "
  ` [PATCH 04/26] KVM: PPC: Convert DAR "

[PATCH] Faster MMU lookups for Book3s
 2010-06-25 23:18 UTC  (4+ messages)
` [PATCH] KVM: PPC: Add generic hpte management functions
  ` [PATCH] 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 v2 0/4] KVM: kvm_vm_ioctl_get_dirty_log() fix and cleanup
 2010-06-25 19:25 UTC  (12+ 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] 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 1/2] KVM: PPC: Add generic hpte management functions
 2010-06-22 12:20 UTC  (9+ messages)
` [PATCH 2/2] KVM: PPC: Make use of hash based Shadow MMU

[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  (41+ messages)
` [RFC][PATCH 1/12 applied today] KVM: x86: avoid unnecessary bitmap
` [RFC][PATCH 2/12] KVM: introduce slot level dirty state management
` [RFC][PATCH 3/12] KVM: introduce wrapper functions to create and
` [RFC][PATCH 4/12] x86: introduce copy_in_user() for 32-bit
` [RFC][PATCH 5/12] x86: introduce __set_bit() like function for
` [RFC][PATCH 6/12 not tested yet] PPC: introduce copy_in_user() for
` [RFC][PATCH 7/12 not tested yet] PPC: introduce __set_bit() like
` [RFC][PATCH resend 8/12] asm-generic: bitops: introduce le bit
  ` [RFC][PATCH resend 8/12] asm-generic: bitops: introduce le bit offset macro
` [RFC][PATCH 9/12] KVM: introduce a wrapper function of
` [RFC][PATCH RFC 10/12] KVM: move dirty bitmaps to user space
` [RFC][PATCH 11/12] KVM: introduce new API for getting/switching
` [RFC][PATCH 12/12 sample] qemu-kvm: use new API for
          ` 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  (25+ messages)
` [PATCH 1/7] KVM: PPC: Add missing vcpu_load()/vcpu_put() in vcpu ioctls
  ` [PATCH 2/7] KVM: x86: Add missing locking to arch specific "
  ` [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)

Keep index within boundaries in kvmppc_44x_emul_tlbwe()
 2010-05-12 20:23 UTC  (5+ messages)

kvm-qemu build break on PPC 970 environment
 2010-05-11 15:51 UTC  (7+ messages)

[PATCH RFC v2 0/6] KVM: moving dirty gitmaps to user space!
 2010-04-23 13:20 UTC  (46+ messages)
` [PATCH RFC v2 4/6] KVM: change mark_page_dirty() to handle endian
    ` [PATCH RFC v2 4/6] KVM: change mark_page_dirty() to handle endian issues explicitly
` [PATCH RFC v2 2/6] KVM: introduce wrapper functions to create and
  ` [PATCH RFC v2 5/6] KVM: moving dirty bitmaps to user space
  ` [PATCH RFC v2 3/6] KVM: introduce a wrapper function to copy dirty
      ` [PATCH RFC v2 3/6] KVM: introduce a wrapper function to copy
  ` [PATCH RFC v2 6/6] KVM: introduce a new API for getting dirty
    ` [PATCH RFC v2 6/6] KVM: introduce a new API for getting dirty bitmaps

[RFC please check] KVM: question about the commit
 2010-04-22  4:12 UTC  (5+ messages)
  ` [RFC please check] KVM: question about the commit "Use Little
    ` [RFC please check] KVM: question about the commit "Use Little Endian for Dirty Bitmap"

[PATCH 0/9] Post-PPC32 series v2
 2010-04-21  9:44 UTC  (2+ messages)

[PATCH 00/27] Book3S_32 (PPC32) KVM support
 2010-04-21  9:42 UTC  (4+ messages)
` [PATCH 01/27] KVM: PPC: Name generic 64-bit code generic


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