public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2018-10-11 13:00:47 to 2018-10-17 10:09:55 UTC [more...]

[RFC PATCH v1 0/4] Add migration support for VFIO device
 2018-10-17 10:09 UTC  (10+ messages)
` [RFC PATCH v1 1/4] VFIO KABI for migration interface
` [RFC PATCH v1 2/4] Add migration functions for VFIO devices
` [RFC PATCH v1 3/4] Add vfio_listerner_log_sync to mark dirty pages
` [RFC PATCH v1 4/4] Make vfio-pci device migration capable

[PATCH V5 0/3] introduce coalesced pio support
 2018-10-17 10:08 UTC  (6+ messages)
` [PATCH V5 1/3] kvm/x86 : add "
` [PATCH V5 2/3] kvm/x86 : add document for coalesced mmio
` [PATCH V5 3/3] kvm/x86 : add document for coalesced pio

[PATCH 00/11 v3] x86: load FPU registers on return to userland
 2018-10-17 10:01 UTC  (30+ messages)
` [PATCH 01/11] x86/entry: remove _TIF_ALLWORK_MASK
` [PATCH 03/11] x86/fpu: make __raw_xsave_addr() use feature number instead of mask
` [PATCH 04/11] x86/fpu: eager switch PKRU state
` [PATCH 05/11] x86/fpu: set PKRU state for kernel threads
` [PATCH 06/11] x86/pkeys: make init_pkru_value static
` [PATCH 07/11] x86/pkeys: Drop the preempt-disable section
` [PATCH 08/11] x86/fpu: Always store the registers in copy_fpstate_to_sigframe()
` [PATCH 10/11] x86/fpu: prepare copy_fpstate_to_sigframe for TIF_LOAD_FPU
` [PATCH 11/11] x86/fpu: defer FPU state load until return to userspace

[RFC] VSOCK: The performance problem of vhost_vsock
 2018-10-17  9:51 UTC  (6+ messages)

[libvirt] [PATCH v2 1/1] Add attribute single_usage_restriction for mdev type-id
 2018-10-17  9:05 UTC  (2+ messages)

[libvirt] [PATCH v2 0/4] New mdev type handling for aggregated resources
 2018-10-17  9:00 UTC  (8+ messages)
` [libvirt] [PATCH v3 0/6] VFIO mdev aggregated resources handling
` [libvirt] [PATCH v3 1/6] vfio/mdev: Add new "aggregate" parameter for mdev create
` [libvirt] [PATCH v3 2/6] vfio/mdev: Add "aggregation" attribute for supported mdev type
` [libvirt] [PATCH v3 3/6] vfio/mdev: Add "aggregated_instances" attribute for supported mdev device
` [libvirt] [PATCH v3 4/6] Documentation/vfio-mediated-device.txt: Update for vfio/mdev aggregation support
` [libvirt] [PATCH v3 5/6] Documentation/ABI/testing/sysfs-bus-vfio-mdev: "
` [libvirt] [PATCH v3 6/6] drm/i915/gvt: Add new type with "

[PATCH] KVM: VMX: enable nested virtualization by default
 2018-10-17  8:21 UTC  (4+ messages)

[PATCH 0/4] migration: improve multithreads
 2018-10-17  8:14 UTC  (7+ messages)
` [PATCH 1/4] ptr_ring: port ptr_ring from linux kernel to QEMU
` [PATCH 2/4] migration: introduce lockless multithreads model
` [PATCH 3/4] migration: use lockless Multithread model for compression
` [PATCH 4/4] migration: use lockless Multithread model for decompression

[PATCH net-next V2 0/8] Packed virtqueue support for vhost
 2018-10-17  6:54 UTC  (10+ messages)
` [PATCH net-next V2 6/8] vhost: packed ring support

[PATCH v3 0/8] vfio/mdev: IOMMU aware mediated device
 2018-10-17  2:10 UTC  (15+ messages)
  ` [PATCH v3 1/8] iommu: Add APIs for multiple domains per device
` [PATCH v3 2/8] iommu/vt-d: Add multiple domains per device query
` [PATCH v3 3/8] iommu/vt-d: Enable/disable multiple domains per device
` [PATCH v3 4/8] iommu/vt-d: Attach/detach domains in auxiliary mode
` [PATCH v3 5/8] iommu/vt-d: Return ID associated with an auxiliary domain
` [PATCH v3 6/8] vfio/mdev: Add iommu place holders in mdev_device
` [PATCH v3 7/8] vfio/type1: Add domain at(de)taching group helpers
` [PATCH v3 8/8] vfio/type1: Handle different mdev isolation type

