index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
overflow.h
Age
Commit message (
Expand
)
Author
Files
Lines
2023-10-03
overflow: add DEFINE_FLEX() for on-stack allocs
Przemek Kitszel
1
-0
/
+35
2023-05-26
overflow: Add struct_size_t() helper
Kees Cook
1
-1
/
+17
2022-11-02
overflow: Introduce overflows_type() and castable_to_type()
Kees Cook
1
-0
/
+47
2022-10-26
overflow: Fix kern-doc markup for functions
Kees Cook
1
-22
/
+16
2022-09-08
overflow: Allow mixed type arguments
Kees Cook
1
-31
/
+41
2022-08-31
overflow, tracing: Define the is_signed_type() macro once
Bart Van Assche
1
-1
/
+0
2022-02-17
overflow: Provide constant expression struct_size
Kees Cook
1
-3
/
+7
2022-02-17
overflow: Implement size_t saturating arithmetic helpers
Kees Cook
1
-41
/
+69
2021-09-13
compiler.h: drop fallback overflow checkers
Nick Desaulniers
1
-135
/
+3
2021-04-02
overflow: Correct check_shl_overflow() comment
Keith Busch
1
-1
/
+1
2020-10-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
1
-0
/
+1
2020-10-13
overflow: Add __must_check attribute to check_*() helpers
Kees Cook
1
-15
/
+24
2020-10-02
overflow: Include header file with SIZE_MAX declaration
Leon Romanovsky
1
-0
/
+1
2020-06-17
overflow.h: Add flex_array_size() helper
Gustavo A. R. Silva
1
-4
/
+21
2019-05-16
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
1
-2
/
+6
2019-04-12
overflow.h: Add comment documenting __ab_c_size()
Rasmus Villemoes
1
-2
/
+6
2019-03-27
overflow: Fix -Wtype-limits compilation warnings
Leon Romanovsky
1
-3
/
+9
2018-08-08
overflow.h: Add arithmetic shift helper
Jason Gunthorpe
1
-0
/
+31
2018-06-05
overflow.h: Add allocation size calculation helpers
Kees Cook
1
-0
/
+73
2018-06-01
compiler.h: enable builtin overflow checkers and add fallback code
Rasmus Villemoes
1
-0
/
+205