linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-11-13 21:58:00 to 2024-02-01 03:28:30 UTC [more...]

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

[PATCH v2 0/7] of: populate of_root node if bootloader doesn't
 2024-01-31 22:59 UTC  (11+ messages)
` [PATCH v2 1/7] arm64: Unconditionally call unflatten_device_tree()
` [PATCH v2 2/7] um: "
` [PATCH v2 3/7] x86/of: Unconditionally call unflatten_and_copy_device_tree()
` [PATCH v2 4/7] of: Always unflatten in unflatten_and_copy_device_tree()
` [PATCH v2 5/7] of: Create of_root if no dtb provided by firmware
` [PATCH v2 6/7] of: unittest: treat missing of_root as error instead of fixing up
` [PATCH v2 7/7] of: Add KUnit test to confirm DTB is loaded

[PATCH vhost 00/14] virtio remove dma info for premapped mode
 2024-01-30 11:43 UTC  (16+ messages)
` [PATCH 01/14] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH 02/14] virtio_ring: packed: remove double check of the unmap ops
` [PATCH 03/14] virtio_ring: packed: structure the indirect desc table
` [PATCH 04/14] virtio_ring: split: remove double check of the unmap ops
` [PATCH 05/14] virtio_ring: split: structure the indirect desc table
` [PATCH 06/14] virtio_ring: no store dma info when unmap is not needed
` [PATCH 07/14] virtio_ring: introduce dma map api for page
` [PATCH 08/14] virtio: find_vqs introduce premapped parameter
` [PATCH 09/14] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH 10/14] virtio_net: set premapped mode by find_vqs()
` [PATCH 11/14] virtio_ring: remove api of setting vq premapped
` [PATCH 12/14] virtio_net: unify the code for recycling the xmit ptr
` [PATCH 13/14] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH 14/14] virtio_net: sq support premapped mode

[PATCH 0/2] Fix UML build with clang-18 and newer
 2024-01-27 15:49 UTC  (6+ messages)
` [PATCH 1/2] um: Fix adding '-no-pie' for clang
` [PATCH 2/2] modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONS

[PATCH 0/2] um: improve UML page fault handling
 2024-01-26  9:55 UTC  (7+ messages)
` [PATCH 1/2] um: do not panic on kernel mode faults
` [PATCH 2/2] um: oops on accessing an non-present page in the vmalloc area

[PATCH AUTOSEL 4.19 2/5] um: Fix naming clash between UML and scheduler
 2024-01-24 14:31 UTC  (3+ messages)
` [PATCH AUTOSEL 4.19 3/5] um: Don't use vfprintf() for os_info()
` [PATCH AUTOSEL 4.19 4/5] um: net: Fix return type of uml_net_start_xmit()

[PATCH AUTOSEL 5.4 2/6] um: Fix naming clash between UML and scheduler
 2024-01-24 14:31 UTC  (3+ messages)
` [PATCH AUTOSEL 5.4 3/6] um: Don't use vfprintf() for os_info()
` [PATCH AUTOSEL 5.4 4/6] um: net: Fix return type of uml_net_start_xmit()

[PATCH AUTOSEL 5.10 2/7] um: Fix naming clash between UML and scheduler
 2024-01-24 14:30 UTC  (3+ messages)
` [PATCH AUTOSEL 5.10 3/7] um: Don't use vfprintf() for os_info()
` [PATCH AUTOSEL 5.10 4/7] um: net: Fix return type of uml_net_start_xmit()

[PATCH AUTOSEL 5.15 2/9] um: Fix naming clash between UML and scheduler
 2024-01-24 14:30 UTC  (4+ messages)
` [PATCH AUTOSEL 5.15 3/9] um: Don't use vfprintf() for os_info()
` [PATCH AUTOSEL 5.15 4/9] um: net: Fix return type of uml_net_start_xmit()
` [PATCH AUTOSEL 5.15 5/9] um: time-travel: fix time corruption

[PATCH AUTOSEL 6.1 2/9] um: Fix naming clash between UML and scheduler
 2024-01-24 14:29 UTC  (4+ messages)
` [PATCH AUTOSEL 6.1 3/9] um: Don't use vfprintf() for os_info()
` [PATCH AUTOSEL 6.1 4/9] um: net: Fix return type of uml_net_start_xmit()
` [PATCH AUTOSEL 6.1 5/9] um: time-travel: fix time corruption

