Show patches with: Submitter = Farber, Eliav       |   130 patches
« 1 2 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[01/27,5.10.y] overflow, tracing: Define the is_signed_type() macro once Backport minmax.h updates from v6.17-rc6 - - - - --- 2025-09-19 Farber, Eliav Handled Elsewhere
[02/27,5.10.y] minmax: sanity check constant bounds when clamping Backport minmax.h updates from v6.17-rc6 - - 1 - --- 2025-09-19 Farber, Eliav Handled Elsewhere
[03/27,5.10.y] minmax: clamp more efficiently by avoiding extra comparison Backport minmax.h updates from v6.17-rc6 - - - - --- 2025-09-19 Farber, Eliav Handled Elsewhere
[04/27,5.10.y] minmax: add in_range() macro Backport minmax.h updates from v6.17-rc6 - - 1 - --- 2025-09-19 Farber, Eliav Handled Elsewhere
[05/27,5.10.y] minmax: Introduce {min,max}_array() Backport minmax.h updates from v6.17-rc6 - - 2 - --- 2025-09-19 Farber, Eliav Handled Elsewhere
[06/27,5.10.y] minmax: deduplicate __unconst_integer_typeof() Backport minmax.h updates from v6.17-rc6 1 - - - --- 2025-09-19 Farber, Eliav Handled Elsewhere
[07/27,5.10.y] minmax: fix header inclusions Backport minmax.h updates from v6.17-rc6 - - 1 - --- 2025-09-19 Farber, Eliav Handled Elsewhere
[08/27,5.10.y] minmax: allow min()/max()/clamp() if the arguments have the same signedness. Backport minmax.h updates from v6.17-rc6 - - - - --- 2025-09-19 Farber, Eliav Handled Elsewhere
[09/27,5.10.y] minmax: fix indentation of __cmp_once() and __clamp_once() Backport minmax.h updates from v6.17-rc6 - - - - --- 2025-09-19 Farber, Eliav Handled Elsewhere
[10/27,5.10.y] minmax: allow comparisons of 'int' against 'unsigned char/short' Backport minmax.h updates from v6.17-rc6 - - - - --- 2025-09-19 Farber, Eliav Handled Elsewhere
[11/27,5.10.y] minmax: relax check to allow comparison between unsigned arguments and signed consta… Backport minmax.h updates from v6.17-rc6 - - - - --- 2025-09-19 Farber, Eliav Handled Elsewhere
[12/27,5.10.y] minmax: avoid overly complicated constant expressions in VM code Backport minmax.h updates from v6.17-rc6 - - - - --- 2025-09-19 Farber, Eliav Handled Elsewhere
[13/27,5.10.y] minmax: add a few more MIN_T/MAX_T users Backport minmax.h updates from v6.17-rc6 - - - - --- 2025-09-19 Farber, Eliav Handled Elsewhere
[14/27,5.10.y] minmax: simplify and clarify min_t()/max_t() implementation Backport minmax.h updates from v6.17-rc6 - - - - --- 2025-09-19 Farber, Eliav Handled Elsewhere
[15/27,5.10.y] minmax: make generic MIN() and MAX() macros available everywhere Backport minmax.h updates from v6.17-rc6 - - - - --- 2025-09-19 Farber, Eliav Handled Elsewhere
[16/27,5.10.y] lib: zstd: drop local MIN/MAX macros in favor of generic ones Backport minmax.h updates from v6.17-rc6 - - - - --- 2025-09-19 Farber, Eliav Handled Elsewhere
[17/27,5.10.y] minmax: don't use max() in situations that want a C constant expression Backport minmax.h updates from v6.17-rc6 - - - - --- 2025-09-19 Farber, Eliav Handled Elsewhere
[18/27,5.10.y] minmax: simplify min()/max()/clamp() implementation Backport minmax.h updates from v6.17-rc6 - - - - --- 2025-09-19 Farber, Eliav Handled Elsewhere
[19/27,5.10.y] minmax: improve macro expansion and type checking Backport minmax.h updates from v6.17-rc6 - - - - --- 2025-09-19 Farber, Eliav Handled Elsewhere
[20/27,5.10.y] minmax: fix up min3() and max3() too Backport minmax.h updates from v6.17-rc6 1 - - - --- 2025-09-19 Farber, Eliav Handled Elsewhere
[21/27,5.10.y] minmax.h: add whitespace around operators and after commas Backport minmax.h updates from v6.17-rc6 - - - - --- 2025-09-19 Farber, Eliav Handled Elsewhere
[22/27,5.10.y] minmax.h: update some comments Backport minmax.h updates from v6.17-rc6 - - - - --- 2025-09-19 Farber, Eliav Handled Elsewhere
[23/27,5.10.y] minmax.h: reduce the #define expansion of min(), max() and clamp() Backport minmax.h updates from v6.17-rc6 - - - - --- 2025-09-19 Farber, Eliav Handled Elsewhere
[24/27,5.10.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp() Backport minmax.h updates from v6.17-rc6 - - - - --- 2025-09-19 Farber, Eliav Handled Elsewhere
[25/27,5.10.y] minmax.h: move all the clamp() definitions after the min/max() ones Backport minmax.h updates from v6.17-rc6 - - - - --- 2025-09-19 Farber, Eliav Handled Elsewhere
[26/27,5.10.y] minmax.h: simplify the variants of clamp() Backport minmax.h updates from v6.17-rc6 - - - - --- 2025-09-19 Farber, Eliav Not Applicable
[27/27,5.10.y] minmax.h: remove some #defines that are only expanded once Backport minmax.h updates from v6.17-rc6 - - - - --- 2025-09-19 Farber, Eliav Handled Elsewhere
[01/19,v6.1.y] minmax: add in_range() macro Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-09-24 Farber, Eliav Handled Elsewhere
[02/19,v6.1.y] minmax: Introduce {min,max}_array() Backport minmax.h updates from v6.17-rc7 - - 2 - --- 2025-09-24 Farber, Eliav Handled Elsewhere
[03/19,v6.1.y] minmax: deduplicate __unconst_integer_typeof() Backport minmax.h updates from v6.17-rc7 1 - - - --- 2025-09-24 Farber, Eliav Handled Elsewhere
[04/19,v6.1.y] minmax: fix indentation of __cmp_once() and __clamp_once() Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-09-24 Farber, Eliav Handled Elsewhere
[05/19,v6.1.y] minmax: avoid overly complicated constant expressions in VM code Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-09-24 Farber, Eliav Handled Elsewhere
[06/19,v6.1.y] minmax: simplify and clarify min_t()/max_t() implementation Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-09-24 Farber, Eliav Handled Elsewhere
[07/19,v6.1.y] minmax: make generic MIN() and MAX() macros available everywhere Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-09-24 Farber, Eliav Handled Elsewhere
[08/19,v6.1.y] minmax: add a few more MIN_T/MAX_T users Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-09-24 Farber, Eliav Handled Elsewhere
[09/19,v6.1.y] minmax: simplify min()/max()/clamp() implementation Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-09-24 Farber, Eliav Handled Elsewhere
[10/19,v6.1.y] minmax: don't use max() in situations that want a C constant expression Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-09-24 Farber, Eliav Handled Elsewhere
[11/19,v6.1.y] minmax: improve macro expansion and type checking Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-09-24 Farber, Eliav Handled Elsewhere
[12/19,v6.1.y] minmax: fix up min3() and max3() too Backport minmax.h updates from v6.17-rc7 1 - - - --- 2025-09-24 Farber, Eliav Handled Elsewhere
[13/19,v6.1.y] minmax.h: add whitespace around operators and after commas Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-09-24 Farber, Eliav Handled Elsewhere
[14/19,v6.1.y] minmax.h: update some comments Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-09-24 Farber, Eliav Handled Elsewhere
[15/19,v6.1.y] minmax.h: reduce the #define expansion of min(), max() and clamp() Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-09-24 Farber, Eliav Handled Elsewhere
[16/19,v6.1.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp() Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-09-24 Farber, Eliav Handled Elsewhere
[17/19,v6.1.y] minmax.h: move all the clamp() definitions after the min/max() ones Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-09-24 Farber, Eliav Handled Elsewhere
[18/19,v6.1.y] minmax.h: simplify the variants of clamp() Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-09-24 Farber, Eliav Handled Elsewhere
[19/19,v6.1.y] minmax.h: remove some #defines that are only expanded once Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-09-24 Farber, Eliav Handled Elsewhere
[01/19,5.15.y] minmax: add in_range() macro Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-02 Farber, Eliav Handled Elsewhere
[02/19,5.15.y] minmax: Introduce {min,max}_array() Backport minmax.h updates from v6.17-rc7 - - 2 - --- 2025-10-02 Farber, Eliav Handled Elsewhere
[03/19,5.15.y] minmax: deduplicate __unconst_integer_typeof() Backport minmax.h updates from v6.17-rc7 1 - - - --- 2025-10-02 Farber, Eliav Handled Elsewhere
[04/19,5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once() Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-02 Farber, Eliav Handled Elsewhere
[05/19,5.15.y] minmax: avoid overly complicated constant expressions in VM code Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-02 Farber, Eliav Handled Elsewhere
[06/19,5.15.y] minmax: make generic MIN() and MAX() macros available everywhere Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-02 Farber, Eliav Handled Elsewhere
[07/19,5.15.y] minmax: add a few more MIN_T/MAX_T users Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-02 Farber, Eliav Handled Elsewhere
[08/19,5.15.y] minmax: simplify and clarify min_t()/max_t() implementation Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-02 Farber, Eliav Handled Elsewhere
[09/19,5.15.y] minmax: simplify min()/max()/clamp() implementation Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-02 Farber, Eliav Handled Elsewhere
[10/19,5.15.y] minmax: don't use max() in situations that want a C constant expression Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-02 Farber, Eliav Handled Elsewhere
[11/19,5.15.y] minmax: improve macro expansion and type checking Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-02 Farber, Eliav Handled Elsewhere
[12/19,5.15.y] minmax: fix up min3() and max3() too Backport minmax.h updates from v6.17-rc7 1 - - - --- 2025-10-02 Farber, Eliav Handled Elsewhere
[13/19,5.15.y] minmax.h: add whitespace around operators and after commas Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-02 Farber, Eliav Handled Elsewhere
[14/19,5.15.y] minmax.h: update some comments Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-02 Farber, Eliav Handled Elsewhere
[15/19,5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp() Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-02 Farber, Eliav Handled Elsewhere
[16/19,5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp() Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-02 Farber, Eliav Handled Elsewhere
[17/19,5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-02 Farber, Eliav Handled Elsewhere
[18/19,5.15.y] minmax.h: simplify the variants of clamp() Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-02 Farber, Eliav Handled Elsewhere
[19/19,5.15.y] minmax.h: remove some #defines that are only expanded once Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-02 Farber, Eliav Handled Elsewhere
[v2,01/19,5.15.y] minmax: add in_range() macro Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-03 Farber, Eliav Handled Elsewhere
[v2,02/19,5.15.y] minmax: Introduce {min,max}_array() Backport minmax.h updates from v6.17-rc7 - - 2 - --- 2025-10-03 Farber, Eliav Handled Elsewhere
[v2,03/19,5.15.y] minmax: deduplicate __unconst_integer_typeof() Backport minmax.h updates from v6.17-rc7 1 - - - --- 2025-10-03 Farber, Eliav Handled Elsewhere
[v2,04/19,5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once() Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-03 Farber, Eliav Handled Elsewhere
[v2,05/19,5.15.y] minmax: avoid overly complicated constant expressions in VM code Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-03 Farber, Eliav Handled Elsewhere
[v2,06/19,5.15.y] minmax: add a few more MIN_T/MAX_T users Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-03 Farber, Eliav Handled Elsewhere
[v2,07/19,5.15.y] minmax: simplify and clarify min_t()/max_t() implementation Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-03 Farber, Eliav Handled Elsewhere
[v2,08/19,5.15.y] minmax: make generic MIN() and MAX() macros available everywhere Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-03 Farber, Eliav Handled Elsewhere
[v2,09/19,5.15.y] minmax: don't use max() in situations that want a C constant expression Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-03 Farber, Eliav Handled Elsewhere
[v2,10/19,5.15.y] minmax: simplify min()/max()/clamp() implementation Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-03 Farber, Eliav Handled Elsewhere
[v2,11/19,5.15.y] minmax: improve macro expansion and type checking Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-03 Farber, Eliav Handled Elsewhere
[v2,12/19,5.15.y] minmax: fix up min3() and max3() too Backport minmax.h updates from v6.17-rc7 1 - - - --- 2025-10-03 Farber, Eliav Handled Elsewhere
[v2,13/19,5.15.y] minmax.h: add whitespace around operators and after commas Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-03 Farber, Eliav Handled Elsewhere
[v2,14/19,5.15.y] minmax.h: update some comments Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-03 Farber, Eliav Handled Elsewhere
[v2,15/19,5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp() Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-03 Farber, Eliav Handled Elsewhere
[v2,16/19,5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp() Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-03 Farber, Eliav Handled Elsewhere
[v2,17/19,5.15.y] minmax.h: move all the clamp() definitions after the min/max() ones Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-03 Farber, Eliav Handled Elsewhere
[v2,18/19,5.15.y] minmax.h: simplify the variants of clamp() Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-03 Farber, Eliav Handled Elsewhere
[v2,19/19,5.15.y] minmax.h: remove some #defines that are only expanded once Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-03 Farber, Eliav Handled Elsewhere
[v3,01/19,5.15.y] minmax: add in_range() macro Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-08 Farber, Eliav Handled Elsewhere
[v3,02/19,5.15.y] minmax: Introduce {min,max}_array() Backport minmax.h updates from v6.17-rc7 - - 2 - --- 2025-10-08 Farber, Eliav Handled Elsewhere
[v3,03/19,5.15.y] minmax: deduplicate __unconst_integer_typeof() Backport minmax.h updates from v6.17-rc7 1 - - - --- 2025-10-08 Farber, Eliav Handled Elsewhere
[v3,04/19,5.15.y] minmax: fix indentation of __cmp_once() and __clamp_once() Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-08 Farber, Eliav Handled Elsewhere
[v3,05/19,5.15.y] minmax: avoid overly complicated constant expressions in VM code Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-08 Farber, Eliav Handled Elsewhere
[v3,06/19,5.15.y] minmax: add a few more MIN_T/MAX_T users Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-08 Farber, Eliav Handled Elsewhere
[v3,07/19,5.15.y] minmax: simplify and clarify min_t()/max_t() implementation Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-08 Farber, Eliav Handled Elsewhere
[v3,08/19,5.15.y] minmax: make generic MIN() and MAX() macros available everywhere Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-08 Farber, Eliav Handled Elsewhere
[v3,09/19,5.15.y] minmax: don't use max() in situations that want a C constant expression Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-08 Farber, Eliav Handled Elsewhere
[v3,10/19,5.15.y] minmax: simplify min()/max()/clamp() implementation Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-08 Farber, Eliav Handled Elsewhere
[v3,11/19,5.15.y] minmax: improve macro expansion and type checking Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-08 Farber, Eliav Handled Elsewhere
[v3,12/19,5.15.y] minmax: fix up min3() and max3() too Backport minmax.h updates from v6.17-rc7 1 - - - --- 2025-10-08 Farber, Eliav Handled Elsewhere
[v3,13/19,5.15.y] minmax.h: add whitespace around operators and after commas Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-08 Farber, Eliav Handled Elsewhere
[v3,14/19,5.15.y] minmax.h: update some comments Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-08 Farber, Eliav Handled Elsewhere
[v3,15/19,5.15.y] minmax.h: reduce the #define expansion of min(), max() and clamp() Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-08 Farber, Eliav Handled Elsewhere
[v3,16/19,5.15.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp() Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-08 Farber, Eliav Handled Elsewhere
« 1 2 »