virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-05-01 16:20:44 to 2024-05-10 10:52:59 UTC [more...]

[patch net-next] virtio_net: add support for Byte Queue Limits
 2024-05-10 10:52 UTC  (10+ messages)

[PATCH] virtio_net: Fix memory leak in virtnet_rx_mod_work
 2024-05-10 10:07 UTC  (4+ messages)

[RFC PATCH v3 0/5] Hypervisor-Enforced Kernel Integrity - CR pinning
 2024-05-10 10:07 UTC  (13+ messages)
` [RFC PATCH v3 1/5] virt: Introduce Hypervisor Enforced Kernel Integrity (Heki)
` [RFC PATCH v3 2/5] KVM: x86: Add new hypercall to lock control registers
` [RFC PATCH v3 3/5] KVM: x86: Add notifications for Heki policy configuration and violation
` [RFC PATCH v3 4/5] heki: Lock guest control registers at the end of guest kernel init
` [RFC PATCH v3 5/5] virt: Add Heki KUnit tests

[PATCH v5 0/9] IOMMUFD: Deliver IO page faults to user space
 2024-05-10  9:13 UTC  (17+ messages)
` [PATCH v5 2/9] iommu: Replace sva_iommu with iommu_attach_handle
` [PATCH v5 3/9] iommu: Add attachment handle to struct iopf_group
` [PATCH v5 5/9] iommufd: Add iommufd fault object
` [PATCH v5 6/9] iommufd: Fault-capable hwpt attach/detach/replace
` [PATCH v5 7/9] iommufd: Associate fault object with iommufd_hw_pgtable

[PATCH net-next v4 0/4] virtio_net: rx enable premapped mode by default
 2024-05-10  7:42 UTC  (7+ messages)
` [PATCH net-next v4 1/4] virtio_ring: enable premapped mode whatever use_dma_api
` [PATCH net-next v4 2/4] virtio_net: big mode skip the unmap check
` [PATCH net-next v4 3/4] virtio_net: rx remove premapped failover code
` [PATCH net-next v4 4/4] virtio_net: remove the misleading comment

[PATCH v8 1/7] x86/vmware: Move common macros to vmware.h
 2024-05-10  7:31 UTC  (19+ messages)
` [PATCH v9 1/8] x86/vmware: Correct macro names
  ` [PATCH v9 2/8] x86/vmware: Move common macros to vmware.h
      ` [PATCH v9 0/8] VMware hypercalls enhancements
        ` [PATCH v9 1/8] x86/vmware: Move common macros to vmware.h
        ` [PATCH v9 2/8] x86/vmware: Correct macro names
        ` [PATCH v9 3/8] x86/vmware: Introduce VMware hypercall API
        ` [PATCH v9 4/8] ptp/vmware: Use "
        ` [PATCH v9 5/8] input/vmmouse: "
        ` [PATCH v9 6/8] drm/vmwgfx: "
        ` [PATCH v9 7/8] x86/vmware: Undefine VMWARE_HYPERCALL
        ` [PATCH v9 8/8] x86/vmware: Add TDX hypercall support

[PATCH net-next 0/2] Add TX stop/wake counters
 2024-05-10  6:48 UTC  (10+ messages)
` [PATCH net-next 1/2] netdev: Add queue stats for TX stop and wake
` [PATCH net-next 2/2] virtio_net: Add TX stopped and wake counters
      `  "

[PATCH net-next v13 0/4] ethtool: provide the dim profile fine-tuning channel
 2024-05-09 23:09 UTC  (6+ messages)
` [PATCH net-next v13 1/4] linux/dim: move useful macros to .h file
` [PATCH net-next v13 2/4] ethtool: provide customized dim profile management
` [PATCH net-next v13 3/4] dim: add new interfaces for initialization and getting results
` [PATCH net-next v13 4/4] virtio-net: support dim profile fine-tuning

[linux-next:master] BUILD REGRESSION 704ba27ac55579704ba1289392448b0c66b56258
 2024-05-09 21:51 UTC 

[patch virtio] virtio: delete vq in vp_find_vqs_msix() when request_irq() fails
 2024-05-09 13:29 UTC  (4+ messages)

[REGRESSION][v6.8-rc1] virtio-pci: Introduce admin virtqueue
 2024-05-09  3:02 UTC  (4+ messages)

[PATCH] [PATCH RESEND] drm/virtio: fix memory leak of vbuf
 2024-05-09  1:52 UTC 

[PATCH net-next 0/7] virtnet_net: prepare for af-xdp
 2024-05-09  1:58 UTC  (11+ messages)
` [PATCH net-next 1/7] virtio_net: independent directory
` [PATCH net-next 2/7] virtio_net: move core structures to virtio_net.h
` [PATCH net-next 3/7] virtio_net: add prefix virtnet to all struct inside virtio_net.h
` [PATCH net-next 4/7] virtio_net: separate virtnet_rx_resize()
` [PATCH net-next 5/7] virtio_net: separate virtnet_tx_resize()
` [PATCH net-next 6/7] virtio_net: separate receive_mergeable
` [PATCH net-next 7/7] virtio_net: separate receive_buf

[PATCH] [PATCH RESEND] drm/virtio: fix memory leak of vbuf
 2024-05-08 23:55 UTC  (2+ messages)

[PATCH net-next v12 0/4] ethtool: provide the dim profile fine-tuning channel
 2024-05-08 15:53 UTC  (13+ messages)
` [PATCH net-next v12 1/4] linux/dim: move useful macros to .h file
` [PATCH net-next v12 2/4] ethtool: provide customized dim profile management
` [PATCH net-next v12 3/4] dim: add new interfaces for initialization and getting results
` [PATCH net-next v12 4/4] virtio-net: support dim profile fine-tuning

[PATCH net-next v3 06/13] mm: page_frag: add '_va' suffix to page_frag API
 2024-05-08 13:34 UTC  (2+ messages)
` [PATCH net-next v3 07/13] mm: page_frag: avoid caller accessing 'page_frag_cache' directly

