linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-03-08 12:35:47 to 2022-04-06 06:04:54 UTC [more...]

use block_device based APIs in block layer consumers
 2022-04-06  6:04 UTC  (6+ messages)
` [PATCH 01/27] target: remove an incorrect unmap zeroes data deduction
` [PATCH 02/27] target: pass a block_device to target_configure_unmap_from_queue
` [PATCH 03/27] target: fix discard alignment on partitions
` [PATCH 04/27] drbd: remove assign_p_sizes_qlim
` [PATCH 05/27] drbd: use bdev based limit helpers in drbd_send_sizes

[PATCH v9 00/32] virtio pci support VIRTIO_F_RING_RESET (refactor vring)
 2022-04-06  3:43 UTC  (33+ messages)
` [PATCH v9 01/32] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v9 02/32] virtio: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v9 03/32] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v9 04/32] virtio_ring: remove the arg vq of vring_alloc_desc_extra()
` [PATCH v9 05/32] virtio_ring: extract the logic of freeing vring
` [PATCH v9 06/32] virtio_ring: split: extract the logic of alloc queue
` [PATCH v9 07/32] virtio_ring: split: extract the logic of alloc state and extra
` [PATCH v9 08/32] virtio_ring: split: extract the logic of attach vring
` [PATCH v9 09/32] virtio_ring: split: extract the logic of vq init
` [PATCH v9 10/32] virtio_ring: split: introduce virtqueue_reinit_split()
` [PATCH v9 11/32] virtio_ring: split: introduce virtqueue_resize_split()
` [PATCH v9 12/32] virtio_ring: packed: extract the logic of alloc queue
` [PATCH v9 13/32] virtio_ring: packed: extract the logic of alloc state and extra
` [PATCH v9 14/32] virtio_ring: packed: extract the logic of attach vring
` [PATCH v9 15/32] virtio_ring: packed: extract the logic of vq init
` [PATCH v9 16/32] virtio_ring: packed: introduce virtqueue_reinit_packed()
` [PATCH v9 17/32] virtio_ring: packed: introduce virtqueue_resize_packed()
` [PATCH v9 18/32] virtio_ring: introduce virtqueue_resize()
` [PATCH v9 19/32] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v9 20/32] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v9 21/32] virtio_pci: queue_reset: update struct virtio_pci_common_cfg and option functions
` [PATCH v9 22/32] virtio_pci: queue_reset: extract the logic of active vq for modern pci
` [PATCH v9 23/32] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v9 24/32] virtio: find_vqs() add arg sizes
` [PATCH v9 25/32] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v9 26/32] virtio_mmio: "
` [PATCH v9 27/32] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v9 28/32] virtio_net: set the default max ring size by find_vqs()
` [PATCH v9 29/32] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v9 30/32] virtio_net: split free_unused_bufs()
` [PATCH v9 31/32] virtio_net: support rx/tx queue resize
` [PATCH v9 32/32] virtio_net: support set_ringparam

[RFC v1 00/10] roadtest: a driver testing framework
 2022-04-05 14:02 UTC  (27+ messages)
` [RFC v1 01/10] roadtest: import libvhost-user from QEMU
` [RFC v1 02/10] roadtest: add C backend
` [RFC v1 03/10] roadtest: add framework
` [RFC v1 04/10] roadtest: add base config
` [RFC v1 05/10] roadtest: add build files
` [RFC v1 06/10] roadtest: add documentation
` [RFC v1 07/10] iio: light: opt3001: add roadtest
` [RFC v1 08/10] iio: light: vcnl4000: "
` [RFC v1 09/10] regulator: tps62864: "
` [RFC v1 10/10] rtc: pcf8563: "

Build regressions/improvements in v5.18-rc1
 2022-04-05  6:52 UTC  (5+ messages)

[PATCH 0/4] um: Assorted console related fixes
 2022-04-04 21:41 UTC  (8+ messages)

UML time-travel warning from __run_timers
 2022-04-04 12:17 UTC  (13+ messages)

[PATCH] um: Fix filtering '-mno-global-merge'
 2022-04-01 13:10 UTC  (5+ messages)

[PATCH 0/2] Remove '-mno-global-merge' from KBUILD_CFLAGS
 2022-04-01 13:03 UTC  (11+ messages)
` [PATCH 1/2] kbuild: Remove '-mno-global-merge'
` [PATCH 2/2] Revert "um: clang: Strip out -mno-global-merge from USER_CFLAGS"

[GIT PULL] UML updates for 5.18
 2022-03-31 23:22 UTC  (2+ messages)

[PATCH] um: use asm-generic/dma-mapping.h
 2022-03-28 14:59 UTC  (2+ messages)

[PATCH 1/2] um: xterm: make default terminal emulator configurable
 2022-03-24 16:22 UTC  (8+ messages)
` [PATCH 2/2] um: daemon: make default socket configurable

[PATCH 1/1] um: fix error return code in winch_tramp()
 2022-03-24 12:40 UTC  (3+ messages)

Build regressions/improvements in v5.17
 2022-03-21 14:48 UTC 

mmotm 2022-03-16-17-42 uploaded (uml sub-x86_64, sched/fair, RCU)
 2022-03-18  4:32 UTC  (9+ messages)

[PATCH v2] parport_pc: Also enable driver for PCI systems
 2022-03-16 18:45 UTC  (3+ messages)

[PATCH] docs: UML: Mention telnetd for port channel
 2022-03-11 20:51 UTC  (3+ messages)

[PATCH v7 00/26] virtio pci support VIRTIO_F_RING_RESET
 2022-03-11  5:09 UTC  (70+ messages)
` [PATCH v7 01/26] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v7 02/26] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v7 03/26] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v7 04/26] virtio_ring: split: extract the logic of creating vring
` [PATCH v7 05/26] virtio_ring: split: extract the logic of init vq and attach vring
` [PATCH v7 08/26] virtio_ring: extract the logic of freeing vring
` [PATCH v7 09/26] virtio_ring: split: implement virtqueue_reset_vring_split()
` [PATCH v7 11/26] virtio_ring: introduce virtqueue_reset_vring()
` [PATCH v7 12/26] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v7 13/26] virtio: queue_reset: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v7 14/26] virtio: add helper for queue reset
` [PATCH v7 15/26] virtio_pci: queue_reset: update struct virtio_pci_common_cfg and option functions
` [PATCH v7 16/26] virtio_pci: queue_reset: extract the logic of active vq for modern pci
` [PATCH v7 17/26] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v7 18/26] virtio: find_vqs() add arg sizes
` [PATCH v7 19/26] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v7 20/26] virtio_mmio: "
` [PATCH v7 21/26] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v7 22/26] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v7 23/26] virtio_net: split free_unused_bufs()
` [PATCH v7 24/26] virtio_net: support rx/tx queue reset
` [PATCH v7 25/26] virtio_net: set the default max ring size by find_vqs()
` [PATCH v7 26/26] virtio_net: support set_ringparam

[PATCH V3 00/30] mm/mmap: Drop protection_map[] and platform's __SXXX/__PXXX requirements
 2022-03-09 11:33 UTC  (16+ messages)
` [PATCH V3 05/30] arm64/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
` [PATCH V3 09/30] arm/mm: "


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