summaryrefslogtreecommitdiff
path: root/include/linux/compiler.h
AgeCommit message (Expand)Author
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
2019-07-09objtool: Add support for C jump tablesJosh Poimboeuf
2019-05-09tracing: Simplify "if" macro codeLinus Torvalds
2019-01-09include/linux/compiler*.h: fix OPTIMIZER_HIDE_VARMichael S. Tsirkin
2018-12-19Revert "x86/objtool: Use asm macros to work around GCC inlining bugs"Ingo Molnar
2018-11-05compiler: remove __no_sanitize_address_or_inline againMartin Schwidefsky
2018-11-01Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed...Linus Torvalds
2018-10-28Merge tag 'vla-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds
2018-10-19compiler.h: update definition of unreachable()ndesaulniers@google.com
2018-10-11compiler.h: give up __compiletime_assert_fallback()Masahiro Yamada
2018-10-04x86/objtool: Use asm macros to work around GCC inlining bugsNadav Amit