VisionFive2 Linux kernel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
More than 9999 Commits
33 Branches
55 Tags
Index
Trunk
Branches
Tags
Trunk
Branches
Tags
Home page
Home page
starfive-tech/linux.git
/
branches
/
rt-linux-release
/
scripts
/
Makefile.ubsan
Date
Commit Message
Rev
Author
2021-02-26
ubsan: remove overflow checks
6aaa31ae
Andrey Ryabinin
2020-12-15
ubsan: move cc-option tests into Kconfig
cdf8a76f
Kees Cook
2020-12-15
ubsan: remove redundant -Wno-maybe-uninitialized
d8a7f62b
Kees Cook
2020-10-22
Merge tag 'kbuild-v5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild
746b25b1
Linus Torvalds
2020-10-16
ubsan: introduce CONFIG_UBSAN_LOCAL_BOUNDS for Clang
6a6155f6
George Popescu
2020-09-25
kbuild: move CFLAGS_{KASAN,UBSAN,KCSAN} exports to relevant Makefiles
bb273211
Masahiro Yamada
2020-08-10
kbuild: include scripts/Makefile.* only when relevant CONFIG is enabled
e0fe0bbe
Masahiro Yamada
2020-04-07
ubsan: split "bounds" checker from other options
277a1085
Kees Cook
2020-04-07
ubsan: add trap instrumentation option
0887a7eb
Kees Cook
2019-05-06
ubsan: Remove vla bound checks.
9a91ad92
Andrey Ryabinin
2018-08-10
lib/ubsan: remove null-pointer checks
3ca17b1f
Andrey Ryabinin
2018-02-06
lib/ubsan: remove returns-nonnull-attribute checks
bac7a1ff
Andrey Ryabinin
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
b2441318
Greg Kroah-Hartman
2016-11-11
Kbuild: enable -Wmaybe-uninitialized warning for "make W=1"
a76bcf55
Arnd Bergmann
2016-09-20
ubsan: allow to disable the null sanitizer
725c4d22
Christian Borntraeger
2016-07-27
Disable "maybe-uninitialized" warning globally
6e8d666e
Linus Torvalds
2016-03-22
ubsan: fix tree-wide -Wmaybe-uninitialized false positives
dde5cf39
Andrey Ryabinin
2016-01-20
UBSAN: run-time undefined behavior sanity checker
c6d30853
Andrey Ryabinin