virtualization.lists.linux-foundation.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-08-20 07:33:42 to 2024-08-27 03:31:31 UTC [more...]

[PATCH v3 0/9] PCI: Remove pcim_iounmap_regions()
 2024-08-27  3:28 UTC  (24+ messages)
` [PATCH v3 1/9] PCI: Make pcim_iounmap_region() a public function
` [PATCH v3 2/9] fpga/dfl-pci.c: Replace deprecated PCI functions
` [PATCH v3 3/9] block: mtip32xx: "
` [PATCH v3 4/9] gpio: "
` [PATCH v3 5/9] ethernet: cavium: "
` [PATCH v3 6/9] ethernet: stmicro: Simplify PCI devres usage
` [PATCH v3 7/9] vdpa: solidrun: Fix UB bug with devres
` [PATCH v3 8/9] vdap: solidrun: Replace deprecated PCI functions
` [PATCH v3 9/9] PCI: Remove pcim_iounmap_regions()

[RFC 0/7] vhost: Add support of kthread API
 2024-08-27  2:36 UTC  (13+ messages)
` [RFC 2/7] vhost: Add kthread support in function vhost_worker_queue()
` [RFC 7/7] vhost: Add new UAPI to support changing Kthread mode

[RFC] Why is set_config not supported in mlx5_vnet?
 2024-08-27  2:07 UTC  (10+ messages)

[PATCH v3] virtio_pmem: Check device status before requesting flush
 2024-08-26 21:53 UTC 

[PATCH net-next v15 04/13] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
 2024-08-26 12:40 UTC 

[PATCH v3 0/4] mm: clarify nofail memory allocation
 2024-08-26 12:10 UTC  (36+ messages)

[PATCH 00/10] rm/bochs: Modernize driver
 2024-08-26  8:08 UTC  (15+ messages)
` [PATCH 01/10] drm/bochs: Remove manual format test from fb_create
` [PATCH 02/10] drm/bochs: Use helpers for struct drm_edid
` [PATCH 03/10] drm/bochs: Do managed resource cleanup
` [PATCH 04/10] drm/bochs: Pass bochs device to various functions
` [PATCH 05/10] drm/bochs: Upcast with to_bochs_device()
` [PATCH 06/10] drm/bochs: Allocate DRM device in struct bochs_device
` [PATCH 07/10] drm/bochs: Use regular atomic helpers
` [PATCH 08/10] drm/bochs: Use GEM SHMEM helpers for memory management
` [PATCH 09/10] drm/bochs: Validate display modes against available video memory
` [PATCH 10/10] drm/gem-vram: Remove support for simple display pipelines

[PATCH 1/2] drm/virtio: Defer the host dumb buffer creation
 2024-08-26  7:47 UTC  (5+ messages)
` [PATCH 2/2] drm/virtio: Add support for XRGB8888 and BGRX8888

clearly mark DMA_OPS support as an architecture feasture
 2024-08-26  6:32 UTC  (8+ messages)
` [PATCH] dma-mapping: clear mark DMA ops as an architecture feature

[PATCH v1 1/2] virtio_fs: introduce virtio_fs_put_locked helper
 2024-08-25 13:07 UTC  (2+ messages)
` [PATCH v1 2/2] virtio_fs: add sysfs entries for queue information

[PATCH] virtio_pmem: Add freeze/restore callbacks
 2024-08-24  2:06 UTC  (2+ messages)

[PATCH net-next v14 04/11] mm: page_frag: avoid caller accessing 'page_frag_cache' directly
 2024-08-23 15:00 UTC 

[RFC] vDPA: Trying to make sense of config data
 2024-08-23 14:51 UTC  (2+ messages)

[PATCH v5] ptp: Add support for the AMZNC10C 'vmclock' device
 2024-08-23 10:09 UTC 

[PATCH v7 0/3] Add extioi virt extension support
 2024-08-23  6:39 UTC  (4+ messages)
` [PATCH v7 1/3] LoongArch: KVM: Enable paravirt feature control from VMM
` [PATCH v7 2/3] LoongArch: KVM: Implement function kvm_para_has_feature
` [PATCH v7 3/3] irqchip/loongson-eiointc: Add extioi virt extension support

[PATCH 0/2] drm/virtio: introduce the HOST_PAGE_SIZE feature
 2024-08-22 15:29 UTC  (6+ messages)

[PATCH v2 1/2] drm/virtio: Use XRGB8888 also for big endian systems
 2024-08-22 14:46 UTC  (9+ messages)
` [PATCH v2 2/2] drm/virtio: Fix host color format for big endian guests

