messages from 2024-02-20 12:03:18 to 2024-02-28 14:40:46 UTC [more...]
[PATCH v2 0/6] virtiofs: fix the warning for ITER_KVEC dio
2024-02-28 14:41 UTC (5+ messages)
` [PATCH v2 1/6] fuse: limit the length of ITER_KVEC dio by max_pages
` [PATCH v2 2/6] virtiofs: move alloc/free of argbuf into separated helpers
` [PATCH v2 3/6] virtiofs: factor out more common methods for argbuf
` [PATCH v2 4/6] virtiofs: support bounce buffer backed by scattered pages
[PATCH net-next v2 0/3] tun: AF_XDP Tx zero-copy support
2024-02-28 12:36 UTC (2+ messages)
[PATCH net-next v2 3/3] tun: AF_XDP Tx zero-copy support
2024-02-28 11:05 UTC
[PATCH net-next v2 2/3] vhost_net: Call peek_len when using xdp
2024-02-28 11:05 UTC
[PATCH net-next v2 1/3] xsk: Remove non-zero 'dma_page' check in xp_assign_dev
2024-02-28 11:05 UTC
[PATCH net-next v6 2/5] page_frag: unify gfp bits for order 3 page allocation
2024-02-28 9:30 UTC (3+ messages)
` [PATCH net-next v6 4/5] vhost/net: remove vhost_net_page_frag_refill()
` [PATCH net-next v6 5/5] tools: virtio: introduce vhost_net_test
[PATCH 00/13] drm: Fix reservation locking for pin/unpin and console
2024-02-28 8:19 UTC (22+ messages)
` [PATCH 01/13] drm/gem-shmem: Acquire reservation lock in GEM pin/unpin callbacks
` [PATCH 02/13] drm/gem-vram: "
` [PATCH 03/13] drm/msm: Provide msm_gem_get_pages_locked()
` [PATCH 04/13] drm/msm: Acquire reservation lock in GEM pin/unpin callback
` [PATCH 05/13] drm/nouveau: Provide nouveau_bo_{pin,unpin}_locked()
` [PATCH 06/13] drm/nouveau: Acquire reservation lock in GEM pin/unpin callbacks
` [PATCH 07/13] drm/qxl: Provide qxl_bo_{pin,unpin}_locked()
` [PATCH 08/13] drm/qxl: Acquire reservation lock in GEM pin/unpin callbacks
` [PATCH 09/13] drm/gem: Acquire reservation lock in drm_gem_{pin/unpin}()
` [PATCH 10/13] drm/fbdev-generic: Fix locking with drm_client_buffer_vmap_local()
` [PATCH 11/13] drm/client: Pin vmap'ed GEM buffers
` [PATCH 12/13] drm/gem-vram: Do not pin buffer objects for vmap
` [PATCH 13/13] drm/qxl: "
Undeliverable: The 16th ACM Workshop on Hot Topics in Storage and File Systems (HotStorage'24)
2024-02-28 4:31 UTC
[PATCH net-next v3 0/6] virtio-net: support device stats
2024-02-27 19:19 UTC (18+ messages)
` [PATCH net-next v3 1/6] virtio_net: introduce device stats feature and structures
` [PATCH net-next v3 2/6] virtio_net: virtnet_send_command supports command-specific-result
` [PATCH net-next v3 3/6] virtio_net: support device stats
` [PATCH net-next v3 4/6] virtio_net: stats map include driver stats
` [PATCH net-next v3 5/6] virtio_net: add the total stats field
` [PATCH net-next v3 6/6] virtio_net: rename stat tx_timeout to timeout
[PATCH] vduse: Fix off by one in vduse_dev_mmap()
2024-02-27 15:48 UTC (2+ messages)
[PATCH v5 0/6] LoongArch: Add pv ipi support on LoongArch VM
2024-02-27 14:57 UTC (29+ messages)
` [PATCH v5 1/6] LoongArch/smp: Refine some ipi functions on LoongArch platform
` [PATCH v5 2/6] LoongArch: KVM: Add hypercall instruction emulation support
` [PATCH v5 3/6] LoongArch: KVM: Add cpucfg area for kvm hypervisor
` [PATCH v5 4/6] LoongArch: Add paravirt interface for guest kernel
` [PATCH v5 5/6] LoongArch: KVM: Add vcpu search support from physical cpuid
` [PATCH v5 6/6] LoongArch: Add pv ipi support on LoongArch system
[PATCH v2] vdpa/mlx5: Allow CVQ size changes
2024-02-27 10:49 UTC (3+ messages)
[PATCH] MAINTAINERS: apply maintainer role of Intel vDPA driver
2024-02-27 14:45 UTC
[PATCH net-next 1/2] net/vsockmon: Leverage core stats allocator
2024-02-27 3:20 UTC (8+ messages)
` [PATCH net-next 2/2] net/vsockmon: Do not set zeroed statistics
[PATCH vhost v2 00/19] virtio: drivers maintain dma info for premapped vq
2024-02-27 1:32 UTC (38+ messages)
` [PATCH vhost v2 01/19] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH vhost v2 02/19] virtio_ring: packed: remove double check of the unmap ops
` [PATCH vhost v2 03/19] virtio_ring: packed: structure the indirect desc table
` [PATCH vhost v2 04/19] virtio_ring: split: remove double check of the unmap ops
` [PATCH vhost v2 05/19] virtio_ring: split: structure the indirect desc table
` [PATCH vhost v2 06/19] virtio_ring: no store dma info when unmap is not needed
` [PATCH vhost v2 07/19] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v2 08/19] virtio: vring_create_virtqueue: "
` [PATCH vhost v2 09/19] virtio: vring_new_virtqueue(): "
` [PATCH vhost v2 10/19] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()
` [PATCH vhost v2 11/19] virtio: find_vqs: add new parameter premapped
` [PATCH vhost v2 12/19] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH vhost v2 13/19] virtio_net: set premapped mode by find_vqs()
` [PATCH vhost v2 14/19] virtio_ring: remove api of setting vq premapped
` [PATCH vhost v2 15/19] virtio_ring: introduce dma map api for page
` [PATCH vhost v2 16/19] virtio_ring: introduce virtqueue_dma_map_sg_attrs
` [PATCH vhost v2 17/19] virtio_net: unify the code for recycling the xmit ptr
` [PATCH vhost v2 18/19] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH vhost v2 19/19] virtio_net: sq support premapped mode
[PATCH net-next v5] virtio_net: Support RX hash XDP hint
2024-02-26 20:42 UTC (12+ messages)
[PATCH] vdpa/pds: fixes for VF vdpa flr-aer handling
2024-02-26 18:31 UTC (3+ messages)
[RFC PATCH 66/73] x86/pvm: Use new cpu feature to describe XENPV and PVM
2024-02-26 14:36 UTC
[PATCH 1/1] vhost: Added pad cleanup if vnet_hdr is not present
2024-02-26 10:30 UTC (4+ messages)
[PATCH net-next v4 2/2] virtio-net: add cond_resched() to the command waiting loop
2024-02-26 5:08 UTC (12+ messages)
[PATCH] drm/qxl: remove redundant code
2024-02-26 3:59 UTC
[PATCH] virtiofs: limit the length of ITER_KVEC dio by max_nopage_rw
2024-02-25 8:46 UTC (6+ messages)
[FYI][PATCH] tracing/treewide: Remove second parameter of __assign_str()
2024-02-23 20:45 UTC (7+ messages)
[PATCH -next] VDUSE: fix another doc underline warning
2024-02-23 8:07 UTC (2+ messages)
[PATCH] vduse: implement DMA sync callbacks
2024-02-23 8:03 UTC (5+ messages)
[PATCH vhost v1] virtio: packed: fix unmap leak for indirect desc table
2024-02-23 7:18 UTC
[PATCH vhost v1 00/19] virtio: drivers maintain dma info for premapped vq
2024-02-23 6:17 UTC (2+ messages)
[PATCH v19 0/3] vfio/nvgrace-gpu: Add vfio pci variant module for grace hopper
2024-02-23 2:51 UTC (3+ messages)
[PATCH net-next 0/5] virtio-net: sq support premapped mode
2024-02-23 1:50 UTC (5+ messages)
` [PATCH net-next 1/5] virtio_ring: introduce virtqueue_get_buf_ctx_dma()
BUG: virtcrypto_dataq_callback calls crypto_finalize_request() from irq context
2024-02-22 20:31 UTC (8+ messages)
` "
[PATCH] virtio: packed: fix unmap leak for indirect desc table
2024-02-22 20:06 UTC (2+ messages)
Re: Re: EEVDF/vhost regression (bisected to 86bfbb7ce4f6 sched/fair: Add lag based placement)
2024-02-22 19:23 UTC (6+ messages)
[syzbot] [virtualization?] linux-next boot error: WARNING: refcount bug in __free_pages_ok
2024-02-22 15:41 UTC (4+ messages)
[PATCH] virtio_blk: Fix device surprise removal
2024-02-22 15:38 UTC (13+ messages)
HPDC 2024 PhD Symposium work-in-progress papers
2024-02-22 14:00 UTC
[PATCH v4 0/6] LoongArch: Add pv ipi support on LoongArch VM
2024-02-22 10:13 UTC (7+ messages)
[PATCH net-next 1/2] xsk: Remove non-zero 'dma_page' check in xp_assign_dev
2024-02-21 11:39 UTC (4+ messages)
` "
[PATCH v3 0/8] IOMMUFD: Deliver IO page faults to user space
2024-02-21 7:22 UTC (13+ 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
` [PATCH v3 6/8] iommufd: IOPF-capable hw page table attach/detach/replace
[PATCH vhost 00/17] virtio: drivers maintain dma info for premapped vq
2024-02-21 2:03 UTC (6+ messages)
` [PATCH vhost 07/17] virtio: find_vqs: pass struct instead of multi parameters
[PATCH net-next] virtio_net: Add TX stop and wake counters
2024-02-20 22:27 UTC (15+ messages)
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).