linux-um
Thread
Date
Later messages
Messages by Thread
[PATCH vhost v1 0/4] refactor the params of find_vqs()
Xuan Zhuo
[PATCH vhost v1 4/4] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()
Xuan Zhuo
[PATCH vhost v1 3/4] virtio: vring_new_virtqueue(): pass struct instead of multi parameters
Xuan Zhuo
[PATCH vhost v1 2/4] virtio: vring_create_virtqueue: pass struct instead of multi parameters
Xuan Zhuo
Re: [PATCH vhost v1 2/4] virtio: vring_create_virtqueue: pass struct instead of multi parameters
Ilpo Järvinen
Re: [PATCH vhost v1 2/4] virtio: vring_create_virtqueue: pass struct instead of multi parameters
Xuan Zhuo
[PATCH vhost v1 1/4] virtio: find_vqs: pass struct instead of multi parameters
Xuan Zhuo
[PATCH v3 0/9] um: Minor fixes and cleanups
Tiwei Bie
[PATCH v3 5/9] um: Add missing headers
Tiwei Bie
[PATCH v3 7/9] um: Move declarations to proper headers
Tiwei Bie
[PATCH v3 3/9] um: Remove unused functions
Tiwei Bie
[PATCH v3 4/9] um: Fix the return type of __switch_to
Tiwei Bie
[PATCH v3 1/9] um: Make local functions and variables static
Tiwei Bie
[PATCH v3 9/9] um: Fix -Wmissing-prototypes warnings for __warp_* and foo
Tiwei Bie
[PATCH v3 2/9] um: Fix the declaration of vfree
Tiwei Bie
[PATCH v3 6/9] um: Stop tracking host PID in cpu_tasks
Tiwei Bie
[PATCH v3 8/9] um: Fix -Wmissing-prototypes warnings for text_poke*
Tiwei Bie
Re: [PATCH v3 8/9] um: Fix -Wmissing-prototypes warnings for text_poke*
Lucas De Marchi
Re: [PATCH v3 8/9] um: Fix -Wmissing-prototypes warnings for text_poke*
Tiwei Bie
Re: [PATCH v3 0/9] um: Minor fixes and cleanups
Tiwei Bie
Re: [PATCH v3 0/9] um: Minor fixes and cleanups
Lucas De Marchi
Re: [PATCH v3 0/9] um: Minor fixes and cleanups
Tiwei Bie
Re: [PATCH v3 0/9] um: Minor fixes and cleanups
Johannes Berg
[PATCH] um: Fix return value in ubd_init()
Duoming Zhou
Re: [PATCH] um: Fix return value in ubd_init()
Johannes Berg
-Wmissing-prototypes warnings in user-mode linux
Jani Nikula
Re: -Wmissing-prototypes warnings in user-mode linux
Johannes Berg
Re: -Wmissing-prototypes warnings in user-mode linux
Jani Nikula
Re: -Wmissing-prototypes warnings in user-mode linux
Johannes Berg
Re: -Wmissing-prototypes warnings in user-mode linux
Tiwei Bie
Re: -Wmissing-prototypes warnings in user-mode linux
Jani Nikula
Re: -Wmissing-prototypes warnings in user-mode linux
Tiwei Bie
Re: -Wmissing-prototypes warnings in user-mode linux
Richard Weinberger
Re: -Wmissing-prototypes warnings in user-mode linux
Tiwei Bie
[PATCH vhost 0/4] refactor the params of find_vqs()
Xuan Zhuo
[PATCH vhost 3/4] virtio: vring_new_virtqueue(): pass struct instead of multi parameters
Xuan Zhuo
Re: [PATCH vhost 3/4] virtio: vring_new_virtqueue(): pass struct instead of multi parameters
Ilpo Järvinen
Re: [PATCH vhost 3/4] virtio: vring_new_virtqueue(): pass struct instead of multi parameters
Xuan Zhuo
[PATCH vhost 2/4] virtio: vring_create_virtqueue: pass struct instead of multi parameters
Xuan Zhuo
Re: [PATCH vhost 2/4] virtio: vring_create_virtqueue: pass struct instead of multi parameters
Johannes Berg
[PATCH vhost 4/4] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()
Xuan Zhuo
[PATCH vhost 1/4] virtio: find_vqs: pass struct instead of multi parameters
Xuan Zhuo
Re: [PATCH vhost 1/4] virtio: find_vqs: pass struct instead of multi parameters
Johannes Berg
Re: [PATCH vhost 1/4] virtio: find_vqs: pass struct instead of multi parameters
Ilpo Järvinen
Re: [PATCH vhost 1/4] virtio: find_vqs: pass struct instead of multi parameters
Xuan Zhuo
[PATCH v2 0/7] Handle faults in KUnit tests
Mickaël Salaün
[PATCH v2 1/7] kunit: Handle thread creation error
Mickaël Salaün
Re: [PATCH v2 1/7] kunit: Handle thread creation error
Rae Moar
Re: [PATCH v2 1/7] kunit: Handle thread creation error
David Gow
[PATCH v2 3/7] kunit: Fix timeout message
Mickaël Salaün
Re: [PATCH v2 3/7] kunit: Fix timeout message
Rae Moar
Re: [PATCH v2 3/7] kunit: Fix timeout message
David Gow
[PATCH v2 2/7] kunit: Fix kthread reference
Mickaël Salaün
Re: [PATCH v2 2/7] kunit: Fix kthread reference
Rae Moar
Re: [PATCH v2 2/7] kunit: Fix kthread reference
David Gow
[PATCH v2 4/7] kunit: Handle test faults
Mickaël Salaün
Re: [PATCH v2 4/7] kunit: Handle test faults
Rae Moar
Re: [PATCH v2 4/7] kunit: Handle test faults
Mickaël Salaün
Re: [PATCH v2 4/7] kunit: Handle test faults
David Gow
Re: [PATCH v2 4/7] kunit: Handle test faults
Mickaël Salaün
[PATCH v2 5/7] kunit: Fix KUNIT_SUCCESS() calls in iov_iter tests
Mickaël Salaün
Re: [PATCH v2 5/7] kunit: Fix KUNIT_SUCCESS() calls in iov_iter tests
David Gow
[PATCH v2 6/7] kunit: Print last test location on fault
Mickaël Salaün
Re: [PATCH v2 6/7] kunit: Print last test location on fault
David Gow
Re: [PATCH v2 6/7] kunit: Print last test location on fault
Mickaël Salaün
[PATCH v2 7/7] kunit: Add tests for fault
Mickaël Salaün
Re: [PATCH v2 7/7] kunit: Add tests for fault
David Gow
[PATCH v1 0/8] Run KUnit tests late and handle faults
Mickaël Salaün
[PATCH v1 4/8] kunit: Fix timeout message
Mickaël Salaün
[PATCH v1 7/8] kunit: Print last test location on fault
Mickaël Salaün
[PATCH v1 1/8] kunit: Run tests when the kernel is fully setup
Mickaël Salaün
Re: [PATCH v1 1/8] kunit: Run tests when the kernel is fully setup
kernel test robot
Re: [PATCH v1 1/8] kunit: Run tests when the kernel is fully setup
David Gow
Re: [PATCH v1 1/8] kunit: Run tests when the kernel is fully setup
Mickaël Salaün
Re: [PATCH v1 1/8] kunit: Run tests when the kernel is fully setup
kernel test robot
[PATCH v1 5/8] kunit: Handle test faults
Mickaël Salaün
Re: [PATCH v1 5/8] kunit: Handle test faults
Mickaël Salaün
[PATCH v1 3/8] kunit: Fix kthread reference
Mickaël Salaün
[PATCH v1 8/8] kunit: Add tests for faults
Mickaël Salaün
Re: [PATCH v1 8/8] kunit: Add tests for faults
Mickaël Salaün
Re: [PATCH v1 8/8] kunit: Add tests for faults
kernel test robot
[PATCH v1 2/8] kunit: Handle thread creation error
Mickaël Salaün
[PATCH v1 6/8] kunit: Fix KUNIT_SUCCESS() calls in iov_iter tests
Mickaël Salaün
Re: [PATCH v1 0/8] Run KUnit tests late and handle faults
David Gow
Re: [PATCH v1 0/8] Run KUnit tests late and handle faults
Mickaël Salaün
[PATCH vhost v3 00/19] virtio: drivers maintain dma info for premapped vq
Xuan Zhuo
[PATCH vhost v3 04/19] virtio_ring: split: remove double check of the unmap ops
Xuan Zhuo
[PATCH vhost v3 02/19] virtio_ring: packed: remove double check of the unmap ops
Xuan Zhuo
[PATCH vhost v3 01/19] virtio_ring: introduce vring_need_unmap_buffer
Xuan Zhuo
[PATCH vhost v3 05/19] virtio_ring: split: structure the indirect desc table
Xuan Zhuo
[PATCH vhost v3 06/19] virtio_ring: no store dma info when unmap is not needed
Xuan Zhuo
[PATCH vhost v3 03/19] virtio_ring: packed: structure the indirect desc table
Xuan Zhuo
[PATCH vhost v3 08/19] virtio: vring_create_virtqueue: pass struct instead of multi parameters
Xuan Zhuo
[PATCH vhost v3 10/19] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()
Xuan Zhuo
[PATCH vhost v3 07/19] virtio: find_vqs: pass struct instead of multi parameters
Xuan Zhuo
[PATCH vhost v3 09/19] virtio: vring_new_virtqueue(): pass struct instead of multi parameters
Xuan Zhuo
[PATCH vhost v3 12/19] virtio_ring: export premapped to driver by struct virtqueue
Xuan Zhuo
[PATCH vhost v3 14/19] virtio_ring: remove api of setting vq premapped
Xuan Zhuo
[PATCH vhost v3 13/19] virtio_net: set premapped mode by find_vqs()
Xuan Zhuo
[PATCH vhost v3 15/19] virtio_ring: introduce dma map api for page
Xuan Zhuo
[PATCH vhost v3 11/19] virtio: find_vqs: add new parameter premapped
Xuan Zhuo
[PATCH vhost v3 18/19] virtio_net: rename free_old_xmit_skbs to free_old_xmit
Xuan Zhuo
[PATCH vhost v3 16/19] virtio_ring: introduce virtqueue_dma_map_sg_attrs
Xuan Zhuo
[PATCH vhost v3 17/19] virtio_net: unify the code for recycling the xmit ptr
Xuan Zhuo
[PATCH vhost v3 19/19] virtio_net: sq support premapped mode
Xuan Zhuo
Re: [PATCH vhost v3 00/19] virtio: drivers maintain dma info for premapped vq
Michael S. Tsirkin
Re: [PATCH vhost v3 00/19] virtio: drivers maintain dma info for premapped vq
Xuan Zhuo
Re: [PATCH vhost v3 00/19] virtio: drivers maintain dma info for premapped vq
Michael S. Tsirkin
Re: [PATCH vhost v3 00/19] virtio: drivers maintain dma info for premapped vq
Xuan Zhuo
Re: [PATCH vhost v3 00/19] virtio: drivers maintain dma info for premapped vq
Johannes Berg
Re: [PATCH vhost v3 00/19] virtio: drivers maintain dma info for premapped vq
Xuan Zhuo
Re: [PATCH vhost v3 00/19] virtio: drivers maintain dma info for premapped vq
Xuan Zhuo
Re: [PATCH vhost v3 00/19] virtio: drivers maintain dma info for premapped vq
Jason Wang
Re: [PATCH vhost v3 00/19] virtio: drivers maintain dma info for premapped vq
Xuan Zhuo
Re: [PATCH vhost v3 00/19] virtio: drivers maintain dma info for premapped vq
Jason Wang
Re: ubd cleanups
Jens Axboe
Re: [PATCH 7/7] ubd: open the backing files in ubd_add
Richard Weinberger
Re: [PATCH 6/7] ubd: remove the queue pointer in struct ubd
Richard Weinberger
Re: [PATCH 5/7] ubd: move set_disk_ro to ubd_add
Richard Weinberger
Re: [PATCH 4/7] ubd: move setting the variable queue limits to ubd_add
Richard Weinberger
Re: [PATCH 3/7] ubd: move setting the nonrot flag to ubd_add
Richard Weinberger
Re: [PATCH 2/7] ubd: remove ubd_disk_register
Richard Weinberger
Re: [PATCH 1/7] ubd: remove the ubd_gendisk array
Richard Weinberger
[PATCH 0/4] arch: mm, vdso: consolidate PAGE_SIZE definition
Arnd Bergmann
[PATCH 1/4] arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
Arnd Bergmann
Re: [PATCH 1/4] arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
Samuel Holland
Re: [PATCH 1/4] arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
Arnd Bergmann
Re: [PATCH 1/4] arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
Christophe Leroy
Re: [PATCH 1/4] arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
Arnd Bergmann
Re: [PATCH 1/4] arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
Christophe Leroy
Re: [PATCH 1/4] arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
Arnd Bergmann
Re: [PATCH 1/4] arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
Geert Uytterhoeven
Re: [PATCH 1/4] arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions
Arnd Bergmann
[PATCH 2/4] arch: simplify architecture specific page size configuration
Arnd Bergmann
Re: [PATCH 2/4] arch: simplify architecture specific page size configuration
Christophe Leroy
Re: [PATCH 2/4] arch: simplify architecture specific page size configuration
Catalin Marinas
Re: [PATCH 2/4] arch: simplify architecture specific page size configuration
Helge Deller
[PATCH 3/4] arch: define CONFIG_PAGE_SIZE_*KB on all architectures
Arnd Bergmann
Re: [PATCH 3/4] arch: define CONFIG_PAGE_SIZE_*KB on all architectures
Guo Ren
Re: [PATCH 3/4] arch: define CONFIG_PAGE_SIZE_*KB on all architectures
Geert Uytterhoeven
Re: [PATCH 3/4] arch: define CONFIG_PAGE_SIZE_*KB on all architectures
Arnd Bergmann
Re: [PATCH 3/4] arch: define CONFIG_PAGE_SIZE_*KB on all architectures
Geert Uytterhoeven
Re: [PATCH 3/4] arch: define CONFIG_PAGE_SIZE_*KB on all architectures
Arnd Bergmann
Re: [PATCH 3/4] arch: define CONFIG_PAGE_SIZE_*KB on all architectures
Heiko Carstens
Re: [PATCH 3/4] arch: define CONFIG_PAGE_SIZE_*KB on all architectures
Stafford Horne
Re: [PATCH 3/4] arch: define CONFIG_PAGE_SIZE_*KB on all architectures
Johannes Berg
[PATCH 4/4] vdso: avoid including asm/page.h
Arnd Bergmann
Re: [PATCH 4/4] vdso: avoid including asm/page.h
Christophe Leroy
Re: [PATCH 4/4] vdso: avoid including asm/page.h
Michael Ellerman
Re: [PATCH 4/4] vdso: avoid including asm/page.h
Catalin Marinas
[PATCH RESEND 1/1] um: oops on accessing a non-present page in the vmalloc area
Petr Tesarik
Re: [PATCH RESEND 1/1] um: oops on accessing a non-present page in the vmalloc area
Petr Tesarik
Re: [PATCH RESEND 1/1] um: oops on accessing a non-present page in the vmalloc area
Petr Tesarik
Re: [PATCH RESEND 1/1] um: oops on accessing a non-present page in the vmalloc area
Richard Weinberger
Re: [PATCH RESEND 1/1] um: oops on accessing a non-present page in the vmalloc area
Petr Tesarik
Re: [PATCH RESEND 1/1] um: oops on accessing a non-present page in the vmalloc area
Richard Weinberger
Re: [PATCH RESEND 1/1] um: oops on accessing a non-present page in the vmalloc area
Anton Ivanov
Re: [PATCH RESEND 1/1] um: oops on accessing a non-present page in the vmalloc area
David Gow
Re: [PATCH RESEND 1/1] um: oops on accessing a non-present page in the vmalloc area
Petr Tesarik
Re: [PATCH v4 5/7] arm64: Unconditionally call unflatten_device_tree()
Will Deacon
Re: [PATCH v4 5/7] arm64: Unconditionally call unflatten_device_tree()
Rob Herring
Re: [PATCH v4 5/7] arm64: Unconditionally call unflatten_device_tree()
Mark Rutland
Re: [PATCH v4 5/7] arm64: Unconditionally call unflatten_device_tree()
Rob Herring
Re: [PATCH v4 5/7] arm64: Unconditionally call unflatten_device_tree()
Herve Codina
Re: [PATCH v4 5/7] arm64: Unconditionally call unflatten_device_tree()
Oreoluwa Babatunde
[PATCH vhost v2 00/19] virtio: drivers maintain dma info for premapped vq
Xuan Zhuo
[PATCH vhost v2 03/19] virtio_ring: packed: structure the indirect desc table
Xuan Zhuo
[PATCH vhost v2 06/19] virtio_ring: no store dma info when unmap is not needed
Xuan Zhuo
[PATCH vhost v2 04/19] virtio_ring: split: remove double check of the unmap ops
Xuan Zhuo
[PATCH vhost v2 02/19] virtio_ring: packed: remove double check of the unmap ops
Xuan Zhuo
[PATCH vhost v2 05/19] virtio_ring: split: structure the indirect desc table
Xuan Zhuo
[PATCH vhost v2 13/19] virtio_net: set premapped mode by find_vqs()
Xuan Zhuo
[PATCH vhost v2 12/19] virtio_ring: export premapped to driver by struct virtqueue
Xuan Zhuo
[PATCH vhost v2 18/19] virtio_net: rename free_old_xmit_skbs to free_old_xmit
Xuan Zhuo
[PATCH vhost v2 15/19] virtio_ring: introduce dma map api for page
Xuan Zhuo
[PATCH vhost v2 19/19] virtio_net: sq support premapped mode
Xuan Zhuo
Re: [PATCH vhost v2 19/19] virtio_net: sq support premapped mode
Michael S. Tsirkin
Re: [PATCH vhost v2 19/19] virtio_net: sq support premapped mode
Xuan Zhuo
Re: [PATCH vhost v2 19/19] virtio_net: sq support premapped mode
Xuan Zhuo
Re: [PATCH vhost v2 19/19] virtio_net: sq support premapped mode
Michael S. Tsirkin
Re: [PATCH vhost v2 19/19] virtio_net: sq support premapped mode
Xuan Zhuo
Re: [PATCH vhost v2 19/19] virtio_net: sq support premapped mode
Michael S. Tsirkin
Re: [PATCH vhost v2 19/19] virtio_net: sq support premapped mode
Xuan Zhuo
Re: [PATCH vhost v2 19/19] virtio_net: sq support premapped mode
Michael S. Tsirkin
Re: [PATCH vhost v2 19/19] virtio_net: sq support premapped mode
Michael S. Tsirkin
Re: [PATCH vhost v2 19/19] virtio_net: sq support premapped mode
Xuan Zhuo
Re: [PATCH vhost v2 19/19] virtio_net: sq support premapped mode
Xuan Zhuo
Re: [PATCH vhost v2 19/19] virtio_net: sq support premapped mode
Michael S. Tsirkin
Re: [PATCH vhost v2 19/19] virtio_net: sq support premapped mode
Xuan Zhuo
Re: [PATCH vhost v2 19/19] virtio_net: sq support premapped mode
Michael S. Tsirkin
Re: [PATCH vhost v2 19/19] virtio_net: sq support premapped mode
Xuan Zhuo
Re: [PATCH vhost v2 19/19] virtio_net: sq support premapped mode
Michael S. Tsirkin
Re: [PATCH vhost v2 19/19] virtio_net: sq support premapped mode
Xuan Zhuo
Re: [PATCH vhost v2 19/19] virtio_net: sq support premapped mode
Michael S. Tsirkin
[PATCH vhost v2 16/19] virtio_ring: introduce virtqueue_dma_map_sg_attrs
Xuan Zhuo
[PATCH vhost v2 17/19] virtio_net: unify the code for recycling the xmit ptr
Xuan Zhuo
[PATCH vhost v2 11/19] virtio: find_vqs: add new parameter premapped
Xuan Zhuo
[PATCH vhost v2 10/19] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()
Xuan Zhuo
[PATCH vhost v2 14/19] virtio_ring: remove api of setting vq premapped
Xuan Zhuo
[PATCH vhost v2 08/19] virtio: vring_create_virtqueue: pass struct instead of multi parameters
Xuan Zhuo
Later messages