aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/compiler.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-11-14Merge branch 'linus' into core/objtool, to pick up dependent commitsIngo Molnar1-282/+4
2017-11-07objtool: Make unreachable annotation inline asms explicitly volatileJosh Poimboeuf1-8/+8
2017-11-07objtool: Add a comment for the unreachable annotation macrosJosh Poimboeuf1-0/+5
2017-11-07Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar1-2/+3
2017-11-04objtool: Prevent GCC from merging annotate_unreachable(), take 2Josh Poimboeuf1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-10-24locking/barriers: Kill lockless_dereference()Will Deacon1-20/+0
2017-10-24locking/barriers: Add implicit smp_read_barrier_depends() to READ_ONCE()Will Deacon1-0/+1
2017-10-24linux/compiler.h: Split into compiler.h and compiler_types.hWill Deacon1-262/+3
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+4
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+27
2017-08-31include/linux/compiler.h: don't perform compiletime_assert with -O0Joe Stringer1-1/+5
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsIngo Molnar1-0/+5
2017-08-10Merge branch 'x86/urgent' into x86/asm, to pick up fixesIngo Molnar1-0/+5
2017-07-28objtool: Assume unannotated UD2 instructions are dead endsJosh Poimboeuf1-1/+24
2017-07-25x86/asm: Add ASM_UNREACHABLEKees Cook1-0/+3
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+5
2017-07-18compiler-gcc.h: Introduce __nostackprotector function attributeTom Lendacky1-0/+4
2017-07-05Merge tag 'gcc-plugins-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+12
2017-06-30task_struct: Allow randomized layoutKees Cook1-0/+5
2017-06-22gcc-plugins: Add the randstruct pluginKees Cook1-0/+8
2017-06-08rcu: Remove SPARSE_RCU_POINTER Kconfig optionPaul E. McKenney1-4/+0
2017-05-28compiler: Add __designated_init annotationKees Cook1-0/+4
2017-02-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-8/+0
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hLuis R. Rodriguez1-8/+0
2017-02-27Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-10/+17
2017-01-19tracing: Show number of constants profiled in likely profilerSteven Rostedt (VMware)1-5/+10
2017-01-18gcc-plugins: Add structleak for more stack initializationKees Cook1-1/+5
2017-01-17tracing: Process constants for (un)likely() profilerSteven Rostedt (VMware)1-6/+8
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linuxLinus Torvalds1-0/+4
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuildLinus Torvalds1-0/+23
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy1-0/+4
2016-09-09kbuild: allow archs to select link dead code/data eliminationNicholas Piggin1-0/+23
2016-09-05locking/barriers: Don't use sizeof(void) in lockless_dereference()Johannes Berg1-3/+4
2016-08-18locking/barriers: Suppress sparse warnings in lockless_dereference()Johannes Berg1-3/+3
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-2/+0
2016-07-12pmem: kill __pmem address spaceDan Williams1-2/+0
2016-06-14locking/barriers: Move smp_cond_load_acquire() to asm-generic/barrier.hPeter Zijlstra1-37/+0
2016-06-14locking/barriers: Introduce smp_acquire__after_ctrl_dep()Peter Zijlstra1-5/+12
2016-06-14locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()Peter Zijlstra1-6/+19
2016-06-08locking/barriers: Validate lockless_dereference() is used on a pointer typePeter Zijlstra1-0/+4
2016-05-19compiler.h: add support for malloc attributeRasmus Villemoes1-0/+4
2016-03-15Merge commit 'fixes.2015.02.23a' into core/rcuIngo Molnar1-4/+8
2016-02-29Merge tag 'v4.5-rc6' into locking/core, to pick up fixesIngo Molnar1-1/+1
2016-02-23sparse: Add __private to privatize members of structsBoqun Feng1-4/+8
2016-02-15tracing: Fix freak link error caused by branch tracerArnd Bergmann1-1/+1
2016-02-09locking/atomics: Update comment about READ_ONCE() and structuresKonrad Rzeszutek Wilk1-2/+3
2015-12-04locking, sched: Introduce smp_cond_acquire() and use itPeter Zijlstra1-0/+17
2015-11-05compiler.h: add support for function attribute assume_alignedRasmus Villemoes1-0/+8
2015-11-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-1/+1