kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2019-05-31 09:38:50 to 2019-06-04 16:42:13 UTC [more...]

[RFC][Patch v10 0/2] mm: Support for page hinting
 2019-06-04 16:41 UTC  (22+ messages)
` [RFC][Patch v10 1/2] mm: page_hinting: core infrastructure
` [RFC][Patch v10 2/2] virtio-balloon: page_hinting: reporting to the host
` [QEMU PATCH] KVM: Support for page hinting

[PATCH v8 00/29] SMMUv3 Nested Stage Setup
 2019-06-04 16:11 UTC  (20+ messages)
` [PATCH v8 04/29] iommu: Add recoverable fault reporting
` [PATCH v8 05/29] iommu: Add a timeout parameter for PRQ response
` [PATCH v8 22/29] vfio: VFIO_IOMMU_ATTACH/DETACH_PASID_TABLE
` [PATCH v8 24/29] vfio: VFIO_IOMMU_BIND/UNBIND_MSI
` [PATCH v8 25/29] vfio-pci: Add a new VFIO_REGION_TYPE_NESTED region type
` [PATCH v8 26/29] vfio-pci: Register an iommu fault handler
` [PATCH v8 28/29] vfio-pci: Add VFIO_PCI_DMA_FAULT_IRQ_INDEX

[PATCH] KVM/nSVM: properly map nested VMCB
 2019-06-04 16:09 UTC 

[PATCH] kvm: x86: refine kvm_get_arch_capabilities()
 2019-06-04 16:09 UTC  (2+ messages)

[PATCH v1] KVM: x86: PMU Whitelist
 2019-06-04 15:56 UTC  (11+ messages)

[PATCH v1 1/1] vfio-ccw: Destroy kmem cache region on module exit
 2019-06-04 15:44 UTC  (3+ messages)

[PULL 0/7] vfio-ccw: fixes
 2019-06-04 15:24 UTC  (13+ messages)
` [PULL 1/7] s390/cio: Update SCSW if it points to the end of the chain
` [PULL 2/7] s390/cio: Set vfio-ccw FSM state before ioeventfd
` [PULL 3/7] s390/cio: Split pfn_array_alloc_pin into pieces
` [PULL 4/7] s390/cio: Initialize the host addresses in pfn_array
` [PULL 5/7] s390/cio: Don't pin vfio pages for empty transfers
` [PULL 6/7] s390/cio: Allow zero-length CCWs in vfio-ccw
` [PULL 7/7] s390/cio: Remove vfio-ccw checks of command codes

[PATCH v3 0/8] s390: virtio: support protected virtualization
 2019-06-04 15:06 UTC  (35+ messages)
` [PATCH v3 2/8] s390/cio: introduce DMA pools to cio
` [PATCH v3 3/8] s390/cio: add basic protected virtualization support
` [PATCH v3 4/8] s390/airq: use DMA memory for adapter interrupts
` [PATCH v3 5/8] virtio/s390: use cacheline aligned airq bit vectors
` [PATCH v3 6/8] virtio/s390: add indirection to indicators access
` [PATCH v3 7/8] virtio/s390: use DMA memory for ccw I/O and classic notifiers
` [PATCH v3 8/8] virtio/s390: make airq summary indicators DMA

[PATCH v9 0/4] vfio: ap: AP Queue Interrupt Control
 2019-06-04 14:56 UTC  (3+ messages)

[PATCH v5 0/8] Introduce support for Guest CET feature
 2019-06-04 14:46 UTC  (3+ messages)
` [PATCH v5 1/8] KVM: VMX: Define CET VMCS fields and control bits

[PATCH v2 0/2] x86: Enable user wait instructions
 2019-06-04 14:34 UTC  (3+ messages)
` [PATCH v2 1/2] x86/cpu: Add support for UMONITOR/UMWAIT/TPAUSE

[PATCH 0/2] kvm-unit-test: nVMX: Test "Load IA32_EFER" VM-exit control on vmentry of nested guests
 2019-06-04 14:21 UTC  (5+ messages)
` [PATCH 1/2] kvm-unit-test: x86: Add a wrapper to check if the CPU supports NX bit in MSR_EFER
` [PATCH 2/2] kvm-unit-test: nVMX: Test "Load IA32_EFER" VM-exit control on vmentry of nested guests

[PATCH v2 07/22] docs: amd-memory-encryption.rst get rid of warnings
 2019-06-04 14:17 UTC 

[PATCH v3 0/4] KVM: Unify mmu_memory_cache functionality across architectures
 2019-06-04 13:33 UTC  (5+ messages)
