virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-14 12:25:04 to 2024-08-20 20:12:01 UTC [more...]

[PATCH net] virtio-net: fix overflow inside virtnet_rq_alloc
 2024-08-20 20:11 UTC  (6+ messages)

[PATCH v2] virtio_pmem: Check device status before requesting flush
 2024-08-20 20:01 UTC  (2+ messages)

[PATCH net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API
 2024-08-20 16:02 UTC  (8+ messages)

[PATCH v2 1/2] drm/virtio: Use XRGB8888 also for big endian systems
 2024-08-20 14:27 UTC  (6+ messages)
` [PATCH v2 2/2] drm/virtio: Fix host color format for big endian guests

[PATCH] virtio_pmem: Check device status before requesting flush
 2024-08-20 14:23 UTC  (4+ messages)

[PATCH 0/9] PCI: Remove pcim_iounmap_regions()
 2024-08-20 11:14 UTC  (36+ messages)
` [PATCH 1/9] PCI: Make pcim_release_region() a public function
` [PATCH 2/9] PCI: Make pcim_iounmap_region() "
` [PATCH 3/9] fpga/dfl-pci.c: Replace deprecated PCI functions
` [PATCH 4/9] block: mtip32xx: "
` [PATCH 5/9] gpio: "
` [PATCH 6/9] ethernet: cavium: "
` [PATCH 7/9] ethernet: stmicro: Simplify PCI devres usage
` [PATCH 8/9] vdap: solidrun: Replace deprecated PCI functions
` [PATCH 9/9] PCI: Remove pcim_iounmap_regions()

[PATCH RFC v2] mmc/virtio: Add virtio MMC driver for QEMU emulation
 2024-08-20 10:03 UTC  (2+ messages)

[PATCH net-next 00/13] virtio-net: support AF_XDP zero copy (tx)
 2024-08-20  7:33 UTC  (14+ messages)
` [PATCH net-next 01/13] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH net-next 02/13] virtio_ring: split: harden dma unmap for indirect
` [PATCH net-next 03/13] virtio_ring: packed: "
` [PATCH net-next 04/13] virtio_ring: perform premapped operations based on per-buffer
` [PATCH net-next 05/13] virtio-net: rq submits premapped buffer per buffer
` [PATCH net-next 06/13] virtio_ring: remove API virtqueue_set_dma_premapped
` [PATCH net-next 07/13] virtio_net: refactor the xmit type
` [PATCH net-next 08/13] virtio_net: xsk: bind/unbind xsk for tx
` [PATCH net-next 09/13] virtio_net: xsk: prevent disable tx napi
` [PATCH net-next 10/13] virtio_net: xsk: tx: support xmit xsk buffer
` [PATCH net-next 11/13] virtio_net: xsk: tx: handle the transmitted "
` [PATCH net-next 12/13] virtio_net: update tx timeout record
` [PATCH net-next 13/13] virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPY

[PATCH v1] drm/ci: increase timeout for all jobs
 2024-08-20  7:08 UTC 

[PATCH v3 0/4] mm: clarify nofail memory allocation
 2024-08-20  6:24 UTC  (56+ messages)
` [PATCH v3 1/4] vduse: avoid using __GFP_NOFAIL
` [PATCH v3 2/4] mm: document __GFP_NOFAIL must be blockable
` [PATCH v3 3/4] mm: BUG_ON to avoid NULL deference while __GFP_NOFAIL fails
` [PATCH v3 4/4] mm: prohibit NULL deference exposed for unsupported non-blockable __GFP_NOFAIL

[PATCH net-next v5 0/4] virtio_net: rx enable premapped mode by default
 2024-08-20  6:19 UTC  (11+ messages)
` [PATCH net-next v5 1/4] virtio_ring: enable premapped mode whatever use_dma_api
` [PATCH RFC 0/3] Revert "virtio_net: rx enable premapped mode by default"

[PATCH v6 0/3] Add extioi virt extension support
 2024-08-20  4:01 UTC  (7+ messages)
` [PATCH v6 1/3] LoongArch: KVM: Enable paravirt feature control from VMM
` [PATCH v6 3/3] irqchip/loongson-eiointc: Add extioi virt extension support

[PATCH -next] vdpa: Remove unused declarations
 2024-08-19 23:24 UTC  (2+ messages)

[PATCH] drm/virtio: Use XRGB8888 also for big endian systems
 2024-08-19 18:29 UTC  (3+ messages)

[RFC] Virtualizing tagged disaggregated memory capacity (app specific, multi host shared)
 2024-08-19 15:40 UTC  (5+ messages)

[syzbot] [kvm?] [net?] [virt?] INFO: task hung in __vhost_worker_flush
 2024-08-19 15:19 UTC  (6+ messages)

[RFC 0/7] vhost: Add support of kthread API
 2024-08-19  9:27 UTC  (8+ messages)
` [RFC 1/7] vhost: Add a new module_param for enable kthread
` [RFC 2/7] vhost: Add kthread support in function vhost_worker_queue()
` [RFC 3/7] vhost: Add kthread support in function vhost_workers_free()
` [RFC 4/7] vhost: Add the vhost_worker to support kthread
` [RFC 5/7] vhost: Add the cgroup related function
` [RFC 6/7] vhost: Add kthread support in function vhost_worker_create
` [RFC 7/7] vhost: Add new UAPI to support changing Kthread mode

[PATCH vhost 0/7] vdpa/mlx5: Parallelize device suspend/resume
 2024-08-16  9:13 UTC  (3+ messages)

[PATCH vhost v2 00/10] vdpa/mlx5: Parallelize device suspend/resume
 2024-08-16  9:01 UTC  (11+ messages)
` [PATCH mlx5-vhost v2 01/10] net/mlx5: Support throttled commands from async API
` [PATCH vhost v2 02/10] vdpa/mlx5: Introduce error logging function
` [PATCH vhost v2 03/10] vdpa/mlx5: Introduce async fw command wrapper
` [PATCH vhost v2 04/10] vdpa/mlx5: Use async API for vq query command
` [PATCH vhost v2 05/10] vdpa/mlx5: Use async API for vq modify commands
` [PATCH vhost v2 06/10] vdpa/mlx5: Parallelize device suspend
` [PATCH vhost v2 07/10] vdpa/mlx5: Parallelize device resume
` [PATCH vhost v2 08/10] vdpa/mlx5: Keep notifiers during suspend but ignore
` [PATCH vhost v2 09/10] vdpa/mlx5: Small improvement for change_num_qps()
` [PATCH vhost v2 10/10] vdpa/mlx5: Parallelize VQ suspend/resume for CVQ MQ command

[PATCH] vhost_vdpa: assign irq bypass producer token correctly
 2024-08-16  3:19 UTC 

[PATCH net-next v7 0/4] virtio-net: synchronize op/admin state
 2024-08-16  2:30 UTC  (2+ messages)

[PATCH net] virtio_net: move netdev_tx_reset_queue() call before RX napi enable
 2024-08-16  2:20 UTC  (4+ messages)

[PATCH v2] vduse: avoid using __GFP_NOFAIL
 2024-08-16  2:03 UTC  (3+ messages)

[PATCH 1/2] x86/vmware: Log kmsg dump on panic
 2024-08-15 23:52 UTC  (5+ messages)
` [PATCH 2/2] x86/vmware: Fix steal time clock under SEV
  ` [PATCH v2 "

[PATCH RFC 1/3] Revert "virtio_net: rx remove premapped failover code"
 2024-08-15 15:27 UTC  (3+ messages)
  ` [PATCH RFC 0/3] Revert "virtio_net: rx enable premapped mode by default"

[Patch net] vsock: fix recursive ->recvmsg calls
 2024-08-15 10:20 UTC  (2+ messages)

[PATCH v3 11/11] fs/fuse/virtio_fs: allow idmapped mounts
 2024-08-15  9:24 UTC 

[PATCH v2] virtio_pmem: Check device status before requesting flush
 2024-08-15  1:03 UTC 

[PATCH] virtio_pmem: Add freeze/restore callbacks
 2024-08-15  0:46 UTC 

[PATCH] virtio_pmem: Check device status before requesting flush
 2024-08-15  0:30 UTC 


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