virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-04 06:55:43 to 2021-01-19 04:50:49 UTC [more...]

[PATCH netdev 0/5] virtio-net support xdp socket zero copy xmit
 2021-01-19  4:50 UTC  (8+ messages)
  ` [PATCH netdev 5/5] virtio-net, xsk: virtio-net support xsk zero copy tx
  ` [PATCH net-next v2 0/7] virtio-net support xdp socket zero copy xmit
    ` [PATCH net-next v2 2/7] virtio-net, xsk: distinguish XDP_TX and XSK XMIT ctx
    ` [PATCH net-next v2 5/7] virtio-net, xsk: realize the function of xsk packet sending
    ` [PATCH net-next v2 6/7] virtio-net, xsk: implement xsk wakeup callback

[PATCH 0/7] Introduce vdpa management tool
 2021-01-19  4:21 UTC  (38+ messages)
` [PATCH linux-next v2 "
  ` [PATCH linux-next v2 1/7] vdpa_sim_net: Make mac address array static
  ` [PATCH linux-next v2 4/7] vdpa: Define vdpa mgmt device, ops and a netlink interface
  ` [PATCH linux-next v2 7/7] vdpa_sim_net: Add support for user supported devices
` [PATCH linux-next v3 0/6] Introduce vdpa management tool
  ` [PATCH linux-next v3 1/6] vdpa_sim_net: Make mac address array static
  ` [PATCH linux-next v3 2/6] vdpa: Extend routine to accept vdpa device name
  ` [PATCH linux-next v3 3/6] vdpa: Define vdpa mgmt device, ops and a netlink interface
  ` [PATCH linux-next v3 4/6] vdpa: Enable a user to add and delete a vdpa device
  ` [PATCH linux-next v3 5/6] vdpa: Enable user to query vdpa device info
  ` [PATCH linux-next v3 6/6] vdpa_sim_net: Add support for user supported devices

[PATCH RFC] virtio-blk: support per-device queue depth
 2021-01-19  4:14 UTC  (5+ messages)

[RFC PATCH 0/7] Support for virtio-net hash reporting
 2021-01-18 15:19 UTC  (23+ messages)
` [RFC PATCH 1/7] skbuff: define field for hash report type
` [RFC PATCH 2/7] vhost: support for hash report virtio-net feature
` [RFC PATCH 3/7] tun: allow use of BPF_PROG_TYPE_SCHED_CLS program type
` [RFC PATCH 4/7] tun: free bpf_program by bpf_prog_put instead of bpf_prog_destroy
` [RFC PATCH 5/7] tun: add ioctl code TUNSETHASHPOPULATION
` [RFC PATCH 6/7] tun: populate hash in virtio-net header when needed
` [RFC PATCH 7/7] tun: report new tun feature IFF_HASH

[RFC PATCH v2 01/13] af_vsock: implement 'vsock_wait_data()'
 2021-01-18 15:16 UTC  (7+ messages)
  ` [RFC PATCH v2 02/13] af_vsock: separate rx loops for STREAM/SEQPACKET
  ` [RFC PATCH v2 06/13] af_vsock: general support of SOCK_SEQPACKET type
  ` [RFC PATCH v2 08/13] virtio/vsock: dequeue callback for SOCK_SEQPACKET
  ` [RFC PATCH v2 10/13] virtio/vsock: update receive logic
  ` [RFC PATCH v2 11/13] virtio/vsock: rest of SOCK_SEQPACKET support
  ` [RFC PATCH v2 00/13] virtio/vsock: introduce "

[PATCH] swiotlb: Validate bounce size in the sync/unmap path
 2021-01-18 15:14 UTC  (2+ messages)

Change eats memory on my server
 2021-01-18 14:48 UTC  (8+ messages)

[PATCH bpf-next] xsk: build skb by page
 2021-01-18 11:57 UTC  (2+ messages)

[PATCH] VMCI: Enforce queuepair max size for IOCTL_VMCI_QUEUEPAIR_ALLOC
 2021-01-18 11:27 UTC  (8+ messages)
` [PATCH] VMCI: Stop log spew when qp allocation isn't possible
` [PATCH] VMCI: Use set_page_dirty_lock() when unregistering guest memory

[PATCH V2] mlx5: vdpa: fix possible uninitialized var
 2021-01-18  5:32 UTC  (3+ messages)

[PATCH] virtio_ring: boolean values to a bool variable
 2021-01-18  2:57 UTC 

[PATCH] use pr_warn_ratelimited() for vq_err()
 2021-01-18  2:55 UTC 

[PATCH 02/10] drm: Rename plane atomic_check state names
 2021-01-15 21:20 UTC  (7+ messages)
  ` [PATCH 04/10] drm/atomic: Pass the full state to planes atomic_check
  ` [PATCH 05/10] drm: Use the state pointer directly in "
  ` [PATCH 07/10] drm: Store new plane state in a variable for atomic_update and disable
  ` [PATCH 09/10] drm/atomic: Pass the full state to planes atomic disable and update
  ` [PATCH 10/10] drm: Use state helper instead of the plane state pointer

[PATCH net-next v7] vhost_net: avoid tx queue stuck when sendmsg fails
 2021-01-15 18:15 UTC  (2+ messages)

[PATCH RESEND v3] virtio-input: add multi-touch support
 2021-01-15  0:26 UTC 

[PATCH v3] vhost_vdpa: fix the problem in vhost_vdpa_set_config_call
 2021-01-13  3:38 UTC  (2+ messages)

[PATCH v4 00/13] drm: Support short-term vmap via vmap_local
 2021-01-12 14:16 UTC  (28+ messages)
` [PATCH v4 01/13] dma-buf: Add vmap_local and vnumap_local operations
` [PATCH v4 02/13] drm/gem: Create infrastructure for GEM vmap_local
` [PATCH v4 03/13] drm/cma-helper: Provide a vmap function for short-term mappings
` [PATCH v4 04/13] drm/shmem-helper: "
` [PATCH v4 05/13] drm/mgag200: Use drm_gem_shmem_vmap_local() in damage handling
` [PATCH v4 06/13] drm/cirrus: "
` [PATCH v4 07/13] drm/gm12u320: "
` [PATCH v4 08/13] drm/udl: "
` [PATCH v4 09/13] drm/vram-helper: Provide a vmap function for short-term mappings
` [PATCH v4 10/13] drm/ast: Use drm_gem_vram_vmap_local() in cursor update
` [PATCH v4 11/13] drm/vboxvideo: "
` [PATCH v4 12/13] drm/fb-helper: Move BO locking from DRM client to fbdev damage worker
` [PATCH v4 13/13] drm/vram-helper: Remove unused drm_gem_vram_{vmap, vunmap}()
  ` [PATCH v4 13/13] drm/vram-helper: Remove unused drm_gem_vram_{vmap,vunmap}()

[PATCH v2] vhost_vdpa: fix the problem in vhost_vdpa_set_config_call
 2021-01-12  7:49 UTC 

[PATCH v1] vhost_vdpa: fix the problem in vhost_vdpa_set_config_call
 2021-01-12  3:17 UTC 

[PATCH 00/21] Control VQ support in vDPA
 2021-01-12  3:11 UTC  (6+ messages)
` [PATCH 06/21] vdpa: introduce virtqueue groups
` [PATCH 21/21] vdpasim: control virtqueue support

[PATCH] mlx5: vdpa: fix possible uninitialized var
 2021-01-12  2:53 UTC  (2+ messages)

[patch V3 13/37] mips/mm/highmem: Switch to generic kmap atomic
 2021-01-11  9:16 UTC 

CISTI'2021 - 16th Iberian Conference on Information Systems and Technologies | Chaves, Portugal
 2021-01-10 10:58 UTC 

[RFC v2 06/13] vduse: Introduce VDUSE - vDPA Device in Userspace
 2021-01-08 13:32 UTC 

[PATCH 1/5] vsock/virtio: support for SOCK_SEQPACKET socket
 2021-01-08 10:33 UTC  (2+ messages)
` [PATCH 0/5] virtio/vsock: introduce SOCK_SEQPACKET support

[PATCH v1] vdpa/mlx5: Fix memory key MTT population
 2021-01-08  8:38 UTC 

[PATCH] virtio_input: Prevent EV_MSC/MSC_TIMESTAMP loop storm for MT
 2021-01-08  3:41 UTC 

[PATCH 4/6] hugetlb: avoid allocation failed when page reporting is on going
 2021-01-07 17:56 UTC  (2+ messages)

[PATCH v3 0/8] drm: Support short-term vmap via vmap_local
 2021-01-07 15:01 UTC  (5+ messages)
` [PATCH v3 6/8] drm/shmem-helper: Provide a vmap function for short-term mappings

[PATCH 3/6] hugetlb: add free page reporting support
 2021-01-07  8:53 UTC 

[PATCH] vdpa/mlx5: Fix memory key MTT population
 2021-01-07  4:15 UTC 

[PATCH v4 15/17] x86/hyperv: implement an MSI domain for root partition
 2021-01-06 22:21 UTC 

[PATCH rfc 0/3] virtio-net: add tx-hash, rx-tstamp and tx-tstamp
 2021-01-06 20:32 UTC  (6+ messages)

[PATCH 2/6] mm: let user decide page reporting option
 2021-01-06 18:42 UTC 

[PATCH 1/6] mm: Add batch size for free page reporting
 2021-01-06 16:59 UTC 

[PATCH v3 00/15] x86: major paravirt cleanup
 2021-01-06 10:41 UTC  (5+ messages)
` [PATCH v3 06/15] x86/paravirt: switch time pvops functions to use static_call()

[PATCH 0/6] hugetlbfs: support free page reporting
 2021-01-06  9:41 UTC 

[PATCH netdev 0/5] virtio-net support xdp socket zero copy xmit
 2021-01-06  3:54 UTC 

[PATCH netdev 0/5] virtio-net support xdp socket zero copy xmit
 2021-01-06  2:46 UTC 

[GIT PULL] vhost: bugfix
 2021-01-05 21:53 UTC  (2+ messages)

[PATCH] x86/vmware: avoid TSC recalibration
 2021-01-05 13:06 UTC  (2+ messages)

[RFC PATCH 2/7] vhost: support for hash report virtio-net feature
 2021-01-05 12:24 UTC 

[RFC v2 PATCH 0/4] speed up page allocation for __GFP_ZERO
 2021-01-05 10:27 UTC  (3+ messages)

[RFC v2 PATCH 4/4] mm: pre zero out free pages to speed up page allocation for __GFP_ZERO
 2021-01-05  9:29 UTC  (8+ messages)

[PATCH v2] vhost/vsock: add IOTLB API support
 2021-01-04 10:19 UTC  (2+ messages)

[PATCH V2 00/19] vDPA driver for virtio-pci device
 2021-01-04  6:58 UTC  (4+ messages)

[PATCH V3 00/19] vDPA driver for virtio-pci device
 2021-01-04  6:55 UTC  (15+ messages)
` [PATCH V3 06/19] virtio-pci-modern: introduce helpers for setting and getting status
` [PATCH V3 07/19] virtio-pci-modern: introduce helpers for setting and getting features
` [PATCH V3 08/19] virtio-pci-modern: introduce vp_modern_generation()
` [PATCH V3 09/19] virtio-pci-modern: introduce vp_modern_set_queue_vector()
` [PATCH V3 10/19] virtio-pci-modern: introduce vp_modern_queue_address()
` [PATCH V3 11/19] virtio-pci-modern: introduce helper to set/get queue_enable
` [PATCH V3 12/19] virtio-pci-modern: introduce helper for setting/geting queue size
` [PATCH V3 13/19] virtio-pci-modern: introduce helper for getting queue nums
` [PATCH V3 14/19] virtio-pci-modern: introduce helper to get notification offset
` [PATCH V3 15/19] virito-pci-modern: rename map_capability() to vp_modern_map_capability()
` [PATCH V3 16/19] virtio-pci: introduce modern device module
` [PATCH V3 17/19] vdpa: set the virtqueue num during register
` [PATCH V3 18/19] virtio_vdpa: don't warn when fail to disable vq
` [PATCH V3 19/19] vdpa: introduce virtio pci driver


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