summaryrefslogtreecommitdiffstats
path: root/include/linux/compiler.h
Commit message (Expand)AuthorAgeFilesLines
* 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-211-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/+6
* | compiler.h: Remove ACCESS_ONCE()Mark Rutland2017-12-121-36/+11
|/
* Merge branch 'linus' into core/objtool, to pick up dependent commitsIngo Molnar2017-11-141-282/+4
|\
| * Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-071-2/+3
| |\
| * | locking/barriers: Kill lockless_dereference()Will Deacon2017-10-241-20/+0
| * | 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/+3
* | | 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-08-311-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-221-0/+8
| * compiler: Add __designated_init annotationKees Cook2017-05-281-0/+4
* | rcu: Remove SPARSE_RCU_POINTER Kconfig optionPaul E. McKenney2017-06-081-4/+0
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-02-271-8/+0
|\
| * kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez2017-02-271-8/+0
* | Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2017-02-271-10/+17
|\ \ | |/ |/|
| * tracing: Show number of constants profiled in likely profilerSteven Rostedt (VMware)2017-01-191-5/+10
| * tracing: Process constants for (un)likely() profilerSteven Rostedt (VMware)2017-01-171-6/+8
* | gcc-plugins: Add structleak for more stack initializationKees Cook2017-01-181-1/+5
|/
* Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2016-10-151-0/+4
|\
| * latent_entropy: Mark functions with __latent_entropyEmese Revfy2016-10-101-0/+4
* | Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds2016-10-141-0/+23
|\ \ | |/ |/|
| * kbuild: allow archs to select link dead code/data eliminationNicholas Piggin2016-09-091-0/+23
* | locking/barriers: Don't use sizeof(void) in lockless_dereference()Johannes Berg2016-09-051-3/+4
* | locking/barriers: Suppress sparse warnings in lockless_dereference()Johannes Berg2016-08-181-3/+3
|/
* Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-281-2/+0
|\
| * pmem: kill __pmem address spaceDan Williams2016-07-121-2/+0
* | locking/barriers: Move smp_cond_load_acquire() to asm-generic/barrier.hPeter Zijlstra2016-06-141-37/+0
* | locking/barriers: Introduce smp_acquire__after_ctrl_dep()Peter Zijlstra2016-06-141-5/+12
* | locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()Peter Zijlstra2016-06-141-6/+19
* | locking/barriers: Validate lockless_dereference() is used on a pointer typePeter Zijlstra2016-06-081-0/+4
|/
* compiler.h: add support for malloc attributeRasmus Villemoes2016-05-191-0/+4
* Merge commit 'fixes.2015.02.23a' into core/rcuIngo Molnar2016-03-151-4/+8
|\