public inbox for linux-um@lists.infradead.org
 help / color / mirror / Atom feed
 messages from 2024-04-02 20:34:23 to 2024-05-29 08:13:45 UTC [more...]

convert the SCSI ULDs to the atomic queue limits API
 2024-05-29  8:13 UTC  (19+ messages)
` [PATCH 01/12] ubd: untagle discard vs write zeroes not support handling
` [PATCH 02/12] block: take io_opt and io_min into account for max_sectors
` [PATCH 03/12] sd: simplify the ZBC case in provisioning_mode_store
` [PATCH 04/12] sd: add a sd_disable_discard helper
` [PATCH 05/12] sd: add a sd_disable_write_same helper
` [PATCH 06/12] sd: simplify the disable case in sd_config_discard
` [PATCH 07/12] sd: factor out a sd_discard_mode helper
` [PATCH 08/12] sd: cleanup zoned queue limits initialization
` [PATCH 09/12] sd: convert to the atomic queue limits API
` [PATCH 10/12] sr: "
` [PATCH 11/12] block: remove unused "
` [PATCH 12/12] block: add special APIs for run-time disabling of discard and friends

[PATCH 0/5] Increased address space for 64 bit
 2024-05-28 14:13 UTC  (11+ messages)
` [PATCH 1/5] um: Fix stub_start address calculation
` [PATCH 2/5] um: Limit TASK_SIZE to the addressable range
` [PATCH 3/5] um: Do a double clone to disable rseq
` [PATCH 4/5] um: Discover host_task_size from envp
` [PATCH 5/5] um: Add 4 level page table support

[PATCH 0/2] um: Remove some dead code
 2024-05-27 13:40 UTC  (3+ messages)
` [PATCH 1/2] um: Remove unused ncpus variable
` [PATCH 2/2] um: Remove /proc/sysemu support code

Build regressions/improvements in v6.10-rc1
 2024-05-27  8:21 UTC 

[GIT PULL] UML changes for v6.10-rc1
 2024-05-25 21:08 UTC  (2+ messages)

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

[PATCH] ubd: Remove unused mutex 'ubd_mutex'
 2024-05-23 15:10 UTC  (6+ messages)

[PATCH] hostfs: convert hostfs to use the new mount api
 2024-05-23 10:43 UTC  (5+ messages)

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

[PATCH] hostfs: convert hostfs to use the new mount API
 2024-05-15  2:55 UTC 

[PATCH] arch/x86/um: Disable UBSAN sanitization
 2024-05-13 13:16 UTC  (7+ messages)

[PATCH v2] x86: um: vdso: Disable UBSAN instrumentation
 2024-05-13 13:10 UTC 

[PATCH 0/2] um: Convert to platform remove callback returning void
 2024-04-30 12:18 UTC  (3+ messages)

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

[PATCH v2 00/25] virtio: store owner from modules with register_virtio_driver()
 2024-04-25 20:59 UTC  (15+ messages)
` [PATCH v2 12/25] gpio: virtio: drop owner assignment
` [PATCH v2 15/25] misc: nsm: "
` [PATCH v2 21/25] nvdimm: virtio_pmem: "
` [PATCH v2 23/25] scsi: virtio: "
` [PATCH v2 24/25] fuse: "

[PATCH vhost v8 0/6] refactor the params of find_vqs()
 2024-04-24  9:04 UTC  (10+ 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 0/7] um: A follow-up series of -Wmissing-prototypes fixes
 2024-04-23 12:58 UTC  (8+ messages)
` [PATCH v2 1/7] um: Fix -Wmissing-prototypes warnings for (rt_)sigreturn
` [PATCH v2 2/7] um: Fix the -Wmissing-prototypes warning for __switch_mm
` [PATCH v2 3/7] um: Fix the -Wmissing-prototypes warning for get_thread_reg
` [PATCH v2 4/7] um: Fix the declaration of kasan_map_memory
` [PATCH v2 5/7] um: Add an internal header shared among the user code
` [PATCH v2 6/7] um: Fix -Wmissing-prototypes warnings for __vdso_*
` [PATCH v2 7/7] um: Remove unused do_get_thread_area function

[PATCH 0/7] um: A follow-up series of -Wmissing-prototypes fixes
 2024-04-23 12:29 UTC  (15+ messages)
` [PATCH 1/7] um: Fix -Wmissing-prototypes warnings for (rt_)sigreturn
` [PATCH 2/7] um: Fix the -Wmissing-prototypes warning for __switch_mm
` [PATCH 3/7] um: Fix the -Wmissing-prototypes warning for get_thread_reg
` [PATCH 4/7] um: Fix the declaration of kasan_map_memory
` [PATCH 5/7] um: Add an internal header shared among the user code
` [PATCH 6/7] um: Fix -Wmissing-prototypes warnings for __vdso_*
` [PATCH 7/7] um: Remove unused do_get_thread_area function

[PATCH v3 0/7] Handle faults in KUnit tests
 2024-04-23  9:22 UTC  (7+ messages)
` [PATCH v3 7/7] kunit: Add tests for fault

[PATCH] um: Add winch to winch_handlers before registering winch IRQ
 2024-04-23  8:11 UTC  (4+ messages)

-Wmissing-prototypes warnings in user-mode linux
 2024-04-23  4:59 UTC  (5+ messages)

[PATCH 1/1] arch/um: fix forward declaration for vmalloc
 2024-04-22 20:50 UTC  (6+ messages)

[PATCH 00/12] Rework stub syscall and page table handling
 2024-04-22 12:08 UTC  (19+ 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 v9] um: Enable preemption in UML
 2024-04-21 10:42 UTC  (4+ messages)

[PATCH 12/30] hostfs: Convert hostfs_read_folio() to use a folio
 2024-04-20  2:50 UTC 

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

(no subject)
 2024-04-16 17:12 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 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  (7+ messages)
` [PATCH vhost v7 3/6] virtio: find_vqs: pass struct instead of multi parameters
` [PATCH vhost v7 4/6] virtio: vring_create_virtqueue: "

[PATCH v4 0/7] Handle faults in KUnit tests
 2024-04-05 18:35 UTC  (4+ messages)

[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


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox