messages from 2025-09-10 08:38:58 to 2025-10-03 13:01:47 UTC [more...]
[PATCH v2 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
2025-10-03 12:59 UTC (3+ 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 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
[GIT PULL] EDAC updates for v6.18
2025-09-30 21:02 UTC (2+ messages)
[PATCH 00/19 v6.1.y] Backport minmax.h updates from v6.17-rc7
2025-09-29 18:39 UTC (25+ messages)
` [PATCH 01/19 v6.1.y] minmax: add in_range() macro
` [PATCH 02/19 v6.1.y] minmax: Introduce {min,max}_array()
` [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 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 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 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 next] EDAC/versalnet: Fix off by one in handle_error()
2025-09-27 12:26 UTC
[PATCH] x86/mce: deal with UCE when copy clean pagecache to user space
2025-09-26 16:07 UTC (3+ messages)
[PATCH v11 0/3] PCI: trace: Add a RAS tracepoint to monitor link speed changes
2025-09-26 0:18 UTC (5+ messages)
` [PATCH v11 1/3] PCI: trace: Add a generic RAS tracepoint for hotplug event
` [PATCH v11 2/3] PCI: trace: Add a RAS tracepoint to monitor link speed changes
` [PATCH v11 3/3] Documentation: tracing: Add documentation about PCI tracepoints
Thematic Funds Letter Of Intent
2025-09-23 23:54 UTC
[PATCH v10 0/3] PCI: trace: Add a RAS tracepoint to monitor link speed changes
2025-09-23 8:09 UTC (13+ messages)
` [PATCH v10 1/3] PCI: trace: Add a generic RAS tracepoint for hotplug event
` [PATCH v10 2/3] PCI: trace: Add a RAS tracepoint to monitor link speed changes
` [PATCH v10 3/3] Documentation: tracing: Add documentation about PCI tracepoints
[PATCH v6 00/15] AMD MCA interrupts rework
2025-09-22 13:58 UTC (31+ messages)
` [PATCH v6 01/15] x86/mce: Set CR4.MCE last during init
` [PATCH v6 02/15] x86/mce: Define BSP-only init
` [PATCH v6 03/15] x86/mce: Define BSP-only SMCA init
` [PATCH v6 04/15] x86/mce: Do 'UNKNOWN' vendor check early
` [PATCH v6 05/15] x86/mce: Separate global and per-CPU quirks
` [PATCH v6 06/15] x86/mce: Move machine_check_poll() status checks to helper functions
` [PATCH v6 07/15] x86/mce: Add clear_bank() helper
` [PATCH v6 10/15] x86/mce/amd: Enable interrupt vectors once per-CPU on SMCA systems
` [PATCH v6 12/15] x86/mce/amd: Remove redundant reset_block()
` [PATCH v6 13/15] x86/mce/amd: Define threshold restart function for banks
` [PATCH v6 15/15] x86/mce: Save and use APEI corrected threshold limit
[PATCH 00/27 5.10.y] Backport minmax.h updates from v6.17-rc6
2025-09-22 13:10 UTC (36+ 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 00/15 v6.6.y] Backport minmax.h updates from v6.17-rc7
2025-09-22 10:32 UTC (16+ 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 04/15 6.6.y] minmax: make generic MIN() and MAX() macros available everywhere
` [PATCH 05/15 6.6.y] minmax: simplify min()/max()/clamp() implementation
` [PATCH 06/15 6.6.y] minmax: don't use max() in situations that want a C constant expression
` [PATCH 07/15 6.6.y] minmax: improve macro expansion and type checking
` [PATCH 08/15 6.6.y] minmax: fix up min3() and max3() too
` [PATCH 09/15 6.6.y] minmax.h: add whitespace around operators and after commas
` [PATCH 10/15 6.6.y] minmax.h: update some comments
` [PATCH 11/15 6.6.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
` [PATCH 12/15 6.6.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
` [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
[PATCH] EDAC/skx_common: Fix allocation check when adxl_component_count is 0
2025-09-22 6:22 UTC (3+ messages)
` [External] "
[PATCH v12 0/2] ACPI: Add support for ACPI RAS2 feature table
2025-09-19 10:39 UTC (12+ messages)
` [PATCH v12 1/2] ACPI:RAS2: Add ACPI RAS2 driver
[PATCH v9 0/2] add PCI hotplug and PCIe link tracepoint
2025-09-19 1:40 UTC (3+ messages)
spurious mce Hardware Error messages in next-20250912
2025-09-18 22:07 UTC (18+ messages)
[PATCH next] EDAC/versalnet: Fix error code in probe()
2025-09-18 12:40 UTC (2+ messages)
[bug report] EDAC: Add a driver for the AMD Versal NET DDR controller
2025-09-18 10:09 UTC (2+ messages)
[PATCH 0/2] Add support for AMD Family 1Ah-based SOCs
2025-09-17 10:01 UTC (4+ messages)
` [PATCH 1/2] EDAC/amd64: Add support for AMD family 1Ah-based newer models
` [PATCH 2/2] EDAC/mc_sysfs: Increase legacy channel support to 16
[PATCH v3 0/5] Cleanup and add support for AMD Family 1Ah-based SOCs
2025-09-16 16:09 UTC (18+ messages)
` [PATCH v3 1/5] EDAC/amd64: Generate ctl_name string at runtime
` [PATCH v3 2/5] EDAC/amd64: Remove NUM_CONTROLLERS macro
` [PATCH v3 3/5] EDAC/amd64: Add support for AMD family 1Ah-based newer models
` [PATCH v3 4/5] EDAC/mc_sysfs: Increase legacy channel support to 16
` [PATCH v3 5/5] EDAC/mc_sysfs: Begin deprecating legacy sysfs EDAC interface
[PATCH v9 0/5] EDAC/Versal NET: Add support for error notification
2025-09-16 8:47 UTC (2+ messages)
[PATCH v2 0/2] Incorporate DRAM address in EDAC messages
2025-09-15 21:20 UTC (3+ messages)
` [PATCH v2 1/2] RAS/AMD/ATL: Translate UMC normalized address to DRAM address using PRM
` [PATCH v2 2/2] EDAC/amd64: Incorporate DRAM Address in EDAC message
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).