messages from 2015-01-15 13:43:17 to 2015-01-22 11:50:15 UTC [more...]
[RFC v3 0/2] x86/xen: add xen hypercall preemption
2015-01-22 11:50 UTC (6+ messages)
` [RFC v3 1/2] x86/xen: add xen_is_preemptible_hypercall()
` [RFC v3 2/2] x86/xen: allow privcmd hypercalls to be preempted
` [Xen-devel] "
KVM: HAVE_KVM_ARCH_DIRTY_LOG_PROTECT?
2015-01-22 11:46 UTC (2+ messages)
KVM: CONFIG_LOCK_DEP and CONFIG_LOCK_DETECTOR?
2015-01-22 9:34 UTC
KVM: x86: workaround SuSE's 2.6.16 pvclock vs masterclock issue
2015-01-22 8:10 UTC (7+ messages)
[PATCH v12 01/18] vfio/platform: initial skeleton of VFIO support for platform devices
2015-01-21 23:26 UTC (20+ messages)
` [PATCH v12 02/18] vfio: platform: probe to devices on the platform bus
` [PATCH v12 03/18] vfio: platform: add the VFIO PLATFORM module to Kconfig
` [PATCH v12 04/18] vfio/platform: return info for bound device
` [PATCH v12 05/18] vfio/platform: return info for device memory mapped IO regions
` [PATCH v12 06/18] vfio/platform: read and write support for the device fd
` [PATCH v12 07/18] vfio/platform: support MMAP of MMIO regions
` [PATCH v12 08/18] vfio/platform: return IRQ info
` [PATCH v12 09/18] vfio/platform: initial interrupts support code
` [PATCH v12 10/18] vfio/platform: trigger an interrupt via eventfd
` [PATCH v12 11/18] vfio/platform: support for level sensitive interrupts
` [PATCH v12 12/18] vfio: add a vfio_ prefix to virqfd_enable and virqfd_disable and export
` [PATCH v12 13/18] vfio: virqfd: rename vfio_pci_virqfd_init and vfio_pci_virqfd_exit
` [PATCH v12 14/18] vfio: add local lock for virqfd instead of depending on VFIO PCI
` [PATCH v12 15/18] vfio: pass an opaque pointer on virqfd initialization
` [PATCH v12 16/18] vfio: move eventfd support code for VFIO_PCI to a separate file
` [PATCH v12 17/18] vfio: initialize the virqfd workqueue in VFIO generic code
` [PATCH v12 18/18] vfio/platform: implement IRQ masking/unmasking via an eventfd
[v3 00/26] Add VT-d Posted-Interrupts support
2015-01-21 21:16 UTC (11+ messages)
` [v3 13/26] KVM: Define a new interface kvm_find_dest_vcpu() for VT-d PI
[patch -rt 0/2] use simple waitqueue for kvm vcpu waitqueue (v4)
2015-01-21 20:36 UTC (3+ messages)
` [patch -rt 1/2] KVM: use simple waitqueue for vcpu->wq
` [patch -rt 2/2] KVM: lapic: mark LAPIC timer handler as irqsafe
[PATCH 0/3] arm/arm64: KVM: Add support for page aging
2015-01-21 18:42 UTC (4+ messages)
` [PATCH 1/3] arm/arm64: KVM: Allow handle_hva_to_gpa to return a value
` [PATCH 2/3] arm/arm64: KVM: Implement Stage-2 page aging
` [PATCH 3/3] arm/arm64: KVM: Optimize handling of Access Flag faults
[PATCH v3 0/3] arm/arm64: KVM: Random selection of cache related fixes
2015-01-21 18:39 UTC (4+ messages)
` [PATCH v3 1/3] arm/arm64: KVM: Use set/way op trapping to track the state of the caches
` [PATCH v3 2/3] arm/arm64: KVM: Invalidate data cache on unmap
` [PATCH v3 3/3] arm/arm64: KVM: Use kernel mapping to perform invalidation on page fault
[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 -rt 0/2] use simple waitqueue for kvm vcpu waitqueue (v3)
2015-01-21 15:07 UTC (9+ messages)
` [patch -rt 1/2] KVM: use simple waitqueue for vcpu->wq
[PATCH] kvm: Fix CR3_PCID_INVD type on 32-bit
2015-01-21 14:59 UTC (2+ messages)
[PATCH v14 00/11] qspinlock: a 4-byte queue spinlock with PV support
2015-01-21 12:08 UTC (14+ messages)
` [PATCH v14 01/11] qspinlock: A simple generic 4-byte queue spinlock
` [PATCH v14 02/11] qspinlock, x86: Enable x86-64 to use "
` [PATCH v14 03/11] qspinlock: Add pending bit
` [PATCH v14 04/11] qspinlock: Extract out code snippets for the next patch
` [PATCH v14 05/11] qspinlock: Optimize for smaller NR_CPUS
` [PATCH v14 06/11] qspinlock: Use a simple write to grab the lock
` [PATCH v14 07/11] qspinlock: Revert to test-and-set on hypervisors
` [PATCH v14 08/11] qspinlock, x86: Rename paravirt_ticketlocks_enabled
` [PATCH v14 09/11] pvqspinlock, x86: Add para-virtualization support
` [PATCH v14 10/11] pvqspinlock, x86: Enable PV qspinlock for KVM
` [PATCH v14 11/11] pvqspinlock, x86: Enable PV qspinlock for XEN
` [Xen-devel] "
[question] incremental backup a running vm
2015-01-21 10:39 UTC (2+ messages)
[PATCH v2 5/5] KVM: nVMX: Enable nested posted interrupt processing
2015-01-21 10:35 UTC (7+ messages)
[PATCH 2/5] KVM: nVMX: Enable nested virtualize x2apic mode
2015-01-21 10:25 UTC (4+ messages)
[PATCH 1/5] KVM: nVMX: Make nested control MSRs per-cpu
2015-01-21 10:21 UTC (4+ messages)
[PATCH kvm-unit-tests 0/2] x86: do not use MMIO interface under x2APIC
2015-01-20 16:38 UTC (4+ messages)
` [PATCH kvm-unit-tests 1/2] lib/x86: fix apic_id() "
` [PATCH kvm-unit-tests 2/2] x86: smptest: use report
[PATCH kvm-unit-tests 0/2] x86: remove tscdeadline_latency from unittest.cfg
2015-01-20 16:10 UTC (4+ messages)
` [PATCH kvm-unit-tests 1/2] x86: use underline in tscdeadline-latency filename
` [PATCH kvm-unit-tests 2/2] x86: remove tscdeadline_latency from unittest.cfg
KVM call for agenda for 2015-01-20
2015-01-20 13:59 UTC (2+ messages)
[PATCH 1/1] arch/x86/kvm/vmx.c: Fix external interrupts inject directly bug with guestos RFLAGS.IF=0
2015-01-20 10:39 UTC (9+ messages)
[PATCH 5/5] KVM: nVMX: Enable nested posted interrupt processing
2015-01-20 8:04 UTC (6+ messages)
[PATCH 0/5] KVM: nVMX: Enable nested apicv support
2015-01-20 3:59 UTC (3+ messages)
[kvm:master 1/1] arch/x86/kvm/../../../virt/kvm/kvm_main.c:2062:25: sparse: incorrect type in assignment (different address spaces)
2015-01-19 19:35 UTC (3+ messages)
` [PATCH kvm] KVM: kvm_read_nested_guest_page() can be static
[PATCH v8 0/5] irqfd support for arm/arm64
2015-01-19 16:43 UTC (6+ messages)
` [PATCH v8 1/5] KVM: arm/arm64: unset CONFIG_HAVE_KVM_IRQCHIP
` [PATCH v8 2/5] KVM: introduce kvm_arch_intc_initialized and use it in irqfd
` [PATCH v8 3/5] KVM: arm/arm64: implement kvm_arch_intc_initialized
` [PATCH v8 4/5] KVM: arm/arm64: remove coarse grain dist locking at kvm_vgic_sync_hwstate
` [PATCH v8 5/5] KVM: arm/arm64: add irqfd support
[PATCH v7 0/4] irqfd support for arm/arm64
2015-01-19 15:08 UTC (11+ messages)
` [PATCH v7 1/4] KVM: arm/arm64: unset CONFIG_HAVE_KVM_IRQCHIP
` [PATCH v7 2/4] KVM: introduce kvm_arch_intc_initialized and use it in irqfd
` [PATCH v7 3/4] KVM: arm/arm64: implement kvm_arch_intc_initialized
` [PATCH v7 4/4] KVM: arm/arm64: add irqfd support
[PATCH/RFC] KVM: fix sparse warning in include/trace/events/kvm.h
2015-01-19 14:46 UTC (4+ messages)
use dedicated I/O service domain in KVM
2015-01-19 13:32 UTC (4+ messages)
[PATCH/RFC 00/21] KVM: s390: fixes and features for kvm/next (3.20)
2015-01-19 8:19 UTC (19+ messages)
` [PATCH/RFC 02/21] KVM: s390: make local function static
` [PATCH/RFC 03/21] KVM: s390: move vcpu specific initalization to a later point
` [PATCH/RFC 05/21] KVM: s390: prevent sleep duration underflows in handle_wait()
` [PATCH/RFC 06/21] KVM: s390: base hrtimer on a monotonic clock
` [PATCH/RFC 07/21] KVM: s390: forward hrtimer if guest ckc not pending yet
` [PATCH/RFC 08/21] KVM: s390: new parameter for SIGP STOP irqs
` [PATCH/RFC 12/21] s390/sclp: introduce check for the SIGP Interpretation Facility
` [PATCH/RFC 13/21] KVM: s390: only one external call may be pending at a time
` [PATCH/RFC 14/21] KVM: s390: clear the pfault queue if user space sets the invalid token
` [PATCH/RFC 15/21] KVM: s390: forward most SIGP orders to user space
` [PATCH/RFC 16/21] KVM: s390: no need to hold the kvm->mutex for floating interrupts
` [PATCH/RFC 17/21] KVM: s390: Take addressing mode into account for MVPG interception
` [PATCH/RFC 18/21] KVM: s390: fix bug in sigp emergency signal injection
` [PATCH/RFC 19/21] KVM: s390: trace correct values for set prefix and machine checks
` [PATCH/RFC 20/21] KVM: s390: Provide guest TOD Clock Get/Set Controls
` [PATCH/RFC 21/21] KVM: s390/cpacf: Enable/disable protected key functions for kvm guest
Fw: Benchmarking for vhost polling patch
2015-01-18 7:40 UTC (7+ messages)
[PATCH v2 0/3] x86_64,entry: Rearrange the syscall exit optimizations
2015-01-17 11:15 UTC (5+ messages)
` [PATCH v2 1/3] x86_64,entry: Fix RCX for traced syscalls
` [PATCH v2 2/3] x86_64,entry: Use sysret to return to userspace when possible
` [PATCH v2 3/3] x86_64,entry: Remove the syscall exit audit and schedule optimizations
[PATCH] kvmtool: virtio-9p: Convert EMFILE error at the server to ENFILE for the guest
2015-01-16 15:17 UTC (2+ messages)
[PATCH 0/8] current ACCESS_ONCE patch queue
2015-01-16 12:12 UTC (10+ messages)
` [PATCH 1/8] ppc/kvm: Replace ACCESS_ONCE with READ_ONCE
` [PATCH 4/8] x86/spinlock: Leftover conversion ACCESS_ONCE->READ_ONCE
[PATCH 4/5] KVM: nVMX: Enable nested virtual interrupt delivery
2015-01-16 5:58 UTC
[PATCH 3/5] KVM: nVMX: Enable nested apic register virtualization
2015-01-16 5:56 UTC
[ovirt-users] Use dedicated I/O service domain in KVM
2015-01-16 4:08 UTC
[PATCH v2 0/5] ARM: KVM: Enable the ioeventfd capability of KVM on ARM
2015-01-15 19:47 UTC (4+ messages)
[PATCH 0/3] vfio/type1: map/unmap chunking + conditional rescheduling
2015-01-15 17:35 UTC (4+ messages)
` [PATCH 1/3] vfio/type1: DMA unmap chunking
` [PATCH 2/3] vfio/type1: Chunk contiguous reserved/invalid page mappings
` [PATCH 3/3] vfio/type1: Add conditional rescheduling
[PATCH 4/4] arm/arm64: KVM: use kernel mapping to perform invalidation on page fault
2015-01-15 15:47 UTC (11+ 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).