Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2016-05-31 05:51:17 to 2016-08-19 05:35:49 UTC [more...]

[PATCH 00/13] Real-mode acceleration of device interrupts in HV KVM
 2016-08-19  5:35 UTC  (6+ messages)
` [PATCH 01/13] powerpc: Add simple cache inhibited MMIO accessors
` [PATCH 02/13] KVM: PPC: Book3S HV: Convert kvmppc_read_intr to a C function
` [PATCH 03/13] KVM: PPC: select IRQ_BYPASS_MANAGER
` [PATCH 04/13] KVM: PPC: Book3S HV: Introduce kvmppc_passthru_irqmap
` [PATCH 05/13] powerpc/powernv: Provide facilities for EOI, usable from real mode

[PATCH] KVM: PPC: Always select KVM_VFIO, plus Makefile cleanup
 2016-08-19  1:41 UTC 

[kvm-unit-tests PATCH V5 1/5] scripts/runtime: Add ability to mark test as don't run by default
 2016-08-19  1:10 UTC  (5+ messages)
` [kvm-unit-tests PATCH V5 2/5] lib/powerpc: Add generic decrementer exception handler
` [kvm-unit-tests PATCH V5 3/5] lib/powerpc: Add function to start secondary threads
` [kvm-unit-tests PATCH V5 4/5] lib/powerpc: Implement generic delay function for use in unit tests
` [kvm-unit-tests PATCH V5 5/5] powerpc/tm: Add a test for H_CEDE while tm suspended

[kvm-unit-tests PATCH V4 1/5] scripts/runtime: Add ability to mark test as don't run by default
 2016-08-19  0:41 UTC  (17+ messages)
` [kvm-unit-tests PATCH V4 2/5] lib/powerpc: Add generic decrementer exception handler
` [kvm-unit-tests PATCH V4 3/5] lib/powerpc: Add function to start secondary threads
` [kvm-unit-tests PATCH V4 4/5] lib/powerpc: Implement generic delay function for use in unit tests
  ` [kvm-unit-tests PATCH V4 4/5] lib/powerpc: Implement generic delay function for use in unit test
` [kvm-unit-tests PATCH V4 5/5] powerpc/tm: Add a test for H_CEDE while tm suspended

[PATCH v2] powerpc: move hmi.c to arch/powerpc/kvm/
 2016-08-18 21:27 UTC  (3+ messages)

[kvm-unit-tests PATCH V3 1/5] scripts/runtime: Add ability to mark test as don't run by default
 2016-08-17  6:07 UTC  (18+ messages)
` [kvm-unit-tests PATCH V3 2/5] lib/powerpc: Add generic decrementer exception handler
` [kvm-unit-tests PATCH V3 3/5] lib/powerpc: Add function to start secondary threads
` [kvm-unit-tests PATCH V3 4/5] lib/powerpc: Implement generic sleep function for use in unit tests
  ` [kvm-unit-tests PATCH V3 4/5] lib/powerpc: Implement generic sleep function for use in unit test
` [kvm-unit-tests PATCH V3 5/5] powerpc/tm: Add a test for H_CEDE while tm suspended

[kvm-unit-tests PATCH V2 1/4] scripts/runtime: Add ability to mark test as don't run by default
 2016-08-16  5:10 UTC  (26+ messages)
` [kvm-unit-tests PATCH V2 2/4] lib/powerpc: Add generic decrementer exception handler
` [kvm-unit-tests PATCH V2 3/4] lib/powerpc: Add function to start secondary threads
` [kvm-unit-tests PATCH V2 4/4] powerpc/tm: Add a test for H_CEDE while tm suspended

[PATCH] vfio: Enable VFIO device for powerpc
 2016-08-12  6:46 UTC  (6+ messages)

[PATCH] powerpc: move hmi.c to arch/powerpc/kvm/
 2016-08-11 11:07 UTC  (5+ messages)

[PATCH 1/2] KVM: PPC: Book3S: Don't crash if irqfd used with no in-kernel XICS emulation
 2016-08-10  4:24 UTC  (2+ messages)
` [PATCH 2/2] KVM: PPC: Implement kvm_arch_intc_initialized() for PPC

[RESEND] [PATCH V5 1/5] kvm/ppc/book3s: Move struct kvmppc_vcore from kvm_host.h to kvm_book3s.h
 2016-08-02  4:03 UTC  (5+ messages)
` [RESEND] [PATCH V5 2/5] kvm/ppc/book3s_hv: Change vcore element runnable_threads from linked-list to
` [RESEND] [PATCH V5 3/5] kvm/ppc/book3s_hv: Implement halt polling in the kvm_hv kernel module
` [RESEND] [PATCH V5 4/5] kvm/stats: Add provisioning for ulong vm stats and u64 vcpu stats
` [RESEND] [PATCH V5 5/5] powerpc/kvm/stats: Implement existing and add new halt polling "

[PATCH v2 1/1] KVM: PPC: Introduce KVM_CAP_PPC_HTM
 2016-08-01 18:52 UTC  (5+ messages)

[GIT PULL] Please pull host DOS fix for HV KVM for 4.8-rc1
 2016-08-01 13:03 UTC  (2+ messages)

(no subject)
 2016-07-28  6:14 UTC  (4+ messages)
` [PATCH 1/2] KVM: PPC: Book3S HV: Pull out TM state save/restore into separate procedures
` [PATCH 2/2] KVM: PPC: Book3S HV: Save/restore TM state in H_CEDE
` [PATCH 0/2] KVM: PPC: Fix host DOS vulnerability in HV KVM

[PATCH V5 1/5] kvm/ppc/book3s: Move struct kvmppc_vcore from kvm_host.h to kvm_book3s.h
 2016-07-25  0:46 UTC  (7+ messages)