[PATCH V5 1/4] target-i386: introduce coalesced_pio kvm header update
 2018-10-17  1:37 UTC  (2+ messages)
` [PATCH V5 1/4] target-i386: introduce coalesced_pio kvm headerupdate

[PATCH kernel 0/3] vfio/spapr_tce: Reworks for NVIDIA V100 + P9 passthrough (part 3)
 2018-10-17  1:19 UTC  (6+ messages)
` [PATCH kernel 1/3] vfio_pci: Allow mapping extra regions
` [PATCH kernel 2/3] vfio_pci: Allow regions to add own capabilities
` [PATCH kernel 3/3] vfio_pci: Add NVIDIA GV100GL [Tesla V100 SXM2] [10de:1db1] subdriver

[PATCH v6 00/13] KVM: nVMX: Enlightened VMCS for Hyper-V on KVM
 2018-10-16 21:55 UTC  (15+ messages)
` [PATCH v6 01/13] KVM: hyperv: define VP assist page helpers
` [PATCH v6 02/13] KVM: VMX: refactor evmcs_sanitize_exec_ctrls()
` [PATCH v6 03/13] KVM: nVMX: add KVM_CAP_HYPERV_ENLIGHTENED_VMCS capability
` [PATCH v6 04/13] KVM: nVMX: add enlightened VMCS state
` [PATCH v6 05/13] KVM: nVMX: implement enlightened VMPTRLD and VMCLEAR
` [PATCH v6 06/13] KVM: nVMX: optimize prepare_vmcs02{,_full} for Enlightened VMCS case
` [PATCH v6 07/13] x86/kvm/hyperv: don't clear VP assist pages on init
` [PATCH v6 08/13] x86/kvm/lapic: preserve gfn_to_hva_cache len on cache reinit
` [PATCH v6 09/13] x86/kvm/nVMX: allow bare VMXON state migration
` [PATCH v6 10/13] KVM: selftests: state_test: test bare VMXON migration
` [PATCH v6 11/13] x86/kvm/nVMX: nested state migration for Enlightened VMCS
` [PATCH v6 12/13] tools/headers: update kvm.h
` [PATCH v6 13/13] KVM: selftests: add Enlightened VMCS test

[PATCH v5 00/12] KVM: nVMX: Enlightened VMCS for Hyper-V on KVM
 2018-10-16 13:59 UTC  (4+ messages)
` [PATCH v5 09/12] x86/kvm/nVMX: allow bare VMXON state migration

[PATCH v2] kvm:x86 :remove unnecessary recalculate_apic_map
 2018-10-16 12:49 UTC  (2+ messages)

[PATCH v4 4.4 1/4] KVM: x86: remove eager_fpu field of struct kvm_vcpu_arch
 2018-10-16  7:00 UTC  (2+ messages)
