Messages by Thread
-
[PATCH] um: use ARRAY_SIZE to calculate the length of an array
Chen Changcheng
-
[GIT PULL] uml 6.19-rc1
Johannes Berg
-
[PATCH RESEND v3] vfs: remove the excl argument from the ->create() inode_operation
Jeff Layton
-
[PATCH] um: Disable KASAN_INLINE when STATIC_LINK is selected
Christophe Leroy (CS GROUP)
-
[PATCH v4 11/12] arch/um: don't initialize kasan if it's disabled
Baoquan He
-
Re: [linux-next:master 4806/10599] error[E0560]: struct `bindings::kernel_param_ops` has no field named `get`
Miguel Ojeda
-
[PATCH] arch: um: Don't rename vmap to kernel_vmap
David Gow
-
[PATCH v2 0/4] printk cleanup - part 2
Marcos Paulo de Souza
-
[PATCH v2 0/7] enable PT_RECLAIM on all 64-bit architectures
Qi Zheng
-
No more non-root networking modes?
Glenn Washburn
-
[PATCH 0/7] enable PT_RECLAIM on all 64-bit architectures
Qi Zheng
-
[PATCH] um: drivers: virtio: use string choices helper
Kuninori Morimoto
-
[PATCH net v5 0/2] virtio-net: fix for VIRTIO_NET_F_GUEST_HDRLEN
Xuan Zhuo
-
[PATCH v3] vfs: remove the excl argument from the ->create() inode_operation
Jeff Layton
-
[PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
Eliav Farber
-
[PATCH v2 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
Eliav Farber
-
Re: [PATCH v2 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
Greg KH
-
RE: [PATCH v2 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
Farber, Eliav
-
Re: [PATCH v2 01/27 5.10.y] overflow, tracing: Define the is_signed_type() macro once
Greg KH
-
Patch "overflow, tracing: Define the is_signed_type() macro once" has been added to the 5.10-stable tree
gregkh
-
[PATCH v2 06/27 5.10.y] minmax: Introduce {min,max}_array()
Eliav Farber
-
[PATCH v2 02/27 5.10.y] btrfs: remove duplicated in_range() macro
Eliav Farber
-
Patch "btrfs: remove duplicated in_range() macro" has been added to the 5.10-stable tree
gregkh
-
[PATCH v2 03/27 5.10.y] minmax: sanity check constant bounds when clamping
Eliav Farber
-
[PATCH v2 05/27 5.10.y] minmax: add in_range() macro
Eliav Farber
-
[PATCH v2 04/27 5.10.y] minmax: clamp more efficiently by avoiding extra comparison
Eliav Farber
-
[PATCH v2 07/27 5.10.y] minmax: deduplicate __unconst_integer_typeof()
Eliav Farber
-
Patch "minmax: deduplicate __unconst_integer_typeof()" has been added to the 5.10-stable tree
gregkh
-
[PATCH v2 10/27 5.10.y] minmax: fix indentation of __cmp_once() and __clamp_once()
Eliav Farber
-
[PATCH v2 08/27 5.10.y] minmax: fix header inclusions
Eliav Farber
-
Patch "minmax: fix header inclusions" has been added to the 5.10-stable tree
gregkh
-
[PATCH v2 11/27 5.10.y] minmax: allow comparisons of 'int' against 'unsigned char/short'
Eliav Farber
-
[PATCH v2 09/27 5.10.y] minmax: allow min()/max()/clamp() if the arguments have the same signedness.
Eliav Farber
-
[PATCH v2 13/27 5.10.y] minmax: avoid overly complicated constant expressions in VM code
Eliav Farber
-
[PATCH v2 15/27 5.10.y] minmax: simplify and clarify min_t()/max_t() implementation
Eliav Farber
-
Patch "minmax: simplify and clarify min_t()/max_t() implementation" has been added to the 5.10-stable tree
gregkh
-
[PATCH v2 16/27 5.10.y] minmax: make generic MIN() and MAX() macros available everywhere
Eliav Farber
-
[PATCH v2 18/27 5.10.y] minmax: simplify min()/max()/clamp() implementation
Eliav Farber
-
Patch "minmax: simplify min()/max()/clamp() implementation" has been added to the 5.10-stable tree
gregkh
-
[PATCH v2 17/27 5.10.y] minmax: don't use max() in situations that want a C constant expression
Eliav Farber
-
Patch "minmax: don't use max() in situations that want a C constant expression" has been added to the 5.10-stable tree
gregkh
-
[PATCH v2 14/27 5.10.y] minmax: add a few more MIN_T/MAX_T users
Eliav Farber
-
Patch "minmax: add a few more MIN_T/MAX_T users" has been added to the 5.10-stable tree
gregkh
-
[PATCH v2 12/27 5.10.y] minmax: relax check to allow comparison between unsigned arguments and signed constants
Eliav Farber
-
[PATCH v2 19/27 5.10.y] minmax: improve macro expansion and type checking
Eliav Farber
-
[PATCH v2 21/27 5.10.y] minmax.h: add whitespace around operators and after commas
Eliav Farber
-
[PATCH v2 20/27 5.10.y] minmax: fix up min3() and max3() too
Eliav Farber
-
[PATCH v2 22/27 5.10.y] minmax.h: update some comments
Eliav Farber
-
Patch "minmax.h: update some comments" has been added to the 5.10-stable tree
gregkh
-
[PATCH v2 27/27 5.10.y] minmax.h: remove some #defines that are only expanded once
Eliav Farber
-
[PATCH v2 26/27 5.10.y] minmax.h: simplify the variants of clamp()
Eliav Farber
-
[PATCH v2 25/27 5.10.y] minmax.h: move all the clamp() definitions after the min/max() ones
Eliav Farber
-
[PATCH v2 23/27 5.10.y] minmax.h: reduce the #define expansion of min(), max() and clamp()
Eliav Farber
-
Patch "minmax.h: reduce the #define expansion of min(), max() and clamp()" has been added to the 5.10-stable tree
gregkh
-
[PATCH v2 24/27 5.10.y] minmax.h: use BUILD_BUG_ON_MSG() for the lo < hi test in clamp()
Eliav Farber
-
Re: [PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
Greg KH
-
RE: [PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
Farber, Eliav
-
Re: [PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
Greg KH
-
Re: [PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
Nathan Chancellor
-
Re: [PATCH v2 00/27 5.10.y] Backport minmax.h updates from v6.17-rc7
Greg KH
-
[PATCH v3 00/19 5.15.y] Backport minmax.h updates from v6.17-rc7
Eliav Farber
-
[PATCH v13 00/13] nommu UML
Hajime Tazaki
-
[PATCH v2] vfs: remove the excl argument from the ->create() inode_operation
Jeff Layton
-
[PATCH] vfs: remove the excl argument from the ->create() inode_operation
Jeff Layton
-
[PATCH v12 00/13] nommu UML
Hajime Tazaki