linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-05 10:49:21 to 2024-03-27 12:56:29 UTC [more...]

[PATCH 00/22] virtio: store owner from modules with register_virtio_driver()
 2024-03-27 12:55 UTC  (21+ messages)
` [PATCH 01/22] "
` [PATCH 02/22] um: virt-pci: drop owner assignment
` [PATCH 03/22] virtio_blk: "
` [PATCH 04/22] bluetooth: virtio: "
` [PATCH 05/22] hwrng: "
` [PATCH 06/22] virtio_console: "
` [PATCH 07/22] crypto: virtio - "
` [PATCH 08/22] firmware: arm_scmi: virtio: "
` [PATCH 09/22] gpio: "
` [PATCH 10/22] drm/virtio: "
` [PATCH 11/22] iommu: virtio: "
` [PATCH 12/22] misc: nsm: "
` [PATCH 13/22] net: caif: virtio: "
` [PATCH 14/22] net: "
` [PATCH 15/22] net: 9p: "
` [PATCH 16/22] net: vmw_vsock: "
` [PATCH 17/22] wireless: mac80211_hwsim: "
` [PATCH 18/22] nvdimm: virtio_pmem: "
` [PATCH 19/22] rpmsg: virtio: "

[PATCH vhost v6 0/6] refactor the params of find_vqs()
 2024-03-27  9:57 UTC  (7+ messages)
` [PATCH vhost v6 1/6] virtio_balloon: remove the dependence where names[] is null
` [PATCH vhost v6 2/6] virtio: remove support for names array entries being null
` [PATCH vhost v6 3/6] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v6 4/6] virtio: vring_create_virtqueue: "
` [PATCH vhost v6 5/6] virtio: vring_new_virtqueue(): "
` [PATCH vhost v6 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[PATCH vhost v4 0/6] refactor the params of find_vqs()
 2024-03-26 20:23 UTC  (17+ messages)
` [PATCH vhost v4 1/6] virtio_balloon: remove the dependence where names[] is null
` [PATCH vhost v4 2/6] virtio: remove support for names array entries being null
` [PATCH vhost v4 3/6] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v4 4/6] virtio: vring_create_virtqueue: "
` [PATCH vhost v4 5/6] virtio: vring_new_virtqueue(): "
` [PATCH vhost v4 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[PATCH 1/1] arch/um: fix forward declaration for vmalloc
 2024-03-26 15:37 UTC  (2+ messages)

[PATCH v3 0/9] um: Minor fixes and cleanups
 2024-03-26 15:07 UTC  (15+ 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 2/7] of: Create of_root if no dtb provided by firmware
 2024-03-12 14:52 UTC  (5+ messages)

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

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

[PATCH vhost v5 0/6] refactor the params of find_vqs()
 2024-03-26  7:42 UTC  (13+ messages)
` [PATCH vhost v5 1/6] virtio_balloon: remove the dependence where names[] is null
` [PATCH vhost v5 2/6] virtio: remove support for names array entries being null
` [PATCH vhost v5 3/6] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v5 4/6] virtio: vring_create_virtqueue: "
` [PATCH vhost v5 5/6] virtio: vring_new_virtqueue(): "
` [PATCH vhost v5 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[PATCH v2] um: Makefile: use bash from the environment
 2024-03-23 17:44 UTC 

[PATCH RESEND 1/1] um: oops on accessing a non-present page in the vmalloc area
 2024-03-21 17:30 UTC  (9+ messages)

[PATCH vhost v3 0/4] refactor the params of find_vqs()
 2024-03-21  4:11 UTC  (20+ 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 v2 0/7] Handle faults in KUnit tests
 2024-03-12 12:15 UTC  (22+ 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 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  (9+ 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  (8+ messages)

[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] 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  (10+ 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 0/4] arch: mm, vdso: consolidate PAGE_SIZE definition
 2024-03-05 10:59 UTC  (3+ messages)
` [PATCH 3/4] arch: define CONFIG_PAGE_SIZE_*KB on all architectures


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