messages from 2024-02-02 03:04:39 to 2024-03-01 19:16:23 UTC [more...]
[PATCH 2/7] of: Create of_root if no dtb provided by firmware
2024-02-21 14:06 UTC (2+ messages)
[PATCH v1 0/8] Run KUnit tests late and handle faults
2024-03-01 19:16 UTC (16+ 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
[PATCH vhost v3 00/19] virtio: drivers maintain dma info for premapped vq
2024-02-29 9:42 UTC (26+ 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 0/4] arch: mm, vdso: consolidate PAGE_SIZE definition
2024-02-28 21:06 UTC (26+ 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 v4 0/7] of: populate of_root node if bootloader doesn't
2024-02-28 16:26 UTC (14+ 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
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 (38+ messages)
` [PATCH vhost v2 01/19] virtio_ring: introduce vring_need_unmap_buffer
` [PATCH vhost v2 02/19] virtio_ring: packed: remove double check of the unmap ops
` [PATCH vhost v2 03/19] virtio_ring: packed: structure the indirect desc table
` [PATCH vhost v2 04/19] virtio_ring: split: remove double check of the unmap ops
` [PATCH vhost v2 05/19] virtio_ring: split: structure the indirect desc table
` [PATCH vhost v2 06/19] virtio_ring: no store dma info when unmap is not needed
` [PATCH vhost v2 07/19] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v2 08/19] virtio: vring_create_virtqueue: "
` [PATCH vhost v2 09/19] virtio: vring_new_virtqueue(): "
` [PATCH vhost v2 10/19] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()
` [PATCH vhost v2 11/19] virtio: find_vqs: add new parameter premapped
` [PATCH vhost v2 12/19] virtio_ring: export premapped to driver by struct virtqueue
` [PATCH vhost v2 13/19] virtio_net: set premapped mode by find_vqs()
` [PATCH vhost v2 14/19] virtio_ring: remove api of setting vq premapped
` [PATCH vhost v2 15/19] virtio_ring: introduce dma map api for page
` [PATCH vhost v2 16/19] virtio_ring: introduce virtqueue_dma_map_sg_attrs
` [PATCH vhost v2 17/19] virtio_net: unify the code for recycling the xmit ptr
` [PATCH vhost v2 18/19] virtio_net: rename free_old_xmit_skbs to free_old_xmit
` [PATCH vhost v2 19/19] virtio_net: sq support premapped mode
[PATCH RESEND 1/1] um: oops on accessing a non-present page in the vmalloc area
2024-02-23 14:04 UTC
[PATCH vhost v1 00/19] virtio: drivers maintain dma info for premapped vq
2024-02-23 6:17 UTC (21+ 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
[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 (17+ messages)
` [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 17/17] virtio_net: sq support premapped mode
[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 (5+ messages)
` [PATCH v2 1/7] arm64: Unconditionally call unflatten_device_tree()
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).