messages from 2023-09-22 20:41:01 to 2023-12-01 10:22:03 UTC [more...]
jitterentropy vs. simulation
2023-12-01 10:21 UTC
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] um: net: Fix return type of uml_net_start_xmit()
2023-10-03 18:35 UTC
[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
[PATCH v7] um: Enable preemption in UML
2023-09-28 9:12 UTC (2+ messages)
[RFC PATCH 0/3] um: clean up mm creation - another attempt
2023-09-27 10:42 UTC (16+ messages)
` [RFC PATCH 1/3] um/x86: remove ldt mutex and use mmap lock instead
` [RFC PATCH 2/3] um: clean up init_new_context()
` [RFC PATCH 3/3] um: don't force-flush in mm/userspace process start
[PATCH] um: mmu: remove stub_pages
2023-09-25 19:29 UTC
[PATCH v14 00/42] virtio pci support VIRTIO_F_RING_RESET
2023-09-25 2:02 UTC (6+ messages)
` [PATCH v14 30/42] virtio_pci: introduce helper to get/set queue reset
[PATCH] um: clean up mm creation
2023-09-23 19:58 UTC (7+ messages)
[PATCH] um: Remove CONFIG_REISERFS_FS from defconfig
2023-09-18 16:40 UTC (6+ messages)
` [PATCH RESEND] "
` "
[PATCH v6] um: Enable preemption in UML
2023-09-22 20:40 UTC (3+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox