Show patches with: none      |   5984 patches
« 1 2 3 459 60 »
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[1/3] um: Use PAGE_ALIGN() for address alignment um: Memory related cleanups - - - - --- 2025-10-26 Tiwei Bie Superseded
[v2,27/27,5.10.y] minmax.h: remove some #defines that are only expanded once Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-17 Farber, Eliav Not Applicable
[v2,26/27,5.10.y] minmax.h: simplify the variants of clamp() Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-17 Farber, Eliav Not Applicable
[v2,25/27,5.10.y] minmax.h: move all the clamp() definitions after the min/max() ones Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-17 Farber, Eliav Not Applicable
[v2,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-rc7 - - - - --- 2025-10-17 Farber, Eliav Not Applicable
[v2,23/27,5.10.y] minmax.h: reduce the #define expansion of min(), max() and clamp() Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-17 Farber, Eliav Not Applicable
[v2,22/27,5.10.y] minmax.h: update some comments Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-17 Farber, Eliav Not Applicable
[v2,21/27,5.10.y] minmax.h: add whitespace around operators and after commas Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-17 Farber, Eliav Not Applicable
[v2,20/27,5.10.y] minmax: fix up min3() and max3() too Backport minmax.h updates from v6.17-rc7 1 - - - --- 2025-10-17 Farber, Eliav Not Applicable
[v2,19/27,5.10.y] minmax: improve macro expansion and type checking Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-17 Farber, Eliav Not Applicable
[v2,18/27,5.10.y] minmax: simplify min()/max()/clamp() implementation Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-17 Farber, Eliav Not Applicable
[v2,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-rc7 - - - - --- 2025-10-17 Farber, Eliav Not Applicable
[v2,16/27,5.10.y] minmax: make generic MIN() and MAX() macros available everywhere Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-17 Farber, Eliav Not Applicable
[v2,15/27,5.10.y] minmax: simplify and clarify min_t()/max_t() implementation Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-17 Farber, Eliav Not Applicable
[v2,14/27,5.10.y] minmax: add a few more MIN_T/MAX_T users Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-17 Farber, Eliav Not Applicable
[v2,13/27,5.10.y] minmax: avoid overly complicated constant expressions in VM code Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-17 Farber, Eliav Not Applicable
[v2,12/27,5.10.y] minmax: relax check to allow comparison between unsigned arguments and signed con… Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-17 Farber, Eliav Not Applicable
[v2,11/27,5.10.y] minmax: allow comparisons of 'int' against 'unsigned char/short' Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-17 Farber, Eliav Not Applicable
[v2,10/27,5.10.y] minmax: fix indentation of __cmp_once() and __clamp_once() Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-17 Farber, Eliav Not Applicable
[v2,09/27,5.10.y] minmax: allow min()/max()/clamp() if the arguments have the same signedness. Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-17 Farber, Eliav Not Applicable
[v2,08/27,5.10.y] minmax: fix header inclusions Backport minmax.h updates from v6.17-rc7 - - 1 - --- 2025-10-17 Farber, Eliav Not Applicable
[v2,07/27,5.10.y] minmax: deduplicate __unconst_integer_typeof() Backport minmax.h updates from v6.17-rc7 1 - - - --- 2025-10-17 Farber, Eliav Not Applicable
[v2,06/27,5.10.y] minmax: Introduce {min,max}_array() Backport minmax.h updates from v6.17-rc7 - - 2 - --- 2025-10-17 Farber, Eliav Not Applicable
[v2,05/27,5.10.y] minmax: add in_range() macro Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-17 Farber, Eliav Not Applicable
[v2,04/27,5.10.y] minmax: clamp more efficiently by avoiding extra comparison Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-17 Farber, Eliav Not Applicable
[v2,03/27,5.10.y] minmax: sanity check constant bounds when clamping Backport minmax.h updates from v6.17-rc7 - - 1 - --- 2025-10-17 Farber, Eliav Not Applicable
[v2,02/27,5.10.y] btrfs: remove duplicated in_range() macro Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-17 Farber, Eliav Not Applicable
[v2,01/27,5.10.y] overflow, tracing: Define the is_signed_type() macro once Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-17 Farber, Eliav Not Applicable
[RFC,4/4] x86: enable llvm-cov support Enable Clang's Source-based Code Coverage and MC/DC for x86-64 - - - - --- 2025-10-14 Sasha Levin RFC
[RFC,3/4] x86: disable llvm-cov instrumentation Enable Clang's Source-based Code Coverage and MC/DC for x86-64 - - - - --- 2025-10-14 Sasha Levin RFC
[RFC,2/4] llvm-cov: add Clang's MC/DC support Enable Clang's Source-based Code Coverage and MC/DC for x86-64 - - - - --- 2025-10-14 Sasha Levin RFC
[RFC,1/4] llvm-cov: add Clang's Source-based Code Coverage support Enable Clang's Source-based Code Coverage and MC/DC for x86-64 - - - - --- 2025-10-14 Sasha Levin RFC
[4/4] x86/um/vdso: Drop VDSO64-y from Makefile x86/um/vdso: Cleanups - - - - --- 2025-10-13 Thomas Weißschuh Accepted
[3/4] x86/um/vdso: Panic when vDSO can not be allocated x86/um/vdso: Cleanups - - - - --- 2025-10-13 Thomas Weißschuh Accepted
[2/4] x86/um/vdso: Use prototypes from generic vDSO headers x86/um/vdso: Cleanups - - - - --- 2025-10-13 Thomas Weißschuh Accepted
[1/4] x86/um/vdso: Fix prototype of clock_gettime() x86/um/vdso: Cleanups - - - - --- 2025-10-13 Thomas Weißschuh Accepted
[v2] vdso: Remove struct getcpu_cache [v2] vdso: Remove struct getcpu_cache - - - - --- 2025-10-13 Thomas Weißschuh Not Applicable
hostfs: Fix only passing host root in boot stage with new mount hostfs: Fix only passing host root in boot stage with new mount - 1 - - --- 2025-10-11 Hongbo Li Handled Elsewhere
[v3,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-08 Farber, Eliav Not Applicable
[v3,18/19,5.15.y] minmax.h: simplify the variants of clamp() Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-08 Farber, Eliav Not Applicable
[v3,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-08 Farber, Eliav Not Applicable
[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 Not Applicable
[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 Not Applicable
[v3,14/19,5.15.y] minmax.h: update some comments Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-08 Farber, Eliav Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[v3,01/19,5.15.y] minmax: add in_range() macro Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-08 Farber, Eliav Not Applicable
[2/2] um: move asm-offsets generation into a single file [1/2] um/hostfs: define HOSTFS_ATTR_* via asm-offsets - - - - --- 2025-10-07 Johannes Berg Accepted
[1/2] um/hostfs: define HOSTFS_ATTR_* via asm-offsets [1/2] um/hostfs: define HOSTFS_ATTR_* via asm-offsets - - 1 - --- 2025-10-07 Johannes Berg Accepted
um/hostfs: define HOSTFS_ATTR_* via asm-offsets um/hostfs: define HOSTFS_ATTR_* via asm-offsets - - - - --- 2025-10-07 Johannes Berg Superseded
[GIT,PULL] uml 6.18-rc1 [GIT,PULL] uml 6.18-rc1 - - - - --- 2025-10-06 Johannes Berg Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[v2,14/19,5.15.y] minmax.h: update some comments Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-03 Farber, Eliav Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[v2,01/19,5.15.y] minmax: add in_range() macro Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-03 Farber, Eliav Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[14/19,5.15.y] minmax.h: update some comments Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-02 Farber, Eliav Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[09/19,5.15.y] minmax: simplify min()/max()/clamp() implementation Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-02 Farber, Eliav Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[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 Not Applicable
[03/19,5.15.y] minmax: deduplicate __unconst_integer_typeof() Backport minmax.h updates from v6.17-rc7 1 - - - --- 2025-10-02 Farber, Eliav Not Applicable
[02/19,5.15.y] minmax: Introduce {min,max}_array() Backport minmax.h updates from v6.17-rc7 - - 2 - --- 2025-10-02 Farber, Eliav Not Applicable
[01/19,5.15.y] minmax: add in_range() macro Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-02 Farber, Eliav Not Applicable
[PATCH-RFC] init: simplify initrd code (was Re: [PATCH RESEND 00/62] initrd: remove classic initrd … [PATCH-RFC] init: simplify initrd code (was Re: [PATCH RESEND 00/62] initrd: remove classic initrd … - - - - --- 2025-09-25 Nicolas Schichan Not Applicable
« 1 2 3 459 60 »