October 2025 Archives by date
Starting: Thu Oct 2 13:47:14 PDT 2025
Ending: Fri Oct 31 01:05:21 PDT 2025
Messages: 197
- [PATCH 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
Eliav Farber
- [PATCH 01/19 5.15.y] minmax: add in_range() macro
Eliav Farber
- [PATCH 02/19 5.15.y] minmax: Introduce {min,max}_array()
Eliav Farber
- [PATCH 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
Eliav Farber
- [PATCH 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
Eliav Farber
- [PATCH 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
Eliav Farber
- [PATCH 06/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
Eliav Farber
- [PATCH 07/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
Eliav Farber
- [PATCH 08/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
Eliav Farber
- [PATCH 09/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
Eliav Farber
- [PATCH 10/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
Eliav Farber
- [PATCH 11/19 5.15.y] minmax: improve macro expansion and type checking
Eliav Farber
- [PATCH 12/19 5.15.y] minmax: fix up min3() and max3() too
Eliav Farber
- [PATCH 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
Eliav Farber
- [PATCH 14/19 5.15.y] minmax.h: update some comments
Eliav Farber
- [PATCH 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
Eliav Farber
- [PATCH 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
Eliav Farber
- [PATCH 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
Eliav Farber
- [PATCH 18/19 5.15.y] minmax.h: simplify the variants of clamp()
Eliav Farber
- [PATCH 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once
Eliav Farber
- [PATCH v2 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
Eliav Farber
- [PATCH v2 01/19 5.15.y] minmax: add in_range() macro
Eliav Farber
- [PATCH v2 02/19 5.15.y] minmax: Introduce {min,max}_array()
Eliav Farber
- [PATCH v2 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
Eliav Farber
- [PATCH v2 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
Eliav Farber
- [PATCH v2 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
Eliav Farber
- [PATCH v2 06/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
Eliav Farber
- [PATCH v2 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
Eliav Farber
- [PATCH v2 08/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
Eliav Farber
- [PATCH v2 09/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
Eliav Farber
- [PATCH v2 10/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
Eliav Farber
- [PATCH v2 11/19 5.15.y] minmax: improve macro expansion and type checking
Eliav Farber
- [PATCH v2 12/19 5.15.y] minmax: fix up min3() and max3() too
Eliav Farber
- [PATCH v2 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
Eliav Farber
- [PATCH v2 14/19 5.15.y] minmax.h: update some comments
Eliav Farber
- [PATCH v2 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
Eliav Farber
- [PATCH v2 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
Eliav Farber
- [PATCH v2 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
Eliav Farber
- [PATCH v2 18/19 5.15.y] minmax.h: simplify the variants of clamp()
Eliav Farber
- [PATCH v2 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once
Eliav Farber
- xls/
cwm at millersparty.com
- [PATCH 00/62] initrd: remove classic initrd support
Askar Safin
- [GIT PULL] uml 6.18-rc1
Johannes Berg
- [PATCH v2 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
Greg KH
- [PATCH v2 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
David Laight
- [GIT PULL] uml 6.18-rc1
pr-tracker-bot at kernel.org
- [GIT PULL] NFSD changes for v6.18
Johannes Berg
- [GIT PULL] NFSD changes for v6.18
Linus Torvalds
- [PATCH 1/4] PCI: Support FIXUP quirks in modules
Brian Norris
- [PATCH] um/hostfs: define HOSTFS_ATTR_* via asm-offsets
Johannes Berg
- [PATCH 1/2] um/hostfs: define HOSTFS_ATTR_* via asm-offsets
Johannes Berg
- [PATCH 2/2] um: move asm-offsets generation into a single file
Johannes Berg
- [PATCH v2 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
Farber, Eliav
- [PATCH v3 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
Eliav Farber
- [PATCH v3 01/19 5.15.y] minmax: add in_range() macro
Eliav Farber
- [PATCH v3 02/19 5.15.y] minmax: Introduce {min,max}_array()
Eliav Farber
- [PATCH v3 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
Eliav Farber
- [PATCH v3 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
Eliav Farber
- [PATCH v3 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
Eliav Farber
- [PATCH v3 06/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
Eliav Farber
- [PATCH v3 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
Eliav Farber
- [PATCH v3 08/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
Eliav Farber
- [PATCH v3 09/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
Eliav Farber
- [PATCH v3 10/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
Eliav Farber
- [PATCH v3 11/19 5.15.y] minmax: improve macro expansion and type checking
Eliav Farber
- [PATCH v3 12/19 5.15.y] minmax: fix up min3() and max3() too
Eliav Farber
- [PATCH v3 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
Eliav Farber
- [PATCH v3 14/19 5.15.y] minmax.h: update some comments
Eliav Farber
- [PATCH v3 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
Eliav Farber
- [PATCH v3 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
Eliav Farber
- [PATCH v3 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
Eliav Farber
- [PATCH v3 18/19 5.15.y] minmax.h: simplify the variants of clamp()
Eliav Farber
- [PATCH v3 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once
Eliav Farber
- [PATCH v6 0/2] kasan: unify kasan_enabled() and remove arch-specific implementations
patchwork-bot+linux-riscv at kernel.org
- [PATCH RESEND 00/62] initrd: remove classic initrd support
Askar Safin
- [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}
Askar Safin
- [PATCH v6 1/2] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes
Sabyrzhan Tasbolatov
- [PATCH RESEND 21/62] init: remove all mentions of root=/dev/ram*
Askar Safin
- [PATCH RESEND 02/62] init: remove deprecated "prompt_ramdisk" command line parameter, which does nothing
Askar Safin
- [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}
Askar Safin
- [PATCH RESEND 00/62] initrd: remove classic initrd support
Askar Safin
- [PATCH-RFC] init: simplify initrd code (was Re: [PATCH RESEND 00/62] initrd: remove classic initrd support).
Askar Safin
- [PATCH 1/2] um/hostfs: define HOSTFS_ATTR_* via asm-offsets
Hongbo Li
- [PATCH] hostfs: Fix only passing host root in boot stage with new mount
Hongbo Li
- [PATCH] hostfs: Fix only passing host root in boot stage with new mount
Geoffrey Thorpe
- [PATCH v2] vdso: Remove struct getcpu_cache
Thomas Weißschuh
- [PATCH 0/4] x86/um/vdso: Cleanups
Thomas Weißschuh
- [PATCH 1/4] x86/um/vdso: Fix prototype of clock_gettime()
Thomas Weißschuh
- [PATCH 2/4] x86/um/vdso: Use prototypes from generic vDSO headers
Thomas Weißschuh
- [PATCH 3/4] x86/um/vdso: Panic when vDSO can not be allocated
Thomas Weißschuh
- [PATCH 4/4] x86/um/vdso: Drop VDSO64-y from Makefile
Thomas Weißschuh
- [PATCH v2] vdso: Remove struct getcpu_cache
Dave Hansen
- [PATCH v2] vdso: Remove struct getcpu_cache
H. Peter Anvin
- [PATCH v2] vdso: Remove struct getcpu_cache
Andy Lutomirski
- [PATCH v2] vdso: Remove struct getcpu_cache
H. Peter Anvin
- [PATCH v2] vdso: Remove struct getcpu_cache
Andy Lutomirski
- [PATCH v2] vdso: Remove struct getcpu_cache
H. Peter Anvin
- [PATCH v2] vdso: Remove struct getcpu_cache
Florian Weimer
- [RFC PATCH 0/4] Enable Clang's Source-based Code Coverage and MC/DC for x86-64
Sasha Levin
- [RFC PATCH 1/4] llvm-cov: add Clang's Source-based Code Coverage support
Sasha Levin
- [RFC PATCH 2/4] llvm-cov: add Clang's MC/DC support
Sasha Levin
- [RFC PATCH 3/4] x86: disable llvm-cov instrumentation
Sasha Levin
- [RFC PATCH 4/4] x86: enable llvm-cov support
Sasha Levin
- [RFC PATCH 0/4] Enable Clang's Source-based Code Coverage and MC/DC for x86-64
Peter Zijlstra
- [RFC PATCH 0/4] Enable Clang's Source-based Code Coverage and MC/DC for x86-64
Chuck Wolber
- [RFC PATCH 0/4] Enable Clang's Source-based Code Coverage and MC/DC for x86-64
Peter Zijlstra
- Patch "minmax: Introduce {min,max}_array()" has been added to the 5.15-stable tree
gregkh at linuxfoundation.org
- Patch "minmax: improve macro expansion and type checking" has been added to the 5.15-stable tree
gregkh at linuxfoundation.org
- Patch "minmax: simplify and clarify min_t()/max_t() implementation" has been added to the 5.15-stable tree
gregkh at linuxfoundation.org
- Patch "minmax: make generic MIN() and MAX() macros available everywhere" has been added to the 5.15-stable tree
gregkh at linuxfoundation.org
- Patch "minmax.h: add whitespace around operators and after commas" has been added to the 5.15-stable tree
gregkh at linuxfoundation.org
- Patch "minmax: simplify min()/max()/clamp() implementation" has been added to the 5.15-stable tree
gregkh at linuxfoundation.org
- Patch "minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()" has been added to the 5.15-stable tree
gregkh at linuxfoundation.org
- Patch "minmax.h: update some comments" has been added to the 5.15-stable tree
gregkh at linuxfoundation.org
- [PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
Eliav Farber
- [PATCH v2 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
Eliav Farber
- [PATCH v2 02/27 5.10.y] btrfs: remove duplicated in_range() macro
Eliav Farber
- [PATCH v2 03/27 5.10.y] minmax: sanity check constant bounds when clamping
Eliav Farber
- [PATCH v2 06/27 5.10.y] minmax: Introduce {min,max}_array()
Eliav Farber
- [PATCH v2 04/27 5.10.y] minmax: clamp more efficiently by avoiding extra comparison
Eliav Farber
- [PATCH v2 07/27 5.10.y] minmax: deduplicate __unconst_integer_typeof()
Eliav Farber
- [PATCH v2 05/27 5.10.y] minmax: add in_range() macro
Eliav Farber
- [PATCH v2 08/27 5.10.y] minmax: fix header inclusions
Eliav Farber
- [PATCH v2 09/27 5.10.y] minmax: allow min()/max()/clamp() if the arguments have the same signedness.
Eliav Farber
- [PATCH v2 10/27 5.10.y] minmax: fix indentation of __cmp_once() and __clamp_once()
Eliav Farber
- [PATCH v2 11/27 5.10.y] minmax: allow comparisons of 'int' against 'unsigned char/short'
Eliav Farber
- [PATCH v2 12/27 5.10.y] minmax: relax check to allow comparison between unsigned arguments and signed constants
Eliav Farber
- [PATCH v2 13/27 5.10.y] minmax: avoid overly complicated constant expressions in VM code
Eliav Farber
- [PATCH v2 14/27 5.10.y] minmax: add a few more MIN_T/MAX_T users
Eliav Farber
- [PATCH v2 15/27 5.10.y] minmax: simplify and clarify min_t()/max_t() implementation
Eliav Farber
- [PATCH v2 16/27 5.10.y] minmax: make generic MIN() and MAX() macros available everywhere
Eliav Farber
- [PATCH v2 17/27 5.10.y] minmax: don't use max() in situations that want a C constant expression
Eliav Farber
- [PATCH v2 18/27 5.10.y] minmax: simplify min()/max()/clamp() implementation
Eliav Farber
- [PATCH v2 19/27 5.10.y] minmax: improve macro expansion and type checking
Eliav Farber
- [PATCH v2 20/27 5.10.y] minmax: fix up min3() and max3() too
Eliav Farber
- [PATCH v2 21/27 5.10.y] minmax.h: add whitespace around operators and after commas
Eliav Farber
- [PATCH v2 22/27 5.10.y] minmax.h: update some comments
Eliav Farber
- [PATCH v2 23/27 5.10.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
Eliav Farber
- [PATCH v2 24/27 5.10.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
Eliav Farber
- [PATCH v2 25/27 5.10.y] minmax.h: move all the clamp() definitions after the min/max() ones
Eliav Farber
- [PATCH v2 26/27 5.10.y] minmax.h: simplify the variants of clamp()
Eliav Farber
- [PATCH v2 27/27 5.10.y] minmax.h: remove some #defines that are only expanded once
Eliav Farber
- [PATCH v2 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
Greg KH
- [PATCH v2 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
Farber, Eliav
- [PATCH v2 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
Greg KH
- Patch "btrfs: remove duplicated in_range() macro" has been added to the 5.10-stable tree
gregkh at linuxfoundation.org
- Patch "minmax: add a few more MIN_T/MAX_T users" has been added to the 5.10-stable tree
gregkh at linuxfoundation.org
- Patch "minmax: deduplicate __unconst_integer_typeof()" has been added to the 5.10-stable tree
gregkh at linuxfoundation.org
- Patch "minmax: don't use max() in situations that want a C constant expression" has been added to the 5.10-stable tree
gregkh at linuxfoundation.org
- Patch "minmax: fix header inclusions" has been added to the 5.10-stable tree
gregkh at linuxfoundation.org
- Patch "minmax: simplify and clarify min_t()/max_t() implementation" has been added to the 5.10-stable tree
gregkh at linuxfoundation.org
- Patch "minmax: simplify min()/max()/clamp() implementation" has been added to the 5.10-stable tree
gregkh at linuxfoundation.org
- Patch "minmax.h: update some comments" has been added to the 5.10-stable tree
gregkh at linuxfoundation.org
- Patch "minmax.h: reduce the #define expansion of min(), max() and clamp()" has been added to the 5.10-stable tree
gregkh at linuxfoundation.org
- Patch "overflow, tracing: Define the is_signed_type() macro once" has been added to the 5.10-stable tree
gregkh at linuxfoundation.org
- [PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
Greg KH
- [PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
Nathan Chancellor
- [PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
Farber, Eliav
- [PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
Greg KH
- [PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
Greg KH
- [PATCH 1/4] PCI: Support FIXUP quirks in modules
Petr Pavlu
- [PATCH v3 09/12] um: use nolibc for the --showconfig implementation
Thomas Weißschuh
- [PATCH] hostfs: Fix only passing host root in boot stage with new mount
Christian Brauner
- [PATCH v2 03/10] um: vdso: Implement __vdso_getcpu() via syscall
Johannes Berg
- [PATCH 0/3] um: Memory related cleanups
Tiwei Bie
- [PATCH 1/3] um: Use PAGE_ALIGN() for address alignment
Tiwei Bie
- [PATCH 2/3] um: Replace UML_ROUND_UP() with PAGE_ALIGN()
Tiwei Bie
- [PATCH 3/3] um: Remove file-based iomem emulation support
Tiwei Bie
- [PATCH v4 0/8] um: Add SMP support
Tiwei Bie
- [PATCH v4 1/8] um: Do not disable kmalloc in initial_thread_cb()
Tiwei Bie
- [PATCH v4 2/8] um: Turn signals_* into thread-local variables
Tiwei Bie
- [PATCH v4 3/8] um: Determine sleep based on need_resched()
Tiwei Bie
- [PATCH v4 4/8] um: Define timers on a per-CPU basis
Tiwei Bie
- [PATCH v4 5/8] um: Add initial SMP support
Tiwei Bie
- [PATCH v4 6/8] um: vdso: Remove getcpu support on x86
Tiwei Bie
- [PATCH v4 7/8] asm-generic: percpu: Add assembly guard
Tiwei Bie
- [PATCH v4 8/8] um: Enable SMP support on x86
Tiwei Bie
- [PATCH v2 0/4] um: Memory related cleanups
Tiwei Bie
- [PATCH v2 1/4] um: Make host_task_size a local variable
Tiwei Bie
- [PATCH v2 2/4] um: Use PAGE_ALIGN() for address alignment
Tiwei Bie
- [PATCH v2 3/4] um: Replace UML_ROUND_UP() with PAGE_ALIGN()
Tiwei Bie
- [PATCH v2 4/4] um: Remove file-based iomem emulation support
Tiwei Bie
- [PATCH] um: Avoid circular dependency on asm-offsets in pgtable.h
Thomas Weißschuh
- [PATCH 00/10] um: remove vDSO passthrough on 32bit x86
Thomas Weißschuh
- [PATCH 01/10] um: Split out default elf_aux_platform
Thomas Weißschuh
- [PATCH 02/10] x86/um: Move ELF_PLATFORM fallback to x86-specific code
Thomas Weißschuh
- [PATCH 03/10] um: Split out default elf_aux_hwcap
Thomas Weißschuh
- [PATCH 04/10] x86/um: Do not inherit vDSO from host
Thomas Weißschuh
- [PATCH 05/10] x86/um: Drop gate area handling
Thomas Weißschuh
- [PATCH 06/10] um: Remove fixaddr_user_init()
Thomas Weißschuh
- [PATCH 07/10] um: Remove redundant range check from __access_ok_vsyscall()
Thomas Weißschuh
- [PATCH 08/10] um: Remove __access_ok_vsyscall()
Thomas Weißschuh
- [PATCH 09/10] x86/um: Remove FIXADDR_USER_START and FIXADDR_USE_END
Thomas Weißschuh
- [PATCH 10/10] um: Always set up AT_HWCAP and AT_PLATFORM
Thomas Weißschuh
- [PATCH] um: Avoid circular dependency on asm-offsets in pgtable.h
Tiwei Bie
- [PATCH v3 09/12] um: use nolibc for the --showconfig implementation
Benjamin Berg
- [PATCH] um: virtio-pci: Use pointer from memcpy() call for assignment in virtio_pcidev_send_cmd()
Markus Elfring
Last message date:
Fri Oct 31 01:05:21 PDT 2025
Archived on: Sat Nov 8 08:31:56 PST 2025
This archive was generated by
Pipermail 0.09 (Mailman edition).