summaryrefslogtreecommitdiff
path: root/include/linux/compiler.h
AgeCommit message (Expand)Author
2023-10-18compiler.h: move __is_constexpr() to compiler.hDavid Laight
2023-10-04compiler.h: unify __UNIQUE_IDNick Desaulniers
2023-05-17tracing: make ftrace_likely_update() declaration visibleArnd Bergmann
2022-11-02overflow: Introduce overflows_type() and castable_to_type()Kees Cook
2022-09-26treewide: Drop function_nocfiSami Tolvanen
2022-09-26cfi: Drop __CFI_ADDRESSABLESami Tolvanen
2022-08-29tracing: Define the is_signed_type() macro onceBart Van Assche
2022-04-22objtool: Add CONFIG_OBJTOOLJosh Poimboeuf
2022-03-15x86,objtool: Move the ASM_REACHABLE annotation to objtool.hPeter Zijlstra
2022-02-02x86/bug: Merge annotate_reachable() into _BUG_FLAGS() asmNick Desaulniers
2021-12-21compiler.h: Fix annotation macro misplacement with ClangJosh Poimboeuf
2021-09-15compiler.h: Introduce absolute_pointer macroGuenter Roeck
2021-06-30Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-06-14CFI: Move function_nocfi() into compiler.hMark Rutland
2021-05-19compiler.h: Avoid using inline asm operand modifiersVasily Gorbik
2021-01-22jump_label: Do not profile branch annotationsSteven Rostedt (VMware)
2020-11-14compiler.h: fix barrier_data() on clangArvind Sankar
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches
2020-10-13compiler.h: avoid escaped section namesNick Desaulniers
2020-09-01compiler.h: Make __ADDRESSABLE() symbol truly uniqueJosh Poimboeuf
2020-08-03Merge tag 'core-headers-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-07-24compiler.h: Move instrumentation_begin()/end() to new <linux/instrumentation....Ingo Molnar
2020-07-21compiler.h: Move compiletime_assert() macros into compiler_types.hWill Deacon
2020-07-21compiler.h: Split {READ,WRITE}_ONCE definitions out into rwonce.hWill Deacon
2020-06-25rcu: Fixup noinstr warningsPeter Zijlstra
2020-06-11compiler.h: Move function attributes to compiler_types.hMarco Elver
2020-06-11compiler.h: Avoid nested statement expression in data_race()Marco Elver
2020-06-11compiler.h: Remove data_race() and unnecessary checks from {READ,WRITE}_ONCE()Marco Elver
2020-06-11kcsan: Remove 'noinline' from __no_kcsan_or_inlineMarco Elver
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-06-05compiler.h: Enforce that READ_ONCE_NOCHECK() access size is sizeof(long)Will Deacon
2020-06-05READ_ONCE: Fix comment describing 2x32-bit atomicityWill Deacon
2020-06-01Merge tag 'core-kprobes-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-05-19vmlinux.lds.h: Create section for protection against instrumentationThomas Gleixner
2020-05-15x86: Fix early boot crash on gcc-10, third tryBorislav Petkov
2020-05-08Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner
2020-04-16READ_ONCE: Drop pointer qualifiers when reading from scalar typesWill Deacon
2020-04-16READ_ONCE: Enforce atomicity for {READ,WRITE}_ONCE() memory accessesWill Deacon
2020-04-16READ_ONCE: Simplify implementations of {READ,WRITE}_ONCE()Will Deacon
2020-04-13kcsan: Change data_race() to no longer require marking racing accessesMarco Elver
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar
2020-04-07compiler.h: fix error in BUILD_BUG_ON() reportingVegard Nossum
2020-03-21compiler.h, seqlock.h: Remove unnecessary kcsan.h includesMarco Elver
2020-03-21kcsan: Add docbook header for data_race()Paul E. McKenney
2020-01-07kcsan: Add __no_kcsan function attributeMarco Elver
2019-11-20kcsan: Improve various small stylistic detailsIngo Molnar
2019-11-16include/linux/compiler.h: Introduce data_race(expr) macroMarco Elver
2019-11-16kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver
2019-09-08include/linux/compiler.h: fix Oops for Clang-compiled kernelsNick Desaulniers