Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2016-11-14 00:35:07 to 2017-01-23 03:21:00 UTC [more...]

[PATCH 00/18] Support for radix guest and host on POWER9
 2017-01-23  3:21 UTC  (24+ messages)
` [PATCH 01/18] powerpc/64: Don't try to use radix MMU under a hypervisor
` [PATCH 02/18] powerpc/64: Fixes for the ibm,client-architecture-support options
` [PATCH 03/18] powerpc/64: Always enable radix support for 64-bit Book 3S kernels
` [PATCH 04/18] powerpc/64: Enable use of radix MMU under hypervisor on POWER9
` [PATCH 05/18] powerpc/64: More definitions for POWER9
` [PATCH 06/18] powerpc/64: Export pgtable_cache and pgtable_cache_add for KVM
` [PATCH 07/18] powerpc/64: Make type of partition table flush depend on partition type
` [PATCH 08/18] KVM: PPC: Book3S HV: Don't try to signal cpu -1
` [PATCH 09/18] KVM: PPC: Book3S HV: Add userspace interfaces for POWER9 MMU
` [PATCH 10/18] KVM: PPC: Book3S HV: Set process table for HPT guests on POWER9
` [PATCH 11/18] KVM: PPC: Book3S HV: Add basic infrastructure for radix guests
` [PATCH 12/18] KVM: PPC: Book3S HV: Modify guest entry/exit paths to handle "
` [PATCH 13/18] KVM: PPC: Book3S HV: Page table construction and page faults for "
` [PATCH 14/18] KVM: PPC: Book3S HV: MMU notifier callbacks "
` [PATCH 15/18] KVM: PPC: Book3S HV: Implement dirty page logging "
` [PATCH 16/18] KVM: PPC: Book3S HV: Make HPT-specific hypercalls return error in radix mode
` [PATCH 17/18] KVM: PPC: Book3S HV: Enable radix guest support
` [PATCH 18/18] KVM: PPC: Book3S HV: Use ASDR for HPT guests on POWER9

[PATCH 00/11] PowerPC-KVM: Fine-tuning for some function implementations
 2017-01-21  6:37 UTC  (14+ messages)
` [PATCH 01/11] KVM: PPC: Book3S HV: Move assignments for the variable "err" in kvm_htab_write()
` [PATCH 02/11] KVM: PPC: Book3S HV: Improve a size determination in kvmppc_alloc_hpt()
` [PATCH 03/11] KVM: PPC: Book3S HV: Move error code assignments in two functions
` [PATCH 04/11] KVM: PPC: Book3S HV: Use common error handling code in kvmppc_clr_passthru_irq()
` [PATCH 05/11] KVM: PPC: Book3S HV: Adjust nine checks for null pointers
` [PATCH 06/11] KVM: PPC: Book3S HV: Use kcalloc() in kvmppc_alloc_host_rm_ops()
` [PATCH 07/11] KVM: PPC: Book3S HV: Improve size determinations in five functions
` [PATCH 08/11] KVM: PPC: Book3S: Use seq_puts() in xics_debug_show()
` [PATCH 09/11] KVM: PPC: Book3S: Improve a size determination in two functions
` [PATCH 10/11] KVM: PPC: e500: Use kcalloc() in e500_mmu_host_init()
` [PATCH 11/11] KVM: PPC: Return directly after a failed copy_from_user() in two functions

[PATCH 1/3] mm: alloc_contig_range: allow to specify GFP mask
 2017-01-20 13:35 UTC  (6+ messages)
` [PATCH 2/3] mm: cma_alloc: "
` [PATCH 3/3] mm: wire up GFP flag passing in dma_alloc_from_contiguous

[PATCH v5 0/2] KVM: PPC: Add FWNMI support for KVM guests on POWER
 2017-01-18  5:49 UTC  (5+ messages)
` [PATCH v5 1/2] KVM: PPC: Add new capability to control MCE behaviour
` [PATCH v5 2/2] KVM: PPC: Exit guest upon MCE when FWNMI capability is enabled

[PATCH v4 1/2] KVM: PPC: Add new capability to control MCE behaviour
 2017-01-13  7:34 UTC  (8+ messages)
` [PATCH v4 2/2] KVM: PPC: Exit guest upon MCE when FWNMI capability is enabled

[PATCH kernel v2 00/11] powerpc/kvm/vfio: Enable in-kernel acceleration
 2017-01-13  2:38 UTC  (27+ messages)
