messages from 2024-07-23 06:01:32 to 2024-07-29 20:16:25 UTC [more...]
[GIT PULL] virtio: fixes for rc1
2024-07-29 20:16 UTC (2+ messages)
[RFC PATCH net-next v6 00/14] virtio/vsock: support datagrams
2024-07-29 20:00 UTC (17+ messages)
` [RFC PATCH net-next v6 04/14] af_vsock: generalize bind table functions
` [RFC PATCH net-next v6 05/14] af_vsock: use a separate dgram bind table
` [RFC PATCH net-next v6 07/14] virtio/vsock: add common datagram send path
` [RFC PATCH net-next v6 09/14] virtio/vsock: add common datagram recv path
` [RFC PATCH net-next v6 14/14] test/vsock: add vsock dgram tests
[RFC PATCH net-next v6 01/14] af_vsock: generalize vsock_dgram_recvmsg() to all transports
2024-07-29 19:25 UTC (2+ messages)
[PATCH v7 0/3] vdpa: support set mac address from vdpa tool
2024-07-29 19:16 UTC (7+ messages)
` [PATCH v7 1/3] "
` [PATCH v7 2/3] vdpa_sim_net: Add the support of set mac address
` [PATCH v7 3/3] vdpa/mlx5: "
[PATCH v4] x86/paravirt: Disable virt spinlock on bare metal
2024-07-29 18:47 UTC (3+ messages)
[PATCH v3] ptp: Add vDSO-style vmclock support
2024-07-29 16:16 UTC (3+ messages)
[PATCH net] virtio_net: Avoid sending unnecessary vq coalescing commands
2024-07-29 12:47 UTC
[PATCH v1] MAINTAINERS: add me as reviewer of AF_VSOCK and virtio-vsock
2024-07-29 12:44 UTC (2+ messages)
[PATCH 0/5] mm: clarify nofail memory allocation
2024-07-29 11:50 UTC (40+ messages)
` [PATCH RFC 1/5] vpda: try to fix the potential crash due to misusing __GFP_NOFAIL
` [PATCH 2/5] mm: Document __GFP_NOFAIL must be blockable
` [PATCH 3/5] mm: BUG_ON to avoid NULL deference while __GFP_NOFAIL fails
` [PATCH 4/5] mm: Introduce GFP_NOFAIL with the inclusion of __GFP_RECLAIM
` [PATCH RFC 5/5] non-mm: discourage the usage of __GFP_NOFAIL and encourage GFP_NOFAIL
[PATCH] ptp: Add vDSO-style vmclock support
2024-07-29 6:45 UTC (43+ messages)
[RFC] vduse config write support
2024-07-29 6:02 UTC (11+ messages)
[RFC PATCH net-next v6 03/14] af_vsock: support multi-transport datagrams
2024-07-29 5:12 UTC (4+ messages)
[PATCH net-next v3 0/3] virtio-net: synchronize op/admin state
2024-07-29 1:59 UTC (6+ messages)
` [PATCH net-next v3 3/3] virtio-net: synchronize operstate with admin state on up/down
[RFC PATCH net-next v6 02/14] af_vsock: refactor transport lookup code
2024-07-28 22:10 UTC (3+ messages)
[PATCH v2 0/2] Support userspace hypercalls for TDX
2024-07-27 7:24 UTC (5+ messages)
` [PATCH v2 1/2] Add prctl to allow userlevel TDX hypercalls
` [PATCH v2 2/2] x86/vmware: VMware support for TDX userspace hypercalls
[PATCH 04/15] block: add an API to atomically update queue limits
2024-07-26 20:48 UTC (2+ messages)
[PATCH v2] ptp: Add vDSO-style vmclock support
2024-07-26 16:23 UTC (5+ messages)
[PATH v6 0/3] vdpa: support set mac address from vdpa tool
2024-07-26 13:20 UTC (11+ messages)
` [PATH v6 1/3] "
` [PATH v6 2/3] vdpa_sim_net: Add the support of set mac address
` [PATH v6 3/3] vdpa/mlx5: "
[PATCH net] virtio: fix GSO with frames unaligned to size
2024-07-25 21:02 UTC (8+ messages)
Looking for guidance on using virtqueues and virtio devices
2024-07-25 13:59 UTC (3+ messages)
move features flags into queue_limits v2
2024-07-25 13:00 UTC (4+ messages)
` [PATCH 14/26] block: move the nonrot flag to queue_limits
[PATCH v3 0/2] Add paravirt KVM_FEATURE_VIRT_EXTIOI feature
2024-07-25 12:28 UTC (3+ messages)
` [PATCH v3 1/2] LoongArch: KVM: Enable paravirt feature control from VMM
` [PATCH v3 2/2] LoongArch: KVM: Implement function kvm_arch_para_features
[RFC v11 04/14] mm: page_frag: add '_va' suffix to page_frag API
2024-07-25 12:21 UTC (3+ messages)
[PATCH] virtio: Fix various coding style issues
2024-07-25 6:02 UTC (7+ messages)
[PATCH 0/2] drm/virtio: introduce the HOST_PAGE_SIZE feature
2024-07-24 19:00 UTC (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] drm/virtio: add VIRTGPU_PARAM_HOST_PAGE_SIZE to params
[PATCH] tools/virtio:Fix the wrong format specifier
2024-07-24 10:45 UTC (3+ messages)
[PATCH 0/2] LoongArch: KVM: Add paravirt qspinlock support
2024-07-24 2:52 UTC (6+ messages)
` [PATCH 1/2] LoongArch: KVM: Add paravirt qspinlock in kvm side
` [PATCH 2/2] LoongArch: KVM: Add paravirt qspinlock in guest side
[PATH v5 0/3] vdpa: support set mac address from vdpa tool
2024-07-24 2:12 UTC (16+ messages)
` [PATH v5 1/3] "
` [PATH v5 2/3] vdpa_sim_net: Add the support of set mac address
` [PATH v5 3/3] vdpa/mlx5: "
[PATCH] [PATCH RESEND] drm/virtio: fix memory leak of vbuf
2024-07-23 15:52 UTC (2+ messages)
[PATCH] vdpa: Add support for no-IOMMU mode
2024-07-23 11:04 UTC (7+ messages)
` [EXTERNAL] "
[PATCH 0/2] Support userspace hypercalls for TDX
2024-07-23 9:10 UTC (5+ messages)
` [PATCH 1/2] x86/tdx: Add prctl to allow userlevel TDX hypercalls
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).