linux-um
Thread
Date
Earlier messages
Later messages
Messages by Thread
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
[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
[PATCH vhost v2 00/19] virtio: drivers maintain dma info for premapped vq
Xuan Zhuo
[PATCH vhost v2 07/19] virtio: find_vqs: pass struct instead of multi parameters
Xuan Zhuo
[PATCH vhost v2 01/19] virtio_ring: introduce vring_need_unmap_buffer
Xuan Zhuo
[PATCH vhost v2 09/19] virtio: vring_new_virtqueue(): pass struct instead of multi parameters
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
ubd cleanups
Christoph Hellwig
[PATCH 2/7] ubd: remove ubd_disk_register
Christoph Hellwig
Re: [PATCH 2/7] ubd: remove ubd_disk_register
Richard Weinberger
[PATCH 3/7] ubd: move setting the nonrot flag to ubd_add
Christoph Hellwig
Re: [PATCH 3/7] ubd: move setting the nonrot flag to ubd_add
Richard Weinberger
[PATCH 1/7] ubd: remove the ubd_gendisk array
Christoph Hellwig
Re: [PATCH 1/7] ubd: remove the ubd_gendisk array
Richard Weinberger
[PATCH 5/7] ubd: move set_disk_ro to ubd_add
Christoph Hellwig
Re: [PATCH 5/7] ubd: move set_disk_ro to ubd_add
Richard Weinberger
[PATCH 4/7] ubd: move setting the variable queue limits to ubd_add
Christoph Hellwig
Re: [PATCH 4/7] ubd: move setting the variable queue limits to ubd_add
Richard Weinberger
[PATCH 7/7] ubd: open the backing files in ubd_add
Christoph Hellwig
Re: [PATCH 7/7] ubd: open the backing files in ubd_add
Richard Weinberger
[PATCH 6/7] ubd: remove the queue pointer in struct ubd
Christoph Hellwig
Re: [PATCH 6/7] ubd: remove the queue pointer in struct ubd
Richard Weinberger
Re: ubd cleanups
Jens Axboe
[linux-next:master] BUILD REGRESSION 4893c639cc3659cefaa675bf1e59f4e7571afb5c
kernel test robot
[PATCH v4 0/7] of: populate of_root node if bootloader doesn't
Stephen Boyd
[PATCH v4 2/7] of: Create of_root if no dtb provided by firmware
Stephen Boyd
[PATCH v4 1/7] of: Always unflatten in unflatten_and_copy_device_tree()
Stephen Boyd
[PATCH v4 6/7] of: unittest: treat missing of_root as error instead of fixing up
Stephen Boyd
[PATCH v4 4/7] x86/of: Unconditionally call unflatten_and_copy_device_tree()
Stephen Boyd
[PATCH v4 5/7] arm64: Unconditionally call unflatten_device_tree()
Stephen Boyd
Re: [PATCH v4 5/7] arm64: Unconditionally call unflatten_device_tree()
Rob Herring
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 v4 7/7] of: Add KUnit test to confirm DTB is loaded
Stephen Boyd
[PATCH v4 3/7] um: Unconditionally call unflatten_device_tree()
Stephen Boyd
Re: [PATCH v4 0/7] of: populate of_root node if bootloader doesn't
Rob Herring
[linux-next:master] BUILD REGRESSION b1d3a0e70c3881d2f8cf6692ccf7c2a4fb2d030d
kernel test robot
Re: [PATCH v3 3/4] string: Allow 2-argument strscpy_pad()
Justin Stitt
RE: [PATCH v3 3/4] string: Allow 2-argument strscpy_pad()
David Laight
Re: [PATCH v3 1/4] string: Redefine strscpy_pad() as a macro
Justin Stitt
Re: [PATCH v3 4/4] um: Convert strscpy() usage to 2-argument style
Andy Shevchenko
Re: [PATCH v2 4/4] um: Convert strscpy() usage to 2-argument style
Geert Uytterhoeven
Re: [PATCH v2 4/4] um: Convert strscpy() usage to 2-argument style
Andy Shevchenko
Re: [PATCH v2 3/4] string: Allow 2-argument strscpy_pad()
Geert Uytterhoeven
Re: [PATCH v2 3/4] string: Allow 2-argument strscpy_pad()
Andy Shevchenko
Re: [PATCH v2 2/4] string: Allow 2-argument strscpy()
Geert Uytterhoeven
Re: [PATCH v2 2/4] string: Allow 2-argument strscpy()
Andy Shevchenko
Re: [PATCH v2 2/4] string: Allow 2-argument strscpy()
Geert Uytterhoeven
[PATCH v2 0/6] um: Minor fixes and cleanups
Tiwei Bie
[PATCH v2 2/6] um: Fix the declaration of vfree
Tiwei Bie
[PATCH v2 3/6] um: Remove unused functions
Tiwei Bie
[PATCH v2 6/6] um: Stop tracking host PID in cpu_tasks
Tiwei Bie
[PATCH v2 4/6] um: Fix the return type of __switch_to
Tiwei Bie
[PATCH v2 1/6] um: Make local functions and variables static
Tiwei Bie
[PATCH v2 5/6] um: Add missing headers
Tiwei Bie
[PATCH] um: Makefile: use bash from the environment
Yueh-Shun Li
Earlier messages
Later messages