` [PATCH v3 1/4] KVM: x86: Move mmu_memory_cache functions to common code
` [PATCH v3 2/4] KVM: x86: Rename mmu_memory_cache to kvm_mmu_memcache
` [PATCH v3 3/4] KVM: arm/arm64: Move to common kvm_mmu_memcache infrastructure
` [PATCH v3 4/4] KVM: mips: "

[PATCH v16 00/16] arm64: untag user pointers passed to the kernel
 2019-06-04 13:09 UTC  (29+ messages)
` [PATCH v16 01/16] uaccess: add untagged_addr definition for other arches
` [PATCH v16 02/16] arm64: untag user pointers in access_ok and __uaccess_mask_ptr
` [PATCH v16 03/16] lib, arm64: untag user pointers in strn*_user
` [PATCH v16 04/16] mm: untag user pointers in do_pages_move
` [PATCH v16 05/16] arm64: untag user pointers passed to memory syscalls
` [PATCH v16 06/16] mm, arm64: untag user pointers in mm/gup.c
` [PATCH v16 07/16] mm, arm64: untag user pointers in get_vaddr_frames
` [PATCH v16 08/16] fs, arm64: untag user pointers in copy_mount_options
` [PATCH v16 09/16] fs, arm64: untag user pointers in fs/userfaultfd.c
` [PATCH v16 10/16] drm/amdgpu, arm64: untag user pointers
` [PATCH v16 11/16] drm/radeon, arm64: untag user pointers in radeon_gem_userptr_ioctl
` [PATCH v16 12/16] IB, arm64: untag user pointers in ib_uverbs_(re)reg_mr()
` [PATCH v16 13/16] media/v4l2-core, arm64: untag user pointers in videobuf_dma_contig_user_get
` [PATCH v16 14/16] tee, arm64: untag user pointers in tee_shm_register
` [PATCH v16 15/16] vfio/type1, arm64: untag user pointers in vaddr_get_pfn
` [PATCH v16 16/16] selftests, arm64: add a selftest for passing tagged pointers to kernel

[patch 0/3] cpuidle-haltpoll driver (v2)
 2019-06-04 12:24 UTC  (6+ messages)
