messages from 2014-09-29 08:28:49 to 2014-12-15 07:28:08 UTC [more...]
[PATCH v15 00/11] KVM//x86/arm/arm64: dirty page logging for ARMv7/8 (3.18.0-rc2)
2014-12-15 7:28 UTC (12+ 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
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 (26+ 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 4/7] KVM: arm: Add ARMv7 API to flush TLBs
` [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_paired_singles.c: Remove unused function
2014-12-07 22:29 UTC
[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
[PATCH] KVM: PPC: Book3S HV: Simplify locking around stolen time calculations
2014-12-04 5:43 UTC
[PATCH] KVM: PPC: Book3S HV: Tracepoints for KVM HV guest interactions
2014-12-04 0:48 UTC (9+ messages)
[PATCH] powerpc: powernv: Return to cpu offline loop when finished in KVM guest
2014-12-03 3:48 UTC
[PATCH 0/5] Fixes and improvements for HV KVM on PPC
2014-12-03 2:30 UTC (6+ 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 1/3] KVM: PPC: BOOK3S: HV: Add helpers for lock/unlock hpte
2014-11-27 0:45 UTC (4+ messages)
` [PATCH 2/3] KVM: PPC: BOOK3S: HV: Use unlock variant with memory barrier
` [PATCH 3/3] KVM: PPC: BOOK3S: HV: Rename variable for better readability
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 (13+ messages)
` [PATCH 1/5] KVM: PPC: Book3S HV: Fix computation of tlbie operand
` [PATCH 2/5] KVM: PPC: Book3S HV: Fix an issue where guest is paused on receiving HMI
` [PATCH 3/5] KVM: PPC: Book3S HV: Fix KSM memory corruption
` [PATCH 4/5] KVM: PPC: Book3S HV: Fix inaccuracies in ICP emulation for H_IPI
` [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 code for transaction reclaim on guest exit
2014-11-20 17:23 UTC (4+ messages)
` [PATCH] KVM: PPC: Book3S HV: Add missing HPTE unlock
[RFC 00/11]: powerKVM, release the compute power of secondary hwthread on host
2014-11-18 17:54 UTC (30+ messages)
` [RFC 01/11] sched: introduce sys_cpumask in tsk to adapt asymmetric system
` [RFC 02/11] powerpc: kvm: ensure vcpu-thread run only on primary hwthread
` [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 05/11] sched: introduce stop_cpus_async() to schedule special tsk on cpu
` [RFC 06/11] powerpc: kvm: introduce online in paca to indicate whether cpu is needed by host
` [RFC 07/11] powerpc: kvm: the stopper func to cease secondary hwthread
` [RFC 08/11] powerpc: kvm: add a flag in vcore to sync primary with secondry hwthread
` [RFC 09/11] powerpc: kvm: handle time base on secondary hwthread
` [RFC 10/11] powerpc: kvm: on_primary_thread() force the secondary threads into NAP mode
` [RFC 11/11] powerpc: kvm: Kconfig add an option for enabling secondary hwthread
[PATCH] KVM: PPC: BookE: Improve irq inject tracepoint
2014-11-10 23:24 UTC
[PATCH v13 0/7] KVM/arm/x86: dirty page logging support for ARMv7 (3.17.0-rc1)
2014-11-08 7:28 UTC (29+ messages)
` [PATCH v13 1/7] KVM: Add architecture-defined TLB flush support
` [PATCH v13 2/7] KVM: Add generic support for dirty page logging
` [PATCH v13 3/7] KVM: x86: flush TLBs last before returning from KVM_GET_DIRTY_LOG
` [PATCH v13 4/7] arm: KVM: Add ARMv7 API to flush TLBs
` [PATCH v13 5/7] arm: KVM: Add initial dirty page locking infrastructure
` [PATCH v13 6/7] arm: KVM: dirty log read write protect support
` [PATCH v13 7/7] arm: KVM: ARMv7 dirty page logging 2nd stage page fault
[PATCH v12 0/6] arm/KVM: dirty page logging support for ARMv7 (3.17.0-rc1)
2014-11-06 18:07 UTC (24+ messages)
` [PATCH v12 1/6] KVM: Add architecture-defined TLB flush support
` [PATCH v12 2/6] KVM: Add generic support for dirty page logging
` [PATCH v12 3/6] arm: KVM: Add ARMv7 API to flush TLBs
` [PATCH v12 4/6] arm: KVM: Add initial dirty page locking infrastructure
` [PATCH v12 0/6] 2nd-request for review comments: arm/KVM: dirty page logging support for ARMv7 (
[RFC PATCH 0/4] vhost_net: support for cross endian guests
2014-11-04 8:07 UTC (11+ messages)
` [RFC PATCH 1/4] vhost: add VHOST_VRING_F_BYTESWAP flag
` [RFC PATCH 2/4] vhost: add byteswap routines
` [RFC PATCH 3/4] vhost: byteswap virtqueue attributes
` [RFC PATCH 4/4] vhost_net: byteswap virtio_net header
lockdep warning with 2d65a9f48fcdf7866aab6457bc707ca233e0c791
2014-10-29 4:20 UTC (3+ messages)
[PATCH v12 5/6] arm: KVM: dirty log read write protect support
2014-10-22 22:38 UTC (2+ messages)
` [PATCH v12 6/6] arm: KVM: ARMv7 dirty page logging 2nd stage page fault
[PATCH] KVM: PPC: Book3S HV: return htab entries in big endian
2014-10-04 3:42 UTC (5+ messages)
A1-X1000 Nemo: Mac-on-Linux/KVM-PR works!!!!!!!!!!!!!!!!!!!!!
2014-10-02 6:49 UTC
[PATCH] KVM: PPC: BOOK3S: HV: CMA: Reserve cma region only in hypervisor mode
2014-09-29 12:22 UTC (5+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).