messages from 2018-06-20 14:54:02 to 2018-07-04 11:59:41 UTC [more...]
[PATCH net-next v5 0/4] net: vhost: improve performance when enable busyloop
2018-07-04 11:59 UTC (10+ messages)
` [PATCH net-next v5 1/4] net: vhost: lock the vqs one by one
` [PATCH net-next v5 2/4] net: vhost: replace magic number of lock annotation
` [PATCH net-next v5 3/4] net: vhost: factor out busy polling logic to vhost_net_busy_poll()
` [PATCH net-next v5 4/4] net: vhost: add rx busy polling in tx path
[PATCH v2 1/5] dt-bindings: virtio: Specify #iommu-cells value for a virtio-iommu
2018-07-04 11:45 UTC (19+ messages)
` [PATCH v2 2/5] iommu: Add virtio-iommu driver
` [PATCH v2 3/5] iommu/virtio: Add probe request
` [PATCH v2 4/5] iommu/virtio: Add event queue
` [PATCH v2 5/5] vfio: Allow type-1 IOMMU instantiation for ARM
` [virtio-dev] [PATCH v2 3/5] iommu/virtio: Add probe request
` [PATCH v2 0/5] Add virtio-iommu driver
[PATCH] drm/virtio: fix bounds check in virtio_gpu_cmd_get_capset()
2018-07-04 9:42 UTC
[PATCH net-next 0/8] Packed virtqueue for vhost
2018-07-04 8:13 UTC (14+ messages)
` [PATCH net-next 1/8] vhost: move get_rx_bufs to vhost.c
` [PATCH net-next 2/8] vhost: hide used ring layout from device
` [PATCH net-next 3/8] vhost: do not use vring_used_elem
` [PATCH net-next 4/8] vhost_net: do not explicitly manipulate vhost_used_elem
` [PATCH net-next 5/8] vhost: vhost_put_user() can accept metadata type
` [PATCH net-next 6/8] virtio: introduce packed ring defines
` [PATCH net-next 7/8] vhost: packed ring support
` [PATCH net-next 8/8] vhost: event suppression for packed ring
[PATCH v2 net-next 0/4] vhost_net: Avoid vq kicks during busyloop
2018-07-04 5:35 UTC (13+ messages)
` [PATCH v2 net-next 1/4] vhost_net: Rename local variables in vhost_net_rx_peek_head_len
` [PATCH v2 net-next 2/4] vhost_net: Avoid tx vring kicks during busyloop
` [PATCH v2 net-next 3/4] vhost_net: Avoid rx queue wake-ups during busypoll
` [PATCH v2 net-next 4/4] vhost_net: Avoid rx vring kicks during busyloop
[PATCH net-next 1/8] vhost: move get_rx_bufs to vhost.c
2018-07-04 3:28 UTC (2+ messages)
[PATCH net-next v4 0/4] net: vhost: improve performance when enable busyloop
2018-07-04 1:40 UTC (9+ messages)
` [PATCH net-next v4 1/4] vhost: lock the vqs one by one
` [PATCH net-next v4 2/4] net: vhost: replace magic number of lock annotation
` [PATCH net-next v4 3/4] net: vhost: factor out busy polling logic to vhost_net_busy_poll()
` [PATCH net-next v4 4/4] net: vhost: add rx busy polling in tx path
[PATCH 14/15] drm/virtio: Remove unecessary dma_fence_ops
2018-07-03 11:14 UTC (2+ messages)
[PATCH v6 3/3] x86: paravirt: make native_save_fl extern inline
2018-07-03 7:21 UTC (3+ messages)
[PATCH] gpu: drm: virito: code cleanup
2018-07-03 6:28 UTC
Call for Papers - DSIC’18 - Montenegro; Deadline: July 14
2018-07-02 19:00 UTC
[PATCH 0/9] Fix references for some missing documentation files
2018-07-02 17:27 UTC
[PATCH] x86-64: use RIP-relative calls for paravirt indirect ones
2018-07-02 13:53 UTC
[PATCH vhost] vhost_net: Fix too many vring kick on busypoll
2018-07-02 8:54 UTC (15+ messages)
[PATCH net-next v3 1/4] net: vhost: lock the vqs one by one
2018-07-02 4:05 UTC (11+ messages)
` [PATCH net-next v3 2/4] net: vhost: replace magic number of lock annotation
` [PATCH net-next v3 3/4] net: vhost: factor out busy polling logic to vhost_net_busy_poll()
` [PATCH net-next v3 4/4] net: vhost: add rx busy polling in tx path
[PATCH net-next v3 0/4] net: vhost: improve performance when enable busyloop
2018-06-30 6:33 UTC
[PATCH v34 0/4] Virtio-balloon: support free page reporting
2018-06-30 4:31 UTC (28+ messages)
` [PATCH v34 1/4] mm: support to get hints of free page blocks
` [PATCH v34 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
` [PATCH v34 3/4] mm/page_poison: expose page_poisoning_enabled to kernel modules
` [PATCH v34 4/4] virtio-balloon: VIRTIO_BALLOON_F_PAGE_POISON
` [virtio-dev] Re: [PATCH v34 2/4] virtio-balloon: VIRTIO_BALLOON_F_FREE_PAGE_HINT
[PATCH v33 1/4] mm: add a function to get free page blocks
2018-06-28 8:39 UTC (5+ messages)
[PATCH net-next v2] net: vhost: improve performance when enable busyloop
2018-06-28 6:44 UTC (6+ messages)
[Qemu-devel] [PATCH] qemu: Introduce VIRTIO_NET_F_STANDBY feature bit to virtio_net
2018-06-27 10:10 UTC (62+ messages)
` [virtio-dev] "
` "
` [virtio-dev] "
[PATCH v5 00/27] x86: PIE support and option to extend KASLR randomization
2018-06-25 22:39 UTC (2+ messages)
` [PATCH v5 12/27] x86/paravirt: Adapt assembly for PIE support
[PATCH] x86-64: use RIP-relative calls for paravirt indirect ones
2018-06-25 10:29 UTC
[PATCH net] vhost_net: validate sock before trying to put its fd
2018-06-23 1:24 UTC (2+ messages)
Call for Papers - ICITS'19 - Quito, Ecuador
2018-06-22 22:04 UTC
[PATCH v2 0/5] Add virtio-iommu driver
2018-06-21 19:06 UTC
[PATCH v5 2/3] x86/asm: add _ASM_ARG* constants for argument registers to <asm/asm.h>
2018-06-21 12:28 UTC (3+ messages)
[PATCH] net: vhost: improve performance when enable busyloop
2018-06-21 5:59 UTC (2+ messages)
CFP SENSORNETS 2019 - 8th Int.l Conf. on Sensor Networks (Prague/Czech Republic)
2018-06-20 14:54 UTC
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).