aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/compiler.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-11compiler.h: Move function attributes to compiler_types.hMarco Elver1-29/+0
2020-06-11compiler.h: Avoid nested statement expression in data_race()Marco Elver1-5/+5
2020-06-11compiler.h: Remove data_race() and unnecessary checks from {READ,WRITE}_ONCE()Marco Elver1-11/+2
2020-06-11kcsan: Remove 'noinline' from __no_kcsan_or_inlineMarco Elver1-4/+2
2020-06-11Rebase locking/kcsan to locking/urgentThomas Gleixner1-11/+60
2020-06-10Merge branch 'rwonce/rework' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linuxLinus Torvalds1-79/+69
2020-06-05compiler.h: Enforce that READ_ONCE_NOCHECK() access size is sizeof(long)Will Deacon1-2/+5
2020-06-05READ_ONCE: Fix comment describing 2x32-bit atomicityWill Deacon1-3/+3
2020-06-01Merge tag 'core-kprobes-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+53
2020-05-19vmlinux.lds.h: Create section for protection against instrumentationThomas Gleixner1-0/+53
2020-05-15x86: Fix early boot crash on gcc-10, third tryBorislav Petkov1-0/+6
2020-05-08Merge branch 'kcsan-for-tip' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into locking/kcsanThomas Gleixner1-2/+2
2020-04-16READ_ONCE: Drop pointer qualifiers when reading from scalar typesWill Deacon1-3/+3
2020-04-16READ_ONCE: Enforce atomicity for {READ,WRITE}_ONCE() memory accessesWill Deacon1-3/+30
2020-04-16READ_ONCE: Simplify implementations of {READ,WRITE}_ONCE()Will Deacon1-79/+39
2020-04-13kcsan: Change data_race() to no longer require marking racing accessesMarco Elver1-2/+2
2020-04-13Merge tag 'v5.7-rc1' into locking/kcsan, to resolve conflicts and refreshIngo Molnar1-1/+1
2020-04-07compiler.h: fix error in BUILD_BUG_ON() reportingVegard Nossum1-1/+1
2020-03-21compiler.h, seqlock.h: Remove unnecessary kcsan.h includesMarco Elver1-2/+0
2020-03-21kcsan: Add docbook header for data_race()Paul E. McKenney1-6/+8
2020-01-07kcsan: Add __no_kcsan function attributeMarco Elver1-2/+5
2019-11-20kcsan: Improve various small stylistic detailsIngo Molnar1-1/+1
2019-11-16include/linux/compiler.h: Introduce data_race(expr) macroMarco Elver1-0/+20
2019-11-16kcsan: Add Kernel Concurrency Sanitizer infrastructureMarco Elver1-8/+29
2019-09-08include/linux/compiler.h: fix Oops for Clang-compiled kernelsNick Desaulniers1-4/+4
2019-07-09objtool: Add support for C jump tablesJosh Poimboeuf1-0/+5
2019-05-09tracing: Simplify "if" macro codeLinus Torvalds1-17/+18
2019-01-09include/linux/compiler*.h: fix OPTIMIZER_HIDE_VARMichael S. Tsirkin1-1/+3
2018-12-19Revert "x86/objtool: Use asm macros to work around GCC inlining bugs"Ingo Molnar1-43/+13
2018-11-05compiler: remove __no_sanitize_address_or_inline againMartin Schwidefsky1-1/+1
2018-11-01Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojeda/linuxLinus Torvalds1-11/+13
2018-10-28Merge tag 'vla-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-16/+1
2018-10-19compiler.h: update definition of unreachable()ndesaulniers@google.com1-1/+4
2018-10-11compiler.h: give up __compiletime_assert_fallback()Masahiro Yamada1-16/+1
2018-10-04x86/objtool: Use asm macros to work around GCC inlining bugsNadav Amit1-13/+43
2018-09-30Compiler Attributes: remove uses of __attribute__ from compiler.hMiguel Ojeda1-6/+6
2018-09-30Compiler Attributes: KENTRY used twice the "used" attributeMiguel Ojeda1-1/+1
2018-09-30Compiler Attributes: remove unneeded sparse (__CHECKER__) testsMiguel Ojeda1-4/+0
2018-09-30Compiler Attributes: homogenize __must_be_arrayMiguel Ojeda1-0/+7
2018-09-30Compiler Attributes: always use the extra-underscores syntaxMiguel Ojeda1-4/+4
2018-09-30Compiler Attributes: remove unused attributesMiguel Ojeda1-4/+0
2018-08-22module: use relative references for __ksymtab entriesArd Biesheuvel1-0/+19
2018-08-22linux/compiler.h: don't use boolRasmus Villemoes1-1/+1
2018-06-04branch-check: fix long->int truncation when profiling branchesMikulas Patocka1-1/+1
2018-02-21bug.h: work around GCC PR82365 in BUG()Arnd Bergmann1-0/+5
2018-02-12Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds1-0/+4
2018-02-08compiler-gcc.h: Introduce __optimize function attributeGeert Uytterhoeven1-0/+4
2018-02-01compiler.h: Add read_word_at_a_time() function.Andrey Ryabinin1-0/+8
2018-02-01compiler.h, kasan: Avoid duplicating __read_once_size_nocheck()Andrey Ryabinin1-8/+6
2017-12-12compiler.h: Remove ACCESS_ONCE()Mark Rutland1-36/+11