Kernel KVM-PPC virtualization development
 help / color / mirror / Atom feed
 messages from 2014-11-14 01:57:48 to 2015-03-20 11:36:36 UTC [more...]

[PATCH 00/23] Bug fixes and improvements for HV KVM
 2015-03-20 11:36 UTC  (34+ messages)
` [PATCH 01/23] KVM: PPC: Book3S HV: Fix spinlock/mutex ordering issue in kvmppc_set_lpcr()
` [PATCH 02/23] KVM: PPC: Book3S HV: Endian fix for accessing VPA yield count
` [PATCH 03/23] KVM: PPC: Book3S HV: Fix instruction emulation
` [PATCH 04/23] KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation
` [PATCH 05/23] KVM: PPC: Book3S HV: Remove RMA-related variables from code
` [PATCH 06/23] KVM: PPC: Book3S HV: Add helpers for lock/unlock hpte
` [PATCH 07/23] KVM: PPC: Book3S: Allow reuse of vCPU object
` [PATCH 08/23] KVM: PPC: Book3S HV: Add guest->host real mode completion counters
` [PATCH 09/23] KVM: PPC: Book3S HV: Convert ICS mutex lock to spin lock
` [PATCH 10/23] KVM: PPC: Book3S HV: Move virtual mode ICP functions to real-mode
` [PATCH 11/23] KVM: PPC: Book3S HV: Add ICP real mode counters
` [PATCH 12/23] KVM: PPC: Book3S HV: Create debugfs file for each guest's HPT
` [PATCH 13/23] KVM: PPC: Book3S HV: Accumulate timing information for real-mode code
` [PATCH 14/23] KVM: PPC: Book3S HV: Simplify handling of VCPUs that need a VPA update
` [PATCH 15/23] KVM: PPC: Book3S HV: Minor cleanups
` [PATCH 16/23] KVM: PPC: Book3S HV: Move vcore preemption point up into kvmppc_run_vcpu
` [PATCH 17/23] KVM: PPC: Book3S HV: Get rid of vcore nap_count and n_woken
` [PATCH 18/23] KVM: PPC: Book3S HV: Don't wake thread with no vcpu on guest IPI
` [PATCH 19/23] KVM: PPC: Book3S HV: Use decrementer to wake napping threads
` [PATCH 20/23] KVM: PPC: Book3S HV: Use msgsnd for signalling threads on POWER8
` [PATCH 21/23] KVM: PPC: Book3S HV: Streamline guest entry and exit
` [PATCH 22/23] KVM: PPC: Book3S HV: Use bitmap of active threads rather than count
` [PATCH 23/23] KVM: PPC: Book3S HV: Translate kvmhv_commence_exit to C

[PATCHv3] kvmppc: Implement H_LOGICAL_CI_{LOAD,STORE} in KVM
 2015-03-17  6:44 UTC  (4+ messages)

[PATCH] KVM: PPC: BOOK3S: HV: remove rma related variables from code
 2015-02-22 10:55 UTC 

H_CLEAR_REF and H_CLEAR_MOD
 2015-02-18 23:33 UTC  (4+ messages)

[PATCHv2] kvmppc: Implement H_LOGICAL_CI_{LOAD,STORE} in KVM
 2015-02-05  0:48 UTC  (3+ messages)

[PATCH] kvmppc: Implement H_LOGICAL_CI_{LOAD,STORE} in KVM
 2015-02-02  9:04 UTC  (3+ messages)

[PATCH V2 1/2] KVM: PPC: BOOK3S: HV: Add helpers for lock/unlock hpte
 2015-01-27  6:45 UTC  (2+ messages)
` [PATCH V2 2/2] KVM: PPC: BOOK3S: HV: Use unlock variant with memory barrier

[PATCH v16 00/10] KVM/arm/arm64/x86: dirty page logging for ARMv7/8 (3.18.0-rc2)
 2015-01-21 18:38 UTC  (13+ messages)
