kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-19 10:44:30 to 2015-06-24 21:38:38 UTC [more...]

[PATCH v3 00/18] x86/tsc: Clean up rdtsc helpers
 2015-06-24 21:38 UTC  (15+ messages)
` [PATCH v3 03/18] x86/tsc/paravirt: Remove the read_tsc and read_tscp paravirt hooks
` [PATCH v3 08/18] baycom_epp: Replace rdtscl() with native_read_tsc()
` [PATCH v3 13/18] x86/tsc: Rename native_read_tsc() to rdtsc()
` [PATCH v3 17/18] x86/kvm/tsc: Drop extra barrier and use rdtsc_ordered in kvmclock

[PATCH v6 00/12] KVM Guest Debug support for arm64
 2015-06-24 20:22 UTC  (17+ messages)
` [PATCH v6 01/12] KVM: add comments for kvm_debug_exit_arch struct
` [PATCH v6 02/12] KVM: arm64: fix misleading comments in save/restore
` [PATCH v6 03/12] KVM: arm64: guest debug, define API headers
` [PATCH v6 04/12] KVM: arm: guest debug, add stub KVM_SET_GUEST_DEBUG ioctl
` [PATCH v6 05/12] KVM: arm: introduce kvm_arm_init/setup/clear_debug
` [PATCH v6 06/12] KVM: arm64: guest debug, add SW break point support
` [PATCH v6 07/12] KVM: arm64: guest debug, add support for single-step
` [PATCH v6 08/12] KVM: arm64: re-factor hyp.S debug register code
` [PATCH v6 09/12] KVM: arm64: introduce vcpu->arch.debug_ptr
` [PATCH v6 10/12] KVM: arm64: guest debug, HW assisted debug support
` [PATCH v6 11/12] KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUG
` [PATCH v6 12/12] KVM: arm64: add trace points for guest_debug debug

[v4 00/16] Add VT-d Posted-Interrupts support
 2015-06-24 19:49 UTC  (26+ messages)
` [v4 01/16] KVM: Extend struct pi_desc for VT-d Posted-Interrupts
` [v4 08/16] KVM: kvm-vfio: User API for IRQ forwarding
` [v4 12/16] KVM: kvm-vfio: implement the VFIO skeleton for VT-d Posted-Interrupts
` [v4 15/16] KVM: Update Posted-Interrupts Descriptor when vCPU is blocked

[PATCH v3 00/10] kvmtool: arm64: GICv3 guest support
 2015-06-24 17:56 UTC  (7+ messages)
` [PATCH v3 06/10] arm: simplify MMIO dispatching

Hang on reboot in FreeBSD guest on Linux KVM host
 2015-06-24 17:15 UTC  (12+ messages)

[GIT PULL] First batch of KVM changes for 4.2
 2015-06-24 16:37 UTC  (3+ messages)

[PATCH RFC] vhost: add ioctl to query nregions upper limit
 2015-06-24 15:08 UTC  (5+ messages)

[RFC PATCH] KVM: arm/arm64: Don't let userspace update CNTVOFF once guest is running
 2015-06-24 14:54 UTC 

[RFC 0/6] KVM: arm/arm64: gsi routing support
 2015-06-24 13:03 UTC  (17+ messages)
` [RFC 1/6] KVM: api: add kvm_irq_routing_extended_msi

[PATCH 0/5] PPC: Current patch queue for HV KVM
 2015-06-24 11:18 UTC  (6+ messages)
` [PATCH 1/5] KVM: PPC: Book3S HV: Make use of unused threads when running guests
` [PATCH 2/5] KVM: PPC: Book3S HV: Implement dynamic micro-threading on POWER8
` [PATCH 3/5] KVM: PPC: Book3S HV: Fix race in reading change bit when removing HPTE
` [PATCH 4/5] KVM: PPC: Book3S HV: Fix bug in dirty page tracking
` [PATCH 5/5] KVM: PPC: Book3S HV: Implement H_CLEAR_REF and H_CLEAR_MOD

[PATCH 0/2] KVM: PPC: Book3S HV: Dynamic micro-threading/split-core
 2015-06-24 10:33 UTC  (6+ messages)
` [PATCH 2/2] KVM: PPC: Book3S HV: Implement dynamic micro-threading on POWER8
  ` [PATCH v2] "

[PATCH] arm64/kvm: Add generic v8 KVM target
 2015-06-24  9:32 UTC  (10+ messages)

[RFC PATCH 0/2] kvmtool: Rework guest/init integration
 2015-06-24  8:53 UTC  (4+ messages)
` [RFC PATCH 1/2] Makefile: cleanup guest/init generation
` [RFC PATCH 2/2] Makefile: use xxd for converting guest/init

[PATCH 00/23] userfaultfd v4
 2015-06-23 21:41 UTC  (4+ messages)
` [PATCH 10/23] userfaultfd: add new syscall to provide memory externalization

[PATCH 0/1] KVM: s390: One small fix for post 4.1
 2015-06-23 14:39 UTC  (3+ messages)
