index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
minmax.h
Age
Commit message (
Expand
)
Author
Files
Lines
2024-07-31
minmax: fix up min3() and max3() too
Linus Torvalds
1
-2
/
+10
2024-07-30
minmax: improve macro expansion and type checking
Linus Torvalds
1
-15
/
+59
2024-07-29
minmax: simplify min()/max()/clamp() implementation
Linus Torvalds
1
-23
/
+20
2024-07-29
minmax: make generic MIN() and MAX() macros available everywhere
Linus Torvalds
1
-0
/
+2
2024-07-28
minmax: simplify and clarify min_t()/max_t() implementation
Linus Torvalds
1
-8
/
+11
2024-07-27
minmax: avoid overly complicated constant expressions in VM code
Linus Torvalds
1
-0
/
+7
2023-10-19
minmax: relax check to allow comparison between unsigned arguments and signed...
David Laight
1
-7
/
+17
2023-10-19
minmax: allow comparisons of 'int' against 'unsigned char/short'
David Laight
1
-2
/
+3
2023-10-19
minmax: fix indentation of __cmp_once() and __clamp_once()
David Laight
1
-15
/
+15
2023-10-19
minmax: allow min()/max()/clamp() if the arguments have the same signedness.
David Laight
1
-28
/
+32
2023-10-19
minmax: add umin(a, b) and umax(a, b)
David Laight
1
-0
/
+17
2023-10-04
minmax: fix header inclusions
Andy Shevchenko
1
-1
/
+2
2023-10-04
minmax: deduplicate __unconst_integer_typeof()
Andy Shevchenko
1
-23
/
+3
2023-08-30
Merge tag 'sound-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...
Linus Torvalds
1
-0
/
+64
2023-08-25
minmax: add in_range() macro
Matthew Wilcox (Oracle)
1
-0
/
+27
2023-07-10
minmax: Introduce {min,max}_array()
Herve Codina
1
-0
/
+64
2022-11-19
minmax: clamp more efficiently by avoiding extra comparison
Jason A. Donenfeld
1
-1
/
+1
2022-11-19
minmax: sanity check constant bounds when clamping
Jason A. Donenfeld
1
-2
/
+24
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