Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2013-10-15 09:43:00 to 2013-11-20 05:18:50 UTC [more...]

[PATCH v3] KVM: PPC: vfio kvm device: support spapr tce
 2013-11-20  5:18 UTC 

[PATCH RESEND v4] powerpc: kvm: fix rare but potential deadlock scene
 2013-11-20  2:42 UTC  (5+ messages)
` [PATCH v3] powerpc: kvm: optimize "sc 1" as fast return

[v5][PATCH] KVM: PPC: Book3E HV: call RECONCILE_IRQ_STATE to sync the software state
 2013-11-19 18:32 UTC  (6+ messages)

Interface to enable in-kernel hcall handling
 2013-11-19 10:18 UTC  (4+ messages)

[PATCH v4] powerpc: kvm: fix rare but potential deadlock scene
 2013-11-18 21:43 UTC  (7+ messages)
` [PATCH v2] powerpc: kvm: optimize "sc 1" as fast return

[PATCH 0/4] KVM: PPC: Book3S HV: Bug fixes for 3.13
 2013-11-18 21:42 UTC  (6+ messages)
` [PATCH 1/4] KVM: PPC: Book3S HV: Fix physical address calculations
` [PATCH 2/4] KVM: PPC: Book3S HV: Refine barriers in guest entry/exit
` [PATCH 3/4] KVM: PPC: Book3S HV: Make tbacct_lock irq-safe
` [PATCH 4/4] KVM: PPC: Book3S HV: Take SRCU read lock around kvm_read_guest() call

[PATCH v3] powerpc: kvm: optimize "sc 1" as fast return
 2013-11-18 20:45 UTC  (2+ messages)

[PATCH 0/4 v3] kvm: powerpc: use cache attributes from linux pte
 2013-11-18 18:36 UTC  (8+ messages)
` [PATCH 1/4 v3] kvm: booke: clear host tlb reference flag on guest tlb invalidation
` [PATCH 2/4 v3] kvm: book3s: rename lookup_linux_pte() to lookup_linux_pte_and_update()
` [PATCH 3/4 v3] kvm: powerpc: define a linux pte lookup function
` [PATCH 4/4 v3] kvm: powerpc: use caching attributes as per linux pte

[PATCH 4/4 v4] kvm: powerpc: use caching attributes as per linux pte
 2013-11-18  5:55 UTC 

[PATCH] powerpc: book3s: PR: Enable Little Endian PR guest
 2013-11-12 21:03 UTC  (3+ messages)

[PATCH] powerpc: book3s: kvm: Use the saved dsisr and dar values
 2013-11-11 14:14 UTC 

[PATCH] powerpc: book3s: kvm: Don't abuse host r2 in exit path
 2013-11-11 14:11 UTC 

[PATCH] powerpc: kvm: optimize "sc 0" as fast return
 2013-11-11  1:02 UTC  (9+ messages)

[PATCH v3 0/2] powerpc kvm: fix deadlock scene
 2013-11-11  1:02 UTC  (5+ messages)
` [PATCH v3 1/2] powerpc: kvm: pair kvmppc_hv_find_lock_hpte with _unlock_hpte
` [PATCH v3 2/2] powerpc: kvm: fix rare but potential deadlock scene

[PATCH 00/15] Support POWER8 and little-endian guests in HV KVM
 2013-11-09 11:05 UTC  (16+ messages)
