messages from 2021-10-14 05:50:09 to 2021-10-21 16:35:51 UTC [more...]
[PATCH linux-next v4 0/8] vdpa: enable user to set mac, mtu
2021-10-21 16:35 UTC (9+ messages)
` [PATCH linux-next v4 1/8] vdpa: Introduce and use vdpa device get, set config helpers
` [PATCH linux-next v4 2/8] vdpa: Introduce query of device config layout
` [PATCH linux-next v4 3/8] vdpa: Use kernel coding style for structure comments
` [PATCH linux-next v4 4/8] vdpa: Enable user to set mac and mtu of vdpa device
` [PATCH linux-next v4 5/8] vdpa_sim_net: Enable user to set mac address and mtu
` [PATCH linux-next v4 6/8] vdpa/mlx5: Fix clearing of VIRTIO_NET_F_MAC feature bit
` [PATCH linux-next v4 7/8] vdpa/mlx5: Support configuration of MAC
` [PATCH linux-next v4 8/8] vdpa/mlx5: Forward only packets with allowed MAC address
[PATCH] virtio-blk: fixup coccinelle warnings
2021-10-21 14:35 UTC (4+ messages)
drm/virtio: not pin pages on demand
2021-10-21 11:52 UTC (3+ messages)
[PATCH V7] gpio: virtio: Add IRQ support
2021-10-21 11:04 UTC
[PATCH V6] gpio: virtio: Add IRQ support
2021-10-21 11:04 UTC (11+ messages)
[PATCH] i2c: virtio: Add support for zero-length requests
2021-10-21 9:47 UTC
[PATCH] vhost: Make use of the helper macro kthread_run()
2021-10-21 8:44 UTC
[PATCH v11 2/3] tty: hvc: pass DMA capable memory to put_chars()
2021-10-21 8:35 UTC (2+ messages)
` [PATCH v11 0/3] make hvc pass dma capable memory to its backend
[PATCH] vduse: Don't call interrupt callback without DRIVER_OK bit set
2021-10-21 8:24 UTC
[PATCH 0/2] x86/sev: Two fixes for SEV-ES VC stack handling
2021-10-21 8:08 UTC (3+ messages)
` [PATCH 1/2] x86/sev: Fix stack type check in vc_switch_off_ist()
` [PATCH 2/2] x86/sev: Allow #VC exceptions on the VC2 stack
[PATCH 0/5] iommu/virtio: Add identity domains
2021-10-21 6:48 UTC (10+ messages)
[PATCH 0/2] virtio-i2c: Fix buffer handling
2021-10-21 5:58 UTC (25+ messages)
` [PATCH 1/2] i2c: virtio: disable timeout handling
` [PATCH 2/2] i2c: virtio: fix completion handling
[RFC PATCH v4 08/20] vhost: Route guest->host notification through shadow virtqueue
2021-10-21 2:38 UTC (18+ messages)
` [RFC PATCH v4 15/20] vhost: Shadow virtqueue buffers forwarding
` [RFC PATCH v4 11/20] vhost: Route host->guest notification through shadow virtqueue
` [RFC PATCH v4 18/20] vhost: Add VhostIOVATree
` [RFC PATCH v4 20/20] vdpa: Add custom IOTLB translations to SVQ
[PATCH v4 0/2] virtio_ring: check desc == NULL when packed and indirect
2021-10-21 1:54 UTC (12+ messages)
` [PATCH v4 1/2] virtio_ring: fix style of virtqueue_add_indirect_packed
` [PATCH v4 2/2] virtio_ring: check desc == NULL when using indirect with packed
[PATCH v5 16/16] x86/tdx: Add cmdline option to force use of ioremap_host_shared
2021-10-20 17:26 UTC (36+ messages)
` [PATCH v5 12/16] PCI: Add pci_iomap_host_shared(), pci_iomap_host_shared_range()
` [PATCH v5 04/16] x86/tdx: Make pages shared in ioremap()
` [PATCH v5 01/16] x86/mm: Move force_dma_unencrypted() to common code
` [PATCH v5 06/16] x86/tdx: Make DMA pages shared
` [PATCH v5 07/16] x86/kvm: Use bounce buffers for TD guest
[PATCH v6 0/2] virtio_ring: check desc == NULL when using indirect with packed
2021-10-20 11:23 UTC (3+ messages)
` [PATCH v6 1/2] virtio_ring: make virtqueue_add_indirect_packed prettier
` [PATCH v6 2/2] virtio_ring: check desc == NULL when using indirect with packed
[PATCH v5 0/2] virtio_ring: check desc == NULL when using indirect with packed
2021-10-20 11:09 UTC (4+ messages)
` [PATCH v5 1/2] virtio_ring: make virtqueue_add_indirect_packed prettier
` [PATCH v5 2/2] virtio_ring: check desc == NULL when using indirect with packed
[PATCH V3 00/10] More virtio hardening
2021-10-20 8:44 UTC (15+ messages)
` [PATCH V3 01/10] virtio-blk: validate num_queues during probe
` [PATCH V3 02/10] virtio_console: validate max_nr_ports before trying to use it
` [PATCH V3 03/10] virtio_config: introduce a new .enable_cbs method
` [PATCH V3 04/10] virtio_pci: harden MSI-X interrupts
` [PATCH V3 05/10] virtio-pci: harden INTX interrupts
` [PATCH V3 06/10] virtio_ring: fix typos in vring_desc_extra
` [PATCH V3 07/10] virtio_ring: validate used buffer length
` [PATCH V3 08/10] virtio-net: don't let virtio core to validate used length
` [PATCH V3 09/10] virtio-blk: "
` [PATCH V3 10/10] virtio-scsi: don't let virtio core to validate used buffer length
[PATCH V2 00/12] More virtio hardening
2021-10-20 6:56 UTC (28+ messages)
` [PATCH V2 01/12] virtio-blk: validate num_queues during probe
` [PATCH V2 03/12] virtio-console: switch to use .validate()
` [PATCH V2 06/12] virtio_pci: harden MSI-X interrupts
` [PATCH V2 07/12] virtio-pci: harden INTX interrupts
[PATCH mlx5-next 0/7] Clean MR key use across mlx5_* modules
2021-10-19 11:51 UTC (2+ messages)
[PATCH v3 0/2] virtio_ring: check desc == NULL when packed and indirect
2021-10-19 11:31 UTC (7+ messages)
` [PATCH v3 1/2] virtio_ring: fix style of virtqueue_add_indirect_packed
` [PATCH v3 2/2] virtio_ring: check desc == NULL when packed and indirect
[PATCH] virtio: Introduce a new kick interface virtqueue_kick_try()
2021-10-19 10:37 UTC (3+ messages)
[PATCH v2 1/2] virtio_ring: fix style of virtqueue_add_indirect_packed
2021-10-19 10:38 UTC (3+ messages)
futher decouple DAX from block devices
2021-10-19 7:23 UTC (13+ messages)
` [PATCH 01/11] dm: make the DAX support dependend on CONFIG_FS_DAX
` [PATCH 02/11] dax: remove CONFIG_DAX_DRIVER
` [PATCH 03/11] dax: simplify the dax_device <-> gendisk association
` [PATCH 04/11] dax: remove the pgmap sanity checks in generic_fsdax_supported
` [PATCH 05/11] dax: move the partition alignment check into fs_dax_get_by_bdev
` [PATCH 06/11] xfs: factor out a xfs_setup_dax helper
` [PATCH 07/11] dax: remove dax_capable
` [PATCH 08/11] dm-linear: add a linear_dax_pgoff helper
` [PATCH 09/11] dm-log-writes: add a log_writes_dax_pgoff helper
` [PATCH 10/11] dm-stripe: add a stripe_dax_pgoff helper
` [PATCH 11/11] dax: move bdev_dax_pgoff to fs/dax.c
[PATCH 1/5] iova: Move fast alloc size roundup into alloc_iova_fast()
2021-10-18 15:42 UTC
[PATCH RFC] virtio: wrap config->reset calls
2021-10-18 9:24 UTC (5+ messages)
[PATCH v4 3/3] vdpa: Check for iova range at mappings changes
2021-10-18 9:22 UTC (4+ messages)
` [PATCH v4 1/3] vdpa: Skip protected ram IOMMU mappings
` [PATCH v4 2/3] vdpa: Add vhost_vdpa_section_end
[GIT PULL] virtio,vdpa: fixes
2021-10-18 6:02 UTC (2+ messages)
Call for Workshops Proposals - CISTI 2022 (17th Iberian Conference on Information Systems and Technologies)
2021-10-16 10:53 UTC
[PATCH v5 8/8] eni_vdpa: add vDPA driver for Alibaba ENI
2021-10-15 19:13 UTC (6+ messages)
` [PATCH v5 1/8] virtio-pci: introduce legacy device module
` [PATCH v5 4/8] vdpa: add new callback get_vq_num_min in vdpa_config_ops
` [PATCH v5 5/8] vdpa: min vq num of vdpa device cannot be greater than max vq num
` [PATCH v5 6/8] virtio_vdpa: setup correct vq size with callbacks get_vq_num_{max,min}
[virtio-dev] Fwd: [PATCH v2] Provide detailed specification of virtio-blk lifetime metrics
2021-10-14 15:37 UTC (3+ messages)
[PATCH net] vsock_diag_test: remove free_sock_stat() call in test_no_sockets
2021-10-14 15:20 UTC
[PATCH v3 3/3] vdpa: Check for iova range at mappings changes
2021-10-14 10:04 UTC (3+ messages)
[PATCH v10 2/3] tty: hvc: pass DMA capable memory to put_chars()
2021-10-14 8:41 UTC (3+ messages)
[PATCH] Revert "virtio-blk: Add validation for block size in config space"
2021-10-14 5:55 UTC (3+ 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).