kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-17 10:03:19 to 2015-06-19 17:13:43 UTC [more...]

[PATCH v3 00/18] x86/tsc: Clean up rdtsc helpers
 2015-06-19 17:13 UTC  (14+ messages)
` [PATCH v3 02/18] x86/msr/kvm: Remove vget_cycles()
` [PATCH v3 03/18] x86/tsc/paravirt: Remove the read_tsc and read_tscp paravirt hooks
` [PATCH v3 04/18] x86/tsc: Replace rdtscll with native_read_tsc
` [PATCH v3 17/18] x86/kvm/tsc: Drop extra barrier and use rdtsc_ordered in kvmclock

[PATCH 0/5] vhost: support upto 509 memory regions
 2015-06-19 16:50 UTC  (55+ messages)
` [PATCH 3/5] "

[PATCH 0/3] kvmtool: fixes for PowerPC
 2015-06-19 16:15 UTC  (14+ messages)
` [PATCH 1/3] powerpc: implement barrier primitives
` [PATCH 2/3] powerpc: use default endianness for converting guest/init
` [PATCH 3/3] powerpc: add hvcall.h header from Linux
      ` [PATCH v2] "

[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

Nested EPT Write Protection
 2015-06-19 15:23 UTC  (4+ messages)

[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  (7+ messages)
` [PATCH v2 1/2] arm64: KVM: Optimize arm64 fp/simd save/restore
` [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 

[PATCH v6 00/12] KVM Guest Debug support for arm64
 2015-06-19 12:23 UTC  (13+ 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

[PATCH 1/2] powerpc: Define the hcall opcodes & return values we need
 2015-06-19 10:35 UTC  (4+ messages)
` [PATCH 2/2] powerpc: Enable 32-bit build

[PATCH 0/2] HyperV equivalent of pvpanic driver
 2015-06-19 10:32 UTC  (7+ messages)
` [PATCH 1/2] kvm/x86: Hyper-V based guest crash data handling
` [PATCH 2/2] qemu/kvm: kvm guest crash event handling

[PATCH] kvmtool: Makefile: allow overriding CC and LD
 2015-06-19 10:23 UTC  (5+ messages)

[RFC 0/6] KVM: arm/arm64: gsi routing support
 2015-06-19  6:37 UTC  (11+ messages)
` [RFC 1/6] KVM: api: add kvm_irq_routing_extended_msi
` [RFC 2/6] KVM: kvm_host: add kvm_extended_msi
` [RFC 3/6] KVM: irqchip: convey devid to kvm_set_msi
` [RFC 4/6] KVM: arm/arm64: enable irqchip routing
` [RFC 5/6] KVM: arm/arm64: enable MSI routing
` [RFC 6/6] KVM: arm: implement kvm_set_msi by gsi direct mapping

[PATCH v5] i386: Introduce ARAT CPU feature
 2015-06-18 20:21 UTC  (2+ messages)

[v4 00/16] Add VT-d Posted-Interrupts support
 2015-06-18 20:04 UTC  (11+ messages)
` [v4 08/16] KVM: kvm-vfio: User API for IRQ forwarding

[PATCH 00/13] arm64: KVM: GICv3 ITS emulation
 2015-06-18 19:20 UTC  (6+ messages)
` [PATCH 13/13] KVM: arm64: enable ITS emulation as a virtual MSI controller

[PATCH] MAINTAINERS: Add vfio-platform sub-maintainer
 2015-06-18 18:06 UTC 

[PATCH 00/10] arm/arm64: KVM: Active interrupt state switching for shared devices
 2015-06-18 17:51 UTC  (18+ messages)
` [PATCH 04/10] KVM: arm/arm64: vgic: Allow HW irq to be encoded in LR
` [PATCH 07/10] KVM: arm/arm64: vgic: Allow HW interrupts to be queued to a guest
` [PATCH 08/10] KVM: arm/arm64: vgic: Add vgic_{get,set}_phys_irq_active
` [PATCH 10/10] KVM: arm/arm64: vgic: Allow non-shared device HW interrupts

