Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2010-06-28 06:33:09 to 2010-08-07 17:33:58 UTC [more...]

[PATCH 0 of 3] Fix KVM on PowerPC 440GP
 2010-08-07 17:33 UTC  (4+ messages)
` [PATCH 1 of 3] KVM: PPC: initialize IVORs in addition to IVPR
  ` [PATCH 2 of 3] KVM: PPC: fix compilation of "dump tlbs" debug function
  ` [PATCH 3 of 3] KVM: PPC: allow ppc440gp to pass the compatibility

[PATCH 0/4] fix PowerPC 440 Bamboo platform emulation
 2010-08-06 18:12 UTC  (10+ messages)
` [PATCH 1/4] Fix "make install" with a cross toolchain
` [PATCH 2/4] ppc4xx: correct SDRAM controller warning message condition
` [PATCH 3/4] ppc4xx: don't unregister RAM at reset
` [PATCH 4/4] ppc4xx: load Bamboo kernel, initrd, and fdt at fixed addresses
  ` [Qemu-devel] [PATCH 4/4] ppc4xx: load Bamboo kernel, initrd,
    ` [PATCH 4/4] ppc4xx: load Bamboo kernel, initrd, and fdt at fixed
      ` [Qemu-devel] Re: [PATCH 4/4] ppc4xx: load Bamboo kernel,
` [Qemu-devel] [PATCH 0/4] fix PowerPC 440 Bamboo platform

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

[PATCH] PPC4xx: don't unregister RAM at reset
 2010-08-03 20:09 UTC  (14+ messages)
` [PATCH] loader: pad kernel size when loaded from a uImage
  ` [Qemu-devel] [PATCH] loader: pad kernel size when loaded from
      ` [Qemu-devel] [PATCH] loader: pad kernel size when loaded from a

[PATCH] KVM: PPC: fix compilation of "dump tlbs" debug function
 2010-08-02  8:39 UTC 

[PATCH] KVM: PPC: initialize IVORs in addition to IVPR
 2010-08-02  8:39 UTC 

[PATCH] KVM: PPC: allow ppc440gp to pass the compatibility check
 2010-08-02  8:33 UTC  (3+ messages)

[PATCH 0/7] Rest of my KVM-PPC patch queue
 2010-08-01 20:20 UTC  (11+ messages)
` [PATCH 3/7] KVM: PPC: correctly check gfn_to_pfn() return value
  ` [PATCH 1/7] KVM: PPC: Book3S_32 MMU debug compile fixes
  ` [PATCH 2/7] KVM: PPC: RCU'ify the Book3s MMU
  ` [PATCH 4/7] KVM: PPC: Add book3s_32 tlbie flush acceleration
  ` [PATCH 6/7] KVM: PPC: Make long relocations be ulong
` [PATCH 5/7] KVM: PPC: Use MSR_DR for external load_up
` [PATCH 7/7] KVM: PPC: Move KVM trampolines before __end_interrupts

[PATCH] KVM: PPC: fix compilation of "dump tlbs" debug function
 2010-07-30  0:57 UTC 

[PATCH] KVM: PPC: initialize IVORs in addition to IVPR
 2010-07-30  0:56 UTC 

[PPC64/Power7 - 2.6.35-rc5] Bad relocation warnings whileBuilding a CONFIG_RELOCATABLE kernel wi
 2010-07-20  7:37 UTC 

[PATCH] KVM: PPC: Make long relocations be ulong
 2010-07-19 15:33 UTC  (3+ messages)

[PATCH 03/36] arch/powerpc: Remove unnecessary casts of private_data
 2010-07-12 20:49 UTC 

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

KVM on ps3-linux working?
 2010-07-12  8:11 UTC  (5+ messages)

[PATCH PPC] correctly check gfn_to_pfn() return value
 2010-07-07 22:51 UTC 

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

[PATCH] KVM: PPC: Book3S_32 MMU debug compile fixes
 2010-07-01 16:40 UTC  (2+ messages)

[PATCH] Faster MMU lookups for Book3s
 2010-06-29 13:13 UTC  (16+ messages)
` [PATCH] KVM: PPC: Add generic hpte management functions

[PATCH 00/26] KVM PPC PV framework
 2010-06-29 10:55 UTC  (28+ messages)
` [PATCH 01/26] KVM: PPC: Introduce shared page
` [PATCH 11/26] KVM: PPC: Make RMO a define
` [PATCH 18/26] KVM: PPC: KVM PV guest stubs
` [PATCH 24/26] KVM: PPC: PV mtmsrd L=0 and mtmsr
  ` [PATCH 26/26] KVM: PPC: Add Documentation about PV interface

[PATCH v2 0/4] KVM: kvm_vm_ioctl_get_dirty_log() fix and cleanup
 2010-06-28  9:36 UTC  (6+ messages)
` [PATCH v2 3/4] KVM: cleanup: remove kvm_get_dirty_log()


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