messages from 2010-06-25 23:24:56 to 2010-07-29 12:48:03 UTC [more...]
[PATCH 00/27] KVM PPC PV framework v3
2010-07-29 12:48 UTC (23+ messages)
` [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 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 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
[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 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 01/27] KVM: PPC: Introduce shared page
` [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 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 (73+ messages)
` [PATCH 01/26] KVM: PPC: Introduce shared page
` [PATCH 02/26] KVM: PPC: Convert MSR to "
` [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 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 18/26] KVM: PPC: KVM PV guest stubs
` [PATCH 21/26] KVM: PPC: Introduce kvm_tmp framework
` [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 (9+ messages)
` [PATCH v2 3/4] KVM: cleanup: remove kvm_get_dirty_log()
[PATCH 1/2] KVM: PPC: Add generic hpte management functions
2010-06-27 22:10 UTC (11+ 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