summaryrefslogtreecommitdiffstats
path: root/include/linux/compiler.h
Commit message (Expand)AuthorAgeFilesLines
* objtool: Add support for C jump tablesJosh Poimboeuf2019-07-091-0/+5
* tracing: Simplify "if" macro codeLinus Torvalds2019-05-091-17/+18
* include/linux/compiler*.h: fix OPTIMIZER_HIDE_VARMichael S. Tsirkin2019-01-091-1/+3
* Revert "x86/objtool: Use asm macros to work around GCC inlining bugs"Ingo Molnar2018-12-191-43/+13Star
* compiler: remove __no_sanitize_address_or_inline againMartin Schwidefsky2018-11-051-1/+1
* Merge tag 'compiler-attributes-for-linus-4.20-rc1' of https://github.com/ojed...Linus Torvalds2018-11-021-11/+13
|\
| * compiler.h: update definition of unreachable()ndesaulniers@google.com2018-10-191-1/+4
| * Compiler Attributes: remove uses of __attribute__ from compiler.hMiguel Ojeda2018-09-301-6/+6
| * Compiler Attributes: KENTRY used twice the "used" attributeMiguel Ojeda2018-09-301-1/+1
| * Compiler Attributes: remove unneeded sparse (__CHECKER__) testsMiguel Ojeda2018-09-301-4/+0Star
| * Compiler Attributes: homogenize __must_be_arrayMiguel Ojeda2018-09-301-0/+7
| * Compiler Attributes: always use the extra-underscores syntaxMiguel Ojeda2018-09-301-4/+4
| * Compiler Attributes: remove unused attributesMiguel Ojeda2018-09-301-4/+0Star
* | Merge tag 'vla-v4.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/ke...Linus Torvalds2018-10-281-16/+1Star
|\ \
| * | compiler.h: give up __compiletime_assert_fallback()Masahiro Yamada2018-10-111-16/+1Star
| |/
* / x86/objtool: Use asm macros to work around GCC inlining bugsNadav Amit2018-10-041-13/+43
|/
* module: use relative references for __ksymtab entriesArd Biesheuvel2018-08-221-0/+19
* linux/compiler.h: don't use boolRasmus Villemoes2018-08-221-1/+1
* branch-check: fix long->int truncation when profiling branchesMikulas Patocka2018-06-041-1/+1
* bug.h: work around GCC PR82365 in BUG()Arnd Bergmann2018-02-221-0/+5
* Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2018-02-121-0/+4
|\
| * compiler-gcc.h: Introduce __optimize function attributeGeert Uytterhoeven2018-02-081-0/+4
* | compiler.h: Add read_word_at_a_time() function.Andrey Ryabinin2018-02-011-0/+8
* | compiler.h, kasan: Avoid duplicating __read_once_size_nocheck()Andrey Ryabinin2018-02-011-8/+6Star
* | compiler.h: Remove ACCESS_ONCE()Mark Rutland2017-12-121-36/+11Star
|/
* Merge branch 'linus' into core/objtool, to pick up dependent commitsIngo Molnar2017-11-141-282/+4Star
|\
| * Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-2/+3
| |\
| * | locking/barriers: Kill lockless_dereference()Will Deacon2017-10-241-20/+0Star
| * | locking/barriers: Add implicit smp_read_barrier_depends() to READ_ONCE()Will Deacon2017-10-241-0/+1
| * | linux/compiler.h: Split into compiler.h and compiler_types.hWill Deacon2017-10-241-262/+3Star
* | | objtool: Make unreachable annotation inline asms explicitly volatileJosh Poimboeuf2017-11-071-8/+8
* | | objtool: Add a comment for the unreachable annotation macrosJosh Poimboeuf2017-11-071-0/+5
| |/ |/|
* | objtool: Prevent GCC from merging annotate_unreachable(), take 2Josh Poimboeuf2017-11-041-2/+2
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
|/
* Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2017-09-041-0/+4
|\
| * Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar2017-08-261-0/+5
| |\
| * | compiler-gcc.h: Introduce __nostackprotector function attributeTom Lendacky2017-07-181-0/+4
* | | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-09-041-1/+27
|\ \ \
| * \ \ Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar2017-08-101-0/+5
| |\ \ \ | | | |/ | | |/|
| * | | objtool: Assume unannotated UD2 instructions are dead endsJosh Poimboeuf2017-07-281-1/+24
| * | | x86/asm: Add ASM_UNREACHABLEKees Cook2017-07-251-0/+3
| | |/ | |/|
* | | include/linux/compiler.h: don't perform compiletime_assert with -O0Joe Stringer2017-09-011-1/+5
| |/ |/|
* | Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-191-0/+5
|\ \ | |/ |/|
| * task_struct: Allow randomized layoutKees Cook2017-06-301-0/+5
* | Merge tag 'gcc-plugins-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-051-0/+12
|\|
| * gcc-plugins: Add the randstruct pluginKees Cook2017-06-231-0/+8
| * compiler: Add __designated_init annotationKees Cook2017-05-281-0/+4
* | rcu: Remove SPARSE_RCU_POINTER Kconfig optionPaul E. McKenney2017-06-091-4/+0Star
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-281-8/+0Star
|\
| * kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-281-8/+0Star