` [PATCH kernel v2 01/11] KVM: PPC: Reserve KVM_CAP_SPAPR_TCE_VFIO capability number
` [PATCH kernel v2 02/11] powerpc/iommu: Cleanup iommu_table disposal
` [PATCH kernel v2 03/11] powerpc/vfio_spapr_tce: Add reference counting to iommu_table
` [PATCH kernel v2 04/11] powerpc/mmu: Add real mode support for IOMMU preregistered memory
` [PATCH kernel v2 05/11] KVM: PPC: Use preregistered memory API to access TCE list
` [PATCH kernel v2 06/11] powerpc/powernv/iommu: Add real mode version of iommu_table_ops::exchange()
` [PATCH kernel v2 07/11] KVM: PPC: Enable IOMMU_API for KVM_BOOK3S_64 permanently
` [PATCH kernel v2 08/11] KVM: PPC: Pass kvm* to kvmppc_find_table()
` [PATCH kernel v2 09/11] vfio iommu: Add helpers to (un)register blocking notifiers per group
` [PATCH kernel v2 10/11] vfio: Check for unregistered notifiers when group is actually released
` [PATCH kernel v2 11/11] KVM: PPC: Add in-kernel acceleration for VFIO
  ` [PATCH kernel v3] "

[PATCH v2 0/3] KVM: PPC: Book3S: 64-bit CONFIG_RELOCATABLE fixes
 2016-12-21 18:29 UTC  (4+ messages)
` [PATCH 1/3] KVM: PPC: Book3S: Change interrupt call to reduce scratch space use on HV
` [PATCH 2/3] KVM: PPC: Book3S: Move 64-bit KVM interrupt handler out from alt section
` [PATCH 3/3] KVM: PPC: Book3S: 64-bit CONFIG_RELOCATABLE support for interrupts

[PATCH 1/2] KVM: PPC: Book3S HV: Add userspace interfaces for POWER9 MMU
 2016-12-21 12:01 UTC  (3+ messages)
` [PATCH 2/2] KVM: PPC: Book3S HV: Set process table for HPT guests on POWER9

[PATCH] KVM: PPC: Book3S HV: Don't try to signal cpu -1
 2016-12-20 21:21 UTC 

[PATCH kernel 0/9] powerpc/kvm/vfio: Enable in-kernel acceleration
 2016-12-19 17:27 UTC  (23+ messages)
` [PATCH kernel 1/9] KVM: PPC: Reserve KVM_CAP_SPAPR_TCE_VFIO capability number
` [PATCH kernel 2/9] powerpc/iommu: Cleanup iommu_table disposal
` [PATCH kernel 3/9] powerpc/vfio_spapr_tce: Add reference counting to iommu_table
` [PATCH kernel 4/9] powerpc/mmu: Add real mode support for IOMMU preregistered memory
` [PATCH kernel 5/9] KVM: PPC: Use preregistered memory API to access TCE list
` [PATCH kernel 6/9] powerpc/powernv/iommu: Add real mode version of iommu_table_ops::exchange()
` [PATCH kernel 7/9] KVM: PPC: Enable IOMMU_API for KVM_BOOK3S_64 permanently
` [PATCH kernel 8/9] KVM: PPC: Pass kvm* to kvmppc_find_table()
` [PATCH kernel 9/9] KVM: PPC: Add in-kernel acceleration for VFIO

[GIT PULL] Please pull my kvm-ppc-next branch
 2016-12-06 13:50 UTC  (5+ messages)

[PATCH] KVM: PPC: Book3S HV: Fix H_PROD to actually wake the target vcpu
 2016-12-06  9:43 UTC 

[PATCH 0/3] KVM: PPC: Book3S: 64-bit CONFIG_RELOCATABLE fixes
 2016-12-06  8:31 UTC  (6+ messages)
` [PATCH 1/3] KVM: PPC: Book3S: Change interrupt call to reduce scratch space use on HV
` [PATCH 2/3] KVM: PPC: Book3S: Move 64-bit KVM interrupt handler out from alt section
` [PATCH 3/3] KVM: PPC: Book3S: 64-bit CONFIG_RELOCATABLE support for interrupts

[PATCH] KVM: PPC: Book3S: Move prototypes for KVM functions into kvm_ppc.h
 2016-12-01  3:05 UTC 

[PATCH v2] KVM/PPC Patch for KVM issue in real mode
 2016-11-30  9:09 UTC  (3+ messages)

[PATCH] PPC/CAS Add support for power9 in ibm_architecture_vec
 2016-11-30  8:09 UTC  (3+ messages)

[PATCH 1/5] KVM: PPC: XICS cleanup: remove XICS_RM_REJECT
 2016-11-30  6:47 UTC  (5+ messages)
` [PATCH 2/5] KVM: PPC: XICS: correct the real mode ICP rejecting counter
` [PATCH 3/5] KVM: PPC: XICS: Fix potential resend twice issue
` [PATCH 4/5] KVM: PPC: XICS: Implement ICS P/Q states
` [PATCH 5/5] KVM: PPC: XICS: Don't lock twice when doing check resend