[PATCH AUTOSEL 6.6 03/11] um: Fix naming clash between UML and scheduler
 2024-01-24 14:28 UTC  (4+ messages)
` [PATCH AUTOSEL 6.6 04/11] um: Don't use vfprintf() for os_info()
` [PATCH AUTOSEL 6.6 05/11] um: net: Fix return type of uml_net_start_xmit()
` [PATCH AUTOSEL 6.6 06/11] um: time-travel: fix time corruption

[PATCH AUTOSEL 6.7 03/13] um: Fix naming clash between UML and scheduler
 2024-01-24 14:27 UTC  (4+ messages)
` [PATCH AUTOSEL 6.7 04/13] um: Don't use vfprintf() for os_info()
` [PATCH AUTOSEL 6.7 05/13] um: net: Fix return type of uml_net_start_xmit()
` [PATCH AUTOSEL 6.7 06/13] um: time-travel: fix time corruption

[PATCH 0/6] of: populate of_root node if bootloader doesn't
 2024-01-24  7:25 UTC  (26+ messages)
` [PATCH 1/6] arm64: Unconditionally call unflatten_device_tree()
` [PATCH 2/6] um: "
` [PATCH 3/6] of: Always unflatten in unflatten_and_copy_device_tree()
` [PATCH 4/6] of: Create of_root if no dtb provided by firmware
` [PATCH 5/6] of: unittest: treat missing of_root as error instead of fixing up
` [PATCH 6/6] of: Add KUnit test to confirm DTB is loaded

[PATCH 0/5] um: Minor fixes and cleanups
 2024-01-23 11:03 UTC  (6+ messages)
` [PATCH 1/5] um: Make local functions and variables static
` [PATCH 2/5] um: Fix the declaration of vfree
` [PATCH 3/5] um: Remove unused functions
` [PATCH 4/5] um: Fix the return type of __switch_to
` [PATCH 5/5] um: Add missing headers

[RFC PATCH 0/3] um: clean up mm creation - another attempt
 2024-01-17 19:54 UTC  (12+ messages)

[GIT PULL] UML updates for v6.8-rc1
 2024-01-17 20:03 UTC  (2+ messages)

provide a sane discard_granularity default
 2024-01-06  1:32 UTC  (21+ messages)
` [PATCH 1/9] block: remove two comments in bio_split_discard
` [PATCH 2/9] bcache: discard_granularity should not be smaller than a sector
` [PATCH 3/9] block: default the discard granularity to sector size
` [PATCH 4/9] ubd: use the default discard granularity
` [PATCH 5/9] nbd: "
` [PATCH 6/9] null_blk: "
` [PATCH 7/9] zram: "
` [PATCH 8/9] bcache: "
` [PATCH 9/9] mtd_blkdevs: "

I Want To Finance Your Projects
 2023-12-20 12:01 UTC 

[PATCH v3 00/11] General cleanups and fixes from SECCOMP patchset
 2024-01-05 13:29 UTC  (11+ messages)
` [PATCH v3 04/11] um: Don't use vfprintf() for os_info()
` [PATCH v3 09/11] um: Rely on PTRACE_SETREGSET to set FS/GS base registers

[PATCH] um: vector: fix return value check in vector_legacy_rx
 2024-01-05 11:23 UTC  (5+ messages)

[PATCH] um: hostfs: catch EINTR and partial read/write
 2024-01-05 10:12 UTC  (3+ messages)

[linux-next:master] BUILD REGRESSION 20d857259d7d10cd0d5e8b60608455986167cfad
 2023-12-21 11:48 UTC 

[PATCH] um: net: Fix return type of uml_net_start_xmit()
 2023-12-06 16:52 UTC  (4+ messages)

[PATCH v2 0/2] Enable -Wincompatible-function-pointer-types-strict under W=1
 2023-12-06 16:49 UTC  (2+ messages)
` [PATCH v2 1/2] um: net: Fix return type of uml_net_start_xmit()

[PATCH 26/27] tty: um: convert to u8/__u8 and size_t
 2023-12-06  7:37 UTC 

jitterentropy vs. simulation
 2023-12-04 12:50 UTC  (10+ messages)

Building Estimates
 2023-11-27 16:52 UTC 

[PATCH RFC 00/11] Several Time Travel Mode Enhancements
 2023-11-24 14:53 UTC  (10+ messages)
` [PATCH RFC 03/11] um: Use a simple time travel handler for line interrupts

[PATCH] um: Use swap() instead of open coding it
 2023-11-23  1:54 UTC  (4+ 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).