messages from 2021-10-27 07:23:31 to 2021-11-04 17:37:54 UTC [more...]
[PATCH v2 1/2] drm: Add a drm_drv_enabled() to check if drivers should be enabled
2021-11-04 17:37 UTC (2+ messages)
futher decouple DAX from block devices
2021-11-04 17:35 UTC (38+ 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
` [dm-devel] "
` [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] vdpa: add driver_override support
2021-11-04 16:17 UTC
[PATCH] drm/virtio: delay pinning the pages till first use
2021-11-04 12:44 UTC (5+ messages)
Which tree for paravirt related patches?
2021-11-04 9:18 UTC (3+ messages)
[RFC PATCH v5 01/26] util: Make some iova_tree parameters const
2021-11-04 2:34 UTC (17+ messages)
` [RFC PATCH v5 00/26] vDPA shadow virtqueue
` [RFC PATCH v5 03/26] virtio: Add VIRTIO_F_QUEUE_STATE
` [RFC PATCH v5 21/26] vhost: Add vhost_svq_valid_guest_features to shadow vq
` [RFC PATCH v5 12/26] vhost: Route guest->host notification through shadow virtqueue
` [RFC PATCH v5 23/26] util: Add iova_tree_alloc
` [RFC PATCH v5 02/26] vhost: Fix last queue index of devices with no cvq
` [RFC PATCH v5 05/26] vhost: Add x-vhost-set-shadow-vq qmp
` [RFC PATCH v5 11/26] vhost: Handle host notifiers in SVQ
` [RFC PATCH v5 22/26] vhost: Shadow virtqueue buffers forwarding
[GIT PULL] vhost,virtio,vhost: fixes,features
2021-11-03 22:04 UTC (2+ messages)
[PATCH v2 00/12] x86/sev: KEXEC/KDUMP support for SEV-ES guests
2021-11-03 16:05 UTC (12+ messages)
` [PATCH v2 01/12] kexec: Allow architecture code to opt-out at runtime
` [PATCH v2 03/12] x86/sev: Save and print negotiated GHCB protocol version
` [PATCH v2 05/12] x86/sev: Use GHCB protocol version 2 if supported
[PATCH 1/2] i2c: virtio: disable timeout handling
2021-11-03 14:42 UTC (13+ messages)
[RESEND PATCH 2/5] drm: Move nomodeset kernel parameter handler to the DRM subsystem
2021-11-03 13:01 UTC (4+ messages)
` [RESEND PATCH 3/5] drm: Rename vgacon_text_force() function to drm_modeset_disabled()
` [RESEND PATCH 0/5] Cleanups for the nomodeset kernel command line parameter logic
[PATCH] drm/virtio: new ioctl for pinning and lazy pinning
2021-11-03 11:25 UTC (3+ messages)
` [PATCH 1/2] drm/virtio: introduce ioctl for pinning pages
` [PATCH 2/2] drm/virtio: introduce lazy pinning
DMA-buf debugfs cleanups
2021-11-03 8:12 UTC (5+ messages)
` [PATCH 1/4] dma-buf: add dma_fence_describe and dma_resv_describe v2
` [PATCH 2/4] drm/msm: use the new dma_resv_describe
` [PATCH 3/4] drm/etnaviv: use dma_resv_describe
` [PATCH 4/4] drm/qxl: use iterator instead of dma_resv_shared_list
[PATCH V9 0/9] vDPA support
2021-11-03 7:34 UTC (4+ messages)
` [PATCH V9 7/9] vhost: introduce vDPA-based backend
[PATCH v2 0/3] virtio support cache indirect desc
2021-11-02 8:21 UTC (13+ messages)
` [PATCH v2 1/3] virtio: cache indirect desc for split
` [PATCH v2 2/3] virtio: cache indirect desc for packed
` [PATCH v2 3/3] virtio-net: enable virtio indirect cache
[PATCH 0/2] virtio-i2c: Fix buffer handling
2021-11-02 4:32 UTC (9+ messages)
` [PATCH 2/2] i2c: virtio: fix completion handling
[PATCH V5 1/4] virtio_ring: validate used buffer length
2021-11-02 3:54 UTC (3+ messages)
[PATCH] virtio_gpio: drop packed attribute
2021-11-02 3:33 UTC (2+ messages)
[PATCH] i2c: virtio: update the maintainer to Conghui
2021-11-02 3:33 UTC (3+ messages)
[PATCH v2 0/9] drm/simpledrm: Enable damage clips and virtual screens
2021-11-01 14:15 UTC (10+ messages)
` [PATCH v2 1/9] drm/format-helper: Export drm_fb_clip_offset()
` [PATCH v2 2/9] drm/format-helper: Rework format-helper memcpy functions
` [PATCH v2 3/9] drm/format-helper: Add destination-buffer pitch to drm_fb_swab()
` [PATCH v2 4/9] drm/format-helper: Rework format-helper conversion functions
` [PATCH v2 5/9] drm/format-helper: Streamline blit-helper interface
` [PATCH v2 6/9] drm/fb-helper: Allocate shadow buffer of surface height
` [PATCH v2 7/9] drm/simpledrm: Enable FB_DAMAGE_CLIPS property
` [PATCH v2 8/9] drm/simpledrm: Support virtual screen sizes
` [PATCH v2 9/9] drm: Clarify semantics of struct drm_mode_config.{min, max}_{width, height}
[PATCH 0/9] drm/simpledrm: Enable damage clips and virtual screens
2021-11-01 13:38 UTC (10+ messages)
` [PATCH 1/9] drm/format-helper: Export drm_fb_clip_offset()
` [PATCH 4/9] drm/format-helper: Rework format-helper conversion functions
` [PATCH 7/9] drm/simpledrm: Enable FB_DAMAGE_CLIPS property
[PATCH v7 0/9] vDPA driver for Alibaba ENI
2021-11-01 11:12 UTC (5+ messages)
` [PATCH v7 9/9] eni_vdpa: alibaba: fix Kconfig typo
[RFC PATCH 0/4] Added RSS support
2021-11-01 8:44 UTC (9+ messages)
` [RFC PATCH 1/4] drivers/net/virtio_net: Fixed vheader to use v1
` [RFC PATCH 2/4] drivers/net/virtio_net: Changed mergeable buffer length calculation
` [RFC PATCH 3/4] drivers/net/virtio_net: Added basic RSS support
` [RFC PATCH 4/4] drivers/net/virtio_net: Added RSS hash report control
[PATCH 0/3] virtio support cache indirect desc
2021-10-31 14:47 UTC (12+ messages)
` [PATCH 1/3] virtio: cache indirect desc for split
[PATCH 1/4] dma-buf: add dma_fence_describe and dma_resv_describe
2021-10-30 23:22 UTC (6+ messages)
` [PATCH 2/4] drm/msm: use the new dma_resv_describe
` [PATCH 3/4] drm/etnaviv: use dma_resv_describe
` [PATCH 4/4] drm/qxl: use iterator instead of dma_resv_shared_list
vDPA bus driver selection
2021-10-29 15:41 UTC (17+ messages)
[PATCH v3 0/2] x86/xen: simplify irq pvops
2021-10-29 12:21 UTC (3+ messages)
` [PATCH v3 2/2] x86/xen: switch initial pvops IRQ functions to dummy ones
[PATCH v3 0/3] virtio support cache indirect desc
2021-10-29 6:28 UTC (4+ messages)
` [PATCH v3 1/3] virtio: cache indirect desc for split
` [PATCH v3 2/3] virtio: cache indirect desc for packed
` [PATCH v3 3/3] virtio-net: enable virtio desc cache
drm/virtio: not pin pages on demand
2021-10-28 20:27 UTC (6+ messages)
[GIT PULL] virtio: last minute fixes
2021-10-28 17:25 UTC (2+ messages)
WorldCist'22 - 10th World Conference on Information Systems and Technologies | Montenegro
2021-10-28 11:17 UTC
[PATCH v2 0/4] hwrng: virtio - add an internal buffer
2021-10-28 10:11 UTC (5+ messages)
` [PATCH v2 1/4] "
` [PATCH v2 2/4] hwrng: virtio - don't wait on cleanup
` [PATCH v2 3/4] hwrng: virtio - don't waste entropy
` [PATCH v2 4/4] hwrng: virtio - always add a pending request
[PATCH][next] virtio_blk: Fix spelling mistake: "advertisted" -> "advertised"
2021-10-28 8:18 UTC
[PATCH 2/3] virtio: cache indirect desc for packed
2021-10-28 7:38 UTC (4+ messages)
[RFC] Add DMA_API support for Virtio devices earlier than VirtIO 1.0
2021-10-28 5:40 UTC
[PATCH net-next v2] net: virtio: use eth_hw_addr_set()
2021-10-28 2:30 UTC (2+ messages)
[PATCH 3/3] virtio-net: enable virtio indirect cache
2021-10-28 2:28 UTC (2+ messages)
[PATCH v3 4/4] virtio-blk: Use blk_validate_block_size() to validate block size
2021-10-27 20:16 UTC (2+ messages)
` [PATCH v3 0/4] Add blk_validate_block_size() helper for drivers "
[PATCH] vhost: Make use of the helper macro kthread_run()
2021-10-27 20:12 UTC (3+ messages)
[PATCH net-next] net: virtio: use eth_hw_addr_set()
2021-10-27 14:55 UTC (5+ messages)
[PATCH V3 00/11] vhost: multiple worker support
2021-10-27 9:03 UTC (8+ messages)
` [PATCH V3 11/11] vhost: allow userspace to create workers
[PATCH linux-next v7 0/8] vdpa: enable user to set mac, mtu
2021-10-27 7:40 UTC (3+ messages)
` [PATCH linux-next v7 4/8] vdpa: Enable user to set mac and mtu of vdpa device
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).