linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2022-02-14 16:34:43 to 2022-02-24 08:12:02 UTC [more...]

[PATCH v6 00/26] virtio pci support VIRTIO_F_RING_RESET
 2022-02-24  8:11 UTC  (26+ messages)
` [PATCH v6 01/26] virtio_pci: struct virtio_pci_common_cfg add queue_notify_data
` [PATCH v6 02/26] virtio: queue_reset: add VIRTIO_F_RING_RESET
` [PATCH v6 03/26] virtio: add helper virtqueue_get_vring_max_size()
` [PATCH v6 04/26] virtio_ring: split: extract the logic of creating vring
` [PATCH v6 05/26] virtio_ring: split: extract the logic of init vq and attach vring
` [PATCH v6 06/26] virtio_ring: packed: extrace the logic of creating vring
` [PATCH v6 07/26] virtio_ring: packed: extract the logic of init vq and attach vring
` [PATCH v6 08/26] virtio_ring: extract the logic of freeing vring
` [PATCH v6 09/26] virtio_ring: split: implement virtqueue_reset_vring_split()
` [PATCH v6 10/26] virtio_ring: packed: implement virtqueue_reset_vring_packed()
` [PATCH v6 11/26] virtio_ring: introduce virtqueue_reset_vring()
` [PATCH v6 12/26] virtio_ring: update the document of the virtqueue_detach_unused_buf for queue reset
` [PATCH v6 13/26] virtio: queue_reset: struct virtio_config_ops add callbacks for queue_reset
` [PATCH v6 14/26] virtio: add helper for queue reset
` [PATCH v6 15/26] virtio_pci: queue_reset: update struct virtio_pci_common_cfg and option functions
` [PATCH v6 16/26] virtio_pci: queue_reset: extract the logic of active vq for modern pci
` [PATCH v6 17/26] virtio_pci: queue_reset: support VIRTIO_F_RING_RESET
` [PATCH v6 18/26] virtio: find_vqs() add arg sizes
` [PATCH v6 19/26] virtio_pci: support the arg sizes of find_vqs()
` [PATCH v6 20/26] virtio_mmio: "
` [PATCH v6 21/26] virtio: add helper virtio_find_vqs_ctx_size()
` [PATCH v6 22/26] virtio_net: get ringparam by virtqueue_get_vring_max_size()
` [PATCH v6 23/26] virtio_net: split free_unused_bufs()
` [PATCH v6 24/26] virtio_net: support rx/tx queue reset
` [PATCH v6 25/26] virtio_net: set the default max ring size by find_vqs()

[PATCH] Input: samsung-keypad - Properly state IOMEM dependency
 2022-02-24  8:03 UTC  (2+ messages)

[PATCH] clk: lan966x: Depend on CONFIG_IOMEM
 2022-02-24  8:03 UTC  (2+ messages)

[PATCH] firmware: google: Properly state IOMEM dependency
 2022-02-24  8:02 UTC  (2+ messages)

[PATCH v2 00/18] clean up asm/uaccess.h, kill set_fs for good
 2022-02-24  7:05 UTC  (69+ messages)
` [PATCH v2 01/18] uaccess: fix integer overflow on access_ok()
` [PATCH v2 02/18] uaccess: fix nios2 and microblaze get_user_8()
` [PATCH v2 03/18] nds32: fix access_ok() checks in get/put_user
` [PATCH v2 04/18] sparc64: add __{get,put}_kernel_nocheck()
` [PATCH v2 05/18] x86: remove __range_not_ok()
` [PATCH v2 06/18] x86: use more conventional access_ok() definition
` [PATCH v2 07/18] nios2: drop access_ok() check from __put_user()
` [PATCH v2 08/18] uaccess: add generic __{get,put}_kernel_nofault
` [PATCH v2 09/18] mips: use simpler access_ok()
` [PATCH v2 10/18] m68k: fix access_ok for coldfire
` [PATCH v2 11/18] arm64: simplify access_ok()
` [PATCH v2 12/18] uaccess: fix type mismatch warnings from access_ok()
` [PATCH v2 13/18] uaccess: generalize access_ok()
` [PATCH v2 14/18] lib/test_lockup: fix kernel pointer check for separate address spaces
` [PATCH v2 15/18] sparc64: remove CONFIG_SET_FS support
` [PATCH v2 16/18] sh: "
` [PATCH v2 17/18] ia64: "
` [PATCH v2 18/18] uaccess: drop maining CONFIG_SET_FS users

[PATCH v2] um: Allow builds with Clang
 2022-02-24  5:58 UTC 

[PATCH v2] um: Fix uml_mconsole stop/go
 2022-02-22 12:44 UTC 

[PATCH] um: Fix uml_mconsole stop/go
 2022-02-22 12:37 UTC  (3+ messages)

Bug#1005900: linux.uml: uml_mconsole client becomes blocked on read after issuing commands stop and go
 2022-02-21 10:46 UTC  (2+ messages)

[PATCH V2 23/30] um/mm: Enable ARCH_HAS_VM_GET_PAGE_PROT
 2022-02-21  6:38 UTC 

[PATCH 0/4] kunit,um: Fix kunit.py build --alltests
 2022-02-19 15:43 UTC  (12+ messages)
` [PATCH 1/4] drm/amdgpu: Fix compilation under UML
` [PATCH 2/4] drm/amdgpu: Make smu7_hwmgr build on UML
` [PATCH 3/4] IB/qib: Compile under User-Mode Linux
` [PATCH 4/4] kunit: tool: Disable broken options for --alltests

[PATCH] um: Allow builds with Clang
 2022-02-18  2:19 UTC  (6+ messages)

[PATCH] um: Cleanup syscall_handler_t definition/cast, fix warning
 2022-02-17 17:29 UTC  (2+ messages)

[PATCH][next] treewide: Replace zero-length arrays with flexible-array members
 2022-02-16 19:46 UTC  (7+ messages)

[PATCH 00/14] clean up asm/uaccess.h, kill set_fs for good
 2022-02-16 19:43 UTC  (60+ messages)
` [PATCH 01/14] uaccess: fix integer overflow on access_ok()
` [PATCH 03/14] nds32: fix access_ok() checks in get/put_user
` [PATCH 04/14] x86: use more conventional access_ok() definition
` [PATCH 05/14] uaccess: add generic __{get,put}_kernel_nofault
` [PATCH 06/14] mips: use simpler access_ok()
` [PATCH 07/14] uaccess: generalize access_ok()
` [PATCH 08/14] arm64: simplify access_ok()
` [PATCH 09/14] m68k: drop custom __access_ok()
` [PATCH 10/14] uaccess: remove most CONFIG_SET_FS users
` [PATCH 11/14] sparc64: remove CONFIG_SET_FS support
` [PATCH 12/14] sh: "
` [PATCH 13/14] ia64: "
` [PATCH 14/14] uaccess: drop set_fs leftovers

[PATCH] um: Fix WRITE_ZEROES in the UBD Driver
 2022-02-16 17:31 UTC  (4+ messages)

[PATCH v2] parport_pc: Also enable driver for PCI systems
 2022-02-16 17:17 UTC  (6+ messages)

[PATCH] parport_pc: Also enable driver for PCI systems
 2022-02-14 20:42 UTC  (5+ 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).