linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2024-06-17 06:14:32 to 2024-07-10 03:11:54 UTC [more...]

[PATCH 2/2] virtio: fix vq # when vq skipped
 2024-07-10  3:11 UTC  (2+ messages)

[PATCH v2] um: vector: Fix NAPI budget handling
 2024-07-06  9:12 UTC 

[PATCH] um: vector: Fix NAPI budget handling
 2024-07-05 14:25 UTC 

[PATCH v3] um: vector: Replace locks guarding queue depth with atomics
 2024-07-05 10:53 UTC 

[PATCH v2] um: vector: Replace locks guarding queue depth with atomics
 2024-07-05  6:32 UTC  (5+ messages)

[PATCH v8 0/7] Increased address space for 64 bit
 2024-07-04 19:05 UTC  (8+ messages)
` [PATCH v8 1/7] um: Add generic stub_syscall1 function
` [PATCH v8 2/7] um: use execveat to create userspace MMs
` [PATCH v8 3/7] um: Fix stub_start address calculation
` [PATCH v8 4/7] um: Limit TASK_SIZE to the addressable range
` [PATCH v8 5/7] um: Discover host_task_size from envp
` [PATCH v8 6/7] um: clear all memory in new userspace processes
` [PATCH v8 7/7] um: Add 4 level page table support

[PATCH v7 0/7] Increased address space for 64 bit
 2024-07-04 17:39 UTC  (11+ messages)
` [PATCH v7 1/7] um: Add generic stub_syscall1 function
` [PATCH v7 2/7] um: use execveat to create userspace MMs
` [PATCH v7 3/7] um: Fix stub_start address calculation
` [PATCH v7 4/7] um: Limit TASK_SIZE to the addressable range
` [PATCH v7 5/7] um: Discover host_task_size from envp
` [PATCH v7 6/7] um: clear all memory in new userspace processes
` [PATCH v7 7/7] um: Add 4 level page table support

[GIT PULL] Kselftest fixes for v6.10
 2024-07-04 12:38 UTC 

move features flags into queue_limits v2
 2024-07-04 11:11 UTC  (56+ messages)
` [PATCH 01/26] xen-blkfront: don't disable cache flushes when they fail
` [PATCH 02/26] sd: remove sd_is_zoned
` [PATCH 03/26] sd: move zone limits setup out of sd_read_block_characteristics
` [PATCH 07/26] loop: also use the default block size from an underlying block device
` [PATCH 09/26] virtio_blk: remove virtblk_update_cache_mode
` [PATCH 11/26] block: freeze the queue in queue_attr_store
` [PATCH 12/26] block: remove blk_flush_policy
` [PATCH 13/26] block: move cache control settings out of queue->flags
` [PATCH 14/26] block: move the nonrot flag to queue_limits
` [PATCH 15/26] block: move the add_random "
` [PATCH 16/26] block: move the io_stat flag setting "
` [PATCH 17/26] block: move the stable_writes flag "
` [PATCH 18/26] block: move the synchronous "
` [PATCH 19/26] block: move the nowait "
` [PATCH 20/26] block: move the dax "
` [PATCH 21/26] block: move the poll "
` [PATCH 22/26] block: move the zoned flag into the features field
` [PATCH 23/26] block: move the zone_resetall flag to queue_limits
` [PATCH 24/26] block: move the pci_p2pdma "
` [PATCH 25/26] block: move the skip_tagset_quiesce "
` [PATCH 26/26] block: move the bounce flag into the features field

[PATCH] um: vector: Replace locks guarding queue depth with atomics
 2024-07-04 10:54 UTC  (8+ messages)

[PATCH] um: remove variable stack array in os_rcv_fd_msg()
 2024-07-04 10:20 UTC 

[PATCH] um: register power-off handler
 2024-07-04  9:46 UTC  (4+ messages)

[PATCH] um: vector: always reset vp->opened
 2024-07-04  7:00 UTC  (2+ messages)

[PATCH v2] um: vector: remove vp->lock
 2024-07-04  6:59 UTC  (2+ messages)

[PATCH] um: line: always fill *error_out in setup_one_line()
 2024-07-04  6:58 UTC  (2+ messages)

[PATCH] um: remove pcap driver from documentation
 2024-07-04  6:57 UTC  (2+ messages)

vector: spinlock ordering problems
 2024-07-04  5:23 UTC  (2+ messages)

[PATCH] um: vector: remove vp->lock
 2024-07-03 16:41 UTC 

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

[PATCH v3 00/12] Rework stub syscall and page table handling
 2024-07-03 13:00 UTC  (6+ messages)
` [PATCH v3 10/12] um: remove force_flush_all from fork_handler