` [PATCH v16 01/10] KVM: Add architecture-defined TLB flush support
` [PATCH v16 02/10] KVM: Add generic support for dirty page logging
` [PATCH v16 03/10] KVM: x86: switch to kvm_get_dirty_log_protect
` [PATCH v16 04/10] KVM: arm: Add ARMv7 API to flush TLBs
` [PATCH v16 05/10] KVM: arm: Add initial dirty page locking support
` [PATCH v16 06/10] KVM: arm: dirty logging write protect support
` [PATCH v16 07/10] KVM: arm: page logging 2nd stage fault handling
` [PATCH v16 08/10] KVM: arm64: ARMv8 header changes for page logging
` [PATCH v16 09/10] KVM: arm64: Add HYP interface to flush VM Stage 1/2 TLB entries
` [PATCH v16 10/10] KVM: arm/arm64: Enable Dirty Page logging for ARMv8

[PATCH] powerpc: kvm: Set M flag for KVM PTE depending on CPU_FTR_NEED_COHERENT
 2015-01-18 16:12 UTC 

[PATCH 0/8] current ACCESS_ONCE patch queue
 2015-01-16 12:12 UTC  (19+ messages)
` [PATCH 1/8] ppc/kvm: Replace ACCESS_ONCE with READ_ONCE
` [PATCH 2/8] ppc/hugetlbfs: "
` [PATCH 3/8] x86/xen/p2m: "
  ` [Xen-devel] "
` [PATCH 4/8] x86/spinlock: Leftover conversion ACCESS_ONCE->READ_ONCE
` [PATCH 5/8] mm/gup: Replace ACCESS_ONCE with READ_ONCE
` [PATCH 6/8] kernel: tighten rules for ACCESS ONCE
` [PATCH 7/8] next: sh: Fix compile error
` [PATCH 8/8] kernel: Fix sparse warning for ACCESS_ONCE

[PATCH 1/3] KVM: PPC: BOOK3S: HV: Add helpers for lock/unlock hpte
 2015-01-13  5:21 UTC  (4+ messages)
` [PATCH 3/3] KVM: PPC: BOOK3S: HV: Rename variable for better readability

[PATCH v15 00/11] KVM//x86/arm/arm64: dirty page logging for ARMv7/8 (3.18.0-rc2)
 2015-01-09 10:23 UTC  (24+ messages)
` [PATCH v15 01/11] KVM: Add architecture-defined TLB flush support
` [PATCH v15 02/11] KVM: Add generic support for dirty page logging
` [PATCH v15 03/11] KVM: x86: switch to kvm_get_dirty_log_protect
` [PATCH v15 04/11] KVM: arm: Add ARMv7 API to flush TLBs
` [PATCH v15 05/11] KVM: arm: Add initial dirty page locking support
` [PATCH v15 06/11] KVM: arm: dirty logging write protect support
` [PATCH v15 07/11] KVM: arm: page logging 2nd stage fault handling
` [PATCH v15 08/11] KVM: arm64: ARMv8 header changes for page logging
` [PATCH v15 09/11] KVM: arm64: Add HYP interface to flush VM Stage 1/2 TLB entires
` [PATCH v15 10/11] KVM: arm/arm64: Enable Dirty Page logging for ARMv8
` [PATCH v15 11/11] KVM: arm/arm64: Add support to dissolve huge PUD

[PATCH] powerpc: powernv: Return to cpu offline loop when finished in KVM guest
 2014-12-22  2:24 UTC  (5+ messages)

[PULL 00/18] ppc patch queue 2014-12-18
 2014-12-18 10:38 UTC  (20+ messages)
` [PULL 01/18] KVM: PPC: BookE: Improve irq inject tracepoint
` [PULL 02/18] KVM: PPC: Book3S HV: Add missing HPTE unlock
` [PULL 03/18] KVM: PPC: Book3S HV: Fix computation of tlbie operand
` [PULL 04/18] KVM: PPC: Book3S HV: Fix an issue where guest is paused on receiving HMI
` [PULL 05/18] KVM: PPC: Book3S HV: Fix KSM memory corruption
` [PULL 06/18] KVM: PPC: Book3S HV: Fix inaccuracies in ICP emulation for H_IPI
` [PULL 07/18] KVM: PPC: Book3S HV: ptes are big endian
` [PULL 08/18] KVM: PPC: Book3S HV: Check wait conditions before sleeping in kvmppc_vcore_blocked
` [PULL 09/18] arch: powerpc: kvm: book3s_32_mmu.c: Remove unused function
` [PULL 10/18] arch: powerpc: kvm: book3s.c: Remove some unused functions
` [PULL 11/18] arch: powerpc: kvm: book3s_pr.c: Remove unused function
` [PULL 12/18] arch: powerpc: kvm: book3s_paired_singles.c: "
` [PULL 13/18] KVM: PPC: Book3S HV: Simplify locking around stolen time calculations
` [PULL 14/18] KVM: PPC: Book3S HV: Tracepoints for KVM HV guest interactions
` [PULL 15/18] KVM: PPC: Book3S HV: Remove code for PPC970 processors
` [PULL 16/18] KVM: PPC: Book3S HV: Fix endianness of instruction obtained from HEIR register
` [PULL 17/18] KVM: PPC: Book3S HV: Improve H_CONFER implementation
` [PULL 18/18] KVM: PPC: Book3S: Enable in-kernel XICS emulation by default

[PATCH 0/5] Fixes and improvements for HV KVM on PPC
 2014-12-17 21:23 UTC  (8+ messages)
` [PATCH 1/5] KVM: PPC: Book3S HV: Remove code for PPC970 processors
` [PATCH 2/5] KVM: PPC: Book3S HV: Fix endianness of instruction obtained from HEIR register
` [PATCH 3/5] KVM: PPC: Book3S HV: Improve H_CONFER implementation
` [PATCH 4/5] KVM: PPC: Book3S HV: Add fast real-mode H_RANDOM implementation
` [PATCH 5/5] KVM: PPC: Book3S: Enable in-kernel XICS emulation by default