[PATCH] KVM/PPC Patch for KVM issue in real mode
 2016-11-29 19:16 UTC  (2+ messages)

[PATCH 17/22] KVM/PPC/Book3S HV: Convert to hotplug state machine
 2016-11-26 23:13 UTC 

[PATCH 00/11] KVM: PPC: Book3S HV: Support KVM guests on POWER9
 2016-11-23 23:03 UTC  (14+ messages)
` [PATCH v2 01/11] KVM: PPC: Book3S HV: Adapt to new HPTE format "
` [PATCH v2 02/11] KVM: PPC: Book3S HV: Set partition table rather than SDR1 "
` [PATCH v2 03/11] KVM: PPC: Book3S HV: Adjust host/guest context switch for POWER9
` [PATCH v2 04/11] KVM: PPC: Book3S HV: Add new POWER9 guest-accessible SPRs
` [PATCH v2 05/11] KVM: PPC: Book3S HV: Adapt TLB invalidations to work on POWER9
` [PATCH v2 06/11] KVM: PPC: Book3S HV: Use msgsnd for IPIs to other cores "
` [PATCH v2 07/11] KVM: PPC: Book3S HV: Use OPAL XICS emulation "
` [PATCH v2 08/11] KVM: PPC: Book3S HV: Use stop instruction rather than nap "
` [PATCH v2 09/11] KVM: PPC: Book3S HV: Enable hypervisor virtualization interrupts while in guest
` [PATCH v2 10/11] KVM: PPC: Book3S HV: Treat POWER9 CPU threads as independent subcores
` [PATCH v2 11/11] KVM: PPC: Book3S HV: Update kvmppc_set_arch_compat() for ISA v3.00

[PATCH] KVM: PPC: Book3S HV: Don't lose hardware R/C bit updates in H_PROTECT
 2016-11-21  5:07 UTC  (2+ messages)

[PATCH] KVM: PPC: Book3S HV: Save/restore XER in checkpointed register state
 2016-11-21  5:07 UTC  (2+ messages)

[PATCH v2 0/2] KVM: PPC: Book3S HV: Optimize for MMIO emulation
 2016-11-21  5:06 UTC  (5+ messages)
` [PATCH v2 1/2] KVM: PPC: Book3S HV: Clear the key field of HPTE when the page is paged out
` [PATCH v2 2/2] KVM: PPC: Book3S HV: Add a per vcpu cache for recently page faulted MMIO entries

[PATCH -next] KVM: PPC: Book3S HV: Use list_move_tail instead of list_del/list_add_tail
 2016-11-21  5:05 UTC  (2+ messages)

[PATCH 1/2] KVM: PPC: Fix sparse static warning
 2016-11-21  5:05 UTC  (4+ messages)
` [PATCH 2/2] KVM: PPC: sparse: prototypes for functions called from assembler

[PATCH 00/13] KVM: PPC: Support POWER9 guests
 2016-11-21  2:14 UTC  (32+ messages)
` [PATCH 01/13] powerpc/64: Add some more SPRs and SPR bits for POWER9
` [PATCH 02/13] powerpc/64: Provide functions for accessing POWER9 partition table
` [PATCH 03/13] powerpc/powernv: Define real-mode versions of OPAL XICS accessors
` [PATCH 04/13] KVM: PPC: Book3S HV: Don't lose hardware R/C bit updates in H_PROTECT
` [PATCH 05/13] KVM: PPC: Book3S HV: Adapt to new HPTE format on POWER9
` [PATCH 06/13] KVM: PPC: Book3S HV: Set partition table rather than SDR1 "
` [PATCH 07/13] KVM: PPC: Book3S HV: Adjust host/guest context switch for POWER9
` [PATCH 08/13] KVM: PPC: Book3S HV: Add new POWER9 guest-accessible SPRs
` [PATCH 09/13] KVM: PPC: Book3S HV: Adapt TLB invalidations to work on POWER9
` [PATCH 10/13] KVM: PPC: Book3S HV: Use msgsnd for IPIs to other cores "
` [PATCH 11/13] KVM: PPC: Book3S HV: Use OPAL XICS emulation "
` [PATCH 12/13] KVM: PPC: Book3S HV: Use stop instruction rather than nap "
` [PATCH 13/13] KVM: PPC: Book3S HV: Treat POWER9 CPU threads as independent subcores

[PATCH] KVM: PPC: drop duplicate header asm/iommu.h
 2016-11-18 14:21 UTC 

[PATCH V4 0/2] powerpc: add support for ISA v2.07 compat level
 2016-11-15  8:21 UTC  (5+ messages)
` [PATCH V4 1/2] powerpc: Define new ISA v3.00 logical PVR value and PCR register value
` [PATCH V4 2/2] powerpc/kvm: Update kvmppc_set_arch_compat() for ISA v3.00


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