linux-um archives
 help / color / mirror / Atom feed
 messages from 2025-09-15 11:50:55 to 2025-10-06 12:16:53 UTC [more...]

[PATCH 00/15 v6.6.y] Backport minmax.h updates from v6.17-rc7
 2025-09-22 12:40 UTC  (8+ messages)
` [PATCH 01/15 6.6.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 02/15 6.6.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 03/15 6.6.y] minmax: add a few more MIN_T/MAX_T users
  ` Patch "minmax: add a few more MIN_T/MAX_T users" has been added to the 6.6-stable tree
` [PATCH 04/15 6.6.y] minmax: make generic MIN() and MAX() macros available everywhere
    ` Patch "minmax: make generic MIN() and MAX() macros available everywhere" has been added to the 6.6-stable tree
` [PATCH 05/15 6.6.y] minmax: simplify min()/max()/clamp() implementation

[PATCH 00/27 5.10.y] Backport minmax.h updates from v6.17-rc6
 2025-09-22  8:45 UTC  (34+ messages)
` [PATCH 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
` [PATCH 02/27 5.10.y] minmax: sanity check constant bounds when clamping
` [PATCH 03/27 5.10.y] minmax: clamp more efficiently by avoiding extra comparison
` [PATCH 04/27 5.10.y] minmax: add in_range() macro
` [PATCH 05/27 5.10.y] minmax: Introduce {min,max}_array()
` [PATCH 06/27 5.10.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH 07/27 5.10.y] minmax: fix header inclusions
` [PATCH 08/27 5.10.y] minmax: allow min()/max()/clamp() if the arguments have the same signedness
` [PATCH 09/27 5.10.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH 10/27 5.10.y] minmax: allow comparisons of 'int' against 'unsigned char/short'
` [PATCH 11/27 5.10.y] minmax: relax check to allow comparison between unsigned arguments and signed constants
` [PATCH 12/27 5.10.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 13/27 5.10.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 14/27 5.10.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 15/27 5.10.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 16/27 5.10.y] lib: zstd: drop local MIN/MAX macros in favor of generic ones
` [PATCH 17/27 5.10.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 18/27 5.10.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 19/27 5.10.y] minmax: improve macro expansion and type checking
` [PATCH 20/27 5.10.y] minmax: fix up min3() and max3() too
` [PATCH 21/27 5.10.y] minmax.h: add whitespace around operators and after commas
` [PATCH 22/27 5.10.y] minmax.h: update some comments
` [PATCH 23/27 5.10.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 24/27 5.10.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 25/27 5.10.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 26/27 5.10.y] minmax.h: simplify the variants of clamp()
` [PATCH 27/27 5.10.y] minmax.h: remove some #defines that are only expanded once

[PATCH v2 0/4] nios2: Add architecture support for clone3
 2025-09-18 15:51 UTC  (3+ messages)
` [PATCH v2 3/4] arch: copy_thread: pass clone_flags as u64

[GIT PULL] uml 6.18-rc1
 2025-10-06  9:34 UTC 

[PATCH 00/62] initrd: remove classic initrd support
 2025-10-06  6:19 UTC  (6+ messages)

xls/
 2025-10-06  4:45 UTC 

[PATCH RESEND 00/62] initrd: remove classic initrd support
 2025-09-29  9:13 UTC  (29+ messages)
` [PATCH RESEND 02/62] init: remove deprecated "prompt_ramdisk" command line parameter, which does nothing
` [PATCH RESEND 05/62] init: remove "ramdisk_start" command line parameter, which controls starting block number of initrd
` [PATCH RESEND 06/62] arm: init: remove special logic for setting brd.rd_size
` [PATCH RESEND 08/62] arm: init: remove FLAG_RDLOAD and FLAG_RDPROMPT
` [PATCH RESEND 16/62] brd: remove "ramdisk_size" command line parameter
` [PATCH RESEND 17/62] doc: modernize Documentation/filesystems/ramfs-rootfs-initramfs.rst
` [PATCH RESEND 28/62] init: alpha, arc, arm, arm64, csky, m68k, microblaze, mips, nios2, openrisc, parisc, powerpc, s390, sh, sparc, um, x86, xtensa: rename initrd_{start,end} to virt_external_initramfs_{start,end}
          ` [PATCH-RFC] init: simplify initrd code (was Re: [PATCH RESEND 00/62] initrd: remove classic initrd support)

[PATCH 0/4] PCI: Add support and tests for FIXUP quirks in modules
 2025-09-29  8:56 UTC  (16+ messages)
` [PATCH 1/4] PCI: Support "
` [PATCH 2/4] PCI: Add KUnit tests for FIXUP quirks

[PATCH v3 00/12] Start porting UML to nolibc
 2025-09-26 12:57 UTC  (18+ messages)
` [PATCH v3 01/12] tools compiler.h: fix __used definition
` [PATCH v3 02/12] um: use tools/include for user files
` [PATCH v3 03/12] tools/nolibc/stdio: let perror work when NOLIBC_IGNORE_ERRNO is set
` [PATCH v3 04/12] tools/nolibc/dirent: avoid errno in readdir_r
` [PATCH v3 05/12] tools/nolibc: implement %m if errno is not defined
` [PATCH v3 06/12] tools/nolibc: use __fallthrough__ rather than fallthrough
` [PATCH v3 07/12] tools/nolibc: add option to disable runtime
` [PATCH v3 08/12] um: add infrastructure to build files using nolibc
` [PATCH v3 09/12] um: use nolibc for the --showconfig implementation
` [PATCH v3 10/12] tools/nolibc: add uio.h with readv and writev
` [PATCH v3 11/12] tools/nolibc: add ptrace support
` [PATCH v3 12/12] um: switch ptrace FP register access to nolibc

[PATCH] Documentation/features: Update feature lists for 6.17-rc7
 2025-09-25 17:18 UTC  (2+ messages)

[PATCH v2 00/10] um: Add SMP support
 2025-09-25 17:08 UTC  (12+ messages)
` [PATCH v2 03/10] um: vdso: Implement __vdso_getcpu() via syscall

[PATCH v2 00/11] Start porting UML to nolibc
 2025-09-25  1:05 UTC  (35+ messages)
` [PATCH v2 01/11] tools compiler.h: fix __used definition
` [PATCH v2 02/11] um: use tools/include for user files
` [PATCH v2 03/11] tools/nolibc/stdio: remove perror if NOLIBC_IGNORE_ERRNO is set
` [PATCH v2 04/11] tools/nolibc/dirent: avoid errno in readdir_r
` [PATCH v2 05/11] tools/nolibc: use __fallthrough__ rather than fallthrough
` [PATCH v2 06/11] tools/nolibc: add option to disable runtime
` [PATCH v2 07/11] um: add infrastructure to build files using nolibc
` [PATCH v2 08/11] um: use nolibc for the --showconfig implementation
` [PATCH v2 09/11] tools/nolibc: add uio.h with readv and writev
` [PATCH v2 10/11] tools/nolibc: add ptrace support
` [PATCH v2 11/11] um: switch ptrace FP register access to nolibc

[PATCH RESEND v11 00/13] nommu UML
 2025-09-24 23:27 UTC  (31+ messages)
` [PATCH RESEND v11 01/13] x86/um: nommu: elf loader for fdpic
` [PATCH RESEND v11 02/13] um: decouple MMU specific code from the common part
` [PATCH RESEND v11 03/13] um: nommu: memory handling
` [PATCH RESEND v11 04/13] x86/um: nommu: syscall handling
` [PATCH RESEND v11 05/13] um: nommu: seccomp syscalls hook
` [PATCH RESEND v11 06/13] x86/um: nommu: process/thread handling
` [PATCH RESEND v11 07/13] um: nommu: configure fs register on host syscall invocation
` [PATCH RESEND v11 08/13] x86/um/vdso: nommu: vdso memory update
` [PATCH RESEND v11 09/13] x86/um: nommu: signal handling
` [PATCH RESEND v11 10/13] um: nommu: a work around for MMU dependency to PCI driver
` [PATCH RESEND v11 11/13] um: change machine name for uname output
` [PATCH RESEND v11 12/13] um: nommu: add documentation of nommu UML
` [PATCH RESEND v11 13/13] um: nommu: plug nommu code into build system

[PATCH] um: init cpu_tasks[] earlier
 2025-09-24  9:32 UTC 

[PATCH v6 0/2] kasan: unify kasan_enabled() and remove arch-specific implementations
 2025-09-23 17:49 UTC  (6+ messages)
` [PATCH v6 1/2] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes

[GIT PULL] uml-for-6.17-rc7
 2025-09-18 16:51 UTC  (2+ messages)

[PATCH v11 00/14] nommu UML
 2025-09-18  7:38 UTC  (16+ messages)
` [PATCH v11 01/14] x86/um: nommu: elf loader for fdpic
` [PATCH v11 02/14] um: decouple MMU specific code from the common part
` [PATCH v11 03/14] um: nommu: memory handling
` [PATCH v11 04/14] x86/um: nommu: syscall handling
` [PATCH v11 05/14] um: nommu: seccomp syscalls hook
` [PATCH v11 06/14] fixup seccomp
` [PATCH v11 07/14] x86/um: nommu: process/thread handling
` [PATCH v11 08/14] um: nommu: configure fs register on host syscall invocation
` [PATCH v11 09/14] x86/um/vdso: nommu: vdso memory update
` [PATCH v11 10/14] x86/um: nommu: signal handling
` [PATCH v11 11/14] um: nommu: a work around for MMU dependency to PCI driver
` [PATCH v11 12/14] um: change machine name for uname output
` [PATCH v11 13/14] um: nommu: add documentation of nommu UML
` [PATCH v11 14/14] um: nommu: plug nommu code into build system

[PATCH RESEND v2] kunit: Enable PCI on UML without triggering WARN()
 2025-09-15 16:29 UTC  (2+ messages)

[PATCH v3 6/7] asm-generic: percpu: Add assembly guard
 2025-09-15 15:29 UTC  (2+ messages)


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