summaryrefslogtreecommitdiff
path: root/include/linux/compiler.h
AgeCommit message (Expand)Author
2020-05-21Merge remote-tracking branch 'remotes/fslc/4.9-2.3.x-imx' into toradex_4.9-2....Marcel Ziswiler
2020-04-24compiler.h: fix error in BUILD_BUG_ON() reportingVegard Nossum
2020-04-15Compiler Attributes: add support for __copy (gcc >= 9)Miguel Ojeda
2019-08-06Backport minimal compiler_attributes.h to support GCC 9Miguel Ojeda
2019-08-04compiler.h: Add read_word_at_a_time() function.Andrey Ryabinin
2019-08-04compiler.h, kasan: Avoid duplicating __read_once_size_nocheck()Andrey Ryabinin
2019-07-10bug.h: work around GCC PR82365 in BUG()Arnd Bergmann
2018-07-03branch-check: fix long->int truncation when profiling branchesMikulas Patocka
2018-02-22compiler-gcc.h: Introduce __optimize function attributeGeert Uytterhoeven
2016-10-15Merge tag 'gcc-plugins-v4.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2016-10-14Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek...Linus Torvalds
2016-10-10latent_entropy: Mark functions with __latent_entropyEmese Revfy
2016-09-09kbuild: allow archs to select link dead code/data eliminationNicholas Piggin
2016-09-05locking/barriers: Don't use sizeof(void) in lockless_dereference()Johannes Berg
2016-08-18locking/barriers: Suppress sparse warnings in lockless_dereference()Johannes Berg
2016-07-28Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2016-07-12pmem: kill __pmem address spaceDan Williams
2016-06-14locking/barriers: Move smp_cond_load_acquire() to asm-generic/barrier.hPeter Zijlstra
2016-06-14locking/barriers: Introduce smp_acquire__after_ctrl_dep()Peter Zijlstra
2016-06-14locking/barriers: Replace smp_cond_acquire() with smp_cond_load_acquire()Peter Zijlstra
2016-06-08locking/barriers: Validate lockless_dereference() is used on a pointer typePeter Zijlstra
2016-05-19compiler.h: add support for malloc attributeRasmus Villemoes
2016-03-15Merge commit 'fixes.2015.02.23a' into core/rcuIngo Molnar
2016-02-29Merge tag 'v4.5-rc6' into locking/core, to pick up fixesIngo Molnar
2016-02-23sparse: Add __private to privatize members of structsBoqun Feng
2016-02-15tracing: Fix freak link error caused by branch tracerArnd Bergmann
2016-02-09locking/atomics: Update comment about READ_ONCE() and structuresKonrad Rzeszutek Wilk
2015-12-04locking, sched: Introduce smp_cond_acquire() and use itPeter Zijlstra
2015-11-05compiler.h: add support for function attribute assume_alignedRasmus Villemoes
2015-11-04Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds
2015-11-03atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl()Linus Torvalds
2015-10-20compiler, atomics, kasan: Provide READ_ONCE_NOCHECK()Andrey Ryabinin
2015-10-14s390/compiler.h Fix sparse vs. hotpatchChristian Borntraeger
2015-08-12locking, compiler.h: Cast away attributes in the WRITE_ONCE() magicChristian Borntraeger
2015-07-11Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2015-07-01Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2015-06-30sparse: fix misplaced __pmem definitionDan Williams
2015-06-29Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2015-06-26arch, x86: pmem api for ensuring durability of persistent memory updatesRoss Zwisler
2015-06-24rcu: merge fix for Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Stephen Rothwell
2015-06-22Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2015-05-28rcu: Move lockless_dereference() out of rcupdate.hPeter Zijlstra
2015-05-27smp: Make control dependencies work on Alpha, improve documentationPaul E. McKenney
2015-05-19locking/arch: Add WRITE_ONCE() to set_mb()Peter Zijlstra
2015-05-08kernel: Replace reference to ASSIGN_ONCE() with WRITE_ONCE() in commentPreeti U Murthy
2015-05-04lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann
2015-03-27locking: Remove atomicy checks from {READ,WRITE}_ONCEPeter Zijlstra
2015-02-21kernel: make READ_ONCE() valid on const argumentsLinus Torvalds
2015-02-14Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds
2015-02-11Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds