messages from 2023-11-03 16:42:22 to 2024-01-30 00:45:51 UTC [more...]
[PATCH v2 0/7] of: populate of_root node if bootloader doesn't
2024-01-30 0:45 UTC (7+ messages)
` [PATCH v2 1/7] arm64: Unconditionally call unflatten_device_tree()
` [PATCH v2 2/7] um: "
` [PATCH v2 3/7] x86/of: Unconditionally call unflatten_and_copy_device_tree()
` [PATCH v2 4/7] of: Always unflatten in unflatten_and_copy_device_tree()
` [PATCH v2 5/7] of: Create of_root if no dtb provided by firmware
` [PATCH v2 6/7] of: unittest: treat missing of_root as error instead of fixing up
[PATCH 0/2] Fix UML build with clang-18 and newer
2024-01-27 15:49 UTC (6+ messages)
` [PATCH 1/2] um: Fix adding '-no-pie' for clang
` [PATCH 2/2] modpost: Add '.ltext' and '.ltext.*' to TEXT_SECTIONS
[PATCH 0/2] um: improve UML page fault handling
2024-01-26 9:55 UTC (7+ 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 AUTOSEL 4.19 2/5] um: Fix naming clash between UML and scheduler
2024-01-24 14:31 UTC (3+ messages)
` [PATCH AUTOSEL 4.19 3/5] um: Don't use vfprintf() for os_info()
` [PATCH AUTOSEL 4.19 4/5] um: net: Fix return type of uml_net_start_xmit()
[PATCH AUTOSEL 5.4 2/6] um: Fix naming clash between UML and scheduler
2024-01-24 14:31 UTC (3+ messages)
` [PATCH AUTOSEL 5.4 3/6] um: Don't use vfprintf() for os_info()
` [PATCH AUTOSEL 5.4 4/6] um: net: Fix return type of uml_net_start_xmit()
[PATCH AUTOSEL 5.10 2/7] um: Fix naming clash between UML and scheduler
2024-01-24 14:30 UTC (3+ messages)
` [PATCH AUTOSEL 5.10 3/7] um: Don't use vfprintf() for os_info()
` [PATCH AUTOSEL 5.10 4/7] um: net: Fix return type of uml_net_start_xmit()
[PATCH AUTOSEL 5.15 2/9] um: Fix naming clash between UML and scheduler
2024-01-24 14:30 UTC (4+ messages)
` [PATCH AUTOSEL 5.15 3/9] um: Don't use vfprintf() for os_info()
` [PATCH AUTOSEL 5.15 4/9] um: net: Fix return type of uml_net_start_xmit()
` [PATCH AUTOSEL 5.15 5/9] um: time-travel: fix time corruption
[PATCH AUTOSEL 6.1 2/9] um: Fix naming clash between UML and scheduler
2024-01-24 14:29 UTC (4+ messages)
` [PATCH AUTOSEL 6.1 3/9] um: Don't use vfprintf() for os_info()
` [PATCH AUTOSEL 6.1 4/9] um: net: Fix return type of uml_net_start_xmit()
` [PATCH AUTOSEL 6.1 5/9] um: time-travel: fix time corruption
[PATCH AUTOSEL 6.6 03/11] um: Fix naming clash between UML and scheduler
2024-01-24 14:28 UTC (4+ messages)
` [PATCH AUTOSEL 6.6 04/11] um: Don't use vfprintf() for os_info()
` [PATCH AUTOSEL 6.6 05/11] um: net: Fix return type of uml_net_start_xmit()
` [PATCH AUTOSEL 6.6 06/11] um: time-travel: fix time corruption
[PATCH AUTOSEL 6.7 03/13] um: Fix naming clash between UML and scheduler
2024-01-24 14:27 UTC (4+ messages)
` [PATCH AUTOSEL 6.7 04/13] um: Don't use vfprintf() for os_info()
` [PATCH AUTOSEL 6.7 05/13] um: net: Fix return type of uml_net_start_xmit()
` [PATCH AUTOSEL 6.7 06/13] um: time-travel: fix time corruption
[PATCH 0/6] of: populate of_root node if bootloader doesn't
2024-01-24 7:25 UTC (26+ messages)
` [PATCH 1/6] arm64: Unconditionally call unflatten_device_tree()
` [PATCH 2/6] um: "
` [PATCH 3/6] of: Always unflatten in unflatten_and_copy_device_tree()
` [PATCH 4/6] of: Create of_root if no dtb provided by firmware
` [PATCH 5/6] of: unittest: treat missing of_root as error instead of fixing up
` [PATCH 6/6] of: Add KUnit test to confirm DTB is loaded
[PATCH 0/5] um: Minor fixes and cleanups
2024-01-23 11:03 UTC (6+ messages)
` [PATCH 1/5] um: Make local functions and variables static
` [PATCH 2/5] um: Fix the declaration of vfree
` [PATCH 3/5] um: Remove unused functions
` [PATCH 4/5] um: Fix the return type of __switch_to
` [PATCH 5/5] um: Add missing headers
[RFC PATCH 0/3] um: clean up mm creation - another attempt
2024-01-17 19:54 UTC (12+ messages)
[GIT PULL] UML updates for v6.8-rc1
2024-01-17 20:03 UTC (2+ messages)
provide a sane discard_granularity default
2024-01-06 1:32 UTC (21+ 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
` [PATCH 5/9] nbd: "
` [PATCH 6/9] null_blk: "
` [PATCH 7/9] zram: "
` [PATCH 8/9] bcache: "
` [PATCH 9/9] mtd_blkdevs: "
I Want To Finance Your Projects
2023-12-20 12:01 UTC
[PATCH v3 00/11] General cleanups and fixes from SECCOMP patchset
2024-01-05 13:29 UTC (20+ 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
[PATCH] um: vector: fix return value check in vector_legacy_rx
2024-01-05 11:23 UTC (5+ messages)
[PATCH] um: hostfs: catch EINTR and partial read/write
2024-01-05 10:12 UTC (8+ messages)
[linux-next:master] BUILD REGRESSION 20d857259d7d10cd0d5e8b60608455986167cfad
2023-12-21 11:48 UTC
[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 (35+ messages)
` [PATCH RFC 01/11] um: Make UBD requests synchronous in TT ext/infcpu mode
` [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 (2+ messages)
[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
Missing clobber on alternative use on Linux UM 32-bit
2023-11-06 11:33 UTC (5+ 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;
as well as URLs for NNTP newsgroup(s).