[PATCH v4] ptp: Add vDSO-style vmclock support
 2024-08-22 12:31 UTC  (3+ messages)

[PATCH v2] virtio_pmem: Check device status before requesting flush
 2024-08-21 21:30 UTC  (5+ messages)

[PATCH net] virtio-net: fix overflow inside virtnet_rq_alloc
 2024-08-21 16:47 UTC  (8+ messages)

[PATCH net-next v13 04/14] mm: page_frag: add '_va' suffix to page_frag API
 2024-08-21 12:30 UTC  (9+ messages)

[PATCH v2 0/9] PCI: Remove pcim_iounmap_regions()
 2024-08-21 12:25 UTC  (19+ messages)
` [PATCH v2 1/9] PCI: Make pcim_iounmap_region() a public function
` [PATCH v2 2/9] fpga/dfl-pci.c: Replace deprecated PCI functions
` [PATCH v2 3/9] block: mtip32xx: "
` [PATCH v2 4/9] gpio: "
` [PATCH v2 5/9] ethernet: cavium: "
` [PATCH v2 6/9] ethernet: stmicro: Simplify PCI devres usage
` [PATCH v2 7/9] vdpa: solidrun: Fix potential UB bug with devres
` [PATCH v2 8/9] vdap: solidrun: Replace deprecated PCI functions
` [PATCH v2 9/9] PCI: Remove pcim_iounmap_regions()

[PATCH vhost 0/7] vdpa/mlx5: Optimze MKEY operations
 2024-08-21 11:41 UTC  (8+ messages)
` [PATCH vhost 1/7] vdpa/mlx5: Create direct MKEYs in parallel
` [PATCH vhost 2/7] vdpa/mlx5: Delete "
` [PATCH vhost 3/7] vdpa/mlx5: Rename function
` [PATCH vhost 4/7] vdpa/mlx5: Extract mr members in own resource struct
` [PATCH vhost 5/7] vdpa/mlx5: Rename mr_mtx -> lock
` [PATCH vhost 6/7] vdpa/mlx5: Introduce init/destroy for MR resources
` [PATCH vhost 7/7] vdpa/mlx5: Postpone MR deletion

[PATCH net-next 00/13] virtio-net: support AF_XDP zero copy (tx)
 2024-08-21  8:54 UTC  (10+ messages)
` [PATCH net-next 03/13] virtio_ring: packed: harden dma unmap for indirect
` [PATCH net-next 06/13] virtio_ring: remove API virtqueue_set_dma_premapped
` [PATCH net-next 08/13] virtio_net: xsk: bind/unbind xsk for tx
` [PATCH net-next 09/13] virtio_net: xsk: prevent disable tx napi
` [PATCH net-next 10/13] virtio_net: xsk: tx: support xmit xsk buffer
` [PATCH net-next 11/13] virtio_net: xsk: tx: handle the transmitted "
` [PATCH net-next 12/13] virtio_net: update tx timeout record
` [PATCH net-next 13/13] virtio_net: xdp_features add NETDEV_XDP_ACT_XSK_ZEROCOPY

[PATCH v6 0/3] Add extioi virt extension support
 2024-08-21  8:44 UTC  (11+ messages)
` [PATCH v6 1/3] LoongArch: KVM: Enable paravirt feature control from VMM
` [PATCH v6 3/3] irqchip/loongson-eiointc: Add extioi virt extension support

[PATCH] virtio_pmem: Check device status before requesting flush
 2024-08-21  2:46 UTC  (5+ messages)

[PATCH 0/9] PCI: Remove pcim_iounmap_regions()
 2024-08-20 11:14 UTC  (22+ messages)
` [PATCH 4/9] block: mtip32xx: Replace deprecated PCI functions
` [PATCH 6/9] ethernet: cavium: "
` [PATCH 7/9] ethernet: stmicro: Simplify PCI devres usage
` [PATCH 8/9] vdap: solidrun: Replace deprecated PCI functions

[PATCH RFC v2] mmc/virtio: Add virtio MMC driver for QEMU emulation
 2024-08-20 10:03 UTC  (2+ messages)


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