Linux Virtualization
[Prev Page][Next Page]
- Re: [RFC PATCH 0/7] Support for virtio-net hash reporting, (continued)
- Re: [PATCH v3] vhost_vdpa: fix the problem in vhost_vdpa_set_config_call,
Greg KH
- Re: [PATCH v2] vhost_vdpa: fix the problem in vhost_vdpa_set_config_call, Greg KH
- Re: [PATCH v1] vhost_vdpa: fix the problem in vhost_vdpa_set_config_call, Jason Wang
- [PATCH] VMCI: Enforce queuepair max size for IOCTL_VMCI_QUEUEPAIR_ALLOC,
Jorgen Hansen
- Re: [patch V3 13/37] mips/mm/highmem: Switch to generic kmap atomic, Sebastian Andrzej Siewior
- Re: [PATCH 0/5] virtio/vsock: introduce SOCK_SEQPACKET support., Stefano Garzarella
- Re: [PATCH 1/5] vsock/virtio: support for SOCK_SEQPACKET socket., Stefano Garzarella
- [PATCH v4 00/13] drm: Support short-term vmap via vmap_local,
Thomas Zimmermann
- [PATCH v4 03/13] drm/cma-helper: Provide a vmap function for short-term mappings, Thomas Zimmermann
- [PATCH v4 08/13] drm/udl: Use drm_gem_shmem_vmap_local() in damage handling, Thomas Zimmermann
- [PATCH v4 05/13] drm/mgag200: Use drm_gem_shmem_vmap_local() in damage handling, Thomas Zimmermann
- [PATCH v4 11/13] drm/vboxvideo: Use drm_gem_vram_vmap_local() in cursor update, Thomas Zimmermann
- [PATCH v4 04/13] drm/shmem-helper: Provide a vmap function for short-term mappings, Thomas Zimmermann
- [PATCH v4 06/13] drm/cirrus: Use drm_gem_shmem_vmap_local() in damage handling, Thomas Zimmermann
- [PATCH v4 10/13] drm/ast: Use drm_gem_vram_vmap_local() in cursor update, Thomas Zimmermann
- [PATCH v4 13/13] drm/vram-helper: Remove unused drm_gem_vram_{vmap, vunmap}(), Thomas Zimmermann
- [PATCH v4 12/13] drm/fb-helper: Move BO locking from DRM client to fbdev damage worker, Thomas Zimmermann
- [PATCH v4 09/13] drm/vram-helper: Provide a vmap function for short-term mappings, Thomas Zimmermann
Re: [PATCH v1] vdpa/mlx5: Fix memory key MTT population,
Jason Wang
[PATCH] mlx5: vdpa: fix possible uninitialized var,
Jason Wang
[PATCH] virtio_input: Prevent EV_MSC/MSC_TIMESTAMP loop storm for MT., Colin Xu
Re: [PATCH 3/6] hugetlb: add free page reporting support, David Hildenbrand
Re: [PATCH] vdpa/mlx5: Fix memory key MTT population, Jason Wang
Re: [PATCH v4 15/17] x86/hyperv: implement an MSI domain for root partition, kernel test robot
Re: [PATCH 4/6] hugetlb: avoid allocation failed when page reporting is on going,
Alexander Duyck
Re: [PATCH 2/6] mm: let user decide page reporting option, Alexander Duyck
Re: [PATCH 1/6] mm: Add batch size for free page reporting, Alexander Duyck
Re: [PATCH 0/6] hugetlbfs: support free page reporting, David Hildenbrand
Re: [PATCH netdev 5/5] virtio-net, xsk: virtio-net support xsk zero copy tx, Michael S. Tsirkin
[RFC PATCH 2/7] vhost: support for hash report virtio-net feature, Yuri Benditovich
[GIT PULL] vhost: bugfix,
Michael S. Tsirkin
Re: [PATCH netdev 0/5] virtio-net support xdp socket zero copy xmit,
Jason Wang
[PATCH] x86/vmware: avoid TSC recalibration,
Alexey Makhalov
Re: [RFC v2 PATCH 4/4] mm: pre zero out free pages to speed up page allocation for __GFP_ZERO,
Dave Hansen
[PATCH V3 00/19] vDPA driver for virtio-pci device,
Jason Wang
- [PATCH V3 01/19] virtio-pci: do not access iomem via struct virtio_pci_device directly, Jason Wang
- [PATCH V3 03/19] virtio-pci-modern: factor out modern device initialization logic, Jason Wang
- [PATCH V3 04/19] virtio-pci-modern: introduce vp_modern_remove(), Jason Wang
- [PATCH V3 02/19] virtio-pci: split out modern device, Jason Wang
- [PATCH V3 05/19] virtio-pci-modern: introduce helper to set config vector, Jason Wang
- [PATCH V3 06/19] virtio-pci-modern: introduce helpers for setting and getting status, Jason Wang
- [PATCH V3 07/19] virtio-pci-modern: introduce helpers for setting and getting features, Jason Wang
- [PATCH V3 08/19] virtio-pci-modern: introduce vp_modern_generation(), Jason Wang
- [PATCH V3 09/19] virtio-pci-modern: introduce vp_modern_set_queue_vector(), Jason Wang
- [PATCH V3 10/19] virtio-pci-modern: introduce vp_modern_queue_address(), Jason Wang
- [PATCH V3 11/19] virtio-pci-modern: introduce helper to set/get queue_enable, Jason Wang
- [PATCH V3 12/19] virtio-pci-modern: introduce helper for setting/geting queue size, Jason Wang
- [PATCH V3 13/19] virtio-pci-modern: introduce helper for getting queue nums, Jason Wang
- [PATCH V3 14/19] virtio-pci-modern: introduce helper to get notification offset, Jason Wang
- [PATCH V3 15/19] virito-pci-modern: rename map_capability() to vp_modern_map_capability(), Jason Wang
- [PATCH V3 17/19] vdpa: set the virtqueue num during register, Jason Wang
- [PATCH V3 16/19] virtio-pci: introduce modern device module, Jason Wang
- Message not available
Message not available
Re: [PATCH V3 16/19] virtio-pci: introduce modern device module, Guenter Roeck
[PATCH V3 18/19] virtio_vdpa: don't warn when fail to disable vq, Jason Wang
[PATCH V3 19/19] vdpa: introduce virtio pci driver, Jason Wang
Re: [PATCH V3 00/19] vDPA driver for virtio-pci device, Jason Wang
Re: [PATCH 1/3] vsock/virtio: support for SOCK_SEQPACKET socket., Michael S. Tsirkin
Re: [PATCH 2/3] vhost/vsock: support for SOCK_SEQPACKET socket.,
Michael S. Tsirkin
Re: [PATCH] virtio-mem: use false for bool variable, David Hildenbrand
[PATCH rfc 0/3] virtio-net: add tx-hash, rx-tstamp and tx-tstamp,
Willem de Bruijn
[PATCH rfc 2/3] virtio-net: support receive timestamp, Willem de Bruijn
Re: [PATCH rfc 2/3] virtio-net: support receive timestamp, kernel test robot
Re: [PATCH rfc 2/3] virtio-net: support receive timestamp, Michael S. Tsirkin
[PATCH rfc 1/3] virtio-net: support transmit hash report, Willem de Bruijn
Re: [PATCH rfc 0/3] virtio-net: add tx-hash, rx-tstamp and tx-tstamp, Michael S. Tsirkin
Re: [PATCH net v5 1/2] vhost_net: fix ubuf refcount incorrectly when sendmsg fails,
Michael S. Tsirkin
Re: [PATCH net v5 2/2] vhost_net: fix tx queue stuck when sendmsg fails,
Michael S. Tsirkin
Re: [PATCH net v4 1/2] vhost_net: fix ubuf refcount incorrectly when sendmsg fails, Jason Wang
Re: [PATCH net v2] tun: fix return value when the number of iovs exceeds MAX_SKB_FRAGS,
Jason Wang
Re: [PATCH net] tun: fix return value when the number of iovs exceeds MAX_SKB_FRAGS,
Willem de Bruijn
Re: [PATCH net v4 2/2] vhost_net: fix tx queue stuck when sendmsg fails,
Willem de Bruijn
Re: [PATCH net v3 2/2] vhost_net: fix tx queue stuck when sendmsg fails, Willem de Bruijn
[PATCH v2] vhost/vsock: add IOTLB API support,
Stefano Garzarella
[GIT PULL] virtio,vdpa: features, cleanups, fixes,
Michael S. Tsirkin
[PATCH v2] vdpa_sim: use iova module to allocate IOVA addresses,
Stefano Garzarella
Re: [RFC v2 09/13] vduse: Add support for processing vhost iotlb message,
Jason Wang
Message not available
Re: [RFC v2 08/13] vdpa: Introduce process_iotlb_msg() in vdpa_config_ops,
Jason Wang
Re: [RFC v2 06/13] vduse: Introduce VDUSE - vDPA Device in Userspace,
Jason Wang
<Possible follow-ups>
Re: [RFC v2 06/13] vduse: Introduce VDUSE - vDPA Device in Userspace, Bob Liu
Re: [RFC v2 00/13] Introduce VDUSE - vDPA Device in Userspace,
Jason Wang
Re: [RFC PATCH 1/3] mm: support hugetlb free page reporting,
Alexander Duyck
[PATCH] vdpa_sim: use iova module to allocate IOVA addresses,
Stefano Garzarella
Re: [RFC v2 01/13] mm: export zap_page_range() for driver use,
Christoph Hellwig
Re: [PATCH] drivers: gpu: drm: virtio: fix dependency of DRM_VIRTIO_GPU on VIRTIO, Gerd Hoffmann
Re: [RFC v2 PATCH 0/4] speed up page allocation for __GFP_ZERO,
David Hildenbrand
<Possible follow-ups>
Re: [RFC v2 PATCH 0/4] speed up page allocation for __GFP_ZERO, Matthew Wilcox
Re: [RFC v2 PATCH 0/4] speed up page allocation for __GFP_ZERO, Alexander Duyck
Re: [RFC v2 PATCH 0/4] speed up page allocation for __GFP_ZERO, David Hildenbrand
Re: [RFC PATCH 3/3] mm: support free hugepage pre zero out,
David Hildenbrand
Re: [RFC PATCH 2/3] virtio-balloon: add support for providing free huge page reports to host, David Hildenbrand
Re: [PATCH] virtio_net: Fix recursive call to cpus_read_lock(),
Jason Wang
[PATCH v3 RESEND] virtio-input: add multi-touch support, Vasyl Vavrychuk
[PATCH v3] virtio-input: add multi-touch support, Vasyl Vavrychuk
Re: [PATCH -next] vdpa: Mark macaddr_buf with static keyword,
Jason Wang
Re: [bisected] Re: drm, qxl: post 5.11 merge warning+explosion, Koenig, Christian
[PATCH v3 00/15] x86: major paravirt cleanup,
Juergen Gross via Virtualization
- [PATCH v3 05/15] x86: rework arch_local_irq_restore() to not use popf, Juergen Gross via Virtualization
- [PATCH v3 11/15] x86/paravirt: switch iret pvops to ALTERNATIVE, Juergen Gross via Virtualization
- [PATCH v3 13/15] x86/paravirt: add new macros PVOP_ALT* supporting pvops in ALTERNATIVEs, Juergen Gross via Virtualization
- [PATCH v3 04/15] x86/xen: drop USERGS_SYSRET64 paravirt call, Juergen Gross via Virtualization
- [PATCH v3 10/15] x86/paravirt: simplify paravirt macros, Juergen Gross via Virtualization
- [PATCH v3 15/15] x86/paravirt: have only one paravirt patch function, Juergen Gross via Virtualization
- [PATCH v3 03/15] x86/pv: switch SWAPGS to ALTERNATIVE, Juergen Gross via Virtualization
- [PATCH v3 06/15] x86/paravirt: switch time pvops functions to use static_call(), Juergen Gross via Virtualization
- [PATCH v3 14/15] x86/paravirt: switch functions with custom code to ALTERNATIVE, Juergen Gross via Virtualization
- [PATCH v3 09/15] x86/paravirt: remove no longer needed 32-bit pvops cruft, Juergen Gross via Virtualization
Re: [PATCH net v2 1/2] vhost_net: fix ubuf refcount incorrectly when sendmsg fails,
Willem de Bruijn
Re: drm, qxl: post 5.11 merge warning+explosion,
Mike Galbraith
Re: [PATCH net v2 2/2] vhost_net: fix high cpu load when sendmsg fails,
Michael S. Tsirkin
[PATCH 00/21] Control VQ support in vDPA,
Jason Wang
[PATCH 09/21] vhost_iotlb: split out IOTLB initialization, Jason Wang
[PATCH 10/21] vhost: support ASID in IOTLB API, Jason Wang
[PATCH 11/21] vhost-vdpa: introduce asid based IOTLB, Jason Wang
Message not available
Message not available
[PATCH 12/21] vhost-vdpa: introduce uAPI to get the number of virtqueue groups, Jason Wang
Message not available
[PATCH 13/21] vhost-vdpa: introduce uAPI to get the number of address spaces, Jason Wang
[PATCH 14/21] vhost-vdpa: uAPI to get virtqueue group id, Jason Wang
[PATCH 16/21] vhost-vdpa: support ASID based IOTLB API, Jason Wang
[PATCH 17/21] vdpa_sim: split vdpasim_virtqueue's iov field in out_iov and in_iov, Jason Wang
[PATCH 18/21] vdpa_sim: advertise VIRTIO_NET_F_MTU, Jason Wang
[PATCH 15/21] vhost-vdpa: introduce uAPI to set group ASID, Jason Wang
[PATCH 19/21] vdpa_sim: factor out buffer completion logic, Jason Wang
[PATCH 20/21] vdpa_sim: filter destination mac address, Jason Wang
[PATCH 21/21] vdpasim: control virtqueue support, Jason Wang
Re: [PATCH 00/21] Control VQ support in vDPA, Michael S. Tsirkin
Message not available
Message not available
[PATCH v4 00/18] vdpa: generalize vdpa simulator,
Stefano Garzarella
- [PATCH v4 01/18] vdpa: remove unnecessary 'default n' in Kconfig entries, Stefano Garzarella
- [PATCH v4 02/18] vdpa_sim: remove unnecessary headers inclusion, Stefano Garzarella
- [PATCH v4 03/18] vdpa_sim: remove hard-coded virtq count, Stefano Garzarella
- [PATCH v4 04/18] vdpa_sim: make IOTLB entries limit configurable, Stefano Garzarella
- [PATCH v4 05/18] vdpa_sim: rename vdpasim_config_ops variables, Stefano Garzarella
- [PATCH v4 06/18] vdpa_sim: add struct vdpasim_dev_attr for device attributes, Stefano Garzarella
- [PATCH v4 07/18] vdpa_sim: add device id field in vdpasim_dev_attr, Stefano Garzarella
- [PATCH v4 08/18] vdpa_sim: add supported_features field in vdpasim_dev_attr, Stefano Garzarella
- [PATCH v4 09/18] vdpa_sim: add work_fn in vdpasim_dev_attr, Stefano Garzarella
- [PATCH v4 10/18] vdpa_sim: store parsed MAC address in a buffer, Stefano Garzarella
- [PATCH v4 11/18] vdpa_sim: make 'config' generic and usable for any device type, Stefano Garzarella
- [PATCH v4 12/18] vdpa_sim: add get_config callback in vdpasim_dev_attr, Stefano Garzarella
- [PATCH v4 13/18] vdpa_sim: add set_config callback in vdpasim_dev_attr, Stefano Garzarella
- [PATCH v4 14/18] vdpa_sim: set vringh notify callback, Stefano Garzarella
- [PATCH v4 15/18] vdpa_sim: use kvmalloc to allocate vdpasim->buffer, Stefano Garzarella
- [PATCH v4 16/18] vdpa_sim: make vdpasim->buffer size configurable, Stefano Garzarella
- [PATCH v4 17/18] vdpa_sim: split vdpasim_virtqueue's iov field in out_iov and in_iov, Stefano Garzarella
- [PATCH v4 18/18] vdpa: split vdpasim to core and net modules, Stefano Garzarella
Re: [PATCH net 2/2] vhost_net: fix high cpu load when sendmsg fails,
Jason Wang
Re: [PATCH net 1/2] vhost_net: fix ubuf refcount incorrectly when sendmsg fails, Willem de Bruijn
Re: swiotlb/virtio: unchecked device dma address and length,
Konrad Rzeszutek Wilk
[PATCH 5.9 032/105] vdpa: mlx5: fix vdpa/vhost dependencies, Greg Kroah-Hartman
Re: [PATCH v1] vdpa/mlx5: Use write memory barrier after updating CQ index, Jason Wang
Re: [PATCH net v2] tun: fix ubuf refcount incorrectly on error path,
Willem de Bruijn
[PATCH v3 0/8] drm: Support short-term vmap via vmap_local,
Thomas Zimmermann
Re: [PATCH net] vhost_net: fix high cpu load when sendmsg fails,
Michael S. Tsirkin
[PATCH RESEND v2] virtio-input: add multi-touch support,
Vasyl Vavrychuk
Re: [PATCH] virtio: replace constant parameter '1' with num, Michael S. Tsirkin
Re: Howto listen to/handle gpio state changes ? Re: [PATCH v2 2/2] drivers: gpio: add virtio-gpio guest driver,
Linus Walleij
Re: [RFC PATCH 24/27] vhost: iommu changes, Stefan Hajnoczi
Re: [RFC PATCH 20/27] vhost: Return used buffers, Stefan Hajnoczi
Re: [RFC PATCH 18/27] vhost: add vhost_vring_poll_rcu, Stefan Hajnoczi
Re: [RFC PATCH 16/27] virtio: Expose virtqueue_alloc_element,
Stefan Hajnoczi
Re: [RFC PATCH 13/27] vhost: Send buffers to device,
Stefan Hajnoczi
Re: [RFC PATCH 10/27] vhost: Allocate shadow vring,
Stefan Hajnoczi
Re: [RFC PATCH 09/27] vhost: Route host->guest notification through qemu, Stefan Hajnoczi
Re: [RFC PATCH 08/27] vhost: Add a flag for software assisted Live Migration, Stefan Hajnoczi
Re: (subset) [PATCH 000/141] Fix fall-through warnings for Clang, Martin K. Petersen
Re: [PATCH v3] drivers: gpio: add virtio-gpio guest driver,
kernel test robot
[PATCH v11 00/81] VM introspection,
Adalbert Lazăr
- [PATCH v11 01/81] KVM: UAPI: add error codes used by the VM introspection code, Adalbert Lazăr
- [PATCH v11 04/81] KVM: doc: fix the hypercalls numbering, Adalbert Lazăr
- [PATCH v11 14/81] KVM: x86: add kvm_x86_ops.desc_intercepted(), Adalbert Lazăr
- [PATCH v11 07/81] KVM: x86: avoid injecting #PF when emulate the VMCALL instruction, Adalbert Lazăr
- [PATCH v11 02/81] KVM: add kvm_vcpu_kick_and_wait(), Adalbert Lazăr
- [PATCH v11 17/81] KVM: x86: add kvm_x86_ops.control_msr_intercept(), Adalbert Lazăr
- [PATCH v11 16/81] KVM: x86: svm: use the vmx convention to control the MSR interception, Adalbert Lazăr
- [PATCH v11 03/81] KVM: add kvm_get_max_gfn(), Adalbert Lazăr
- [PATCH v11 25/81] KVM: x86: export kvm_vcpu_ioctl_x86_get_xsave(), Adalbert Lazăr
- [PATCH v11 08/81] KVM: x86: add kvm_x86_ops.bp_intercepted(), Adalbert Lazăr
- [PATCH v11 31/81] KVM: x86: disable gpa_available optimization for fetch and page-walk SPT violations, Adalbert Lazăr
- [PATCH v11 05/81] KVM: x86: add kvm_arch_vcpu_get_regs() and kvm_arch_vcpu_get_sregs(), Adalbert Lazăr
- [PATCH v11 13/81] KVM: x86: add kvm_x86_ops.control_desc_intercept(), Adalbert Lazăr
- [PATCH v11 22/81] KVM: x86: export kvm_arch_vcpu_set_guest_debug(), Adalbert Lazăr
- [PATCH v11 26/81] KVM: x86: export kvm_vcpu_ioctl_x86_set_xsave(), Adalbert Lazăr
- [PATCH v11 23/81] KVM: x86: extend kvm_mmu_gva_to_gpa_system() with the 'access' parameter, Adalbert Lazăr
- [PATCH v11 21/81] KVM: x86: add kvm_x86_ops.control_singlestep(), Adalbert Lazăr
- [PATCH v11 06/81] KVM: x86: add kvm_arch_vcpu_set_regs(), Adalbert Lazăr
- [PATCH v11 24/81] KVM: x86: export kvm_inject_pending_exception(), Adalbert Lazăr
- [PATCH v11 20/81] KVM: x86: add kvm_x86_ops.fault_gla(), Adalbert Lazăr
- [PATCH v11 09/81] KVM: x86: add kvm_x86_ops.control_cr3_intercept(), Adalbert Lazăr
- [PATCH v11 32/81] KVM: introduce VM introspection, Adalbert Lazăr
- [PATCH v11 29/81] KVM: x86: page_track: add support for preread, prewrite and preexec, Adalbert Lazăr
- [PATCH v11 12/81] KVM: svm: add support for descriptor-table VM-exits, Adalbert Lazăr
- [PATCH v11 19/81] KVM: x86: save the error code during EPT/NPF exits handling, Adalbert Lazăr
- [PATCH v11 38/81] KVM: introspection: add KVMI_VM_GET_INFO, Adalbert Lazăr
- [PATCH v11 34/81] KVM: introspection: add permission access ioctls, Adalbert Lazăr
- [PATCH v11 28/81] KVM: x86: page track: add track_create_slot() callback, Adalbert Lazăr
- [PATCH v11 35/81] KVM: introspection: add the read/dispatch message function, Adalbert Lazăr
- [PATCH v11 18/81] KVM: x86: vmx: use a symbolic constant when checking the exit qualifications, Adalbert Lazăr
- [PATCH v11 11/81] KVM: x86: add kvm_x86_ops.desc_ctrl_supported(), Adalbert Lazăr
- [PATCH v11 10/81] KVM: x86: add kvm_x86_ops.cr3_write_intercepted(), Adalbert Lazăr
- [PATCH v11 15/81] KVM: x86: add kvm_x86_ops.msr_write_intercepted(), Adalbert Lazăr
- [PATCH v11 33/81] KVM: introspection: add hook/unhook ioctls, Adalbert Lazăr
- [PATCH v11 39/81] KVM: introspection: add KVM_INTROSPECTION_PREUNHOOK, Adalbert Lazăr
- [PATCH v11 30/81] KVM: x86: wire in the preread/prewrite/preexec page trackers, Adalbert Lazăr
- [PATCH v11 27/81] KVM: x86: page track: provide all callbacks with the guest virtual address, Adalbert Lazăr
- [PATCH v11 36/81] KVM: introspection: add KVMI_GET_VERSION, Adalbert Lazăr
- [PATCH v11 40/81] KVM: introspection: add KVMI_VM_EVENT_UNHOOK, Adalbert Lazăr
- [PATCH v11 51/81] KVM: introspection: add the crash action handling on the event reply, Adalbert Lazăr
- [PATCH v11 72/81] KVM: introspection: add KVMI_VCPU_CONTROL_MSR and KVMI_VCPU_EVENT_MSR, Adalbert Lazăr
- [PATCH v11 66/81] KVM: introspection: add KVMI_VCPU_GET_XCR, Adalbert Lazăr
- [PATCH v11 81/81] KVM: x86: call the page tracking code on emulation failure, Adalbert Lazăr
- [PATCH v11 61/81] KVM: introspection: add KVMI_VCPU_CONTROL_CR and KVMI_VCPU_EVENT_CR, Adalbert Lazăr
- [PATCH v11 80/81] KVM: introspection: emulate a guest page table walk on SPT violations due to A/D bit updates, Adalbert Lazăr
- [PATCH v11 44/81] KVM: introspection: add a jobs list to every introspected vCPU, Adalbert Lazăr
- [PATCH v11 70/81] KVM: introspection: add KVMI_VCPU_EVENT_DESCRIPTOR, Adalbert Lazăr
- [PATCH v11 41/81] KVM: introspection: add KVMI_VM_CONTROL_EVENTS, Adalbert Lazăr
- [PATCH v11 49/81] KVM: introspection: add support for vCPU events, Adalbert Lazăr
- [PATCH v11 50/81] KVM: introspection: add KVMI_VCPU_EVENT_PAUSE, Adalbert Lazăr
- [PATCH v11 42/81] KVM: introspection: add KVMI_VM_READ_PHYSICAL/KVMI_VM_WRITE_PHYSICAL, Adalbert Lazăr
- [PATCH v11 68/81] KVM: introspection: add KVMI_VCPU_SET_XSAVE, Adalbert Lazăr
- [PATCH v11 57/81] KVM: introspection: add KVMI_VCPU_EVENT_BREAKPOINT, Adalbert Lazăr
- [PATCH v11 56/81] KVM: introspection: add KVMI_VCPU_EVENT_HYPERCALL, Adalbert Lazăr
- [PATCH v11 69/81] KVM: introspection: add KVMI_VCPU_GET_MTRR_TYPE, Adalbert Lazăr
- [PATCH v11 59/81] KVM: introspection: restore the state of #BP interception on unhook, Adalbert Lazăr
- [PATCH v11 77/81] KVM: introspection: add KVMI_VCPU_CONTROL_SINGLESTEP, Adalbert Lazăr
- [PATCH v11 53/81] KVM: introspection: add KVMI_VCPU_GET_REGISTERS, Adalbert Lazăr
- [PATCH v11 75/81] KVM: introspection: add KVMI_VCPU_EVENT_PF, Adalbert Lazăr
- [PATCH v11 45/81] KVM: introspection: handle vCPU introspection requests, Adalbert Lazăr
- [PATCH v11 71/81] KVM: introspection: restore the state of descriptor-table register interception on unhook, Adalbert Lazăr
- [PATCH v11 73/81] KVM: introspection: restore the state of MSR interception on unhook, Adalbert Lazăr
- [PATCH v11 76/81] KVM: introspection: extend KVMI_GET_VERSION with struct kvmi_features, Adalbert Lazăr
- [PATCH v11 78/81] KVM: introspection: add KVMI_VCPU_EVENT_SINGLESTEP, Adalbert Lazăr
- [PATCH v11 55/81] KVM: introspection: add KVMI_VCPU_GET_CPUID, Adalbert Lazăr
- [PATCH v11 62/81] KVM: introspection: restore the state of CR3 interception on unhook, Adalbert Lazăr
- [PATCH v11 54/81] KVM: introspection: add KVMI_VCPU_SET_REGISTERS, Adalbert Lazăr
- [PATCH v11 79/81] KVM: introspection: add KVMI_VCPU_TRANSLATE_GVA, Adalbert Lazăr
- [PATCH v11 52/81] KVM: introspection: add KVMI_VCPU_CONTROL_EVENTS, Adalbert Lazăr
- [PATCH v11 60/81] KVM: introspection: add KVMI_VM_CONTROL_CLEANUP, Adalbert Lazăr
- [PATCH v11 43/81] KVM: introspection: add vCPU related data, Adalbert Lazăr
- [PATCH v11 48/81] KVM: introspection: add KVMI_VM_PAUSE_VCPU, Adalbert Lazăr
- [PATCH v11 63/81] KVM: introspection: add KVMI_VCPU_INJECT_EXCEPTION + KVMI_VCPU_EVENT_TRAP, Adalbert Lazăr
- [PATCH v11 46/81] KVM: introspection: handle vCPU commands, Adalbert Lazăr
- [PATCH v11 65/81] KVM: introspection: add KVMI_VCPU_EVENT_XSETBV, Adalbert Lazăr
- [PATCH v11 47/81] KVM: introspection: add KVMI_VCPU_GET_INFO, Adalbert Lazăr
- [PATCH v11 37/81] KVM: introspection: add KVMI_VM_CHECK_COMMAND and KVMI_VM_CHECK_EVENT, Adalbert Lazăr
- [PATCH v11 64/81] KVM: introspection: add KVMI_VM_GET_MAX_GFN, Adalbert Lazăr
- [PATCH v11 74/81] KVM: introspection: add KVMI_VM_SET_PAGE_ACCESS, Adalbert Lazăr
- [PATCH v11 67/81] KVM: introspection: add KVMI_VCPU_GET_XSAVE, Adalbert Lazăr
- [PATCH v11 58/81] KVM: introspection: add cleanup support for vCPUs, Adalbert Lazăr
Re: [RFC PATCH 07/27] vhost: Route guest->host notification through qemu,
Stefan Hajnoczi
Re: [RFC PATCH 06/27] virtio: Add virtio_queue_get_used_notify_split,
Stefan Hajnoczi
Re: [RFC PATCH 05/27] vhost: Add hdev->dev.sw_lm_vq_handler,
Stefan Hajnoczi
Re: [RFC PATCH 04/27] vhost: add vhost_kernel_set_vring_enable,
Stefan Hajnoczi
Re: [RFC PATCH 02/27] vhost: Add device callback in vhost_migration_log, Stefan Hajnoczi
Re: [PATCH v2 1/2] drivers: gpio: put virtual gpio device into their own submenu, Andy Shevchenko
Re: [PATCH] vhost scsi: fix error return code in vhost_scsi_set_endpoint(),
Jason Wang
Re: [PATCH] vdpa/mlx5: Use write memory barrier after updating CQ index,
Jason Wang
<Possible follow-ups>
Re: [PATCH] vdpa/mlx5: Use write memory barrier after updating CQ index, Michael S. Tsirkin
Re: [RFC PATCH 0/8] vhost: allow userspace to control vq cpu affinity,
Stefano Garzarella
Re: [RFC PATCH 5/8] vhost: allow userspace to bind vqs to CPUs,
Jason Wang
Re: [PATCH net-next] tun: fix ubuf refcount incorrectly on error path,
Jason Wang
[PATCH V2 00/19] vDPA driver for virtio-pci device,
Jason Wang
- [PATCH V2 01/19] virtio-pci: do not access iomem via struct virtio_pci_device directly, Jason Wang
- [PATCH V2 02/19] virtio-pci: split out modern device, Jason Wang
- [PATCH V2 03/19] virtio-pci-modern: factor out modern device initialization logic, Jason Wang
- [PATCH V2 04/19] virtio-pci-modern: introduce vp_modern_remove(), Jason Wang
- [PATCH V2 06/19] virtio-pci-modern: introduce helpers for setting and getting status, Jason Wang
- [PATCH V2 05/19] virtio-pci-modern: introduce helper to set config vector, Jason Wang
- [PATCH V2 07/19] virtio-pci-modern: introduce helpers for setting and getting features, Jason Wang
- [PATCH V2 08/19] virtio-pci-modern: introduce vp_modern_generation(), Jason Wang
- [PATCH V2 09/19] virtio-pci-modern: introduce vp_modern_set_queue_vector(), Jason Wang
- [PATCH V2 10/19] virtio-pci-modern: introduce vp_modern_queue_address(), Jason Wang
- [PATCH V2 11/19] virtio-pci-modern: introduce helper to set/get queue_enable, Jason Wang
- [PATCH V2 12/19] virtio-pci-modern: introduce helper for setting/geting queue size, Jason Wang
- [PATCH V2 13/19] virtio-pci-modern: introduce helper for getting queue nums, Jason Wang
- [PATCH V2 14/19] virtio-pci-modern: introduce helper to get notification offset, Jason Wang
- [PATCH V2 15/19] virito-pci-modern: rename map_capability() to vp_modern_map_capability(), Jason Wang
- [PATCH V2 16/19] virtio-pci: introduce modern device module, Jason Wang
- [PATCH V2 17/19] vdpa: set the virtqueue num during register, Jason Wang
- [PATCH V2 18/19] virtio_vdpa: don't warn when fail to disable vq, Jason Wang
- [PATCH V2 19/19] vdpa: introduce virtio pci driver, Jason Wang
- Re: [PATCH V2 00/19] vDPA driver for virtio-pci device, Jason Wang
Re: [PATCH v2 2/2] drivers: gpio: add virtio-gpio guest driver,
Jason Wang
- Message not available
- Message not available
Message not available
Message not available
<Possible follow-ups>
Re: [PATCH v2 2/2] drivers: gpio: add virtio-gpio guest driver, Michael S. Tsirkin
[PATCH v3 00/19] vdpa: generalize vdpa simulator,
Stefano Garzarella
- [PATCH v3 01/19] vdpa: remove unnecessary 'default n' in Kconfig entries, Stefano Garzarella
- [PATCH v3 02/19] vdpa_sim: remove unnecessary headers inclusion, Stefano Garzarella
- [PATCH v3 03/19] vdpa_sim: remove hard-coded virtq count, Stefano Garzarella
- [PATCH v3 04/19] vhost/iotlb: add VHOST_IOTLB_UNLIMITED macro, Stefano Garzarella
- [PATCH v3 05/19] vdpa_sim: remove the limit of IOTLB entries, Stefano Garzarella
- [PATCH v3 06/19] vdpa_sim: rename vdpasim_config_ops variables, Stefano Garzarella
- [PATCH v3 07/19] vdpa_sim: add struct vdpasim_dev_attr for device attributes, Stefano Garzarella
- [PATCH v3 08/19] vdpa_sim: add device id field in vdpasim_dev_attr, Stefano Garzarella
- [PATCH v3 09/19] vdpa_sim: add supported_features field in vdpasim_dev_attr, Stefano Garzarella
- [PATCH v3 10/19] vdpa_sim: add work_fn in vdpasim_dev_attr, Stefano Garzarella
- [PATCH v3 11/19] vdpa_sim: store parsed MAC address in a buffer, Stefano Garzarella
- [PATCH v3 12/19] vdpa_sim: make 'config' generic and usable for any device type, Stefano Garzarella
- [PATCH v3 13/19] vdpa_sim: add get_config callback in vdpasim_dev_attr, Stefano Garzarella
- [PATCH v3 15/19] vdpa_sim: set vringh notify callback, Stefano Garzarella
- [PATCH v3 14/19] vdpa_sim: add set_config callback in vdpasim_dev_attr, Stefano Garzarella
- [PATCH v3 16/19] vdpa_sim: use kvmalloc to allocate vdpasim->buffer, Stefano Garzarella
- [PATCH v3 17/19] vdpa_sim: make vdpasim->buffer size configurable, Stefano Garzarella
- [PATCH v3 18/19] vdpa_sim: split vdpasim_virtqueue's iov field in out_iov and in_iov, Stefano Garzarella
- [PATCH v3 19/19] vdpa: split vdpasim to core and net modules, Stefano Garzarella
Re: [PATCH 1/1 V2] vhost scsi: fix lun reset completion handling, Stefan Hajnoczi
[GIT PULL] vdpa: last minute bugfixes,
Michael S. Tsirkin
Re: [PATCH 2/2] uapi: virtio_ids: add missing device type IDs from OASIS spec, Michael S. Tsirkin
[PATCH] vhost_vdpa: return -EFAULT if copy_to_user() fails,
Dan Carpenter
[PATCH v2 00/20] drm: Move struct drm_device.pdev to legacy,
Thomas Zimmermann
- [PATCH v2 01/20] drm/amdgpu: Fix trailing whitespaces, Thomas Zimmermann
- [PATCH v2 02/20] drm/amdgpu: Remove references to struct drm_device.pdev, Thomas Zimmermann
- [PATCH v2 04/20] drm/bochs: Remove references to struct drm_device.pdev, Thomas Zimmermann
- [PATCH v2 03/20] drm/ast: Remove references to struct drm_device.pdev, Thomas Zimmermann
- [PATCH v2 05/20] drm/cirrus: Remove references to struct drm_device.pdev, Thomas Zimmermann
- [PATCH v2 06/20] drm/gma500: Fix trailing whitespaces, Thomas Zimmermann
- [PATCH v2 10/20] drm/i915/gt: Remove references to struct drm_device.pdev, Thomas Zimmermann
- [PATCH v2 12/20] drm/mgag200: Remove references to struct drm_device.pdev, Thomas Zimmermann
- [PATCH v2 20/20] drm: Upcast struct drm_device.dev to struct pci_device; replace pdev, Thomas Zimmermann
- [PATCH v2 11/20] drm/i915/gvt: Remove references to struct drm_device.pdev, Thomas Zimmermann
- [PATCH v2 16/20] drm/radeon: Remove references to struct drm_device.pdev, Thomas Zimmermann
- [PATCH v2 19/20] drm/vmwgfx: Remove references to struct drm_device.pdev, Thomas Zimmermann
- [PATCH v2 14/20] drm/qxl: Remove references to struct drm_device.pdev, Thomas Zimmermann
- [PATCH v2 13/20] drm/nouveau: Remove references to struct drm_device.pdev, Thomas Zimmermann
- [PATCH v2 09/20] drm/i915: Remove references to struct drm_device.pdev, Thomas Zimmermann
- [PATCH v2 18/20] drm/virtgpu: Remove references to struct drm_device.pdev, Thomas Zimmermann
- [PATCH v2 08/20] drm/hibmc: Remove references to struct drm_device.pdev, Thomas Zimmermann
- [PATCH v2 15/20] drm/radeon: Fix trailing whitespaces, Thomas Zimmermann
- [PATCH v2 17/20] drm/vboxvideo: Remove references to struct drm_device.pdev, Thomas Zimmermann
- [PATCH v2 07/20] drm/gma500: Remove references to struct drm_device.pdev, Thomas Zimmermann
[GIT PULL] vhost,vdpa: bugfixes,
Michael S. Tsirkin
Re: [PATCH] vdpa: ifcvf: Use dma_set_mask_and_coherent to simplify code, Jason Wang
Re: [PATCH] vdpa/mlx5: Use random MAC for the vdpa net instance,
Michael S. Tsirkin
[PATCH v4] vdpa: mlx5: fix vdpa/vhost dependencies,
Randy Dunlap
[Index of Archives]
[KVM]
[CentOS Virtualization]
[Kernel]
[Kernel Announce]
[Kernel Newbies]
[IETF Annouce]
[Security]
[Netfilter]
[Bugtraq]