[PATCH v6 0/7] Increased address space for 64 bit
 2024-07-03 11:32 UTC  (10+ messages)
` [PATCH v6 1/7] um: Add generic stub_syscall6 function
` [PATCH v6 2/7] um: Add generic stub_syscall1 function
` [PATCH v6 3/7] um: use execveat to create userspace MMs
` [PATCH v6 4/7] um: Fix stub_start address calculation
` [PATCH v6 5/7] um: Limit TASK_SIZE to the addressable range
` [PATCH v6 6/7] um: Discover host_task_size from envp
` [PATCH v6 7/7] um: Add 4 level page table support

[PATCH v2] um: time-travel: fix signal blocking race/hang
 2024-07-03 11:01 UTC 

[PATCH] um: time-travel: remove time_exit()
 2024-07-03 11:01 UTC 

[PATCH] hostfs: add missing MODULE_DESCRIPTION() macro
 2024-07-02 20:27 UTC 

[PATCH] um: harddog: add missing MODULE_DESCRIPTION() macro
 2024-07-02 19:50 UTC 

[PATCH v4 1/4] um: time-travel: support time-travel protocol broadcast messages
 2024-07-02 17:21 UTC  (4+ messages)
` [PATCH v4 2/4] um: generalize os_rcv_fd
` [PATCH v4 3/4] um: add mmap/mremap OS calls
` [PATCH v4 4/4] um: add shared memory optimisation for time-travel=ext

[PATCH v3 1/4] um: time-travel: support time-travel protocol broadcast messages
 2024-07-02 14:33 UTC  (5+ messages)
` [PATCH v3 2/4] um: generalize os_rcv_fd
` [PATCH v3 3/4] um: add mmap/mremap OS calls
` [PATCH v3 4/4] um: add shared memory optimisation for time-travel=ext

[PATCH v10] um: Enable preemption in UML
 2024-07-02 10:24 UTC  (6+ messages)

[PATCH v2] hostfs: fix dev_t handling
 2024-07-02  7:57 UTC  (2+ messages)

[axboe-block:for-next] [block] 1122c0c1cc: aim7.jobs-per-min 22.6% improvement
 2024-07-02  7:32 UTC  (8+ messages)

[PATCH] hostfs: fix 32-bit crash
 2024-07-01 22:47 UTC 

[PATCH 1/4] um: time-travel: support time-travel protocol broadcast messages
 2024-07-01 21:24 UTC  (4+ messages)
` [PATCH 2/4] um: generalize os_rcv_fd
` [PATCH 3/4] um: add mmap/mremap OS calls
` [PATCH 4/4] um: add shared memory optimisation for time-travel=ext

[PATCH] um: time-travel: fix signal blocking race/hang
 2024-07-01 21:11 UTC 

[PATCH] um: enable UBSAN
 2024-07-01 20:00 UTC 

[PATCH v9] um: Enable preemption in UML
 2024-07-01 19:11 UTC  (7+ messages)

[axboe-block:for-next] [block] bd4a633b6f: fsmark.files_per_sec -64.5% regression
 2024-06-26  6:18 UTC  (6+ messages)

[PATCH vhost v9 0/6] refactor the params of find_vqs()
 2024-06-23 10:14 UTC  (26+ 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 v5 0/7] Increased address space for 64 bit
 2024-06-20  7:20 UTC  (9+ messages)
` [PATCH v5 1/7] um: Add generic stub_syscall6 function
` [PATCH v5 2/7] um: Add generic stub_syscall1 function
` [PATCH v5 3/7] um: use execveat on memfd to create userspace MMs
` [PATCH v5 4/7] um: Fix stub_start address calculation
` [PATCH v5 5/7] um: Limit TASK_SIZE to the addressable range
` [PATCH v5 6/7] um: Discover host_task_size from envp
` [PATCH v5 7/7] um: Add 4 level page table support

[PATCH 00/23] Introduce irq_domain_instanciate()
 2024-06-18 13:05 UTC  (3+ 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 read-only IMAP folder(s) and NNTP newsgroup(s).