| Age | Commit message (Expand) | Author | Files | Lines |
|---|---|---|---|---|
| 2024-07-27 | minmax: relax check to allow comparison between unsigned arguments and signed... | David Laight | 1 | -7/+17 |
| 2024-07-27 | minmax: allow comparisons of 'int' against 'unsigned char/short' | David Laight | 1 | -2/+3 |
| 2024-07-27 | minmax: allow min()/max()/clamp() if the arguments have the same signedness. | David Laight | 1 | -28/+32 |
| 2024-07-27 | minmax: fix header inclusions | Andy Shevchenko | 1 | -0/+2 |
| 2024-07-27 | minmax: clamp more efficiently by avoiding extra comparison | Jason A. Donenfeld | 1 | -1/+1 |
| 2024-07-27 | minmax: sanity check constant bounds when clamping | Jason A. Donenfeld | 1 | -2/+24 |
| 2024-04-10 | minmax: add umin(a, b) and umax(a, b) | David Laight | 1 | -0/+17 |
| 2021-05-23 | linux/bits.h: fix compilation error with GENMASK | Rikard Falkeborn | 1 | -8/+2 |
| 2020-10-16 | kernel.h: split out min()/max() et al. helpers | Andy Shevchenko | 1 | -0/+153 |
