kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-10 12:53:26 to 2015-06-17 00:35:55 UTC [more...]

[PATCH v3 00/18] x86/tsc: Clean up rdtsc helpers
 2015-06-17  0:35 UTC  (7+ messages)
` [PATCH v3 01/18] x86/tsc: Inline native_read_tsc and remove __native_read_tsc
` [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 05/18] x86/tsc: Remove the rdtscp and rdtscpll macros
` [PATCH v3 07/18] x86/cpu/amd: Use the full 64-bit TSC to detect the 2.6.2 bug

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

[PATCH v2 0/2] arm/arm64: KVM: Optimize arm64 fp/simd, saves 30-50% on exits
 2015-06-16 21:50 UTC  (3+ 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 0/5] kvmtool: Misc fixes
 2015-06-16 17:29 UTC  (8+ messages)
` [PATCH 1/5] kvmtool: Fix compile error on MIPS
` [PATCH 2/5] kvmtool: Fix regression introduced with d2a7ddff4
` [PATCH 3/5] kvmtool: Register each guest memory bank as vhost_memory_region
` [PATCH 4/5] kvmtool: Save datamatch as little endian in {add,del}_event
` [PATCH 5/5] kvmtool: Fix length of ioevent for VIRTIO_PCI_QUEUE_NOTIFY

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

[PATCH v2 00/11] KVM: arm: debug infrastructure support
 2015-06-16 16:49 UTC  (14+ messages)
` [PATCH v2 01/11] KVM: arm: plug guest debug exploit
` [PATCH v2 04/11] KVM: arm: common infrastructure for handling AArch32 CP14/CP15
` [PATCH v2 05/11] KVM: arm: check ordering of all system register tables

[PATCH V5 0/4] Consolidated KVM vPMU support for x86
 2015-06-16 15:41 UTC  (7+ 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
` [PATCH V5 3/4] KVM: x86/vPMU: Implement AMD vPMU code for KVM
` [PATCH V5 4/4] KVM: x86/vPMU: Enable PMU handling for AMD PERFCTRn and EVNTSELn MSRs

[PATCH 0/6] x86: reduce paravirtualized spinlock overhead
 2015-06-16 15:18 UTC  (3+ messages)

[PATCH 1/2] arm64: qcom: Add define for ARMv8 implementer (MIDR)
 2015-06-16 13:32 UTC  (4+ messages)
` [PATCH 2/2] arm64: KVM: Add VCPU support for Qualcomm Technologies Kryo ARMv8 CPU

[PATCH 0/7] userfault21 update
 2015-06-16 12:17 UTC  (15+ messages)
` [PATCH 1/7] userfaultfd: require UFFDIO_API before other ioctls
` [PATCH 2/7] userfaultfd: propagate the full address in THP faults
` [PATCH 3/7] userfaultfd: allow signals to interrupt a userfault
` [PATCH 4/7] userfaultfd: avoid missing wakeups during refile in userfaultfd_read
` [PATCH 5/7] userfaultfd: switch to exclusive wakeup for blocking reads
` [PATCH 6/7] userfaultfd: Revert "userfaultfd: waitqueue: add nr wake parameter to __wake_up_locked_key"
` [PATCH 7/7] userfaultfd: selftest

[GIT PULL] KVM fixes for 4.1-rc8
 2015-06-16 11:43 UTC 

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

[PATCH 00/10] arm/arm64: KVM: Active interrupt state switching for shared devices
 2015-06-16  9:10 UTC  (16+ messages)
` [PATCH 03/10] KVM: arm/arm64: vgic: Convert struct vgic_lr to use bitfields
` [PATCH 06/10] KVM: arm/arm64: vgic: Allow dynamic mapping of physical/virtual interrupts
` [PATCH 07/10] KVM: arm/arm64: vgic: Allow HW interrupts to be queued to a guest

[PATCH] arm64: KVM: Optimize arm64 guest exit VFP/SIMD register save/restore
 2015-06-16  8:30 UTC  (9+ messages)

[PATCH] KVM: Avoid warning "user requested TSC rate below hardware speed" when create VM
 2015-06-16  7:34 UTC 

[PATCH v4 1/4] KVM: x86: Split the APIC from the rest of IRQCHIP
 2015-06-16  2:23 UTC  (4+ messages)
