messages from 2025-10-11 08:07:14 to 2025-11-14 14:18:14 UTC [more...]
[PATCH 0/7] enable PT_RECLAIM on all 64-bit architectures
2025-11-14 14:17 UTC (10+ messages)
` [PATCH 1/7] alpha: mm: enable MMU_GATHER_RCU_TABLE_FREE
` [PATCH 2/7] arc: "
` [PATCH 3/7] loongarch: "
` [PATCH 4/7] mips: "
` [PATCH 5/7] parisc: "
` [PATCH 6/7] um: "
` [PATCH 7/7] mm: make PT_RECLAIM depend on MMU_GATHER_RCU_TABLE_FREE && 64BIT
[PATCH v13 00/13] nommu UML
2025-11-14 6:47 UTC (20+ 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 net v5 0/2] virtio-net: fix for VIRTIO_NET_F_GUEST_HDRLEN
2025-11-13 15:59 UTC (7+ messages)
` [PATCH net v5 1/2] virtio-net: correct hdr_len handling "
` [PATCH net v5 2/2] virtio-net: correct hdr_len handling for tunnel gso
[PATCH] um: drivers: virtio: use string choices helper
2025-11-13 2:25 UTC
[PATCH v3] vfs: remove the excl argument from the ->create() inode_operation
2025-11-10 13:13 UTC
[PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
2025-10-19 12:38 UTC (46+ messages)
` [PATCH v2 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
` Patch "overflow, tracing: Define the is_signed_type() macro once" has been added to the 5.10-stable tree
` [PATCH v2 02/27 5.10.y] btrfs: remove duplicated in_range() macro
` Patch "btrfs: remove duplicated in_range() macro" has been added to the 5.10-stable tree
` [PATCH v2 03/27 5.10.y] minmax: sanity check constant bounds when clamping
` [PATCH v2 04/27 5.10.y] minmax: clamp more efficiently by avoiding extra comparison
` [PATCH v2 05/27 5.10.y] minmax: add in_range() macro
` [PATCH v2 06/27 5.10.y] minmax: Introduce {min,max}_array()
` [PATCH v2 07/27 5.10.y] minmax: deduplicate __unconst_integer_typeof()
` Patch "minmax: deduplicate __unconst_integer_typeof()" has been added to the 5.10-stable tree
` [PATCH v2 08/27 5.10.y] minmax: fix header inclusions
` Patch "minmax: fix header inclusions" has been added to the 5.10-stable tree
` [PATCH v2 09/27 5.10.y] minmax: allow min()/max()/clamp() if the arguments have the same signedness
` [PATCH v2 10/27 5.10.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH v2 11/27 5.10.y] minmax: allow comparisons of 'int' against 'unsigned char/short'
` [PATCH v2 12/27 5.10.y] minmax: relax check to allow comparison between unsigned arguments and signed constants
` [PATCH v2 13/27 5.10.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH v2 14/27 5.10.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 5.10-stable tree
` [PATCH v2 15/27 5.10.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 5.10-stable tree
` [PATCH v2 16/27 5.10.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH v2 17/27 5.10.y] minmax: don't use max() in situations that want a C constant expression
` Patch "minmax: don't use max() in situations that want a C constant expression" has been added to the 5.10-stable tree
` [PATCH v2 18/27 5.10.y] minmax: simplify min()/max()/clamp() implementation
` Patch "minmax: simplify min()/max()/clamp() implementation" has been added to the 5.10-stable tree
` [PATCH v2 19/27 5.10.y] minmax: improve macro expansion and type checking
` [PATCH v2 20/27 5.10.y] minmax: fix up min3() and max3() too
` [PATCH v2 21/27 5.10.y] minmax.h: add whitespace around operators and after commas
` [PATCH v2 22/27 5.10.y] minmax.h: update some comments
` Patch "minmax.h: update some comments" has been added to the 5.10-stable tree
` [PATCH v2 23/27 5.10.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` Patch "minmax.h: reduce the #define expansion of min(), max() and clamp()" has been added to the 5.10-stable tree
` [PATCH v2 24/27 5.10.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [PATCH v2 25/27 5.10.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v2 26/27 5.10.y] minmax.h: simplify the variants of clamp()
` [PATCH v2 27/27 5.10.y] minmax.h: remove some #defines that are only expanded once
[PATCH v3 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
2025-10-17 8:16 UTC (28+ messages)
` [PATCH v3 01/19 5.15.y] minmax: add in_range() macro
` [PATCH v3 02/19 5.15.y] minmax: Introduce {min,max}_array()
` Patch "minmax: Introduce {min,max}_array()" has been added to the 5.15-stable tree
` [PATCH v3 03/19 5.15.y] minmax: deduplicate __unconst_integer_typeof()
` [PATCH v3 04/19 5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once()
` [PATCH v3 05/19 5.15.y] minmax: avoid overly complicated constant expressions in VM code
` [PATCH v3 06/19 5.15.y] minmax: add a few more MIN_T/MAX_T users
` [PATCH v3 07/19 5.15.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 5.15-stable tree
` [PATCH v3 08/19 5.15.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 5.15-stable tree
` [PATCH v3 09/19 5.15.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH v3 10/19 5.15.y] minmax: simplify min()/max()/clamp() implementation
` Patch "minmax: simplify min()/max()/clamp() implementation" has been added to the 5.15-stable tree
` [PATCH v3 11/19 5.15.y] minmax: improve macro expansion and type checking
` Patch "minmax: improve macro expansion and type checking" has been added to the 5.15-stable tree
` [PATCH v3 12/19 5.15.y] minmax: fix up min3() and max3() too
` [PATCH v3 13/19 5.15.y] minmax.h: add whitespace around operators and after commas
` Patch "minmax.h: add whitespace around operators and after commas" has been added to the 5.15-stable tree
` [PATCH v3 14/19 5.15.y] minmax.h: update some comments
` Patch "minmax.h: update some comments" has been added to the 5.15-stable tree
` [PATCH v3 15/19 5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH v3 16/19 5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` 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 17/19 5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones
` [PATCH v3 18/19 5.15.y] minmax.h: simplify the variants of clamp()
` [PATCH v3 19/19 5.15.y] minmax.h: remove some #defines that are only expanded once
[PATCH v2] vfs: remove the excl argument from the ->create() inode_operation
2025-11-08 9:19 UTC (7+ 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 (2+ 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).