summaryrefslogtreecommitdiff
path: root/include/linux/compiler.h
Commit message (Expand)AuthorAgeFilesLines
* tracing: make ftrace_likely_update() declaration visibleArnd Bergmann2023-05-171-3/+2
* overflow: Introduce overflows_type() and castable_to_type()Kees Cook2022-11-021-0/+1
* treewide: Drop function_nocfiSami Tolvanen2022-09-261-10/+0
* cfi: Drop __CFI_ADDRESSABLESami Tolvanen2022-09-261-2/+4
* tracing: Define the is_signed_type() macro onceBart Van Assche2022-08-291-0/+6
* objtool: Add CONFIG_OBJTOOLJosh Poimboeuf2022-04-221-3/+3
* x86,objtool: Move the ASM_REACHABLE annotation to objtool.hPeter Zijlstra2022-03-151-7/+0
* x86/bug: Merge annotate_reachable() into _BUG_FLAGS() asmNick Desaulniers2022-02-021-16/+5
* compiler.h: Fix annotation macro misplacement with ClangJosh Poimboeuf2021-12-211-2/+2
* compiler.h: Introduce absolute_pointer macroGuenter Roeck2021-09-151-0/+2
* Merge tag 'clang-features-v5.14-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-06-301-0/+10
|\
| * CFI: Move function_nocfi() into compiler.hMark Rutland2021-06-141-0/+10
* | compiler.h: Avoid using inline asm operand modifiersVasily Gorbik2021-05-191-8/+14
|/
* jump_label: Do not profile branch annotationsSteven Rostedt (VMware)2021-01-221-0/+2
* compiler.h: fix barrier_data() on clangArvind Sankar2020-11-141-2/+16
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-4/+4
* compiler.h: avoid escaped section namesNick Desaulniers2020-10-131-1/+1
* compiler.h: Make __ADDRESSABLE() symbol truly uniqueJosh Poimboeuf2020-09-011-1/+1
* Merge tag 'core-headers-2020-08-03' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-08-031-53/+0
|\
| * compiler.h: Move instrumentation_begin()/end() to new <linux/instrumentation....Ingo Molnar2020-07-241-53/+0
* | compiler.h: Move compiletime_assert() macros into compiler_types.hWill Deacon2020-07-211-41/+0
* | compiler.h: Split {READ,WRITE}_ONCE definitions out into rwonce.hWill Deacon2020-07-211-91/+2
|/
* rcu: Fixup noinstr warningsPeter Zijlstra2020-06-251-1/+1
* compiler.h: Move function attributes to compiler_types.hMarco Elver2020-06-111-29/+0
* compiler.h: Avoid nested statement expression in data_race()Marco Elver2020-06-111-5/+5
* compiler.h: Remove data_race() and unnecessary checks from {READ,WRITE}_ONCE()Marco Elver2020-06-111-11/+2
* kcsan: Remove 'noinline' from __no_kcsan_or_inlineMarco Elver2020-06-111-4/+2
* Rebase locking/kcsan to locking/urgentThomas Gleixner2020-06-111-11/+60
|\
| * Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git...Thomas Gleixner2020-05-081-2/+2
| |\
| | * kcsan: Change data_race() to no longer require marking racing accessesMarco Elver2020-04-131-2/+2
| * | Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar2020-04-131-1/+1
| |\ \ | | |/ | |/|
| * | compiler.h, seqlock.h: Remove unnecessary kcsan.h includesMarco Elver2020-03-211-2/+0
| * | kcsan: Add docbook header for data_race()Paul E. McKenney2020-03-211-6/+8
| * | kcsan: Add __no_kcsan function attributeMarco Elver2020-01-071-2/+5
| * | kcsan: Improve various small stylistic detailsIngo Molnar2019-11-201-1/+1
| * | include/linux/compiler.h: Introduce data_race(expr) macroMarco Elver2019-11-161-0/+20
| * | kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver2019-11-161-8/+29
* | | Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-06-101-79/+69
|\ \ \
| * | | compiler.h: Enforce that READ_ONCE_NOCHECK() access size is sizeof(long)Will Deacon2020-06-051-2/+5
| * | | READ_ONCE: Fix comment describing 2x32-bit atomicityWill Deacon2020-06-051-3/+3
| * | | READ_ONCE: Drop pointer qualifiers when reading from scalar typesWill Deacon2020-04-161-3/+3
| * | | READ_ONCE: Enforce atomicity for {READ,WRITE}_ONCE() memory accessesWill Deacon2020-04-161-3/+30
| * | | READ_ONCE: Simplify implementations of {READ,WRITE}_ONCE()Will Deacon2020-04-161-79/+39
| | |/ | |/|
* | | Merge tag 'core-kprobes-2020-06-01' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-011-0/+53
|\ \ \
| * | | vmlinux.lds.h: Create section for protection against instrumentationThomas Gleixner2020-05-191-0/+53
| |/ /
* | | x86: Fix early boot crash on gcc-10, third tryBorislav Petkov2020-05-151-0/+6
|/ /
* | compiler.h: fix error in BUILD_BUG_ON() reportingVegard Nossum2020-04-071-1/+1
|/
* include/linux/compiler.h: fix Oops for Clang-compiled kernelsNick Desaulniers2019-09-081-4/+4
* objtool: Add support for C jump tablesJosh Poimboeuf2019-07-091-0/+5
* tracing: Simplify "if" macro codeLinus Torvalds2019-05-091-17/+18