` [patch 1/3] drivers/cpuidle: add cpuidle-haltpoll driver
` [patch 2/3] kvm: x86: add host poll control msrs
` [patch 3/3] cpuidle-haltpoll: disable host side polling when kvm virtualized
  ` [patch v2 "

[PATCH 00/22] Some documentation fixes
 2019-06-04 10:10 UTC  (4+ messages)
` [PATCH 09/22] docs: mark orphan documents as such

[RFC PATCH v2 0/3] Deliver vGPU page flip events to userspace
 2019-06-04  9:55 UTC  (4+ messages)
` [RFC PATCH v2 1/3] vfio: Use capability chains to handle device specific irq
` [RFC PATCH v2 2/3] drm/i915/gvt: Leverage irq capability chain to get eventfd
` [RFC PATCH v2 3/3] drm/i915/gvt: Send plane flip events to user space

[PATCHv6 0/3] vfio/mdev: Improve vfio/mdev core module
 2019-06-04  5:48 UTC  (5+ messages)
` [PATCHv6 1/3] vfio/mdev: Improve the create/remove sequence
` [PATCHv6 2/3] vfio/mdev: Avoid creating sysfs remove file on stale device removal
` [PATCHv6 3/3] vfio/mdev: Synchronize device create/remove with parent removal

[PATCH 1/3] kvm: x86: check kvm_apic_sw_enabled() is enough
 2019-06-04  3:11 UTC 

[PATCH v4 0/2] introduction of migration_version attribute for VFIO live migration
 2019-06-04  0:34 UTC  (3+ messages)

[patch QEMU] kvm: i386: halt poll control MSR support
 2019-06-03 23:04 UTC 

[patch QEMU] kvm: i386: halt poll control MSR support
 2019-06-03 23:00 UTC 

[RESEND PATCH v3] KVM: x86: Add Intel CPUID.1F cpuid emulation support
 2019-06-03 19:18 UTC  (3+ messages)

[PATCH v2] mm: add account_locked_vm utility function
 2019-06-03 19:15 UTC  (3+ messages)
` [PATCH v3] "

[PATCH 0/6] KVM/x86: Add workaround to support ExtINT with AVIC
 2019-06-03 18:58 UTC  (4+ messages)
` [PATCH 6/6] svm: Temporary deactivate AVIC during ExtINT handling

[PATCHv5 0/3] vfio/mdev: Improve vfio/mdev core module
 2019-06-03 18:44 UTC  (4+ messages)
` [PATCHv5 3/3] vfio/mdev: Synchronize device create/remove with parent removal

[RFC PATCH 00/11] mm / virtio: Provide support for paravirtual waste page treatment
 2019-06-03 15:33 UTC  (5+ messages)

[PATCH v3 0/5] vsock/virtio: optimizations to increase the throughput
 2019-06-03 11:07 UTC  (8+ messages)
` [PATCH v3 1/5] vsock/virtio: limit the memory used per-socket
` [PATCH v3 2/5] vsock/virtio: fix locking for fwd_cnt and buf_alloc
` [PATCH v3 3/5] vsock/virtio: reduce credit update messages
` [PATCH v3 4/5] vhost/vsock: split packets to send using multiple buffers
` [PATCH v3 5/5] vsock/virtio: change the maximum packet size allowed

[PATCH] arm64: timer: ensure pending signal was cleared
 2019-06-03  9:13 UTC  (2+ messages)

[PATCH kvm-unit-tests] arm64: timer: a few test improvements
 2019-06-03  9:09 UTC 

[kvm-unit-tests PULL 0/2] Ppc next patches
 2019-06-03  8:24 UTC  (2+ messages)

[PATCH 0/2] scsi: add support for request batching
 2019-06-03  8:16 UTC  (4+ messages)
` [PATCH 1/2] scsi_host: "

In A Nutshell
 2019-05-30 20:41 UTC 

[PATCH] KVM: PPC: Book3S HV: XIVE: introduce a KVM device lock
 2019-06-03  5:53 UTC  (3+ messages)

GPU passthrough hot-swapping driver development?
 2019-06-02 20:57 UTC  (3+ messages)

Windows 7 VM CPU core count
 2019-06-02 19:19 UTC  (3+ messages)

[PATCH] KVM: VMX: remove unneeded 'asm volatile ("")' from vmcs_write64
 2019-06-02 19:11 UTC 

[GIT PULL] KVM fixes for 5.2-rc3
 2019-06-02 17:25 UTC  (2+ messages)

[PATCH v15 00/17] arm64: untag user pointers passed to the kernel
 2019-06-02  5:06 UTC  (25+ messages)

kvm / virsh snapshot management
 2019-06-02  0:12 UTC 

[PATCH v10 0/7] virtio pmem driver
 2019-06-01  6:28 UTC  (3+ messages)
` [PATCH v10 4/7] dm: enable synchronous dax

[GIT PULL 0/2] KVM: s390: fixes for 5.2-rc3
 2019-05-31 22:49 UTC  (2+ messages)

[GIT PULL] Please pull my kvm-ppc-fixes-5.2-1 tag
 2019-05-31 22:48 UTC  (2+ messages)

[PATCH] KVM: irqchip: Use struct_size() in kzalloc()
 2019-05-31 19:24 UTC 

[RFC PATCH v2 04/12] x86/mm/tlb: Flush remote and local TLBs concurrently
 2019-05-31 19:44 UTC  (3+ messages)

[PATCH v2 1/2] KVM: LAPIC: Optimize timer latency consider world switch time
 2019-05-31 18:57 UTC  (3+ messages)
` [PATCH v2 2/2] KVM: LAPIC: remove the trailing newline used in the fmt parameter of TP_printk

[PATCH 2/2] tests: kvm: Test virtualization of VMX capability MSRs
 2019-05-31 18:42 UTC 

[PATCH 1/2] kvm: nVMX: Enforce must-be-zero bits in the IA32_VMX_VMCS_ENUM MSR
 2019-05-31 18:41 UTC 

[PATCH] kvm: tests: Sort tests in the Makefile alphabetically
 2019-05-31 16:37 UTC  (2+ messages)

[PATCH v15 00/17] arm64: untag user pointers passed to the kernel
 2019-05-31 16:22 UTC  (5+ messages)
` [PATCH v15 17/17] selftests, arm64: add a selftest for passing tagged pointers to kernel

[PATCH] tests: kvm: Check for a kernel warning
 2019-05-31 14:14 UTC 

[PATCH 0/4] vsock/virtio: several fixes in the .probe() and .remove()
 2019-05-31  9:56 UTC  (9+ messages)
` [PATCH 3/4] vsock/virtio: fix flush of works during the .remove()

[PATCH] KVM: Start populating /sys/hypervisor with KVM entries
 2019-05-31  9:38 UTC  (8+ messages)
`  "
  ` [PATCH v2 1/2] "


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