linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-02-26 07:45:40 to 2024-03-12 12:15:37 UTC [more...]

[PATCH v2 0/7] Handle faults in KUnit tests
 2024-03-12 12:15 UTC  (21+ messages)
` [PATCH v2 1/7] kunit: Handle thread creation error
` [PATCH v2 2/7] kunit: Fix kthread reference
` [PATCH v2 3/7] kunit: Fix timeout message
` [PATCH v2 4/7] kunit: Handle test faults
` [PATCH v2 5/7] kunit: Fix KUNIT_SUCCESS() calls in iov_iter tests
` [PATCH v2 6/7] kunit: Print last test location on fault
` [PATCH v2 7/7] kunit: Add tests for fault

[PATCH vhost v3 0/4] refactor the params of find_vqs()
 2024-03-12  2:10 UTC  (5+ messages)
` [PATCH vhost v3 1/4] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v3 2/4] virtio: vring_create_virtqueue: "
` [PATCH vhost v3 3/4] virtio: vring_new_virtqueue(): "
` [PATCH vhost v3 4/4] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[PATCH vhost v2 0/4] refactor the params of find_vqs()
 2024-03-11 15:52 UTC  (7+ messages)
` [PATCH vhost v2 1/4] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v2 2/4] virtio: vring_create_virtqueue: "
` [PATCH vhost v2 3/4] virtio: vring_new_virtqueue(): "
` [PATCH vhost v2 4/4] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[PATCH 0/2] um: Convert to platform remove callback returning void
 2024-03-11  8:22 UTC  (5+ messages)
` [PATCH 1/2] um: rtc: "
` [PATCH 2/2] um: virtio_uml: "

[PATCH vhost v1 0/4] refactor the params of find_vqs()
 2024-03-11  2:24 UTC  (7+ messages)
` [PATCH vhost v1 1/4] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v1 2/4] virtio: vring_create_virtqueue: "
` [PATCH vhost v1 3/4] virtio: vring_new_virtqueue(): "
` [PATCH vhost v1 4/4] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[PATCH v4 0/7] of: populate of_root node if bootloader doesn't
 2024-03-08 19:57 UTC  (10+ messages)
` [PATCH v4 5/7] arm64: Unconditionally call unflatten_device_tree()

[v2 PATCH 0/3] arch: mm, vdso: consolidate PAGE_SIZE definition
 2024-03-08 16:28 UTC  (13+ messages)
` [PATCH v2 1/3] arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
` [PATCH v2 2/3] arch: simplify architecture specific page size configuration
` [PATCH v2 3/3] arch: define CONFIG_PAGE_SIZE_*KB on all architectures

[PATCH vhost v3 00/19] virtio: drivers maintain dma info for premapped vq
 2024-03-08  6:03 UTC  (30+ messages)
` [PATCH vhost v3 01/19] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH vhost v3 02/19] virtio_ring: packed: remove double check of the unmap ops
` [PATCH vhost v3 03/19] virtio_ring: packed: structure the indirect desc table
` [PATCH vhost v3 04/19] virtio_ring: split: remove double check of the unmap ops
` [PATCH vhost v3 05/19] virtio_ring: split: structure the indirect desc table
` [PATCH vhost v3 06/19] virtio_ring: no store dma info when unmap is not needed
` [PATCH vhost v3 07/19] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v3 08/19] virtio: vring_create_virtqueue: "
` [PATCH vhost v3 09/19] virtio: vring_new_virtqueue(): "
` [PATCH vhost v3 10/19] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()
` [PATCH vhost v3 11/19] virtio: find_vqs: add new parameter premapped
` [PATCH vhost v3 12/19] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH vhost v3 13/19] virtio_net: set premapped mode by find_vqs()
` [PATCH vhost v3 14/19] virtio_ring: remove api of setting vq premapped
` [PATCH vhost v3 15/19] virtio_ring: introduce dma map api for page
` [PATCH vhost v3 16/19] virtio_ring: introduce virtqueue_dma_map_sg_attrs
` [PATCH vhost v3 17/19] virtio_net: unify the code for recycling the xmit ptr
` [PATCH vhost v3 18/19] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH vhost v3 19/19] virtio_net: sq support premapped mode

[PATCH] um: Add winch to winch_handlers before registering winch IRQ
 2024-03-07 12:43 UTC  (2+ messages)

pcap-dbus.o:undefined reference to `dbus_message_demarshal'
 2024-03-07 11:31 UTC  (7+ messages)