[Regression] 6.9.0: WARNING: workqueue: WQ_MEM_RECLAIM ttm:ttm_bo_delayed_delete [ttm] is flushing !WQ_MEM_RECLAIM events:qxl_gc_work [qxl]
 2024-05-08 12:51 UTC  (5+ messages)

[PATCH net-next v2 1/3] vsock: add support for SIOCOUTQ ioctl for all vsock socket types
 2024-05-08 10:08 UTC  (7+ messages)
` [PATCH net-next v2 2/3] vsock/virtio: add SIOCOUTQ support for all virtio based transports
` [PATCH net-next v2 3/3] test/vsock: add ioctl unsent bytes test

[PATCH v8 0/6] LoongArch: Add pv ipi support on LoongArch VM
 2024-05-08  6:10 UTC  (26+ messages)
` [PATCH v8 2/6] LoongArch: KVM: Add hypercall instruction emulation support
` [PATCH v8 4/6] LoongArch: KVM: Add vcpu search support from physical cpuid
` [PATCH v8 6/6] LoongArch: Add pv ipi support on guest kernel side

[PATCH net-next 0/3] virtio_net: enable the irq for ctrlq
 2024-05-08  3:43 UTC  (8+ messages)
` [PATCH net-next 1/3] virtio_net: enable irq for the control vq

Virtio Net driver crash in latest version of kernel 6.8.4>
 2024-05-08  3:16 UTC  (2+ messages)

[PATCH net-next v2 0/2] virtio_net: support getting initial value of irq coalesce
 2024-05-08  2:44 UTC  (11+ messages)
` [PATCH net-next v2 1/2] virtio_net: introduce ability to get reply info from device
` [PATCH net-next v2 2/2] virtio_net: get init coalesce value when probe

[PATCH vhost 0/5] virtio_net: introduce api to enable/disable premapped mode for sq
 2024-05-08  2:23 UTC  (6+ messages)
` [PATCH vhost 1/5] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH vhost 2/5] virtio_ring: introduce dma map api for page
` [PATCH vhost 3/5] virtio_ring: introduce virtqueue_dma_map_sg_attrs
` [PATCH vhost 4/5] virtio_ring: virtqueue_set_dma_premapped() support to disable
` [PATCH vhost 5/5] virtio_net: sq support premapped mode

[PATCH 0/2] virtio-fs: introduce multi-queue support
 2024-05-06 19:52 UTC  (4+ messages)
` [PATCH 1/2] virtio-fs: limit number of request queues

[PATCH net-next v6 0/6] Remove RTNL lock protection of CVQ
 2024-05-07 10:50 UTC  (10+ messages)
` [PATCH net-next v6 1/6] virtio_net: Store RSS setting in virtnet_info
` [PATCH net-next v6 2/6] virtio_net: Remove command data from control_buf
` [PATCH net-next v6 3/6] virtio_net: Add a lock for the command VQ
` [PATCH net-next v6 4/6] virtio_net: Do DIM update for specified queue only
` [PATCH net-next v6 5/6] virtio_net: Add a lock for per queue RX coalesce
` [PATCH net-next v6 6/6] virtio_net: Remove rtnl lock protection of command buffers

[CFP] WSCC 2024: Euro-Par 2024 International Workshop on Scalable Compute Continuum
 2024-05-07  8:07 UTC 

[PATCH v1 0/5] drm/ci: uprev mesa and generate testlist
 2024-05-07  6:07 UTC  (12+ messages)
` [PATCH v1 2/5] drm/ci: generate testlist from build
` [PATCH v1 4/5] drm/ci: skip driver specific tests
` [PATCH v1 5/5] drm/ci: update xfails for the new testlist

[PATCH v3 0/2] virtiofs: fix the warning for kernel direct IO
 2024-05-06  8:01 UTC  (3+ messages)
` [PATCH v3 1/2] virtiofs: use pages instead of pointer "

[PATCH] virtio_net: Warn if insufficient queue length for transmitting
 2024-05-06  3:24 UTC  (3+ messages)

[PATCH virt] virt: fix uninit-value in vhost_vsock_dev_open
 2024-05-05 19:53 UTC  (2+ messages)

[PATCH next v2 0/5] locking/osq_lock: Optimisations to osq_lock code
 2024-05-04 20:26 UTC  (8+ messages)
` [PATCH next v2 5/5] locking/osq_lock: Optimise decode_cpu() and per_cpu_ptr()

[PATCH] virt: acrn: Remove unusted list 'acrn_irqfd_clients'
 2024-05-04 17:47 UTC 

[PATCH net-next v11 0/4] ethtool: provide the dim profile fine-tuning channel
 2024-05-04  6:32 UTC  (10+ messages)
` [PATCH net-next v11 2/4] ethtool: provide customized dim profile management

[PATCH 00/10] vDPA: allow userspace query virito-block device
 2024-05-03 12:18 UTC  (5+ messages)
` [PATCH 09/10] vDPA: report virtio-block read-only info to user space

ACPI timeouts when enabling KASAN
 2024-05-03  8:41 UTC  (11+ messages)

EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement)
 2024-05-02 12:23 UTC  (12+ messages)

[syzbot] [net?] [virt?] [kvm?] KASAN: slab-use-after-free Read in vhost_task_fn
 2024-05-01 16:56 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;
as well as URLs for NNTP newsgroup(s).