Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2011-06-16 22:29:39 to 2011-08-12 07:43:08 UTC [more...]

[PATCH 00/10] PAPR virtualization on PR KVM
 2011-08-12  7:43 UTC  (29+ 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)

[PATCH v5 5/5] KVM: PPC: e500: MMU API
 2011-08-08 23:13 UTC  (15+ 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

[PATCH 0/15] Hypervisor-mode KVM on POWER7 and PPC970
 2011-06-21  9:53 UTC  (22+ messages)
` [PATCH 01/15] KVM: PPC: Move fields between struct kvm_vcpu_arch and
` [PATCH 02/15] KVM: PPC: Split out code from book3s.c into book3s_pr.c
` [PATCH 03/15] powerpc, KVM: Rework KVM checks in first-level
` [PATCH 04/15] KVM: PPC: Deliver program interrupts right away
` [PATCH 05/15] KVM: PPC: Pass init/destroy vm and prepare/commit
` [PATCH 06/15] KVM: PPC: Move guest enter/exit down into
` [PATCH 07/15] powerpc: Set up LPCR for running guest partitions
` [PATCH 08/15] KVM: PPC: Split host-state fields out of
  ` [PATCH 08/15 revised] "
` [PATCH 09/15] KVM: PPC: Add support for Book3S processors in
  ` [PATCH 09/15 revised] "
  ` [PATCH 09/15] KVM: PPC: Add support for Book3S processors in hypervisor mode
` [PATCH 10/15] KVM: PPC: Handle some PAPR hcalls in the kernel
` [PATCH 11/15] KVM: PPC: Accelerate H_PUT_TCE by implementing it in
` [PATCH 12/15] KVM: PPC: Allow book3s_hv guests to use SMT processor
` [PATCH 13/15] KVM: PPC: Allocate RMAs (Real Mode Areas) at boot for
` [PATCH 14/15] powerpc, KVM: Split HVMODE_206 cpu feature bit into
` [PATCH 15/15] KVM: PPC: book3s_hv: Add support for PPC970-family

[PULL] PPC KVM patch queue 2011-06-19
 2011-06-19 13:47 UTC  (2+ messages)

[PATCH] KVM: Add compat ioctl for KVM_SET_SIGNAL_MASK
 2011-06-19 13:37 UTC  (4+ messages)

[PULL 00/15] PPC KVM patch queue 2011-06-15
 2011-06-19 13:01 UTC  (20+ messages)
` [PATCH 01/15] KVM: PPC: fix partial application of "exit timing in ticks"
` [PATCH 02/15] KVM: PPC: Resolve real-mode handlers through function exports
` [PATCH 03/15] KVM: Add compat ioctl for KVM_SET_SIGNAL_MASK
` [PATCH 04/15] powerpc/e500: Save SPEFCSR in flush_spe_to_thread()
` [PATCH 05/15] powerpc/e500: SPE register saving: take arbitrary struct offset
` [PATCH 06/15] KVM: PPC: booke: use shadow_msr
` [PATCH 07/15] KVM: PPC: e500: Save/restore SPE state
` [PATCH 08/15] KVM: PPC: e500: Disable preloading TLB1 in tlb_load()
` [PATCH 09/15] KVM: PPC: e500: don't use MAS0 as intermediate storage
` [PATCH 10/15] KVM: PPC: e500: Eliminate shadow_pages[], and use pfns instead
` [PATCH 11/15] KVM: PPC: e500: Support large page mappings of PFNMAP vmas
` [PATCH 12/15] KVM: PPC: e500: enable magic page
` [PATCH 13/15] KVM: PPC: e500: Stop keeping shadow TLB
` [PATCH 14/15] KVM: PPC: e500: Add shadow PID support
` [PATCH 15/15] KVM: PPC: e500: Don't search over the entire TLB0

[PATCH v4] KVM: PPC: e500: MMU API
 2011-06-17 15: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