linux-um.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
 messages from 2023-09-28 11:05:11 to 2023-12-28 07:56:15 UTC [more...]

provide a sane discard_granularity default
 2023-12-28  7:55 UTC  (5+ messages)
` [PATCH 1/9] block: remove two comments in bio_split_discard
` [PATCH 2/9] bcache: discard_granularity should not be smaller than a sector
` [PATCH 3/9] block: default the discard granularity to sector size
` [PATCH 4/9] ubd: use the default discard granularity

[linux-next:master] BUILD REGRESSION 20d857259d7d10cd0d5e8b60608455986167cfad
 2023-12-21 11:48 UTC 

[PATCH 0/2] um: improve UML page fault handling
 2023-12-15 12:14 UTC  (3+ messages)
` [PATCH 1/2] um: do not panic on kernel mode faults
` [PATCH 2/2] um: oops on accessing an non-present page in the vmalloc area

[PATCH] um: net: Fix return type of uml_net_start_xmit()
 2023-12-06 16:52 UTC  (4+ messages)

[PATCH v2 0/2] Enable -Wincompatible-function-pointer-types-strict under W=1
 2023-12-06 16:49 UTC  (2+ messages)
` [PATCH v2 1/2] um: net: Fix return type of uml_net_start_xmit()

[PATCH 26/27] tty: um: convert to u8/__u8 and size_t
 2023-12-06  7:37 UTC 

jitterentropy vs. simulation
 2023-12-04 12:50 UTC  (10+ messages)

Building Estimates
 2023-11-27 16:52 UTC 

[PATCH RFC 00/11] Several Time Travel Mode Enhancements
 2023-11-24 14:53 UTC  (36+ messages)
` [PATCH RFC 01/11] um: Make UBD requests synchronous in TT ext/infcpu mode
` [PATCH RFC 02/11] um: add a simple time_travel_handler implementation
` [PATCH RFC 03/11] um: Use a simple time travel handler for line interrupts
` [PATCH RFC 04/11] um: Handle UM_TIMETRAVEL_RUN only in idle loop, signal success in ACK
` [PATCH RFC 05/11] um: Add final request time to TT wait message
` [PATCH RFC 06/11] um: always send UM_TIMETRAVEL_REQUEST from ISRs
` [PATCH RFC 07/11] um: add TIMETRAVEL_REQUEST handler to request latest event
` [PATCH RFC 08/11] um: Protect accesses to the timetravel event list
` [PATCH RFC 09/11] um: Delay timer_read in time travel mode only after consecutive reads
` [PATCH RFC 10/11] um: Delay timer_read only in possible busy loops in TT-mode
` [PATCH RFC 11/11] um: Remove all TSC flags when using Time Travel Mode

[PATCH] um: Use swap() instead of open coding it
 2023-11-23  1:54 UTC  (4+ messages)

[PATCH v2 1/2] kbuild: unify vdso_install rules
 2023-11-12  0:55 UTC  (4+ messages)
` [PATCH v2 2/2] kbuild: unify no-compiler-targets and no-sync-config-targets

[PATCH 0/4] time-travel broadcast and shared memory
 2023-11-10 20:43 UTC  (7+ messages)
` [PATCH 1/4] um: time-travel: support time-travel protocol broadcast messages
` [PATCH 2/4] um: generalize os_rcv_fd
` [PATCH 3/4] um: add mmap/mremap/munmap OS calls
` [PATCH 4/4] um: add shared memory optimisation for time-travel=ext

[PATCH] um: hostfs: catch EINTR and partial read/write
 2023-11-10 12:06 UTC  (6+ messages)

[PATCH v3 00/11] General cleanups and fixes from SECCOMP patchset
 2023-11-10 11:03 UTC  (12+ messages)
` [PATCH v3 01/11] um: Drop support for hosts without SYSEMU_SINGLESTEP support
` [PATCH v3 02/11] um: Drop NULL check from start_userspace
` [PATCH v3 03/11] um: Make errors to stop ptraced child fatal during startup
` [PATCH v3 04/11] um: Don't use vfprintf() for os_info()
` [PATCH v3 05/11] um: Do not use printk in SIGWINCH helper thread
` [PATCH v3 06/11] um: Reap winch thread if it fails
` [PATCH v3 07/11] um: Do not use printk in userspace trampoline
` [PATCH v3 08/11] um: Always inline stub functions
` [PATCH v3 09/11] um: Rely on PTRACE_SETREGSET to set FS/GS base registers
` [PATCH v3 10/11] um: Remove unused register save/restore functions
` [PATCH v3 11/11] um: Mark 32bit syscall helpers as clobbering memory

