index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
overflow.h
Age
Commit message (
Expand
)
Author
2022-11-02
overflow: Introduce overflows_type() and castable_to_type()
Kees Cook
2022-10-25
overflow: Fix kern-doc markup for functions
Kees Cook
2022-09-07
overflow: Allow mixed type arguments
Kees Cook
2022-08-31
overflow, tracing: Define the is_signed_type() macro once
Bart Van Assche
2022-02-16
overflow: Provide constant expression struct_size
Kees Cook
2022-02-16
overflow: Implement size_t saturating arithmetic helpers
Kees Cook
2021-09-13
compiler.h: drop fallback overflow checkers
Nick Desaulniers
2021-04-01
overflow: Correct check_shl_overflow() comment
Keith Busch
2020-10-17
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdma
Linus Torvalds
2020-10-12
overflow: Add __must_check attribute to check_*() helpers
Kees Cook
2020-10-01
overflow: Include header file with SIZE_MAX declaration
Leon Romanovsky
2020-06-16
overflow.h: Add flex_array_size() helper
Gustavo A. R. Silva
2019-05-16
Merge branch 'core-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2019-04-12
overflow.h: Add comment documenting __ab_c_size()
Rasmus Villemoes
2019-03-27
overflow: Fix -Wtype-limits compilation warnings
Leon Romanovsky
2018-08-08
overflow.h: Add arithmetic shift helper
Jason Gunthorpe
2018-06-05
overflow.h: Add allocation size calculation helpers
Kees Cook
2018-05-31
compiler.h: enable builtin overflow checkers and add fallback code
Rasmus Villemoes