summaryrefslogtreecommitdiff
path: root/include/linux/compiler.h (follow)
Commit message (Expand)AuthorAge
* BACKPORT: kbuild: allow archs to select link dead code/data eliminationNicholas Piggin2022-10-28
* compiler.h: Introduce absolute_pointer macroGuenter Roeck2021-10-06
* compiler.h: Add read_word_at_a_time() function.Andrey Ryabinin2020-10-29
* compiler.h, kasan: Avoid duplicating __read_once_size_nocheck()Andrey Ryabinin2020-10-29
* x86: Fix early boot crash on gcc-10, third tryBorislav Petkov2020-05-20
* compiler.h: fix error in BUILD_BUG_ON() reportingVegard Nossum2020-04-24
* Backport minimal compiler_attributes.h to support GCC 9Miguel Ojeda2019-08-25
* bug.h: work around GCC PR82365 in BUG()Arnd Bergmann2019-07-10
* branch-check: fix long->int truncation when profiling branchesMikulas Patocka2018-07-03
* tracing: Fix freak link error caused by branch tracerArnd Bergmann2016-02-25
* compiler.h: add support for function attribute assume_alignedRasmus Villemoes2015-11-05
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-11-04
|\
| * s390/compiler.h Fix sparse vs. hotpatchChristian Borntraeger2015-10-14
* | atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl()Linus Torvalds2015-11-03
* | compiler, atomics, kasan: Provide READ_ONCE_NOCHECK()Andrey Ryabinin2015-10-20
|/
* locking, compiler.h: Cast away attributes in the WRITE_ONCE() magicChristian Borntraeger2015-08-12
* Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2015-07-11
|\
| * sparse: fix misplaced __pmem definitionDan Williams2015-06-30
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-07-01
|\ \ | |/ |/|
| * rcu: merge fix for Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE()Stephen Rothwell2015-06-24
| * rcu: Move lockless_dereference() out of rcupdate.hPeter Zijlstra2015-05-28
* | Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2015-06-29
|\ \
| * | arch, x86: pmem api for ensuring durability of persistent memory updatesRoss Zwisler2015-06-26
| |/
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-06-22
|\ \
| * | locking/arch: Add WRITE_ONCE() to set_mb()Peter Zijlstra2015-05-19
| * | kernel: Replace reference to ASSIGN_ONCE() with WRITE_ONCE() in commentPreeti U Murthy2015-05-08
| |/
* / smp: Make control dependencies work on Alpha, improve documentationPaul E. McKenney2015-05-27
|/
* lib: make memzero_explicit more robust against dead store eliminationDaniel Borkmann2015-05-04
* locking: Remove atomicy checks from {READ,WRITE}_ONCEPeter Zijlstra2015-03-27
* kernel: make READ_ONCE() valid on const argumentsLinus Torvalds2015-02-21
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr...Linus Torvalds2015-02-14
|\
| * kernel: Fix sparse warning for ACCESS_ONCEChristian Borntraeger2015-01-19
| * kernel: tighten rules for ACCESS ONCEChristian Borntraeger2015-01-19
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-02-11
|\ \
| * | ftrace: let notrace function attribute disable hotpatching if necessaryHeiko Carstens2015-01-29
* | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-01-21
|\ \ \
| * | | compiler: Allow 1- and 2-byte smp_load_acquire() and smp_store_release()Paul E. McKenney2015-01-06
| | |/ | |/|
* / | kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val)Christian Borntraeger2015-01-13
|/ /
* / kernel: Provide READ_ONCE and ASSIGN_ONCEChristian Borntraeger2014-12-18
|/
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2014-06-12
|\
| * kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklistMasami Hiramatsu2014-04-24
* | compiler.h: avoid sparse errors in __compiletime_error_fallback()James Hogan2014-06-04
|/
* LLVMLinux: Add support for clang to compiler.h and new compiler-clang.hMark Charlebois2014-04-09
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6Linus Torvalds2014-01-23
|\
| * crypto: more robust crypto_memneqCesar Eduardo Barros2013-12-05
* | arch: Introduce smp_load_acquire(), smp_store_release()Peter Zijlstra2014-01-12
|/
* kprobes: Move __kprobes definition into compiler.hMasami Hiramatsu2013-04-08
* bug.h, compiler.h: introduce compiletime_assert & BUILD_BUG_ON_MSGDaniel Santos2013-02-21
* compiler.h, bug.h: prevent double error messages with BUILD_BUG{,_ON}Daniel Santos2013-02-21
* compiler{,-gcc4}.h, bug.h: Remove duplicate macrosDaniel Santos2013-02-21