` [PATCH V5 2/5] kvm/ppc/book3s_hv: Change vcore element runnable_threads from linked-list to array
` [PATCH V5 3/5] kvm/ppc/book3s_hv: Implement halt polling in the kvm_hv kernel module
` [PATCH V5 4/5] kvm/stats: Add provisioning for ulong vm stats and u64 vcpu stats
` [PATCH V5 5/5] powerpc/kvm/stats: Implement existing and add new halt polling "

[PATCH V4 1/5] kvm/ppc/book3s: Move struct kvmppc_vcore from kvm_host.h to kvm_book3s.h
 2016-07-21  9:24 UTC  (12+ messages)
` [PATCH V4 2/5] kvm/ppc/book3s_hv: Change vcore element runnable_threads from linked-list to array
` [PATCH V4 3/5] kvm/ppc/book3s_hv: Implement halt polling in the kvm_hv kernel module
` [PATCH V4 4/5] kvm/stats: Add provisioning for ulong vm stats and u64 vcpu stats
` [PATCH V4 5/5] powerpc/kvm/stats: Implement existing and add new halt polling "

[PATCH 1/1] KVM: PPC: Introduce KVM_CAP_PPC_HTM
 2016-07-19  3:23 UTC  (5+ messages)
` [1/1] "

[PATCH V2 1/5] kvm/ppc/book3s: Move struct kvmppc_vcore from kvm_host.h to kvm_book3s.h
 2016-07-19  1:31 UTC  (26+ messages)
` [PATCH V2 2/5] kvm/ppc/book3s_hv: Change vcore element runnable_threads from linked-list to array
` [PATCH V2 3/5] kvm/ppc/book3s_hv: Implement halt polling in the kvm_hv kernel module
` [PATCH V2 4/5] kvm/stats: Add provisioning for 64-bit vcpu statistics
` [PATCH V2 5/5] powerpc/kvm/stats: Implement existing and add new halt polling vcpu stats

[PATCH 00/14] Present useful limits to user (v2)
 2016-07-15 20:54 UTC 

[PATCH V3 4/5] kvm/stats: Add provisioning for 64-bit vm and vcpu statistics
 2016-07-15  7:49 UTC  (3+ messages)

[patch] KVM: PPC: fix a sanity check
 2016-07-14 11:10 UTC  (2+ messages)

[RESEND][v2][PATCH] KVM: PPC: Book3S HV: Migrate pinned pages out of CMA
 2016-07-14  4:25 UTC 

[v2][PATCH] KVM: PPC: Book3S HV: Migrate pinned pages out of CMA
 2016-07-14  4:10 UTC  (2+ messages)

[PATCH V3 5/5] powerpc/kvm/stats: Implement existing and add new halt polling vcpu stats
 2016-07-13  8:54 UTC 

[PATCH V3 1/5] kvm/ppc/book3s: Move struct kvmppc_vcore from kvm_host.h to kvm_book3s.h
 2016-07-13  8:52 UTC  (3+ messages)
` [PATCH V3 2/5] kvm/ppc/book3s_hv: Change vcore element runnable_threads from linked-list to array
` [PATCH V3 3/5] kvm/ppc/book3s_hv: Implement halt polling in the kvm_hv kernel module

[GIT PULL] Please pull my kvm-ppc-next branch
 2016-07-11 16:11 UTC  (3+ messages)

[PATCH 1/4] kvm/ppc/book3s_hv: Change vcore element runnable_threads from linked-list to array
 2016-07-11  6:05 UTC  (10+ messages)
` [PATCH 2/4] kvm/ppc/book3s_hv: Implement halt polling in the kvm_hv kernel module
` [PATCH 3/4] kvm/stats: Add provisioning for 64-bit vcpu statistics
` [PATCH 4/4] powerpc/kvm/stats: Implement existing and add new halt polling vcpu stats

[PATCH] KVM: PPC: Fix illegal opcode emulation in kvm-pr
 2016-06-24  9:22 UTC  (5+ messages)

[PATCH v2] KVM: PPC: Fix contents of SRR1 when injecting a program exception in kvm-pr
 2016-06-24  9:21 UTC  (3+ messages)

[PATCH v2 1/2] Powernv: Remove the usage of PACAR1 from opal wrappers
 2016-06-24  9:21 UTC  (2+ messages)

[PATCH v3 1/2] KVM: PPC: New capability to control MCE behaviour
 2016-06-21 21:13 UTC  (4+ messages)
` [PATCH v3 2/2] KVM: PPC: Exit guest upon MCE when FWNMI capability is enabled

[RFC PATCH 1/2] KVM: PPC: divide the ics lock into smaller ones for each irq
 2016-06-21  2:57 UTC  (5+ messages)
` [RFC PATCH 2/2] KVM: PPC: Don't take lock when check irq's resend flag

[PATCH kernel 0/9] KVM, PPC, VFIO: Enable in-kernel acceleration
 2016-06-15  4:43 UTC  (13+ messages)
` [PATCH kernel 9/9] KVM: PPC: VFIO device: support SPAPR TCE

[PATCH] powerpc/pseries: Add POWER8NVL support to ibm,client-architecture-support call
 2016-06-06  0:17 UTC  (5+ messages)
` powerpc/pseries: Add POWER8NVL support to ibm, client-architecture-support call

[PATCH] powerpc: Use privileged SPR number for MMCR2
 2016-05-31 10:17 UTC  (2+ messages)
`  "

[PATCH] powerpc: Fix definition of SIAR and SDAR registers
 2016-05-31 10:17 UTC  (2+ messages)
`  "


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