linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
[PATCH v9] um: Enable preemption in UML
 2024-04-19 13:47 UTC  (2+ messages)

[PATCH 00/12] Rework stub syscall and page table handling
 2024-04-18  9:23 UTC  (13+ messages)
` [PATCH 01/12] um: Remove stub-data.h include from common-offsets.h
` [PATCH 02/12] um: Create signal stack memory assignment in stub_data
` [PATCH 03/12] um: Add generic stub_syscall6 function
` [PATCH 04/12] um: Rework syscall handling
` [PATCH 05/12] um: compress memory related stub syscalls while adding them
` [PATCH 06/12] um: remove LDT support
` [PATCH 07/12] um: remove copy_context_skas0
` [PATCH 08/12] um: Delay flushing syscalls until the thread is restarted
` [PATCH 09/12] um: Do not flush MM in flush_thread
` [PATCH 10/12] um: remove force_flush_all from fork_handler
` [PATCH 11/12] um: simplify and consolidate TLB updates
` [PATCH 12/12] um: refactor TLB update handling

[PATCH] um: time-travel: fix time-travel-start option
 2024-04-17  8:27 UTC 

[PATCH 3/5 RESEND] mm: add vaddr param to pmd_populate_kernel
 2024-04-16 19:18 UTC  (2+ messages)
  ` [PATCH 3/5] "

[PATCH 4.14-openela 007/190] IMA: allow/fix UML builds
 2024-04-15 10:48 UTC 

[PATCH] um: tlb: Remove unused flush_tlb_mm_range function
 2024-04-15  2:18 UTC  (2+ messages)

[PATCH vhost v8 0/6] refactor the params of find_vqs()
 2024-04-11  2:35 UTC  (7+ messages)
` [PATCH vhost v8 1/6] virtio_balloon: remove the dependence where names[] is null
` [PATCH vhost v8 2/6] virtio: remove support for names array entries being null
` [PATCH vhost v8 3/6] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v8 4/6] virtio: vring_create_virtqueue: "
` [PATCH vhost v8 5/6] virtio: vring_new_virtqueue(): "
` [PATCH vhost v8 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[PATCH v2 00/25] virtio: store owner from modules with register_virtio_driver()
 2024-04-10  8:02 UTC  (38+ messages)
` [PATCH v2 01/25] "
` [PATCH v2 02/25] virtio: balloon: drop owner assignment
` [PATCH v2 03/25] virtio: input: "
` [PATCH v2 04/25] virtio: mem: "
` [PATCH v2 05/25] um: virt-pci: "
` [PATCH v2 06/25] virtio_blk: "
` [PATCH v2 07/25] bluetooth: virtio: "
` [PATCH v2 08/25] hwrng: "
` [PATCH v2 09/25] virtio_console: "
` [PATCH v2 10/25] crypto: virtio - "
` [PATCH v2 11/25] firmware: arm_scmi: virtio: "
` [PATCH v2 12/25] gpio: "
` [PATCH v2 13/25] drm/virtio: "
` [PATCH v2 14/25] iommu: virtio: "
` [PATCH v2 15/25] misc: nsm: "
` [PATCH v2 16/25] net: caif: virtio: "
` [PATCH v2 17/25] net: "
` [PATCH v2 18/25] net: 9p: "
` [PATCH v2 19/25] vsock/virtio: "
` [PATCH v2 20/25] wifi: mac80211_hwsim: "
` [PATCH v2 21/25] nvdimm: virtio_pmem: "
` [PATCH v2 22/25] rpmsg: virtio: "
` [PATCH v2 23/25] scsi: "
` [PATCH v2 24/25] fuse: "
` [PATCH v2 25/25] sound: "

[PATCH v4 RESEND 0/7] Handle faults in KUnit tests
 2024-04-09 17:28 UTC  (9+ messages)
` [PATCH v4 RESEND 1/7] kunit: Handle thread creation error
` [PATCH v4 RESEND 2/7] kunit: Fix kthread reference
` [PATCH v4 RESEND 3/7] kunit: Fix timeout message
` [PATCH v4 RESEND 4/7] kunit: Handle test faults
` [PATCH v4 RESEND 5/7] kunit: Fix KUNIT_SUCCESS() calls in iov_iter tests
` [PATCH v4 RESEND 6/7] kunit: Print last test location on fault
` [PATCH v4 RESEND 7/7] kunit: Add tests for fault

[PATCH vhost v7 0/6] refactor the params of find_vqs()
 2024-04-07  6:07 UTC  (16+ messages)
` [PATCH vhost v7 1/6] virtio_balloon: remove the dependence where names[] is null
` [PATCH vhost v7 2/6] virtio: remove support for names array entries being null
` [PATCH vhost v7 3/6] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v7 4/6] virtio: vring_create_virtqueue: "
` [PATCH vhost v7 5/6] virtio: vring_new_virtqueue(): "
` [PATCH vhost v7 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[PATCH v4 0/7] Handle faults in KUnit tests
 2024-04-05 18:35 UTC  (11+ messages)
` [PATCH v4 1/7] kunit: Handle thread creation error
` [PATCH v4 2/7] kunit: Fix kthread reference
` [PATCH v4 3/7] kunit: Fix timeout message
` [PATCH v4 4/7] kunit: Handle test faults
` [PATCH v4 5/7] kunit: Fix KUNIT_SUCCESS() calls in iov_iter tests
` [PATCH v4 6/7] kunit: Print last test location on fault
` [PATCH v4 7/7] kunit: Add tests for fault

[PATCH 0/1] um: Handle HAS_IOPORT dependencies
 2024-04-03 12:43 UTC  (2+ messages)
` [PATCH 1/1] um: Select HAS_IOREMAP for UML_IOMEM_EMULATION

[PATCH v8] um: Enable preemption in UML
 2024-04-01 11:06 UTC  (3+ messages)

[PATCH 00/22] virtio: store owner from modules with register_virtio_driver()
 2024-03-31 11:20 UTC  (39+ messages)
` [PATCH 01/22] "
` [PATCH 02/22] um: virt-pci: drop owner assignment
` [PATCH 03/22] virtio_blk: "
` [PATCH 04/22] bluetooth: virtio: "
` [PATCH 05/22] hwrng: "
` [PATCH 06/22] virtio_console: "
` [PATCH 07/22] crypto: virtio - "
` [PATCH 08/22] firmware: arm_scmi: virtio: "
` [PATCH 09/22] gpio: "
` [PATCH 10/22] drm/virtio: "
` [PATCH 11/22] iommu: virtio: "
` [PATCH 12/22] misc: nsm: "
` [PATCH 13/22] net: caif: virtio: "
` [PATCH 14/22] net: "
` [PATCH 15/22] net: 9p: "
` [PATCH 16/22] net: vmw_vsock: "
` [PATCH 17/22] wireless: mac80211_hwsim: "
` [PATCH 18/22] nvdimm: virtio_pmem: "
` [PATCH 19/22] rpmsg: virtio: "
` [PATCH 20/22] scsi: "
` [PATCH 21/22] fuse: "
` [PATCH 22/22] sound: "

[PATCH 1/5] um: signal: move pid variable where needed
 2024-03-29  4:20 UTC  (6+ messages)
` [PATCH 2/5] um: slirp: remove set but unused variable 'pid'
` [PATCH 3/5] um: vector: fix bpfflash parameter evaluation
` [PATCH 4/5] um: vector: remove unused len variable/calculation
` [PATCH 5/5] um: process: remove unused 'n' variable

[PATCH v7] um: Enable preemption in UML
 2024-03-28 14:40 UTC  (3+ messages)

[PATCH] um: Remove obsolete pcap driver
 2024-03-28 13:27 UTC  (2+ messages)

[PATCH v2] um: Makefile: use bash from the environment
 2024-03-28  9:13 UTC  (2+ messages)

[PATCH 1/1] arch/um: fix forward declaration for vmalloc
 2024-03-28  8:48 UTC  (3+ messages)

[PATCH v3 0/9] um: Minor fixes and cleanups
 2024-03-28  8:46 UTC  (8+ messages)
` [PATCH v3 8/9] um: Fix -Wmissing-prototypes warnings for text_poke*

[PATCH] um: Fix return value in ubd_init()
 2024-03-28  8:27 UTC  (2+ messages)

[PATCH] um: Add winch to winch_handlers before registering winch IRQ
 2024-03-28  8:25 UTC  (4+ messages)

[PATCH vhost v6 0/6] refactor the params of find_vqs()
 2024-03-28  6:36 UTC  (15+ messages)
` [PATCH vhost v6 1/6] virtio_balloon: remove the dependence where names[] is null
` [PATCH vhost v6 2/6] virtio: remove support for names array entries being null
` [PATCH vhost v6 3/6] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v6 4/6] virtio: vring_create_virtqueue: "
` [PATCH vhost v6 5/6] virtio: vring_new_virtqueue(): "
` [PATCH vhost v6 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()

[PATCH vhost v4 0/6] refactor the params of find_vqs()
 2024-03-26 20:23 UTC  (10+ messages)
` [PATCH vhost v4 1/6] virtio_balloon: remove the dependence where names[] is null

[PATCH 2/7] of: Create of_root if no dtb provided by firmware
 2024-02-17  6:08 UTC 

[PATCH v3 0/7] Handle faults in KUnit tests
 2024-03-26  9:02 UTC  (4+ messages)
` [PATCH v3 4/7] kunit: Handle test faults

[PATCH vhost v5 0/6] refactor the params of find_vqs()
 2024-03-26  7:42 UTC  (12+ messages)
` [PATCH vhost v5 1/6] virtio_balloon: remove the dependence where names[] is null
` [PATCH vhost v5 2/6] virtio: remove support for names array entries being null
` [PATCH vhost v5 3/6] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v5 5/6] virtio: vring_new_virtqueue(): "
` [PATCH vhost v5 6/6] virtio_ring: simplify the parameters of the funcs related to vring_create/new_virtqueue()


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