` [PATCH 1/1] KVM: s390: clear floating interrupt bitmap and parameters

[PATCH 1/2] powerpc: Define the hcall opcodes & return values we need
 2015-06-23 10:33 UTC  (5+ messages)

[PATCH v2 0/11] HyperV equivalent of pvpanic driver
 2015-06-23 10:30 UTC  (29+ messages)
` [PATCH 01/11] kvm/x86: move Hyper-V MSR's/hypercall code into hyperv.c file
` [PATCH 02/11] kvm: introduce vcpu_debug = kvm_debug + vcpu context
` [PATCH 03/11] kvm: add hyper-v crash msrs constants
` [PATCH 04/11] kvm/x86: added hyper-v crash msrs into kvm hyperv context
` [PATCH 05/11] kvm: added KVM_REQ_HV_CRASH value to notify qemu about Hyper-V crash
` [PATCH 06/11] kvm/x86: mark hyper-v crash msrs as partition wide
` [PATCH 07/11] kvm/x86: added hyper-v crash data and ctl msr's get/set'ers
` [PATCH 08/11] kvm/x86: add sending hyper-v crash notification to user space
` [PATCH 09/11] kvm/x86: distingiush hyper-v guest crash notification
` [PATCH 10/11] qemu/kvm: kvm hyper-v based guest crash event handling
` [PATCH 11/11] qemu/kvm: mark in cpu state that hyper-v crash occured

[PATCH v2 00/15] vMTRR bugfix and optimization
 2015-06-23  8:27 UTC  (7+ messages)
` [PATCH v2 11/15] KVM: MTRR: sort variable MTRRs

[PATCH v5] i386: Introduce ARAT CPU feature
 2015-06-23  5:04 UTC  (5+ messages)

[PATCH] MAINTAINERS: Add vfio-platform sub-maintainer
 2015-06-22 15:49 UTC  (2+ messages)

KVM call for aghenda for 2015-06-23 (late call)
 2015-06-22 15:34 UTC 

[3.16.y-ckt stable] Patch "MIPS: KVM: Do not sign extend on unsigned MMIO load" has been added to staging queue
 2015-06-22 15:14 UTC 

Nested EPT Write Protection
 2015-06-22 13:59 UTC  (7+ messages)

[PATCH 1/2] arm64: qcom: Add define for ARMv8 implementer (MIDR)
 2015-06-22 12:36 UTC  (5+ messages)

[PATCH v3 00/11] KVM: arm: debug infrastructure support
 2015-06-22 10:41 UTC  (12+ messages)
` [PATCH v3 01/11] KVM: arm: plug guest debug exploit
` [PATCH v3 02/11] KVM: arm: rename pm_fake handler to trap_raz_wi
` [PATCH v3 03/11] KVM: arm: enable to use the ARM_DSCR_MDBGEN macro from KVM assembly code
` [PATCH v3 04/11] KVM: arm: common infrastructure for handling AArch32 CP14/CP15
` [PATCH v3 05/11] KVM: arm: check ordering of all system register tables
` [PATCH v3 06/11] KVM: arm: add trap handlers for 32-bit debug registers
` [PATCH v3 07/11] KVM: arm: add trap handlers for 64-bit "
` [PATCH v3 08/11] KVM: arm: implement dirty bit mechanism for "
` [PATCH v3 09/11] KVM: arm: implement lazy world switch "
` [PATCH v3 10/11] KVM: arm: add a trace event for cp14 traps
` [PATCH v3 11/11] KVM: arm: enable trapping of all debug registers

[PATCH 3/5] vhost: support upto 509 memory regions
 2015-06-22  9:45 UTC  (22+ messages)

[PATCH v3 1/4] KVM: x86: Split the APIC from the rest of IRQCHIP
 2015-06-21 20:10 UTC  (5+ messages)
` [PATCH v3 4/4] KVM: x86: Add support for local interrupt requests from userspace

[PATCH 0/3] kvmtool: fixes for PowerPC
 2015-06-21 20:01 UTC  (6+ messages)
` [PATCH 2/3] powerpc: use default endianness for converting guest/init

Hello
 2015-06-21 17:03 UTC 

Notice
 2015-06-20 10:29 UTC 

[PATCH 4.0 067/105] MIPS: KVM: Do not sign extend on unsigned MMIO load
 2015-06-19 20:35 UTC 

[PATCH] MIPS: KVM: do not sign extend on unsigned MMIO load
 2015-06-19 19:14 UTC  (4+ messages)

[PATCH V5 0/4] Consolidated KVM vPMU support for x86
 2015-06-19 15:40 UTC  (9+ messages)
` [PATCH V5 1/4] KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatch
` [PATCH V5 2/4] KVM: x86/vPMU: Create vPMU interface for VMX and SVM

[PULL] KVM/ARM changes for 4.2
 2015-06-19 15:16 UTC  (14+ messages)
` [PATCH 01/12] ARM: KVM: Remove pointless void pointer cast
` [PATCH 02/12] KVM: arm64: add active register handling to GICv3 emulation as well
` [PATCH 03/12] arm: KVM: force execution of HCPTR access on VM exit
` [PATCH 04/12] kvm: remove one useless check extension
` [PATCH 05/12] arm/arm64: KVM: Properly account for guest CPU time
` [PATCH 06/12] KVM: arm/arm64: Enable the KVM-VFIO device
` [PATCH 07/12] KVM: arm64: fix misleading comments in save/restore
` [PATCH 08/12] ARM: kvm: psci: fix handling of unimplemented functions
` [PATCH 09/12] KVM: arm: vgic: Drop useless Group0 warning
` [PATCH 10/12] arm/arm64: KVM: vgic: Do not save GICH_HCR / ICH_HCR_EL2
` [PATCH 11/12] KVM: arm/arm64: vgic: Avoid injecting reserved IRQ numbers
` [PATCH 12/12] KVM: arm/arm64: vgic: Remove useless arm-gic.h #include

[PATCH v2 0/2] arm/arm64: KVM: Optimize arm64 fp/simd, saves 30-50% on exits
 2015-06-19 13:50 UTC  (5+ messages)
` [PATCH v2 2/2] arm: KVM: keep arm vfp/simd exit handling consistent with arm64

[PATCH] kvmtool: avoid casts when initializing structures
 2015-06-19 13:07 UTC 


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).