messages from 2025-10-06 12:16:59 to 2025-11-08 08:06:30 UTC [more...]
[PATCH v3 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()" has been added to the 5.15-stable tree
[PATCH v3 14/19 5.15.y] minmax.h: update some comments
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax.h: update some comments" has been added to the 5.15-stable tree
[PATCH v3 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax.h: add whitespace around operators and after commas" has been added to the 5.15-stable tree
[PATCH v3 11/19 5.15.y] minmax: improve macro expansion and type checking
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax: improve macro expansion and type checking" has been added to the 5.15-stable tree
[PATCH v3 10/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax: simplify min()/max()/clamp() implementation" has been added to the 5.15-stable tree
[PATCH v3 08/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax: make generic MIN() and MAX() macros available everywhere" has been added to the 5.15-stable tree
[PATCH v3 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
2025-10-17 8:16 UTC (2+ messages)
` Patch "minmax: simplify and clarify min_t()/max_t() implementation" has been added to the 5.15-stable tree
[PATCH v3 02/19 5.15.y] minmax: Introduce {min,max}_array()
2025-10-17 8:05 UTC (2+ messages)
` Patch "minmax: Introduce {min,max}_array()" has been added to the 5.15-stable tree
[PATCH v13 00/13] nommu UML
2025-11-08 8:05 UTC (14+ messages)
` [PATCH v13 01/13] x86/um: nommu: elf loader for fdpic
` [PATCH v13 02/13] um: decouple MMU specific code from the common part
` [PATCH v13 03/13] um: nommu: memory handling
` [PATCH v13 04/13] x86/um: nommu: syscall handling
` [PATCH v13 05/13] um: nommu: seccomp syscalls hook
` [PATCH v13 06/13] x86/um: nommu: process/thread handling
` [PATCH v13 07/13] um: nommu: configure fs register on host syscall invocation
` [PATCH v13 08/13] x86/um/vdso: nommu: vdso memory update
` [PATCH v13 09/13] x86/um: nommu: signal handling
` [PATCH v13 10/13] um: change machine name for uname output
` [PATCH v13 11/13] um: nommu: disable SMP on nommu UML
` [PATCH v13 12/13] um: nommu: add documentation of "
` [PATCH v13 13/13] um: nommu: plug nommu code into build system
[PATCH v2] vfs: remove the excl argument from the ->create() inode_operation
2025-11-08 6:12 UTC (6+ messages)
` LLM disclosure (was: [PATCH v2] vfs: remove the excl argument from the ->create() inode_operation)
[PATCH] vfs: remove the excl argument from the ->create() inode_operation
2025-11-07 0:00 UTC (5+ messages)
[PATCH v12 00/13] nommu UML
2025-11-02 9:49 UTC (14+ messages)
` [PATCH v12 01/13] x86/um: nommu: elf loader for fdpic
` [PATCH v12 02/13] um: decouple MMU specific code from the common part
` [PATCH v12 03/13] um: nommu: memory handling
` [PATCH v12 04/13] x86/um: nommu: syscall handling
` [PATCH v12 05/13] um: nommu: seccomp syscalls hook
` [PATCH v12 06/13] x86/um: nommu: process/thread handling
` [PATCH v12 07/13] um: nommu: configure fs register on host syscall invocation
` [PATCH v12 08/13] x86/um/vdso: nommu: vdso memory update
` [PATCH v12 09/13] x86/um: nommu: signal handling
` [PATCH v12 10/13] um: change machine name for uname output
` [PATCH v12 11/13] um: nommu: disable SMP on nommu UML
` [PATCH v12 12/13] um: nommu: add documentation of "
` [PATCH v12 13/13] um: nommu: plug nommu code into build system
[PATCH] um: virtio-pci: Use pointer from memcpy() call for assignment in virtio_pcidev_send_cmd()
2025-10-31 8:05 UTC
[PATCH v3 09/12] um: use nolibc for the --showconfig implementation
2025-10-29 14:07 UTC (3+ messages)
[PATCH] um: Avoid circular dependency on asm-offsets in pgtable.h
2025-10-28 10:17 UTC (2+ messages)
[PATCH 00/10] um: remove vDSO passthrough on 32bit x86
2025-10-28 9:15 UTC (11+ messages)
` [PATCH 01/10] um: Split out default elf_aux_platform
` [PATCH 02/10] x86/um: Move ELF_PLATFORM fallback to x86-specific code
` [PATCH 03/10] um: Split out default elf_aux_hwcap
` [PATCH 04/10] x86/um: Do not inherit vDSO from host
` [PATCH 05/10] x86/um: Drop gate area handling
` [PATCH 06/10] um: Remove fixaddr_user_init()
` [PATCH 07/10] um: Remove redundant range check from __access_ok_vsyscall()
` [PATCH 08/10] um: Remove __access_ok_vsyscall()
` [PATCH 09/10] x86/um: Remove FIXADDR_USER_START and FIXADDR_USE_END
` [PATCH 10/10] um: Always set up AT_HWCAP and AT_PLATFORM
[PATCH v2 0/4] um: Memory related cleanups
2025-10-27 5:45 UTC (5+ messages)
` [PATCH v2 1/4] um: Make host_task_size a local variable
` [PATCH v2 2/4] um: Use PAGE_ALIGN() for address alignment
` [PATCH v2 3/4] um: Replace UML_ROUND_UP() with PAGE_ALIGN()
` [PATCH v2 4/4] um: Remove file-based iomem emulation support
[PATCH v4 0/8] um: Add SMP support
2025-10-27 0:18 UTC (9+ messages)
` [PATCH v4 1/8] um: Do not disable kmalloc in initial_thread_cb()
` [PATCH v4 2/8] um: Turn signals_* into thread-local variables
` [PATCH v4 3/8] um: Determine sleep based on need_resched()
` [PATCH v4 4/8] um: Define timers on a per-CPU basis
` [PATCH v4 5/8] um: Add initial SMP support
` [PATCH v4 6/8] um: vdso: Remove getcpu support on x86
` [PATCH v4 7/8] asm-generic: percpu: Add assembly guard
` [PATCH v4 8/8] um: Enable SMP support on x86
[PATCH 0/3] um: Memory related cleanups
2025-10-26 23:59 UTC (4+ messages)
` [PATCH 1/3] um: Use PAGE_ALIGN() for address alignment
` [PATCH 2/3] um: Replace UML_ROUND_UP() with PAGE_ALIGN()
` [PATCH 3/3] um: Remove file-based iomem emulation support
[PATCH v2 03/10] um: vdso: Implement __vdso_getcpu() via syscall
2025-10-21 13:20 UTC (9+ messages)
[PATCH] hostfs: Fix only passing host root in boot stage with new mount
2025-10-21 12:16 UTC (3+ messages)
[PATCH 0/4] PCI: Add support and tests for FIXUP quirks in modules
2025-10-20 11:53 UTC (7+ messages)
` [PATCH 1/4] PCI: Support "
[PATCH v2 0/4] Enable measuring the kernel's Source-based Code Coverage and MC/DC with Clang
2025-10-15 9:21 UTC (9+ messages)
` [RFC PATCH 0/4] Enable Clang's Source-based Code Coverage and MC/DC for x86-64
` [RFC PATCH 1/4] llvm-cov: add Clang's Source-based Code Coverage support
` [RFC PATCH 2/4] llvm-cov: add Clang's MC/DC support
` [RFC PATCH 3/4] x86: disable llvm-cov instrumentation
` [RFC PATCH 4/4] x86: enable llvm-cov support
[PATCH v2] vdso: Remove struct getcpu_cache
2025-10-14 8:56 UTC (8+ messages)
[PATCH 0/4] x86/um/vdso: Cleanups
2025-10-13 10:40 UTC (5+ messages)
` [PATCH 1/4] x86/um/vdso: Fix prototype of clock_gettime()
` [PATCH 2/4] x86/um/vdso: Use prototypes from generic vDSO headers
` [PATCH 3/4] x86/um/vdso: Panic when vDSO can not be allocated
` [PATCH 4/4] x86/um/vdso: Drop VDSO64-y from Makefile
[PATCH 1/2] um/hostfs: define HOSTFS_ATTR_* via asm-offsets
2025-10-11 8:06 UTC (3+ messages)
` [PATCH 2/2] um: move asm-offsets generation into a single file
[PATCH RESEND 00/62] initrd: remove classic initrd support
2025-10-10 4:57 UTC (8+ messages)
` [PATCH-RFC] init: simplify initrd code (was Re: [PATCH RESEND 00/62] initrd: remove classic initrd support)
[PATCH RESEND 00/62] initrd: remove classic initrd support
2025-10-10 4:09 UTC (15+ messages)
` [PATCH RESEND 02/62] init: remove deprecated "prompt_ramdisk" command line parameter, which does nothing
` [PATCH RESEND 21/62] init: remove all mentions of root=/dev/ram*
` [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 v6 0/2] kasan: unify kasan_enabled() and remove arch-specific implementations
2025-10-09 15:59 UTC (5+ messages)
` [PATCH v6 1/2] kasan: introduce ARCH_DEFER_KASAN and unify static key across modes
[PATCH v2 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
2025-10-07 20:43 UTC (23+ messages)
` [PATCH v2 01/19 5.15.y] minmax: add in_range() macro
` [PATCH v2 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH v2 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH v2 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH v2 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH v2 06/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH v2 07/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH v2 08/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH v2 09/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v2 10/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH v2 11/19 5.15.y] minmax: improve macro expansion and type checking
` [PATCH v2 12/19 5.15.y] minmax: fix up min3() and max3() too
` [PATCH v2 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
` [PATCH v2 14/19 5.15.y] minmax.h: update some comments
` [PATCH v2 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v2 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v2 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v2 18/19 5.15.y] minmax.h: simplify the variants of clamp()
` [PATCH v2 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once
[PATCH] um/hostfs: define HOSTFS_ATTR_* via asm-offsets
2025-10-07 7:06 UTC
[GIT PULL] NFSD changes for v6.18
2025-10-06 21:54 UTC (2+ messages)
[GIT PULL] uml 6.18-rc1
2025-10-06 21:00 UTC (2+ messages)
[PATCH 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
2025-10-02 20:47 UTC (20+ messages)
` [PATCH 01/19 5.15.y] minmax: add in_range() macro
` [PATCH 02/19 5.15.y] minmax: Introduce {min,max}_array()
` [PATCH 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 06/19 5.15.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 07/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH 08/19 5.15.y] minmax: simplify and clarify min_t()/max_t() implementation
` [PATCH 09/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 10/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 11/19 5.15.y] minmax: improve macro expansion and type checking
` [PATCH 12/19 5.15.y] minmax: fix up min3() and max3() too
` [PATCH 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
` [PATCH 14/19 5.15.y] minmax.h: update some comments
` [PATCH 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 18/19 5.15.y] minmax.h: simplify the variants of clamp()
` [PATCH 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once
[PATCH 00/19 v6.1.y] Backport minmax.h updates from v6.17-rc7
2025-09-29 18:39 UTC (29+ messages)
` [PATCH 01/19 v6.1.y] minmax: add in_range() macro
` [PATCH 02/19 v6.1.y] minmax: Introduce {min,max}_array()
` Patch "minmax: Introduce {min,max}_array()" has been added to the 6.1-stable tree
` [PATCH 03/19 v6.1.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH 04/19 v6.1.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` Patch "minmax: fix indentation of __cmp_once() and __clamp_once()" has been added to the 6.1-stable tree
` [PATCH 05/19 v6.1.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH 06/19 v6.1.y] minmax: simplify and clarify min_t()/max_t() implementation
` Patch "minmax: simplify and clarify min_t()/max_t() implementation" has been added to the 6.1-stable tree
` [PATCH 07/19 v6.1.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 08/19 v6.1.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.1-stable tree
` [PATCH 09/19 v6.1.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 10/19 v6.1.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 11/19 v6.1.y] minmax: improve macro expansion and type checking
` [PATCH 12/19 v6.1.y] minmax: fix up min3() and max3() too
` [PATCH 13/19 v6.1.y] minmax.h: add whitespace around operators and after commas
` [PATCH 14/19 v6.1.y] minmax.h: update some comments
` [PATCH 15/19 v6.1.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 16/19 v6.1.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH 17/19 v6.1.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 18/19 v6.1.y] minmax.h: simplify the variants of clamp()
` [PATCH 19/19 v6.1.y] minmax.h: remove some #defines that are only expanded once
[PATCH 00/27 5.10.y] Backport minmax.h updates from v6.17-rc6
2025-09-22 10:45 UTC (5+ messages)
[PATCH 00/15 v6.6.y] Backport minmax.h updates from v6.17-rc7
2025-09-22 10:32 UTC (4+ messages)
` [PATCH 13/15 6.6.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH 14/15 6.6.y] minmax.h: simplify the variants of clamp()
` [PATCH 15/15 6.6.y] minmax.h: remove some #defines that are only expanded once
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 read-only IMAP folder(s) and NNTP newsgroup(s).