` [PATCH v4 4.4 2/4] x86/fpu: Remove use_eager_fpu()

[QEMU PATCH v2 0/2]: KVM: i386: Add support for save and restore nested state
 2018-10-15 18:10 UTC  (3+ messages)

[PATCH] kvm/x86 : avoid shifting signed 32-bit value by 31 bits
 2018-10-15 17:30 UTC  (6+ messages)

[PATCH] KVM: x86: fix failure of injecting exceptionsinx86_emulate_instruction
 2018-10-15 17:13 UTC 

[PATCH] kvm/x86 : fix some typo
 2018-10-15 17:12 UTC  (2+ messages)

[PATCH] s390/cio: make vfio_ccw_io_region static
 2018-10-15 13:39 UTC  (2+ messages)

[PATCH V4 00/15] x86/KVM/Hyper-v: Add HV ept tlb range flush hypercall support in KVM
 2018-10-15 13:08 UTC  (33+ messages)
` [PATCH V4 1/15] KVM: Add tlb_remote_flush_with_range callback in kvm_x86_ops
` [PATCH V4 2/15] KVM/MMU: Add tlb flush with range helper function
` [PATCH V4 3/15] KVM: Replace old tlb flush function with new one to flush a specified range
` [PATCH V4 4/15] KVM: Make kvm_set_spte_hva() return int
` [PATCH V4 5/15] KVM/MMU: Move tlb flush in kvm_set_pte_rmapp() to kvm_mmu_notifier_change_pte()
` [PATCH V4 6/15] KVM/MMU: Flush tlb directly in the kvm_set_pte_rmapp()
` [PATCH V4 7/15] KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()
` [PATCH V4 8/15] KVM/MMU: Flush tlb directly in kvm_mmu_zap_collapsible_spte()
` [PATCH V4 9/15] KVM: Add flush_link and parent_pte in the struct kvm_mmu_page
` [PATCH V4 10/15] KVM: Add spte's point "
` [PATCH V4 11/15] KVM/MMU: Replace tlb flush function with range list flush function
` [PATCH V4 12/15] x86/hyper-v: Add HvFlushGuestAddressList hypercall support
` [PATCH V4 13/15] x86/Hyper-v: Add trace in the hyperv_nested_flush_guest_mapping_range()
` [PATCH V4 14/15] KVM/VMX: Change hv flush logic when ept tables are mismatched
` [PATCH V4 15/15] KVM/VMX: Add hv tlb range flush support

[PATCH v1] KVM/x86/vPMU: Guest PMI Optimization
 2018-10-14 13:42 UTC  (9+ messages)

[PATCH v2 0/2] kvm "fake DAX" device
 2018-10-13 16:29 UTC  (8+ messages)
  ` [PATCH v2 1/2] libnvdimm: nd_region flush callback support
    ` [Qemu-devel] [PATCH v2 0/2] kvm "fake DAX" device
` [PATCH v2 2/2] virtio-pmem: Add virtio pmem driver

[GIT PULL] KVM fixes for 4.19-rc8
 2018-10-13 13:43 UTC  (2+ messages)

[PATCH] KVM: vmx: hyper-v: don't pass EPT configuration info to vmx_hv_remote_flush_tlb()
 2018-10-13  9:39 UTC  (7+ messages)

[PATCH v4 0/2] rename function name and enable 32bit vcpu events
 2018-10-12 16:12 UTC  (3+ messages)
` [PATCH v4 1/2] arm/arm64: KVM: rename function kvm_arch_dev_ioctl_check_extension()
` [PATCH v4 2/2] arm/arm64: KVM: enable 32 bits kvm vcpu events support

Bad MAINTAINERS pattern in section 'VIRTIO AND VHOST VSOCK DRIVER'
 2018-10-12 15:46 UTC  (2+ messages)

[PATCH] MAINTAINERS: remove reference to bogus vsock file
 2018-10-12 15:46 UTC 

[PATCH v3 0/2] rename function name and enable 32bit vcpu events
 2018-10-12 15:45 UTC  (5+ messages)
` [PATCH v3 1/2] arm/arm64: KVM: rename function kvm_arch_dev_ioctl_check_extension()
` [PATCH v3 2/2] arm/arm64: KVM: enable 32 bits kvm vcpu events support

[PATCH v3 2/2] arm/arm64: KVM: enable 32 bits kvm vcpu events support
 2018-10-12 15:36 UTC 

[PATCH V4 0/2] introduce coalesced pio support
 2018-10-12 15:27 UTC  (3+ messages)
` [PATCH V4 2/2] kvm/x86 : add document for coalesced pio

[PATCH] scsi/virio_scsi.c: do not call virtscsi_remove_vqs() in virtscsi_init() to avoid crash bug
 2018-10-12 14:55 UTC  (2+ messages)

[PATCH] mm: Speed up mremap on large regions
 2018-10-12  7:29 UTC  (5+ messages)

WARNING: refcount bug in kvm_vm_ioctl
 2018-10-11 18:39 UTC  (4+ messages)

kernel BUG at arch/x86/kvm/x86.c:LINE! (2)
 2018-10-11 18:05 UTC  (4+ messages)

[PATCH v3 4.4.y 1/3] x86/fpu: Remove use_eager_fpu()
 2018-10-11 15:10 UTC  (2+ messages)

BUG: unable to handle kernel paging request in refcount_inc_not_zero_checked
 2018-10-11 14:33 UTC  (2+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox