aboutsummaryrefslogtreecommitdiff
path: root/include/linux/compiler.h
AgeCommit message (Expand)AuthorFilesLines
2017-09-04Merge branch 'x86-mm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-0/+4
2017-09-04Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-1/+27
2017-08-31include/linux/compiler.h: don't perform compiletime_assert with -O0Gravatar Joe Stringer 1-1/+5
2017-08-26Merge branch 'linus' into x86/mm to pick up fixes and to fix conflictsGravatar Ingo Molnar 1-0/+5
2017-08-10Merge branch 'x86/urgent' into x86/asm, to pick up fixesGravatar Ingo Molnar 1-0/+5
2017-07-28objtool: Assume unannotated UD2 instructions are dead endsGravatar Josh Poimboeuf 1-1/+24
2017-07-25x86/asm: Add ASM_UNREACHABLEGravatar Kees Cook 1-0/+3
2017-07-19Merge tag 'gcc-plugins-v4.13-rc2' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+5
2017-07-18compiler-gcc.h: Introduce __nostackprotector function attributeGravatar Tom Lendacky 1-0/+4
2017-07-05Merge tag 'gcc-plugins-v4.13-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+12
2017-06-30task_struct: Allow randomized layoutGravatar Kees Cook 1-0/+5
2017-06-22gcc-plugins: Add the randstruct pluginGravatar Kees Cook 1-0/+8
2017-06-08rcu: Remove SPARSE_RCU_POINTER Kconfig optionGravatar Paul E. McKenney 1-4/+0
2017-05-28compiler: Add __designated_init annotationGravatar Kees Cook 1-0/+4
2017-02-27Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-8/+0
2017-02-27kprobes: move kprobe declarations to asm-generic/kprobes.hGravatar Luis R. Rodriguez 1-8/+0
2017-02-27Merge tag 'trace-v4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-10/+17
2017-01-19tracing: Show number of constants profiled in likely profilerGravatar Steven Rostedt (VMware) 1-5/+10
2017-01-18gcc-plugins: Add structleak for more stack initializationGravatar Kees Cook 1-1/+5
2017-01-17tracing: Process constants for (un)likely() profilerGravatar Steven Rostedt (VMware) 1-6/+8
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-0/+4
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Gravatar Linus Torvalds 1-0/+23
2016-10-10latent_entropy: Mark functions with __latent_entropyGravatar Emese Revfy 1-0/+4
2016-09-09kbuild: allow archs to select link dead code/data eliminationGravatar Nicholas Piggin 1-0/+23
2016-09-05locking/barriers: Don't use sizeof(void) in lockless_dereference()Gravatar Johannes Berg 1-3/+4
2016-08-18locking/barriers: Suppress sparse warnings in lockless_dereference()Gravatar Johannes Berg 1-3/+3
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-2/+0
2016-07-12pmem: kill __pmem address spaceGravatar Dan Williams 1-2/+0
2016-06-14locking/barriers: Move smp_cond_load_acquire() to asm-generic/barrier.hGravatar Peter Zijlstra 1-37/+0
2016-06-14locking/barriers: Introduce smp_acquire__after_ctrl_dep()Gravatar Peter Zijlstra 1-5/+12
2016-06-14locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()Gravatar Peter Zijlstra 1-6/+19
2016-06-08locking/barriers: Validate lockless_dereference() is used on a pointer typeGravatar Peter Zijlstra 1-0/+4
2016-05-19compiler.h: add support for malloc attributeGravatar Rasmus Villemoes 1-0/+4
2016-03-15Merge commit 'fixes.2015.02.23a' into core/rcuGravatar Ingo Molnar 1-4/+8
2016-02-29Merge tag 'v4.5-rc6' into locking/core, to pick up fixesGravatar Ingo Molnar 1-1/+1
2016-02-23sparse: Add __private to privatize members of structsGravatar Boqun Feng 1-4/+8
2016-02-15tracing: Fix freak link error caused by branch tracerGravatar Arnd Bergmann 1-1/+1
2016-02-09locking/atomics: Update comment about READ_ONCE() and structuresGravatar Konrad Rzeszutek Wilk 1-2/+3
2015-12-04locking, sched: Introduce smp_cond_acquire() and use itGravatar Peter Zijlstra 1-0/+17
2015-11-05compiler.h: add support for function attribute assume_alignedGravatar Rasmus Villemoes 1-0/+8
2015-11-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Gravatar Linus Torvalds 1-1/+1
2015-11-03atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl()Gravatar Linus Torvalds 1-16/+0
2015-10-20compiler, atomics, kasan: Provide READ_ONCE_NOCHECK()Gravatar Andrey Ryabinin 1-13/+53
2015-10-14s390/compiler.h Fix sparse vs. hotpatchGravatar Christian Borntraeger 1-1/+1
2015-08-12locking, compiler.h: Cast away attributes in the WRITE_ONCE() magicGravatar Christian Borntraeger 1-1/+6
2015-07-11Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-1/+1
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-0/+15
2015-06-30sparse: fix misplaced __pmem definitionGravatar Dan Williams 1-1/+1
2015-06-29Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+2
2015-06-26arch, x86: pmem api for ensuring durability of persistent memory updatesGravatar Ross Zwisler 1-0/+2