Show patches with: State = Action Required       |    Archived = No       |   74 patches
Patch Series A/F/R/T S/W/F Date Submitter Delegate State
[RFC] um: time: fix userspace detection during tick accounting [RFC] um: time: fix userspace detection during tick accounting - 1 - - --- 2025-06-17 Thomas Weißschuh New
[v3,01/19,5.15.y] minmax: add in_range() macro Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-08 Farber, Eliav New
[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 New
[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 New
[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 New
[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 New
[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 New
[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 New
[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 New
[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 New
[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 New
[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 New
[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 New
[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 New
[v3,14/19,5.15.y] minmax.h: update some comments Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-08 Farber, Eliav New
[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 New
[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 New
[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 New
[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 New
[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 New
[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 New
[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 New
[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 New
[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 New
[v2,05/27,5.10.y] minmax: add in_range() macro Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-17 Farber, Eliav New
[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 New
[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 New
[v2,08/27,5.10.y] minmax: fix header inclusions Backport minmax.h updates from v6.17-rc7 - - 1 - --- 2025-10-17 Farber, Eliav New
[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 New
[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 New
[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 New
[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 New
[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 New
[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 New
[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 New
[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 New
[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 New
[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 New
[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 New
[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 New
[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 New
[v2,22/27,5.10.y] minmax.h: update some comments Backport minmax.h updates from v6.17-rc7 - - - - --- 2025-10-17 Farber, Eliav New
[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 New
[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 New
[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 New
[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 New
[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 New
[v12,01/13] x86/um: nommu: elf loader for fdpic nommu UML 1 - - - --- 2025-11-02 Hajime Tazaki New
[v12,02/13] um: decouple MMU specific code from the common part nommu UML - - - - --- 2025-11-02 Hajime Tazaki New
[v12,03/13] um: nommu: memory handling nommu UML - - - - --- 2025-11-02 Hajime Tazaki New
[v12,04/13] x86/um: nommu: syscall handling nommu UML - - - - --- 2025-11-02 Hajime Tazaki New
[v12,05/13] um: nommu: seccomp syscalls hook nommu UML - - - - --- 2025-11-02 Hajime Tazaki New
[v12,06/13] x86/um: nommu: process/thread handling nommu UML - - - - --- 2025-11-02 Hajime Tazaki New
[v12,07/13] um: nommu: configure fs register on host syscall invocation nommu UML - - - - --- 2025-11-02 Hajime Tazaki New
[v12,08/13] x86/um/vdso: nommu: vdso memory update nommu UML - - - - --- 2025-11-02 Hajime Tazaki New
[v12,09/13] x86/um: nommu: signal handling nommu UML - - - - --- 2025-11-02 Hajime Tazaki New
[v12,10/13] um: change machine name for uname output nommu UML - - - - --- 2025-11-02 Hajime Tazaki New
[v12,11/13] um: nommu: disable SMP on nommu UML nommu UML - - - - --- 2025-11-02 Hajime Tazaki New
[v12,12/13] um: nommu: add documentation of nommu UML nommu UML - - - - --- 2025-11-02 Hajime Tazaki New
[v12,13/13] um: nommu: plug nommu code into build system nommu UML - - - - --- 2025-11-02 Hajime Tazaki New
[v2] vfs: remove the excl argument from the ->create() inode_operation [v2] vfs: remove the excl argument from the ->create() inode_operation - - 2 - --- 2025-11-07 Jeff Layton New
[v13,01/13] x86/um: nommu: elf loader for fdpic nommu UML 1 - - - --- 2025-11-08 Hajime Tazaki New
[v13,02/13] um: decouple MMU specific code from the common part nommu UML - - - - --- 2025-11-08 Hajime Tazaki New
[v13,03/13] um: nommu: memory handling nommu UML - - - - --- 2025-11-08 Hajime Tazaki New
[v13,04/13] x86/um: nommu: syscall handling nommu UML - - - - --- 2025-11-08 Hajime Tazaki New
[v13,05/13] um: nommu: seccomp syscalls hook nommu UML - - - - --- 2025-11-08 Hajime Tazaki New
[v13,06/13] x86/um: nommu: process/thread handling nommu UML - - - - --- 2025-11-08 Hajime Tazaki New
[v13,07/13] um: nommu: configure fs register on host syscall invocation nommu UML - - - - --- 2025-11-08 Hajime Tazaki New
[v13,08/13] x86/um/vdso: nommu: vdso memory update nommu UML - - - - --- 2025-11-08 Hajime Tazaki New
[v13,09/13] x86/um: nommu: signal handling nommu UML - - - - --- 2025-11-08 Hajime Tazaki New
[v13,10/13] um: change machine name for uname output nommu UML - - - - --- 2025-11-08 Hajime Tazaki New
[v13,11/13] um: nommu: disable SMP on nommu UML nommu UML - - - - --- 2025-11-08 Hajime Tazaki New
[v13,12/13] um: nommu: add documentation of nommu UML nommu UML - - - - --- 2025-11-08 Hajime Tazaki New
[v13,13/13] um: nommu: plug nommu code into build system nommu UML - - - - --- 2025-11-08 Hajime Tazaki New