linux-um archives
 help / color / mirror / Atom feed
 messages from 2025-09-15 07:22:15 to 2025-10-06 12:16:39 UTC [more...]

[PATCH 04/15 6.6.y] minmax: make generic MIN() and MAX() macros available everywhere
 2025-09-22 12:40 UTC  (2+ messages)
  ` Patch "minmax: make generic MIN() and MAX() macros available everywhere" has been added to the 6.6-stable tree

[PATCH 03/15 6.6.y] minmax: add a few more MIN_T/MAX_T users
 2025-09-22 12:26 UTC  (2+ messages)
` Patch "minmax: add a few more MIN_T/MAX_T users" has been added to the 6.6-stable tree

[PATCH 00/27 5.10.y] Backport minmax.h updates from v6.17-rc6
 2025-09-22  8:45 UTC  (22+ 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 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  (37+ messages)
` [PATCH RESEND 01/62] init: remove deprecated "load_ramdisk" command line parameter, which does nothing
` [PATCH RESEND 02/62] init: remove deprecated "prompt_ramdisk" "
` [PATCH RESEND 03/62] init: sh, sparc, x86: remove unused constants RAMDISK_PROMPT_FLAG and RAMDISK_LOAD_FLAG
` [PATCH RESEND 04/62] init: x86, arm, sh, sparc: remove variable rd_image_start, which controls starting block number of initrd
` [PATCH RESEND 05/62] init: remove "ramdisk_start" command line parameter, "
` [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 13/62] ext2: remove ext2_image_size and associated code
` [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 0/7] um: Add SMP support
 2025-09-15 15:29 UTC  (4+ messages)
` [PATCH v3 6/7] asm-generic: percpu: Add assembly guard

[PATCH 0/9] Start porting UML to nolibc
 2025-09-15 11:22 UTC  (18+ messages)
` [PATCH 1/9] tools compiler.h: fix __used definition
` [PATCH 3/9] tools/nolibc/stdio: remove perror if NOLIBC_IGNORE_ERRNO is set
` [PATCH 4/9] tools/nolibc/dirent: avoid errno in readdir_r
` [PATCH 5/9] tools/nolibc: use __fallthrough__ rather than fallthrough
` [PATCH 6/9] tools/nolibc: add option to disable startup code
` [PATCH 7/9] um: add infrastructure to build files using nolibc
` [PATCH 8/9] um: use nolibc for the --showconfig implementation
` [PATCH 9/9] um: switch ptrace FP register access to nolibc

[PATCH 2/9] um: use tools/include for user files
 2025-09-15 10:40 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