[PATCH v3 0/9] um: Minor fixes and cleanups
 2024-03-06 10:19 UTC  (10+ messages)
` [PATCH v3 1/9] um: Make local functions and variables static
` [PATCH v3 2/9] um: Fix the declaration of vfree
` [PATCH v3 3/9] um: Remove unused functions
` [PATCH v3 4/9] um: Fix the return type of __switch_to
` [PATCH v3 5/9] um: Add missing headers
` [PATCH v3 6/9] um: Stop tracking host PID in cpu_tasks
` [PATCH v3 7/9] um: Move declarations to proper headers
` [PATCH v3 8/9] um: Fix -Wmissing-prototypes warnings for text_poke*
` [PATCH v3 9/9] um: Fix -Wmissing-prototypes warnings for __warp_* and foo

[PATCH] um: Fix return value in ubd_init()
 2024-03-06  9:12 UTC 

-Wmissing-prototypes warnings in user-mode linux
 2024-03-05 14:26 UTC  (7+ messages)

[PATCH vhost 0/4] refactor the params of find_vqs()
 2024-03-05 11:36 UTC  (11+ messages)
` [PATCH vhost 1/4] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost 2/4] virtio: vring_create_virtqueue: "
` [PATCH vhost 3/4] virtio: vring_new_virtqueue(): "
` [PATCH vhost 4/4] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[PATCH 0/4] arch: mm, vdso: consolidate PAGE_SIZE definition
 2024-03-05 10:59 UTC  (27+ messages)
` [PATCH 1/4] arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
` [PATCH 2/4] arch: simplify architecture specific page size configuration
` [PATCH 3/4] arch: define CONFIG_PAGE_SIZE_*KB on all architectures
` [PATCH 4/4] vdso: avoid including asm/page.h

[PATCH v1 0/8] Run KUnit tests late and handle faults
 2024-03-01 20:42 UTC  (18+ messages)
` [PATCH v1 1/8] kunit: Run tests when the kernel is fully setup
` [PATCH v1 2/8] kunit: Handle thread creation error
` [PATCH v1 3/8] kunit: Fix kthread reference
` [PATCH v1 4/8] kunit: Fix timeout message
` [PATCH v1 5/8] kunit: Handle test faults
` [PATCH v1 6/8] kunit: Fix KUNIT_SUCCESS() calls in iov_iter tests
` [PATCH v1 7/8] kunit: Print last test location on fault
` [PATCH v1 8/8] kunit: Add tests for faults

ubd cleanups
 2024-02-27 21:21 UTC  (16+ messages)
` [PATCH 1/7] ubd: remove the ubd_gendisk array
` [PATCH 2/7] ubd: remove ubd_disk_register
` [PATCH 3/7] ubd: move setting the nonrot flag to ubd_add
` [PATCH 4/7] ubd: move setting the variable queue limits "
` [PATCH 5/7] ubd: move set_disk_ro "
` [PATCH 6/7] ubd: remove the queue pointer in struct ubd
` [PATCH 7/7] ubd: open the backing files in ubd_add

[PATCH vhost v2 00/19] virtio: drivers maintain dma info for premapped vq
 2024-02-27  1:32 UTC  (20+ messages)
` [PATCH vhost v2 19/19] virtio_net: sq support premapped mode


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 read-only IMAP folder(s) and NNTP newsgroup(s).