summaryrefslogtreecommitdiff
path: root/include/linux/compiler-gcc.h
Commit message (Expand)AuthorAgeFilesLines
* kcov: add __no_sanitize_coverage to fix noinstr for all architecturesMarco Elver2021-07-011-0/+6
* include/linux/compiler-gcc.h: sparse can do constant folding of __builtin_bsw...Luc Van Oostenryck2021-04-301-6/+2
* kbuild: check the minimum compiler version in KconfigMasahiro Yamada2021-02-161-11/+0
* compiler.h: Raise minimum version of GCC to 5.1 for arm64Will Deacon2021-01-151-0/+6
* compiler.h: fix barrier_data() on clangArvind Sankar2020-11-141-19/+0
* bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSEArd Biesheuvel2020-10-291-2/+0
* compiler-gcc: improve version errorNick Desaulniers2020-10-131-1/+1
* Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-6/+0
|\
| * compiler: Remove uninitialized_var() macroKees Cook2020-07-161-6/+0
* | Raise gcc version requirement to 4.9Linus Torvalds2020-07-081-1/+1
|/
* compiler_types.h: Add __no_sanitize_{address,undefined} to noinstrMarco Elver2020-06-151-0/+6
* Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-111-0/+6
|\
| * kcsan: Add __no_kcsan function attributeMarco Elver2020-01-071-2/+1
| * kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver2019-11-161-0/+7
* | compiler/gcc: Raise minimum GCC version for kernel builds to 4.8Will Deacon2020-04-151-3/+2
|/
* bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()Josh Poimboeuf2019-07-181-0/+2
* Merge tags 'compiler-attributes-for-linus-v5.0-rc3' and 'clang-format-for-lin...Linus Torvalds2019-01-211-4/+0
|\
| * include/linux/compiler*.h: fix OPTIMIZER_HIDE_VARMichael S. Tsirkin2019-01-091-4/+0
* | x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINEWANG Chao2019-01-091-1/+1
|/
* kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGSAndrey Konovalov2018-12-281-0/+6
* compiler: remove __no_sanitize_address_or_inline againMartin Schwidefsky2018-11-051-12/+0
* Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed...Linus Torvalds2018-11-011-68/+7
|\
| * compiler-gcc: remove comment about gcc 4.5 from unreachable()ndesaulniers@google.com2018-10-191-4/+0
| * Compiler Attributes: use feature checks instead of version checksMiguel Ojeda2018-09-301-51/+0
| * Compiler Attributes: remove unneeded sparse (__CHECKER__) testsMiguel Ojeda2018-09-301-4/+2
| * Compiler Attributes: homogenize __must_be_arrayMiguel Ojeda2018-09-301-7/+0
| * Compiler Attributes: always use the extra-underscores syntaxMiguel Ojeda2018-09-301-6/+6
| * Compiler Attributes: remove unused attributesMiguel Ojeda2018-09-301-2/+0
* | Merge tag 's390-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2018-10-231-0/+7
|\ \ | |/ |/|
| * compiler: introduce __no_sanitize_address_or_inlineVasily Gorbik2018-10-091-0/+7
* | Compiler Attributes: naked can be sharedMiguel Ojeda2018-09-201-8/+0
* | Compiler Attributes: naked was fixed in gcc 4.6Miguel Ojeda2018-09-201-7/+1
|/
* include/linux/compiler*.h: make compiler-*.h mutually exclusiveNick Desaulniers2018-08-221-88/+0
* Raise the minimum required gcc version to 4.6Joe Perches2018-08-201-68/+18
* deprecate the '__deprecated' attribute warnings entirely and for goodLinus Torvalds2018-08-181-1/+0
* compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarationsNick Desaulniers2018-07-031-7/+22
* kbuild: add macro for controlling warnings to linux/compiler.hArnd Bergmann2018-06-251-0/+25
* compiler.h: enable builtin overflow checkers and add fallback codeRasmus Villemoes2018-05-311-0/+4
* task_struct: only use anon struct under randstruct pluginKees Cook2018-04-111-9/+3
* Merge branch 'x86-pti-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2018-02-261-0/+4
|\
| * x86/retpoline: Support retpoline builds with ClangDavid Woodhouse2018-02-201-0/+4
* | bug.h: work around GCC PR82365 in BUG()Arnd Bergmann2018-02-211-1/+14
|/
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-02-121-2/+5
|\
| * compiler-gcc.h: __nostackprotector needs gcc-4.4 and upGeert Uytterhoeven2018-02-081-2/+1
| * compiler-gcc.h: Introduce __optimize function attributeGeert Uytterhoeven2018-02-081-0/+4
* | sparse doesn't support struct randomizationMatthew Wilcox2018-01-191-1/+1
|/
* Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-0/+1
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* | linux/compiler.h: Split into compiler.h and compiler_types.hWill Deacon2017-10-241-1/+1
|/
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-041-0/+2
|\