linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-01-16 14:14:02 to 2024-02-22 07:24:25 UTC [more...]

[PATCH 2/7] of: Create of_root if no dtb provided by firmware
 2024-02-21 14:06 UTC  (2+ messages)

ubd cleanups
 2024-02-22  7:24 UTC  (2+ messages)
` [PATCH 1/7] ubd: remove the ubd_gendisk array

[linux-next:master] BUILD REGRESSION 4893c639cc3659cefaa675bf1e59f4e7571afb5c
 2024-02-21 18:21 UTC 

[PATCH vhost 00/17] virtio: drivers maintain dma info for premapped vq
 2024-02-21  2:03 UTC  (49+ 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 v4 0/7] of: populate of_root node if bootloader doesn't
 2024-02-17  1:05 UTC  (8+ messages)
` [PATCH v4 1/7] of: Always unflatten in unflatten_and_copy_device_tree()
` [PATCH v4 2/7] of: Create of_root if no dtb provided by firmware
` [PATCH v4 3/7] um: Unconditionally call unflatten_device_tree()
` [PATCH v4 4/7] x86/of: Unconditionally call unflatten_and_copy_device_tree()
` [PATCH v4 5/7] arm64: Unconditionally call unflatten_device_tree()
` [PATCH v4 6/7] of: unittest: treat missing of_root as error instead of fixing up
` [PATCH v4 7/7] of: Add KUnit test to confirm DTB is loaded

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

[PATCH v3 4/4] um: Convert strscpy() usage to 2-argument style
 2024-02-10 12:34 UTC  (4+ messages)
  ` [PATCH v3 1/4] string: Redefine strscpy_pad() as a macro
  ` [PATCH v3 3/4] string: Allow 2-argument strscpy_pad()

[linux-next:master] BUILD REGRESSION b1d3a0e70c3881d2f8cf6692ccf7c2a4fb2d030d
 2024-02-09  5:23 UTC 

[PATCH v2 2/4] string: Allow 2-argument strscpy()
 2024-02-05 13:07 UTC  (7+ messages)
  ` [PATCH v2 3/4] string: Allow 2-argument strscpy_pad()
  ` [PATCH v2 4/4] um: Convert strscpy() usage to 2-argument style

[PATCH v2 0/6] um: Minor fixes and cleanups
 2024-02-05 11:47 UTC  (7+ messages)
` [PATCH v2 1/6] um: Make local functions and variables static
` [PATCH v2 2/6] um: Fix the declaration of vfree
` [PATCH v2 3/6] um: Remove unused functions
` [PATCH v2 4/6] um: Fix the return type of __switch_to
` [PATCH v2 5/6] um: Add missing headers
` [PATCH v2 6/6] um: Stop tracking host PID in cpu_tasks

[PATCH] um: Makefile: use bash from the environment
 2024-02-02 19:56 UTC 

[PATCH v2 0/7] of: populate of_root node if bootloader doesn't
 2024-02-02 16:30 UTC  (12+ 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 v1 00/19] virtio: drivers maintain dma info for premapped vq
 2024-02-02  9:39 UTC  (20+ messages)
` [PATCH vhost v1 01/19] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH vhost v1 02/19] virtio_ring: packed: remove double check of the unmap ops
` [PATCH vhost v1 03/19] virtio_ring: packed: structure the indirect desc table
` [PATCH vhost v1 04/19] virtio_ring: split: remove double check of the unmap ops
` [PATCH vhost v1 05/19] virtio_ring: split: structure the indirect desc table
` [PATCH vhost v1 06/19] virtio_ring: no store dma info when unmap is not needed
` [PATCH vhost v1 07/19] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v1 08/19] virtio: vring_create_virtqueue: "
` [PATCH vhost v1 09/19] virtio: vring_new_virtqueue(): "
` [PATCH vhost v1 10/19] virtio_ring: reuse the parameter struct of find_vqs()
` [PATCH vhost v1 11/19] virtio: find_vqs: add new parameter premapped
` [PATCH vhost v1 12/19] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH vhost v1 13/19] virtio_net: set premapped mode by find_vqs()
` [PATCH vhost v1 14/19] virtio_ring: remove api of setting vq premapped
` [PATCH vhost v1 15/19] virtio_ring: introduce dma map api for page
` [PATCH vhost v1 16/19] virtio_ring: introduce virtqueue_dma_map_sg_attrs
` [PATCH vhost v1 17/19] virtio_net: unify the code for recycling the xmit ptr
` [PATCH vhost v1 18/19] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH vhost v1 19/19] virtio_net: sq support premapped mode

[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  (4+ messages)

[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  (22+ messages)
` [PATCH 1/6] arm64: Unconditionally call unflatten_device_tree()
` [PATCH 4/6] of: Create of_root if no dtb provided by firmware
` [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)


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