messages from 2011-06-29 10:16:42 to 2011-08-30 14:15:13 UTC [more...]
KVM on IBM PowerEN processor
2011-08-30 14:15 UTC (3+ messages)
[PATCH 0/4] Avoid soft lockup message when KVM is stopped by host
2011-08-30 14:12 UTC (7+ messages)
` [PATCH 1/4] Add flag to indicate that a vm was stopped by the host
` [PATCH 2/4] Add functions to check if the host has stopped the vm
` [PATCH 3/4] Add generic stubs for kvm stop check functions
` [PATCH 4/4] Add check for suspended vm in softlockup detector
[PATCH 5/5] KVM: PPC: booke: Improve timer register emulation
2011-08-26 23:31 UTC
[PATCH 4/5] KVM: PPC: e500: eliminate a trap when entering idle
2011-08-26 23:31 UTC
[PATCH 3/5] KVM: PPC: Paravirtualize SPRG4-7, ESR, PIR, MASn
2011-08-26 23:31 UTC
[PATCH 2/5] KVM: PPC: booke: Paravirtualize wrtee
2011-08-26 23:31 UTC
[PATCH 1/5] KVM: PPC: booke: Fix int_pending calculation for MSR[EE]
2011-08-26 23:31 UTC
[PATCH 0/5] KVM: PPC: booke: paravirt and timer
2011-08-26 23:30 UTC
Emulating LWZU Instruction for e500 powerpc
2011-08-25 16:44 UTC (5+ messages)
[PULL 00/14] ppc patch queue 2011-08-25
2011-08-25 14:39 UTC (15+ messages)
` [PATCH 01/14] KVM: PPC: move compute_tlbie_rb to book3s common header
` [PATCH 02/14] KVM: PPC: Add papr_enabled flag
` [PATCH 03/14] KVM: PPC: Check privilege level on SPRs
` [PATCH 04/14] KVM: PPC: Interpret SDR1 as HVA in PAPR mode
` [PATCH 05/14] KVM: PPC: Read out syscall instruction on trap
` [PATCH 06/14] KVM: PPC: Add support for explicit HIOR setting
` [PATCH 07/14] KVM: PPC: Add PAPR hypercall code for PR mode
` [PATCH 08/14] KVM: PPC: Stub emulate CFAR and PURR SPRs
` [PATCH 09/14] KVM: PPC: Support SC1 hypercalls for PAPR in PR mode
` [PATCH 10/14] KVM: PPC: Enable the PAPR CAP for Book3S
` [PATCH 11/14] KVM: PPC: Add sanity checking to vcpu_run
` [PATCH 12/14] KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
` [PATCH 13/14] KVM: PPC: book3s_pr: Simplify transitions between virtual and real mode
` [PATCH 14/14] KVM: PPC: Implement H_CEDE hcall for book3s_hv in real-mode code
[PATCH v2 5/5] KVM: PPC: e500: tlbsx: fix tlb0 esel
2011-08-18 20:25 UTC
[PATCH v2 4/5] KVM: PPC: e500: MMU API
2011-08-18 20:25 UTC
[PATCH v2 3/5] KVM: PPC: e500: clear up confusion between host and
2011-08-18 20:25 UTC
[PATCH v2 2/5] KVM: PPC: e500: Eliminate preempt_disable in
2011-08-18 20:25 UTC
[PATCH v2 1/5] KVM: PPC: e500: don't translate gfn to pfn with
2011-08-18 20:25 UTC
[PATCH v2 0/5] KVM: PPC: e500: TLB fixes and MMU API
2011-08-18 20:24 UTC
[PATCH v5 5/5] KVM: PPC: e500: MMU API
2011-08-15 20:55 UTC (19+ messages)
[PATCH 00/10] PAPR virtualization on PR KVM
2011-08-12 8:09 UTC (32+ messages)
` [PATCH 01/10] KVM: PPC: move compute_tlbie_rb to book3s common header
` [PATCH 02/10] KVM: PPC: Add papr_enabled flag
` [PATCH 03/10] KVM: PPC: Check privilege level on SPRs
` [PATCH 04/10] KVM: PPC: Interpret SDR1 as HVA in PAPR mode
` [PATCH 05/10] KVM: PPC: Read out syscall instruction on trap
` [PATCH 06/10] KVM: PPC: Add support for explicit HIOR setting
` [PATCH 07/10] KVM: PPC: Add PAPR hypercall code for PR mode
` [PATCH 08/10] KVM: PPC: Stub emulate CFAR and PURR SPRs
` [PATCH 09/10] KVM: PPC: Support SC1 hypercalls for PAPR in PR mode
` [PATCH 09/10] KVM: PPC: Support SC1 hypercalls for PAPR in PR
` [PATCH 10/10] KVM: PPC: Enable the PAPR CAP for Book3S
` [PATCH 11/10] KVM: PPC: Add sanity checking to vcpu_run
[PATCH 1/3] KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S separately
2011-08-11 1:00 UTC (8+ messages)
` [PATCH 2/3] KVM: PPC: book3s_pr: Simplify transitions between
` [PATCH 3/3] KVM: PPC: Implement H_CEDE hcall for book3s_hv in
` [PATCH 1/3] KVM: PPC: Assemble book3s{,_hv}_rmhandlers.S
[PATCH] powerpc/kvm: fix build errors with older toolchains
2011-08-10 21:46 UTC (4+ messages)
[RFC PATCH 0/3] Avoid soft lockup message when KVM is stopped by host
2011-08-04 18:46 UTC (7+ messages)
` [RFC PATCH 1/3] Add flag to indicate that a vm was stopped by the host
` [RFC PATCH 2/3] Add functions to check if the host has stopped the vm
` [RFC PATCH 3/3] Add check for suspended vm in softlockup detector
` [RFC PATCH 0/3] Avoid soft lockup message when KVM is stopped
` [RFC PATCH 0/3] Avoid soft lockup message when KVM is stopped by
[PATCH 1/5] KVM: PPC: e500: tlbsx: fix tlb0 esel
2011-07-18 22:07 UTC (10+ messages)
[PATCH 4/5] KVM: PPC: e500: clear up confusion between host and
2011-07-18 21:46 UTC (4+ messages)
` [PATCH 4/5] KVM: PPC: e500: clear up confusion between host and guest entries
Emulating lwz instruction powerpc e500
2011-07-18 7:49 UTC (5+ messages)
[PATCH 3/5] KVM: PPC: e500: Eliminate preempt_disable in
2011-07-07 23:41 UTC
[PATCH 2/5] KVM: PPC: e500: don't translate gfn to pfn with
2011-07-07 23:41 UTC
[PATCH 0/5] KVM: PPC: e500: TLB fixes and MMU API
2011-07-07 23:41 UTC
[PULL 00/17] KVM PPC patch queue 2011-07-04
2011-07-07 9:35 UTC (19+ messages)
` [PATCH 01/17] KVM: PPC: Fix machine checks on 32-bit Book3S
` [PATCH 02/17] KVM: PPC: Move fields between struct kvm_vcpu_arch and kvmppc_vcpu_book3s
` [PATCH 03/17] KVM: PPC: Split out code from book3s.c into book3s_pr.c
` [PATCH 04/17] powerpc, KVM: Rework KVM checks in first-level interrupt handlers
` [PATCH 05/17] KVM: PPC: Deliver program interrupts right away instead of queueing them
` [PATCH 06/17] KVM: PPC: Pass init/destroy vm and prepare/commit memory region ops down
` [PATCH 07/17] KVM: PPC: Move guest enter/exit down into subarch-specific code
` [PATCH 08/17] powerpc: Set up LPCR for running guest partitions
` [PATCH 09/17] KVM: PPC: Split host-state fields out of kvmppc_book3s_shadow_vcpu
` [PATCH 10/17] KVM: PPC: Add support for Book3S processors in hypervisor mode
` [PATCH 11/17] KVM: PPC: Handle some PAPR hcalls in the kernel
` [PATCH 12/17] KVM: PPC: Accelerate H_PUT_TCE by implementing it in real mode
` [PATCH 13/17] KVM: PPC: Allow book3s_hv guests to use SMT processor modes
` [PATCH 14/17] KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for use by guests
` [PATCH 15/17] powerpc, KVM: Split HVMODE_206 cpu feature bit into separate HV and architecture bits
` [PATCH 16/17] KVM: PPC: book3s_hv: Add support for PPC970-family processors
` [PATCH 17/17] KVM: PPC: Remove prog_flags
[PATCH 0/17] Hypervisor-mode KVM on POWER7 and PPC970
2011-07-04 11:51 UTC (48+ messages)
` [PATCH 01/17] KVM: PPC: Fix machine checks on 32-bit Book3S
` [PATCH 02/17] KVM: PPC: Move fields between struct kvm_vcpu_arch and
` [PATCH 03/17] KVM: PPC: Split out code from book3s.c into book3s_pr.c
` [PATCH 04/17] powerpc, KVM: Rework KVM checks in first-level
` [PATCH 05/17] KVM: PPC: Deliver program interrupts right away
` [PATCH 05/17] KVM: PPC: Deliver program interrupts right away instead of queueing them
` [PATCH 06/17] KVM: PPC: Pass init/destroy vm and prepare/commit
` [PATCH 07/17] KVM: PPC: Move guest enter/exit down into
` [PATCH 08/17] powerpc: Set up LPCR for running guest partitions
` [PATCH 09/17] KVM: PPC: Split host-state fields out of
` [PATCH 10/17] KVM: PPC: Add support for Book3S processors in
` [PATCH 10/17] KVM: PPC: Add support for Book3S processors in hypervisor mode
` [PATCH 11/17] KVM: PPC: Handle some PAPR hcalls in the kernel
` [PATCH 12/17] KVM: PPC: Accelerate H_PUT_TCE by implementing it in
` [PATCH 13/17] KVM: PPC: Allow book3s_hv guests to use SMT processor
` [PATCH 14/17] KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for
` [PATCH 15/17] powerpc, KVM: Split HVMODE_206 cpu feature bit into
` [PATCH 16/17] KVM: PPC: book3s_hv: Add support for PPC970-family
` [RFC PATCH 17/17] KVM: PPC: Add an ioctl for userspace to select
` [RFC PATCH 17/17] KVM: PPC: Add an ioctl for userspace to select which platform to emulate
` [RFC PATCH 17/17] KVM: PPC: Add an ioctl for userspace to
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