` [PATCH v4 2/4] KVM: x86: Add KVM exit for IOAPIC EOIs
` [PATCH v4 3/4] KVM: x86: Add EOI exit bitmap inference
` [PATCH v4 4/4] KVM: x86: Add support for local interrupt requests from userspace

[v4 00/16] Add VT-d Posted-Interrupts support
 2015-06-15 16:45 UTC  (32+ messages)
` [v4 01/16] KVM: Extend struct pi_desc for VT-d Posted-Interrupts
` [v4 02/16] KVM: Add some helper functions for Posted-Interrupts
` [v4 03/16] KVM: Define a new interface kvm_intr_is_single_vcpu()
` [v4 04/16] KVM: Get Posted-Interrupts descriptor address from struct kvm_vcpu
` [v4 05/16] KVM: Add interfaces to control PI outside vmx
` [v4 06/16] KVM: Make struct kvm_irq_routing_table accessible
` [v4 07/16] KVM: make kvm_set_msi_irq() public
` [v4 08/16] KVM: kvm-vfio: User API for IRQ forwarding
` [v4 09/16] VFIO: external user API for interaction
` [v4 10/16] KVM: kvm-vfio: wrappers to VFIO external API device helpers
` [v4 11/16] KVM: kvm-vfio: User API for VT-d Posted-Interrupts
` [v4 12/16] KVM: kvm-vfio: implement the VFIO skeleton "
` [v4 13/16] KVM: x86: kvm-vfio: VT-d posted-interrupts setup
` [v4 14/16] KVM: Update Posted-Interrupts Descriptor when vCPU is preempted
` [v4 15/16] KVM: Update Posted-Interrupts Descriptor when vCPU is blocked
` [v4 16/16] KVM: Warn if 'SN' is set during posting interrupts by software

[PATCH v2 0/8] kvmtool: arm64: GICv3 guest support
 2015-06-15 11:56 UTC  (12+ messages)
` [PATCH v2 5/8] arm: finish VGIC initialisation explicitly
` [PATCH v2 6/8] arm: prepare for instantiating different IRQ chip devices
` [PATCH v2 7/8] arm: add support for supplying GICv3 redistributor addresses
` [PATCH v2 8/8] arm: use new irqchip parameter to create different vGIC types

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

[PATCH v2 00/15] vMTRR bugfix and optimization
 2015-06-15  8:55 UTC  (16+ messages)
` [PATCH v2 01/15] KVM: x86: fix CR0.CD virtualization
` [PATCH v2 02/15] KVM: x86: move MTRR related code to a separate file
` [PATCH v2 03/15] KVM: MTRR: handle MSR_MTRRcap in kvm_mtrr_get_msr
` [PATCH v2 04/15] KVM: MTRR: remove mtrr_state.have_fixed
` [PATCH v2 05/15] KVM: MTRR: exactly define the size of variable MTRRs
` [PATCH v2 06/15] KVM: MTRR: clean up mtrr default type
` [PATCH v2 07/15] KVM: MTRR: do not split 64 bits MSR content
` [PATCH v2 08/15] KVM: MTRR: improve kvm_mtrr_get_guest_memory_type
` [PATCH v2 09/15] KVM: MTRR: introduce fixed_mtrr_segment table
` [PATCH v2 10/15] KVM: MTRR: introduce var_mtrr_range
` [PATCH v2 11/15] KVM: MTRR: sort variable MTRRs
` [PATCH v2 12/15] KVM: MTRR: introduce fixed_mtrr_addr_* functions
` [PATCH v2 13/15] KVM: MTRR: introduce mtrr_for_each_mem_type
` [PATCH v2 14/15] KVM: MTRR: simplify kvm_mtrr_get_guest_memory_type
` [PATCH v2 15/15] KVM: MTRR: do not map huage page for non-consistent range

Payment
 2015-06-14  1:35 UTC 

BUSINESS DEAL?
 2015-06-13 23:12 UTC 

[PATCH 00/13] arm64: KVM: GICv3 ITS emulation
 2015-06-12 17:03 UTC  (20+ messages)
` [PATCH 04/13] KVM: arm64: Introduce new MMIO region for the ITS base address
` [PATCH 05/13] KVM: arm64: handle ITS related GICv3 redistributor registers
` [PATCH 09/13] KVM: arm64: handle pending bit for LPIs in ITS emulation
` [PATCH 10/13] KVM: arm64: sync LPI properties and status between guest and KVM
` [PATCH 11/13] KVM: arm64: implement ITS command queue command handlers
` [PATCH 12/13] KVM: arm64: implement MSI injection in ITS emulation
` [PATCH 13/13] KVM: arm64: enable ITS emulation as a virtual MSI controller

[PATCH] kvm: x86: fix kvm_apic_has_events to check for NULL pointer
 2015-06-12 14:10 UTC  (2+ messages)

[PATCH 1/2] KVM: MMU: fix SMAP virtualization
 2015-06-12 12:11 UTC  (8+ messages)

[PATCH] MIPS: KVM: do not sign extend on unsigned MMIO load
 2015-06-12 12:07 UTC  (5+ messages)

[Bug 99861] New: KVM: Linux host warns "user requested TSC rate below hardware speed" on the Baytrail-I platform when start a guest
 2015-06-12  8:03 UTC  (3+ messages)
` [Bug 99861] "

[PATCH] arm/arm64: KVM: vgic: Do not save GICH_HCR / ICH_HCR_EL2
 2015-06-11 17:58 UTC 

vfio-pci + no-kvm-irqchip = oops
 2015-06-11 14:58 UTC  (2+ messages)

[PATCH V2 0/5] Enable ACPI support for KVM ARM
 2015-06-11 11:47 UTC  (14+ messages)
` [PATCH V2 1/5] kvm: arm64: Enable ACPI support for virt arch timer
` [PATCH V2 2/5] kvm: arm64: Dispatch virt GIC probing to device tree and ACPI
` [PATCH V2 3/5] kvm: arm64: Detect GIC version for proper ACPI vGIC probing
` [PATCH V2 5/5] kvm: arm64: Implement ACPI probing code for GICv3

[PATCH] KVM: nSVM: Check for NRIPS support before updating control field
 2015-06-11  6:05 UTC 

[PATCH V4 0/4] Consolidated KVM vPMU support for x86
 2015-06-10 20:18 UTC  (7+ messages)
` [PATCH V4 2/4] KVM: x86/vPMU: Create vPMU interface for VMX and SVM

[PATCH v2] [x86/kvm] emulate.c: Fix comppilation warning
 2015-06-10 17:04 UTC  (3+ messages)

IRQFD support with GICv3 ITS (WAS: RE: [PATCH 00/13] arm64: KVM: GICv3 ITS emulation)
 2015-06-10 15:38 UTC  (4+ messages)

[PATCH 3.12 108/111] MIPS: KVM: Do not sign extend on unsigned MMIO load
 2015-06-10 15:27 UTC 

[patch added to the 3.12 stable tree] MIPS: KVM: Do not sign extend on unsigned MMIO load
 2015-06-10 13:23 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).