[PATCH] KVM: PPC: Book3S HV: Tracepoints for KVM HV guest interactions
 2014-12-17 12:31 UTC  (10+ messages)

[PATCH] KVM: PPC: Book3S HV: Simplify locking around stolen time calculations
 2014-12-17 12:20 UTC  (2+ messages)

[PATCH] arch: powerpc: kvm: book3s_paired_singles.c: Remove unused function
 2014-12-17 12:13 UTC  (2+ messages)

Fix Penguin Penalty 17th October2014 ( mail-archive.com )
 2014-12-10 16:34 UTC  (3+ messages)

[PATCH v14 0/7] KVM/arm/x86: dirty page logging for ARMv7 (3.17.0-rc1)
 2014-12-09 19:42 UTC  (25+ messages)
` [PATCH v14 1/7] KVM: Add architecture-defined TLB flush support
` [PATCH v14 2/7] KVM: Add generic support for dirty page logging
` [PATCH v14 3/7] KVM: x86: switch to kvm_get_dirty_log_protect
` [PATCH v14 5/7] KVM: arm: Add initial dirty page locking support
` [PATCH v14 6/7] KVM: arm: dirty logging write protect support
` [PATCH v14 7/7] KVM: arm: page logging 2nd stage fault handling

[PATCH] arch: powerpc: kvm: book3s_pr.c: Remove unused function
 2014-12-07 18:11 UTC 

[PATCH] arch: powerpc: kvm: book3s.c: Remove some unused functions
 2014-12-07 17:28 UTC 

[PATCH] arch: powerpc: kvm: book3s_32_mmu.c: Remove unused function
 2014-12-07 17:20 UTC 

Mac-On-Linux / KVM
 2014-11-23 17:38 UTC  (4+ messages)

[PATCH 0/5] Some fixes for HV KVM on PPC
 2014-11-23  0:41 UTC  (8+ messages)
` [PATCH 2/5] KVM: PPC: Book3S HV: Fix an issue where guest is paused on receiving HMI
` [PATCH 5/5] KVM: PPC: Book3S HV: Check wait conditions before sleeping in kvmppc_vcore_blocked

[PATCH] KVM: PPC: Book3S HV: ptes are big endian
 2014-11-23  0:39 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] KVM: PPC: Book3S HV: Add missing HPTE unlock
 2014-11-20 17:23 UTC  (2+ messages)

[RFC 00/11]: powerKVM, release the compute power of secondary hwthread on host
 2014-11-18 17:54 UTC  (20+ messages)
` [RFC 01/11] sched: introduce sys_cpumask in tsk to adapt asymmetric system
` [RFC 03/11] powerpc: kvm: add interface to control kvm function on a core
` [RFC 04/11] powerpc: kvm: introduce a kthread on primary thread to anti tickless
` [RFC 06/11] powerpc: kvm: introduce online in paca to indicate whether cpu is needed by host
` [RFC 09/11] powerpc: kvm: handle time base on secondary hwthread
` [RFC 11/11] powerpc: kvm: Kconfig add an option for enabling "


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