KVM slow LAMP guest
 2015-06-18 17:26 UTC  (2+ messages)

[PATCH] kvmtool: don't use PCI config space IRQ line field
 2015-06-18 17:19 UTC  (5+ messages)

IRQFD support with GICv3 ITS (WAS: RE: [PATCH 00/13] arm64: KVM: GICv3 ITS emulation)
 2015-06-18 14:19 UTC  (8+ messages)

[PATCH v2 00/13] SMM implementation for KVM
 2015-06-18  7:02 UTC  (10+ messages)
` [PATCH v2 09/13] KVM: x86: pass kvm_mmu_page to gfn_to_rmap
` [PATCH v2 12/13] KVM: x86: add SMM to the MMU role, support SMRAM address space

32-bit fp/simd race
 2015-06-18  3:24 UTC  (2+ messages)
` 32-bit fp/simd race - never mind :)

[PATCH 0/2] KVM: PPC: Book3S HV: Dynamic micro-threading/split-core
 2015-06-17 17:30 UTC  (2+ messages)

[kvm:queue 94/94] mtrr.c:undefined reference to `__udivdi3'
 2015-06-17 17:18 UTC  (2+ messages)

[PATCH v2] arm: KVM: force execution of HCPTR access on VM exit
 2015-06-17 17:13 UTC  (2+ messages)

[PATCH v2 00/15] vMTRR bugfix and optimization
 2015-06-17 16:11 UTC  (6+ messages)
` [PATCH v2 10/15] KVM: MTRR: introduce var_mtrr_range
` [PATCH v2 11/15] KVM: MTRR: sort variable MTRRs

[PATCH v3 00/10] kvmtool: arm64: GICv3 guest support
 2015-06-17 14:06 UTC  (19+ messages)
` [PATCH v3 01/10] AArch64: Reserve two 64k pages for GIC CPU interface
` [PATCH v3 02/10] AArch{32, 64}: use KVM_CREATE_DEVICE & co to instanciate the GIC
` [PATCH v3 03/10] irq: add irq__get_nr_allocated_lines
` [PATCH v3 04/10] AArch{32, 64}: dynamically configure the number of GIC interrupts
` [PATCH v3 05/10] arm: finish VGIC initialisation explicitly
` [PATCH v3 06/10] arm: simplify MMIO dispatching
` [PATCH v3 07/10] limit number of VCPUs on demand
` [PATCH v3 08/10] arm: prepare for instantiating different IRQ chip devices
` [PATCH v3 09/10] arm: add support for supplying GICv3 redistributor addresses
` [PATCH v3 10/10] arm: use new irqchip parameter to create different vGIC types

[PATCH v2 0/6] vhost: support upto 509 memory regions
 2015-06-17 13:14 UTC  (7+ messages)
` [PATCH v2 1/6] vhost: use binary search instead of linear in find_region()
` [PATCH v2 2/6] vhost: extend memory regions allocation to vmalloc
` [PATCH v2 3/6] vhost: add per VQ memory region caching
` [PATCH v2 4/6] vhost: translate_desc: optimization for desc.len < region size
` [PATCH v2 5/6] vhost: add 'translation_cache' module parameter
` [PATCH v2 6/6] vhost: support upto 509 memory regions

[PATCH] KVM: nSVM: Check for NRIPS support before updating control field
 2015-06-17 12:31 UTC  (2+ messages)

[PATCH 1/2] KVM: fix checkpatch.pl errors in kvm/async_pf.h
 2015-06-17 11:47 UTC  (2+ messages)

[PATCH 0/5] kvmtool: Misc fixes
 2015-06-17 10:03 UTC  (5+ messages)
` [PATCH 4/5] kvmtool: Save datamatch as little endian in {add,del}_event


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