index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
vsnprintf
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
linux
/
compiler-gcc.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
init/Kconfig: remove CONFIG_GCC_ASM_GOTO_OUTPUT_WORKAROUND
Mark Rutland
2024-07-18
1
-20
/
+0
*
Merge tag 'x86-core-2024-03-11' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2024-03-11
1
-1
/
+1
|
\
|
*
Merge branch 'x86/bugs' into x86/core, to pick up pending changes before depe...
Ingo Molnar
2024-02-14
1
-1
/
+1
|
|
\
|
|
*
x86/bugs: Rename CONFIG_RETPOLINE => CONFIG_MITIGATION_RETPOLINE
Breno Leitao
2024-01-10
1
-1
/
+1
*
|
|
update workarounds for gcc "asm goto" issue
Linus Torvalds
2024-02-15
1
-3
/
+4
|
/
/
*
|
work around gcc bugs with 'asm goto' with outputs
Linus Torvalds
2024-02-09
1
-0
/
+19
*
|
compiler-gcc: Suppress -Wmissing-prototypes warning for all supported GCC
Yafang Shao
2023-11-10
1
-1
/
+1
|
/
*
compiler.h: unify __UNIQUE_ID
Nick Desaulniers
2023-10-04
1
-2
/
+0
*
compiler-gcc: document minimum version for `__no_sanitize_coverage__`
Miguel Ojeda
2022-11-08
1
-0
/
+3
*
compiler-gcc: remove attribute support check for `__no_sanitize_undefined__`
Miguel Ojeda
2022-11-08
1
-4
/
+0
*
compiler-gcc: remove attribute support check for `__no_sanitize_thread__`
Miguel Ojeda
2022-11-08
1
-1
/
+1
*
compiler-gcc: remove attribute support check for `__no_sanitize_address__`
Miguel Ojeda
2022-11-08
1
-4
/
+0
*
compiler-gcc: be consistent with underscores use for `no_sanitize`
Miguel Ojeda
2022-11-08
1
-4
/
+4
*
kmsan: introduce __no_sanitize_memory and __no_kmsan_checks
Alexander Potapenko
2022-10-03
1
-0
/
+6
*
compiler-gcc.h: remove ancient workaround for gcc PR 58670
Uros Bizjak
2022-07-17
1
-11
/
+0
*
randstruct: Reorganize Kconfigs and attribute macros
Kees Cook
2022-05-08
1
-8
/
+0
*
Merge tag 'net-next-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...
Linus Torvalds
2022-03-24
1
-0
/
+3
|
\
|
*
compiler_types.h: Add unified __diag_ignore_all for GCC/LLVM
Kumar Kartikeya Dwivedi
2022-03-05
1
-0
/
+3
*
|
arm64: Add gcc Shadow Call Stack support
Dan Li
2022-03-10
1
-0
/
+4
|
/
*
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-11-06
1
-0
/
+8
|
\
|
*
Compiler Attributes: add __alloc_size() for better bounds checking
Kees Cook
2021-11-06
1
-0
/
+8
*
|
compiler-gcc.h: Define __SANITIZE_ADDRESS__ under hwaddress sanitizer
Kees Cook
2021-10-21
1
-0
/
+8
*
|
compiler_types.h: Remove __compiletime_object_size()
Kees Cook
2021-09-25
1
-2
/
+0
|
/
*
Merge branch 'gcc-min-version-5.1' (make gcc-5.1 the minimum version)
Linus Torvalds
2021-09-13
1
-7
/
+1
|
\
|
*
compiler-gcc.h: drop checks for older GCC versions
Nick Desaulniers
2021-09-13
1
-3
/
+1
|
*
compiler.h: drop fallback overflow checkers
Nick Desaulniers
2021-09-13
1
-4
/
+0
*
|
Merge tag 'compiler-attributes-for-linus-v5.15-rc1-v2' of git://github.com/oj...
Linus Torvalds
2021-09-12
1
-3
/
+0
|
\
\
|
|
/
|
/
|
|
*
compiler_attributes.h: move __compiletime_{error|warning}
Nick Desaulniers
2021-09-09
1
-3
/
+0
*
|
kcov: add __no_sanitize_coverage to fix noinstr for all architectures
Marco Elver
2021-07-01
1
-0
/
+6
|
/
*
include/linux/compiler-gcc.h: sparse can do constant folding of __builtin_bsw...
Luc Van Oostenryck
2021-04-30
1
-6
/
+2
*
kbuild: check the minimum compiler version in Kconfig
Masahiro Yamada
2021-02-16
1
-11
/
+0
*
compiler.h: Raise minimum version of GCC to 5.1 for arm64
Will Deacon
2021-01-15
1
-0
/
+6
*
compiler.h: fix barrier_data() on clang
Arvind Sankar
2020-11-14
1
-19
/
+0
*
bpf: Don't rely on GCC __attribute__((optimize)) to disable GCSE
Ard Biesheuvel
2020-10-29
1
-2
/
+0
*
compiler-gcc: improve version error
Nick Desaulniers
2020-10-13
1
-1
/
+1
*
Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
2020-08-04
1
-6
/
+0
|
\
|
*
compiler: Remove uninitialized_var() macro
Kees Cook
2020-07-16
1
-6
/
+0
*
|
Raise gcc version requirement to 4.9
Linus Torvalds
2020-07-08
1
-1
/
+1
|
/
*
compiler_types.h: Add __no_sanitize_{address,undefined} to noinstr
Marco Elver
2020-06-15
1
-0
/
+6
*
Rebase locking/kcsan to locking/urgent
Thomas Gleixner
2020-06-11
1
-0
/
+6
|
\
|
*
kcsan: Add __no_kcsan function attribute
Marco Elver
2020-01-07
1
-2
/
+1
|
*
kcsan: Add Kernel Concurrency Sanitizer infrastructure
Marco Elver
2019-11-16
1
-0
/
+7
*
|
compiler/gcc: Raise minimum GCC version for kernel builds to 4.8
Will Deacon
2020-04-15
1
-3
/
+2
|
/
*
bpf: Disable GCC -fgcse optimization for ___bpf_prog_run()
Josh Poimboeuf
2019-07-18
1
-0
/
+2
*
Merge tags 'compiler-attributes-for-linus-v5.0-rc3' and 'clang-format-for-lin...
Linus Torvalds
2019-01-21
1
-4
/
+0
|
\
|
*
include/linux/compiler*.h: fix OPTIMIZER_HIDE_VAR
Michael S. Tsirkin
2019-01-09
1
-4
/
+0
*
|
x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINE
WANG Chao
2019-01-09
1
-1
/
+1
|
/
*
kasan: add CONFIG_KASAN_GENERIC and CONFIG_KASAN_SW_TAGS
Andrey Konovalov
2018-12-28
1
-0
/
+6
*
compiler: remove __no_sanitize_address_or_inline again
Martin Schwidefsky
2018-11-05
1
-12
/
+0
*
Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed...
Linus Torvalds
2018-11-01
1
-68
/
+7
|
\
[next]