summaryrefslogtreecommitdiffstats
path: root/include/linux/compiler.h
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * sparse: Add __private to privatize members of structsBoqun Feng2016-02-231-4/+8
* | Merge tag 'v4.5-rc6' into locking/core, to pick up fixesIngo Molnar2016-02-291-1/+1
|\ \
| * | tracing: Fix freak link error caused by branch tracerArnd Bergmann2016-02-151-1/+1
| |/
* / locking/atomics: Update comment about READ_ONCE() and structuresKonrad Rzeszutek Wilk2016-02-091-2/+3
|/
* locking, sched: Introduce smp_cond_acquire() and use itPeter Zijlstra2015-12-041-0/+17
* compiler.h: add support for function attribute assume_alignedRasmus Villemoes2015-11-051-0/+8
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-11-041-1/+1
|\
| * s390/compiler.h Fix sparse vs. hotpatchChristian Borntraeger2015-10-141-1/+1
* | atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl()Linus Torvalds2015-11-031-16/+0
* | compiler, atomics, kasan: Provide READ_ONCE_NOCHECK()Andrey Ryabinin2015-10-201-13/+53
|/
* locking, compiler.h: Cast away attributes in the WRITE_ONCE() magicChristian Borntraeger2015-08-121-1/+6
* Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-07-111-1/+1
|\
| * sparse: fix misplaced __pmem definitionDan Williams2015-06-301-1/+1
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-011-0/+15
|\ \ | |/ |/|
| * rcu: merge fix for Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Stephen Rothwell2015-06-241-1/+1
| * rcu: Move lockless_dereference() out of rcupdate.hPeter Zijlstra2015-05-281-0/+15
* | Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-291-0/+2
|\ \
| * | arch, x86: pmem api for ensuring durability of persistent memory updatesRoss Zwisler2015-06-261-0/+2
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-06-221-2/+2
|\ \
| * | locking/arch: Add WRITE_ONCE() to set_mb()Peter Zijlstra2015-05-191-1/+1
| * | kernel: Replace reference to ASSIGN_ONCE() with WRITE_ONCE() in commentPreeti U Murthy2015-05-081-1/+1
| |/
* / smp: Make control dependencies work on Alpha, improve documentationPaul E. McKenney2015-05-271-0/+16
|/
* lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann2015-05-041-0/+4
* locking: Remove atomicy checks from {READ,WRITE}_ONCEPeter Zijlstra2015-03-271-16/+0
* kernel: make READ_ONCE() valid on const argumentsLinus Torvalds2015-02-211-3/+3
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds2015-02-141-5/+16
|\
| * kernel: Fix sparse warning for ACCESS_ONCEChristian Borntraeger2015-01-191-1/+1
| * kernel: tighten rules for ACCESS ONCEChristian Borntraeger2015-01-191-5/+16
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-02-111-0/+4
|\ \
| * | ftrace: let notrace function attribute disable hotpatching if necessaryHeiko Carstens2015-01-291-0/+4