Missing clobber on alternative use on Linux UM 32-bit
 2023-11-06 11:33 UTC  (5+ messages)

[PATCH 1/5] csky: remove unused cmd_vdso_install
 2023-10-27 19:48 UTC  (17+ messages)
` [PATCH 2/5] UML: "
` [PATCH 3/5] parisc: remove broken vdso_install
` [PATCH 4/5] kbuild: unify vdso_install rules
` [PATCH 5/5] kbuild: unify no-compiler-targets and no-sync-config-targets

[PATCH v2] um: time-travel: fix time corruption
 2023-10-26  9:10 UTC  (5+ messages)

[PATCH] um: time-travel: fix time going backwards
 2023-10-25 20:41 UTC  (7+ messages)

[PATCH] um: time-travel: fix time corruption
 2023-10-25 20:37 UTC 

[PATCH 0/2] um: kunit: Add Clang support for CONFIG_GCOV
 2023-10-25  8:28 UTC  (6+ messages)
` [PATCH 1/2] arch: um: Add Clang coverage support
` [PATCH 2/2] Documentation: kunit: Add clang UML coverage example

[PATCH 1/4] um: irqs: process outstanding IRQs when unblocking signals
 2023-10-20 15:51 UTC  (19+ messages)
` [PATCH 2/4] um: chan_user: catch EINTR when reading and writing
` [PATCH 3/4] um: chan_user: retry partial writes
` [PATCH 4/4] um: chan: use blocking IO for console output for time-travel

[PATCH v2 00/89] fs: new accessor methods for inode atime and mtime
 2023-10-09 16:09 UTC  (5+ messages)
  ` [PATCH v2 43/89] hostfs: convert to new timestamp accessors
` [PATCH v2 01/89] fs: new accessor methods for atime and mtime
  ` [PATCH v2 02/89] fs: convert core infrastructure to new timestamp accessors

[PATCH] um: document arch_futex_atomic_op_inuser
 2023-10-17  8:32 UTC 

[PATCH 0/7] arch/*: config: Remove ReiserFS from defconfig
 2023-10-15 10:04 UTC  (2+ messages)
` (subset) "

[PATCH mm-unstable v9 00/31] Split ptdesc from struct page
 2023-10-13 21:03 UTC  (4+ messages)
` [PATCH mm-unstable v9 14/31] s390: Convert various pgalloc functions to use ptdescs

[PATCH] um: vector: fix return value check in vector_mmsg_rx
 2023-10-09  7:31 UTC  (3+ messages)

Arches that don't support PREEMPT
 2023-10-06 14:51 UTC  (2+ messages)

[PATCH] um: vector: fix return value check in vector_legacy_rx
 2023-10-06 12:27 UTC 

[PATCH 85/87] fs: rename i_atime and i_mtime fields to __i_atime and __i_mtime
 2023-10-01  5:01 UTC  (24+ messages)
` [PATCH 86/87] fs: switch timespec64 fields in inode to discrete integers
              ` [OT] "
` [PATCH 87/87] fs: move i_blocks up a few places in struct inode

[PATCH v2 87/89] fs: rename inode i_atime and i_mtime fields
 2023-10-04 18:55 UTC  (3+ messages)
` [PATCH v2 88/89] fs: switch timespec64 fields in inode to discrete integers
` [PATCH v2 89/89] fs: move i_generation into new hole created after timestamp conversion

[PATCH 00/87] fs: new accessor methods for atime and mtime
 2023-09-28 11:03 UTC  (3+ messages)
  ` [PATCH 42/87] fs/hostfs: convert to new inode {a,m}time accessors
` [PATCH 01/87] fs: new accessor methods for atime and mtime


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