linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-03-12 12:15:37 to 2024-04-02 20:33:43 UTC [more...]

[PATCH v2 00/25] virtio: store owner from modules with register_virtio_driver()
 2024-04-02 20:33 UTC  (29+ messages)
` [PATCH v2 01/25] "
` [PATCH v2 02/25] virtio: balloon: drop owner assignment
` [PATCH v2 03/25] virtio: input: "
` [PATCH v2 04/25] virtio: mem: "
` [PATCH v2 05/25] um: virt-pci: "
` [PATCH v2 06/25] virtio_blk: "
` [PATCH v2 07/25] bluetooth: virtio: "
` [PATCH v2 08/25] hwrng: "
` [PATCH v2 09/25] virtio_console: "
` [PATCH v2 10/25] crypto: virtio - "
` [PATCH v2 11/25] firmware: arm_scmi: virtio: "
` [PATCH v2 12/25] gpio: "
` [PATCH v2 13/25] drm/virtio: "
` [PATCH v2 14/25] iommu: virtio: "
` [PATCH v2 15/25] misc: nsm: "
` [PATCH v2 16/25] net: caif: virtio: "
` [PATCH v2 17/25] net: "
` [PATCH v2 18/25] net: 9p: "
` [PATCH v2 19/25] vsock/virtio: "
` [PATCH v2 20/25] wifi: mac80211_hwsim: "
` [PATCH v2 21/25] nvdimm: virtio_pmem: "
` [PATCH v2 22/25] rpmsg: virtio: "
` [PATCH v2 23/25] scsi: "
` [PATCH v2 24/25] fuse: "
` [PATCH v2 25/25] sound: "

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

[PATCH v8] um: Enable preemption in UML
 2024-04-01 11:06 UTC  (3+ messages)

[PATCH 00/22] virtio: store owner from modules with register_virtio_driver()
 2024-03-31 11:20 UTC  (39+ 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 20/22] scsi: "
` [PATCH 21/22] fuse: "
` [PATCH 22/22] sound: "

[PATCH 1/5] um: signal: move pid variable where needed
 2024-03-29  4:20 UTC  (6+ messages)
` [PATCH 2/5] um: slirp: remove set but unused variable 'pid'
` [PATCH 3/5] um: vector: fix bpfflash parameter evaluation
` [PATCH 4/5] um: vector: remove unused len variable/calculation
` [PATCH 5/5] um: process: remove unused 'n' variable

[PATCH v7] um: Enable preemption in UML
 2024-03-28 14:40 UTC  (3+ messages)

[PATCH] um: Remove obsolete pcap driver
 2024-03-28 13:27 UTC  (2+ messages)

[PATCH v2] um: Makefile: use bash from the environment
 2024-03-28  9:13 UTC  (2+ messages)

[PATCH 1/1] arch/um: fix forward declaration for vmalloc
 2024-03-28  8:48 UTC  (3+ messages)

[PATCH v3 0/9] um: Minor fixes and cleanups
 2024-03-28  8:46 UTC  (8+ messages)
` [PATCH v3 8/9] um: Fix -Wmissing-prototypes warnings for text_poke*

[PATCH] um: Fix return value in ubd_init()
 2024-03-28  8:27 UTC  (2+ messages)

[PATCH] um: Add winch to winch_handlers before registering winch IRQ
 2024-03-28  8:25 UTC  (4+ messages)

[PATCH vhost v6 0/6] refactor the params of find_vqs()
 2024-03-28  6:36 UTC  (15+ 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 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 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  (17+ messages)
` [PATCH vhost v3 1/4] virtio: find_vqs: pass struct instead of multi parameters

[PATCH v2 0/7] Handle faults in KUnit tests
 2024-03-12 12:15 UTC  (7+ messages)
` [PATCH v2 4/7] kunit: Handle test faults
` [PATCH v2 6/7] kunit: Print last test location on fault


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