messages from 2024-01-30 14:43:16 to 2024-02-07 20:21:28 UTC [more...]
[PATCH net-next] virtio_net: Add TX stop and wake counters
2024-02-07 20:21 UTC (22+ messages)
[PATCH v2 0/4] eventfd: simplify signal helpers
2024-02-07 14:34 UTC (5+ messages)
` [PATCH v2 2/4] eventfd: simplify eventfd_signal()
[PATCH net-next v5] virtio_net: Support RX hash XDP hint
2024-02-07 14:27 UTC (6+ messages)
[PATCH] vhost-vdpa: fail enabling virtqueue in certain conditions
2024-02-07 8:39 UTC (6+ messages)
` "
[PATCH v3 0/8] IOMMUFD: Deliver IO page faults to user space
2024-02-07 8:14 UTC (5+ messages)
` [PATCH v3 1/8] iommu: Add iopf domain attach/detach/replace interface
` [PATCH v3 5/8] iommufd: Associate fault object with iommufd_hw_pgtable
Re:Re: Re: [PATCH] vhost-vdpa: fail enabling virtqueue in certain conditions
2024-02-06 16:42 UTC
[PATCH net-next v5 2/5] page_frag: unify gfp bits for order 3 page allocation
2024-02-06 7:23 UTC (5+ messages)
` [PATCH net-next v5 4/5] vhost/net: remove vhost_net_page_frag_refill()
` [PATCH net-next v5 5/5] tools: virtio: introduce vhost_net_test
[PATCH] virtio: make virtio_bus const
2024-02-06 2:48 UTC (3+ messages)
Re:[PATCH v17 3/3] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper
2024-02-05 23:20 UTC
[PATCH v17 0/3] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper
2024-02-05 23:01 UTC (4+ messages)
` [PATCH v17 1/3] vfio/pci: rename and export do_io_rw()
` [PATCH v17 2/3] vfio/pci: rename and export range_intesect_range
` [PATCH v17 3/3] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper
[PATCH] vdpa: make vdpa_bus const
2024-02-05 12:46 UTC (2+ messages)
Re:[PATCH v6.1.y-v4.19.y] vhost: use kzalloc() instead of kmalloc() followed by memset()
2024-02-05 5:20 UTC
[PATCH v6.1.y-v4.19.y] vhost: use kzalloc() instead of kmalloc() followed by memset()
2024-02-05 5:19 UTC
[PATCH net-next v4 2/5] page_frag: unify gfp bits for order 3 page allocation
2024-02-05 1:43 UTC (11+ messages)
` [PATCH net-next v4 5/5] tools: virtio: introduce vhost_net_test
screen unblanking problem in qemu
2024-02-03 16:13 UTC
[PATCH v4] virtio_net: Support RX hash XDP hint
2024-02-02 10:52 UTC (5+ messages)
[PATCH vhost 00/17] virtio: drivers maintain dma info for premapped vq
2024-02-02 10:17 UTC (40+ messages)
` [PATCH vhost 01/17] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH vhost 02/17] virtio_ring: packed: remove double check of the unmap ops
` [PATCH vhost 03/17] virtio_ring: packed: structure the indirect desc table
` [PATCH vhost 04/17] virtio_ring: split: remove double check of the unmap ops
` [PATCH vhost 05/17] virtio_ring: split: structure the indirect desc table
` [PATCH vhost 06/17] virtio_ring: no store dma info when unmap is not needed
` [PATCH vhost 07/17] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost 08/17] virtio: vring_new_virtqueue(): "
` [PATCH vhost 11/17] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH vhost 17/17] virtio_net: sq support premapped mode
[PATCH vhost v1 00/19] virtio: drivers maintain dma info for premapped vq
2024-02-02 9:39 UTC (20+ messages)
` [PATCH vhost v1 01/19] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH vhost v1 02/19] virtio_ring: packed: remove double check of the unmap ops
` [PATCH vhost v1 03/19] virtio_ring: packed: structure the indirect desc table
` [PATCH vhost v1 04/19] virtio_ring: split: remove double check of the unmap ops
` [PATCH vhost v1 05/19] virtio_ring: split: structure the indirect desc table
` [PATCH vhost v1 06/19] virtio_ring: no store dma info when unmap is not needed
` [PATCH vhost v1 07/19] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v1 08/19] virtio: vring_create_virtqueue: "
` [PATCH vhost v1 09/19] virtio: vring_new_virtqueue(): "
` [PATCH vhost v1 10/19] virtio_ring: reuse the parameter struct of find_vqs()
` [PATCH vhost v1 11/19] virtio: find_vqs: add new parameter premapped
` [PATCH vhost v1 12/19] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH vhost v1 13/19] virtio_net: set premapped mode by find_vqs()
` [PATCH vhost v1 14/19] virtio_ring: remove api of setting vq premapped
` [PATCH vhost v1 15/19] virtio_ring: introduce dma map api for page
` [PATCH vhost v1 16/19] virtio_ring: introduce virtqueue_dma_map_sg_attrs
` [PATCH vhost v1 17/19] virtio_net: unify the code for recycling the xmit ptr
` [PATCH vhost v1 18/19] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH vhost v1 19/19] virtio_net: sq support premapped mode
[PATCH 00/10] vDPA: Allocate each vq with its size individually
2024-02-02 16:39 UTC (11+ messages)
` [PATCH 01/10] vhost-vdpa: uapi to support reporting per vq size
` [PATCH 02/10] vDPA: introduce get_vq_size to vdpa_config_ops
` [PATCH 03/10] vDPA/ifcvf: implement vdpa_config_ops.get_vq_size
` [PATCH 04/10] vp_vdpa: "
` [PATCH 05/10] eni_vdpa: "
` [PATCH 06/10] vdpa_sim: implement vdpa_config_ops.get_vq_size for vDPA simulator
` [PATCH 07/10] vduse: implement vdpa_config_ops.get_vq_size for vduse
` [PATCH 08/10] virtio_vdpa: create vqs with the actual size
` [PATCH 09/10] vDPA/ifcvf: get_max_vq_size to return max size
` [PATCH 10/10] vDPA/ifcvf: implement vdpa_config_ops.get_vq_num_min
[PATCH] virtio: packed: fix unmap leak for indirect desc table
2024-02-02 5:56 UTC (3+ messages)
[PATCH net-next v2 0/6] virtio-net: support device stats
2024-02-02 4:57 UTC (8+ messages)
` [PATCH net-next v2 1/6] virtio_net: introduce device stats feature and structures
` [PATCH net-next v2 2/6] virtio_net: virtnet_send_command supports command-specific-result
` [PATCH net-next v2 3/6] virtio_net: support device stats
` [PATCH net-next v2 4/6] virtio_net: stats map include driver stats
` [PATCH net-next v2 5/6] virtio_net: add the total stats field
` [PATCH net-next v2 6/6] virtio_net: rename stat tx_timeout to timeout
[PATCH v5] can: virtio: Initial virtio CAN driver
2024-02-01 18:57 UTC (3+ messages)
[PATCH v19 00/30] Add generic memory shrinker to VirtIO-GPU and Panfrost DRM drivers
2024-02-01 18:53 UTC (8+ messages)
` [PATCH v19 09/30] drm/shmem-helper: Add and use lockless drm_gem_shmem_get_pages()
Re: Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement)
2024-02-01 12:08 UTC (11+ messages)
[PATCH v7 0/3] vduse: add support for networking devices
2024-02-01 8:42 UTC (4+ messages)
atomic queue limits updates v3
2024-02-01 7:10 UTC (33+ messages)
` [PATCH 01/14] block: move max_{open,active}_zones to struct queue_limits
` [PATCH 02/14] block: refactor disk_update_readahead
` [PATCH 03/14] block: add an API to atomically update queue limits
` [PATCH 04/14] block: use queue_limits_commit_update in queue_max_sectors_store
` [PATCH 05/14] block: add a max_user_discard_sectors queue limit
` [PATCH 06/14] block: use queue_limits_commit_update in queue_discard_max_store
` [PATCH 07/14] block: pass a queue_limits argument to blk_alloc_queue
` [PATCH 08/14] block: pass a queue_limits argument to blk_mq_init_queue
` [PATCH 09/14] block: pass a queue_limits argument to blk_mq_alloc_disk
` [PATCH 10/14] virtio_blk: split virtblk_probe
` [PATCH 11/14] virtio_blk: pass queue_limits to blk_mq_alloc_disk
` [PATCH 12/14] loop: cleanup loop_config_discard
` [PATCH 13/14] loop: pass queue_limits to blk_mq_alloc_disk
` [PATCH 14/14] loop: use the atomic queue limits update API
[PATCH] crypto: virtio/akcipher - Fix stack overflow on memcpy
2024-02-01 5:49 UTC (4+ messages)
[PATCH v4 0/6] LoongArch: Add pv ipi support on LoongArch VM
2024-02-01 3:19 UTC (7+ messages)
` [PATCH v4 1/6] LoongArch/smp: Refine ipi ops on LoongArch platform
` [PATCH v4 2/6] LoongArch: KVM: Add hypercall instruction emulation support
` [PATCH v4 3/6] LoongArch: KVM: Add cpucfg area for kvm hypervisor
` [PATCH v4 4/6] LoongArch: Add paravirt interface for guest kernel
` [PATCH v4 5/6] LoongArch: KVM: Add vcpu search support from physical cpuid
` [PATCH v4 6/6] LoongArch: Add pv ipi support on LoongArch system
[PATCH v2 1/1] drm/virtio: Implement device_attach
2024-01-31 10:20 UTC (5+ messages)
[RFC PATCH 0/1] virtio-blk: handle block layer timedout request
2024-01-31 7:00 UTC (6+ messages)
` [RFC PATCH 1/1] virtio-blk: process "
[PATCH v3] virtio_net: Support RX hash XDP hint
2024-01-31 2:53 UTC (3+ messages)
[PATCH V2] virtio-blk: Ensure no requests in virtqueues before deleting vqs
2024-01-30 21:15 UTC (2+ messages)
atomic queue limits updates v2
2024-01-30 15:05 UTC (8+ messages)
` [PATCH 03/14] block: add an API to atomically update queue limits
` [PATCH 04/14] block: use queue_limits_commit_update in queue_max_sectors_store
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).