` [PATCH 01/15] KVM: PPC: Book3S HV: Align physical CPU thread numbers with virtual
` [PATCH 02/15] KVM: PPC: Book3S HV: Don't set DABR on POWER8
` [PATCH 03/15] KVM: PPC: Book3S HV: Context-switch new POWER8 SPRs
` [PATCH 04/15] KVM: PPC: Book3S HV: Flush the correct number of TLB sets on POWER8
` [PATCH 05/15] KVM: PPC: Book3S HV: Add handler for HV facility unavailable
` [PATCH 06/15] KVM: PPC: Book3S HV: Implement architecture compatibility modes for POWER8
` [PATCH 07/15] KVM: PPC: Book3S HV: Consolidate code that checks reason for wake from nap
` [PATCH 08/15] KVM: PPC: Book3S HV: Handle guest using doorbells for IPIs
` [PATCH 09/15] KVM: PPC: Book3S HV: Handle new LPCR bits on POWER8
` [PATCH 10/15] KVM: PPC: Book3S HV: Prepare for host using hypervisor doorbells
` [PATCH 11/15] KVM: PPC: Book3S HV: Add little-endian guest support
` [PATCH 12/15] KVM: PPC: Book3S HV: Add H_SET_MODE address translation setting
` [PATCH 13/15] KVM: PPC: Book3S HV: Add H_SET_MODE DAWR/X setting
` [PATCH 14/15] KVM: PPC: Book3S HV: Add H_SET_MODE CIABR setting
` [PATCH 15/15] KVM: PPC: Book3S HV: Add support for DABRX register on POWER7

[PATCH v2 0/3] KVM: PPC: Book3S: MMIO support for Little Endian guests
 2013-11-08 14:36 UTC  (21+ messages)
` [PATCH v2 3/3] KVM: PPC: Book3S: MMIO emulation support for little endian guests
                    ` [PATCH v5 0/6] KVM: PPC: Book3S: MMIO support for Little Endian guests
                      ` [PATCH v5 1/6] KVM: PPC: Book3S: add helper routine to load guest instructions
                      ` [PATCH v5 2/6] KVM: PPC: Book3S: add helper routines to detect endian
                      ` [PATCH v5 3/6] KVM: PPC: Book3S: MMIO emulation support for little endian guests
                      ` [PATCH v5 4/6] KVM: PPC: Book3S: modify kvmppc_need_byteswap() for little endian host
                        ` [PATCH v5.1 "
                      ` [PATCH v5 5/6] powerpc: add Split Little Endian bit to MSR
                      ` [PATCH v5 6/6] KVM: PPC: Book3S: modify byte loading when guest uses Split Little Endian

[PATCH 1/2] KVM: PPC: Book3S HV: Fix physical address calculations
 2013-11-08  8:46 UTC  (2+ messages)
` [PATCH 2/2] KVM: PPC: Book3S HV: Refine barriers in guest entry/exit

[PATCH v2 1/2] powerpc/kvm: fix rare but potential deadlock scene
 2013-11-08  2:11 UTC  (6+ messages)
` [PATCH v2 2/2] powerpc/kvm: remove redundant assignment

[PATCH] KVM: PPC: Book3S HV: Fix physical address calculation
 2013-11-07 11:07 UTC  (2+ messages)

[PATCH 1/3] powerpc/kvm: simplify the entering logic for secondary thread
 2013-11-07  8:36 UTC  (16+ messages)
` [PATCH 2/3] powerpc/kvm: fix rare but potential deadlock scene
` [PATCH 3/3] powerpc/kvm: remove redundant assignment

[PATCH 0/4] *** SUBJECT HERE ***
 2013-11-07  1:54 UTC  (6+ messages)
` [PATCH 1/4 v2] kvm: booke: clear host tlb reference flag on guest tlb invalidation
` [PATCH 2/4 v2] kvm: book3s: rename lookup_linux_pte() to lookup_linux_pte_and_update()
` [PATCH 3/4 v2] kvm: powerpc: define a linux pte lookup function
` [PATCH 4/4 v2] kvm: powerpc: use caching attributes as per linux pte

[RFC PATCH 0/10] Support POWER8 in HV KVM
 2013-11-06  5:15 UTC  (8+ messages)
` [RFC PATCH 05/10] KVM: PPC: Book3S HV: Add handler for HV facility unavailable
` [RFC PATCH 06/10] KVM: PPC: Book3S HV: Implement architecture compatibility modes for POWER8

[RFC PATCH v2] KVM: PPC: vfio kvm device: support spapr tce
 2013-11-05 21:32 UTC  (2+ messages)

[PULL 00/51] ppc patch queue 2013-10-31
 2013-11-04  6:51 UTC  (57+ messages)
` [PULL 01/51] KVM: PPC: Book3S HV: Reserve POWER8 space in get/set_one_reg
` [PULL 02/51] KVM: PPC: Book3S HV: Save/restore SIAR and SDAR along with other PMU registers
` [PULL 03/51] KVM: PPC: Book3S HV: Implement timebase offset for guests
` [PULL 04/51] KVM: PPC: Book3S: Add GET/SET_ONE_REG interface for VRSAVE
` [PULL 05/51] KVM: PPC: Book3S HV: Implement H_CONFER
` [PULL 06/51] KVM: PPC: Book3S HV: Restructure kvmppc_hv_entry to be a subroutine
` [PULL 07/51] KVM: PPC: Book3S HV: Pull out interrupt-reading code into "
` [PULL 08/51] KVM: PPC: Book3S HV: Avoid unbalanced increments of VPA yield count
` [PULL 09/51] KVM: PPC: BookE: Add GET/SET_ONE_REG interface for VRSAVE
` [PULL 10/51] KVM: PPC: Book3S HV: Store LPCR value for each virtual core
` [PULL 11/51] KVM: PPC: Book3S HV: Add support for guest Program Priority Register
` [PULL 12/51] KVM: PPC: Book3S HV: Support POWER6 compatibility mode on POWER7
` [PULL 13/51] KVM: PPC: Book3S HV: Don't crash host on unknown guest interrupt
` [PULL 14/51] KVM: PPC: Book3S PR: Fix compilation without CONFIG_ALTIVEC
` [PULL 15/51] KVM: PPC: Book3S PR: Keep volatile reg values in vcpu rather than shadow_vcpu
` [PULL 16/51] KVM: PPC: Book3S PR: Allow guest to use 64k pages
` [PULL 17/51] KVM: PPC: Book3S PR: Use 64k host pages where possible
` [PULL 18/51] KVM: PPC: Book3S PR: Handle PP0 page-protection bit in guest HPTEs
` [PULL 19/51] KVM: PPC: Book3S PR: Correct errors in H_ENTER implementation
` [PULL 20/51] KVM: PPC: Book3S PR: Make HPT accesses and updates SMP-safe
` [PULL 21/51] KVM: PPC: Book3S PR: Allocate kvm_vcpu structs from kvm_vcpu_cache
` [PULL 22/51] KVM: PPC: Book3S: Move skip-interrupt handlers to common code
` [PULL 23/51] KVM: PPC: Book3S PR: Better handling of host-side read-only pages
` [PULL 24/51] KVM: PPC: Book3S PR: Use mmu_notifier_retry() in kvmppc_mmu_map_page()
` [PULL 25/51] KVM: PPC: Book3S PR: Mark pages accessed, and dirty if being written
` [PULL 26/51] KVM: PPC: Book3S PR: Reduce number of shadow PTEs invalidated by MMU notifiers
` [PULL 27/51] kvm: powerpc: book3s hv: Fix vcore leak
` [PULL 28/51] KVM: PPC: Book3S HV: Better handling of exceptions that happen in real mode
` [PULL 29/51] powerpc: book3e: _PAGE_LENDIAN must be _PAGE_ENDIAN
` [PULL 30/51] kvm: powerpc: allow guest control "E" attribute in mas2
` [PULL 31/51] kvm: powerpc: allow guest control "G" "
` [PULL 32/51] kvm: powerpc: e500: mark page accessed when mapping a guest page
` [PULL 33/51] powerpc: remove unnecessary line continuations
` [PULL 34/51] powerpc: move debug registers in a structure
` [PULL 35/51] powerpc: export debug registers save function for KVM
` [PULL 36/51] KVM: PPC: E500: exit to user space on "ehpriv 1" instruction
` [PULL 37/51] KVM: PPC: E500: Using "struct debug_reg"
` [PULL 38/51] KVM: PPC: E500: Add userspace debug stub support
` [PULL 39/51] kvm: powerpc: book3s: remove kvmppc_handler_highmem label
` [PULL 40/51] kvm: powerpc: book3s: move book3s_64_vio_hv.c into the main kernel binary
` [PULL 41/51] kvm: powerpc: book3s: pr: Rename KVM_BOOK3S_PR to KVM_BOOK3S_PR_POSSIBLE
` [PULL 42/51] kvm: powerpc: book3s: Add a new config variable CONFIG_KVM_BOOK3S_HV_POSSIBLE
` [PULL 43/51] kvm: powerpc: Add kvmppc_ops callback
` [PULL 44/51] kvm: powerpc: book3s: Cleanup interrupt handling code
` [PULL 45/51] kvm: powerpc: book3s: Add is_hv_enabled to kvmppc_ops
` [PULL 46/51] kvm: powerpc: book3s: pr: move PR related tracepoints to a separate header
` [PULL 47/51] kvm: powerpc: booke: Move booke related tracepoints to "
` [PULL 48/51] kvm: powerpc: book3s: Support building HV and PR KVM as module
` [PULL 49/51] kvm: Add struct kvm arg to memslot APIs
` [PULL 50/51] kvm: powerpc: book3s: Allow the HV and PR selection per virtual machine
` [PULL 51/51] kvm: powerpc: book3s: drop is_hv_enabled

[PATCH v9 00/13] KVM: PPC: IOMMU in-kernel handling of VFIO
 2013-10-30  5:33 UTC  (3+ messages)
` [PATCH v9 01/13] KVM: PPC: POWERNV: move iommu_add_device earlier

[PATCH 0/4] kvm: powerpc: use cache attributes from linux pte
 2013-10-28 10:36 UTC  (2+ messages)

[v4][PATCH] KVM: PPC: Book3E HV: call RECONCILE_IRQ_STATE to sync the software state
 2013-10-22 13:26 UTC  (2+ messages)

[v3] KVM: PPC: Book3E HV: call RECONCILE_IRQ_STATE to sync the software state
 2013-10-21  9:56 UTC  (2+ messages)

[PATCH -V2 00/14] Allow PR and HV KVM to coexist in one kernel
 2013-10-18  4:56 UTC  (7+ messages)
` [PATCH -V2 06/14] kvm: powerpc: booke: Convert BOOKE to use kvmppc_ops callbacks
` [PATCH -V2 11/14] kvm: powerpc: book3s: Support building HV and PR KVM as module

[PATCH 1/9] remove unused files
 2013-10-16 13:13 UTC 

[PATCH 0/4] KVM: PPC: Unify FP/VMX/VSX state handling between KVM and main kernel
 2013-10-15  9:43 UTC  (5+ messages)
` [PATCH 1/4] KVM: PPC: Use load_fp/vr_state rather than load_up_fpu/altivec
` [PATCH 2/4] KVM: PPC: Store FP/VSX/VMX state in thread_fp/vr_state structures
` [PATCH 3/4] KVM: PPC: Load/save FP/VMX/VSX state directly to/from vcpu struct
` [PATCH 4/4] KVM: PPC: Book3S HV: Use load/store_fp_state functions in HV guest entry/exit


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