| Commit message (Expand) | Author | Age | Files | Lines |
* | compiler.h: add support for function attribute assume_aligned | Rasmus Villemoes | 2015-11-05 | 1 | -0/+8 |
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2015-11-04 | 1 | -1/+1 |
|\ |
|
| * | s390/compiler.h Fix sparse vs. hotpatch | Christian Borntraeger | 2015-10-14 | 1 | -1/+1 |
* | | atomic: remove all traces of READ_ONCE_CTRL() and atomic*_read_ctrl() | Linus Torvalds | 2015-11-03 | 1 | -16/+0 |
* | | compiler, atomics, kasan: Provide READ_ONCE_NOCHECK() | Andrey Ryabinin | 2015-10-20 | 1 | -13/+53 |
|/ |
|
* | locking, compiler.h: Cast away attributes in the WRITE_ONCE() magic | Christian Borntraeger | 2015-08-12 | 1 | -1/+6 |
* | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2015-07-11 | 1 | -1/+1 |
|\ |
|
| * | sparse: fix misplaced __pmem definition | Dan Williams | 2015-06-30 | 1 | -1/+1 |
* | | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2015-07-01 | 1 | -0/+15 |
|\ \
| |/
|/| |
|
| * | rcu: merge fix for Convert ACCESS_ONCE() to READ_ONCE() and WRITE_ONCE() | Stephen Rothwell | 2015-06-24 | 1 | -1/+1 |
| * | rcu: Move lockless_dereference() out of rcupdate.h | Peter Zijlstra | 2015-05-28 | 1 | -0/+15 |
* | | Merge tag 'libnvdimm-for-4.2' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2015-06-29 | 1 | -0/+2 |
|\ \ |
|
| * | | arch, x86: pmem api for ensuring durability of persistent memory updates | Ross Zwisler | 2015-06-26 | 1 | -0/+2 |
| |/ |
|
* | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-06-22 | 1 | -2/+2 |
|\ \ |
|
| * | | locking/arch: Add WRITE_ONCE() to set_mb() | Peter Zijlstra | 2015-05-19 | 1 | -1/+1 |
| * | | kernel: Replace reference to ASSIGN_ONCE() with WRITE_ONCE() in comment | Preeti U Murthy | 2015-05-08 | 1 | -1/+1 |
| |/ |
|
* | | smp: Make control dependencies work on Alpha, improve documentation | Paul E. McKenney | 2015-05-27 | 1 | -0/+16 |
|/ |
|
* | lib: make memzero_explicit more robust against dead store elimination | Daniel Borkmann | 2015-05-04 | 1 | -0/+4 |
* | locking: Remove atomicy checks from {READ,WRITE}_ONCE | Peter Zijlstra | 2015-03-27 | 1 | -16/+0 |
* | kernel: make READ_ONCE() valid on const arguments | Linus Torvalds | 2015-02-21 | 1 | -3/+3 |
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntr... | Linus Torvalds | 2015-02-14 | 1 | -5/+16 |
|\ |
|
| * | kernel: Fix sparse warning for ACCESS_ONCE | Christian Borntraeger | 2015-01-19 | 1 | -1/+1 |
| * | kernel: tighten rules for ACCESS ONCE | Christian Borntraeger | 2015-01-19 | 1 | -5/+16 |
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39... | Linus Torvalds | 2015-02-11 | 1 | -0/+4 |
|\ \ |
|
| * | | ftrace: let notrace function attribute disable hotpatching if necessary | Heiko Carstens | 2015-01-29 | 1 | -0/+4 |
* | | | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2015-01-21 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | compiler: Allow 1- and 2-byte smp_load_acquire() and smp_store_release() | Paul E. McKenney | 2015-01-06 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val) | Christian Borntraeger | 2015-01-13 | 1 | -6/+6 |
|/ / |
|
* | | kernel: Provide READ_ONCE and ASSIGN_ONCE | Christian Borntraeger | 2014-12-18 | 1 | -0/+74 |
|/ |
|
* | Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2014-06-12 | 1 | -0/+2 |
|\ |
|
| * | kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklist | Masami Hiramatsu | 2014-04-24 | 1 | -0/+2 |
* | | compiler.h: avoid sparse errors in __compiletime_error_fallback() | James Hogan | 2014-06-04 | 1 | -2/+11 |
|/ |
|
* | LLVMLinux: Add support for clang to compiler.h and new compiler-clang.h | Mark Charlebois | 2014-04-09 | 1 | -0/+7 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds | 2014-01-23 | 1 | -0/+4 |
|\ |
|
| * | crypto: more robust crypto_memneq | Cesar Eduardo Barros | 2013-12-05 | 1 | -0/+4 |
* | | arch: Introduce smp_load_acquire(), smp_store_release() | Peter Zijlstra | 2014-01-12 | 1 | -0/+9 |
|/ |
|
* | kprobes: Move __kprobes definition into compiler.h | Masami Hiramatsu | 2013-04-08 | 1 | -0/+6 |
* | bug.h, compiler.h: introduce compiletime_assert & BUILD_BUG_ON_MSG | Daniel Santos | 2013-02-21 | 1 | -1/+25 |
* | compiler.h, bug.h: prevent double error messages with BUILD_BUG{,_ON} | Daniel Santos | 2013-02-21 | 1 | -0/+5 |
* | compiler{,-gcc4}.h, bug.h: Remove duplicate macros | Daniel Santos | 2013-02-21 | 1 | -3/+0 |
* | Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kern... | Linus Torvalds | 2012-12-19 | 1 | -0/+9 |
|\ |
|
| * | __UNIQUE_ID() | Rusty Russell | 2012-12-14 | 1 | -0/+9 |
* | | linux/compiler.h: add __must_hold macro for functions called with a lock held | Josh Triplett | 2012-12-17 | 1 | -0/+2 |
|/ |
|
* | compiler.h: add __visible | Andi Kleen | 2012-09-17 | 1 | -0/+4 |
* | compiler.h: Fix typo | Alexander Stein | 2012-02-28 | 1 | -1/+1 |
* | kernel.h: add BUILD_BUG() macro | David Daney | 2012-01-10 | 1 | -1/+3 |
* | rcu: define __rcu address space modifier for sparse | Paul E. McKenney | 2010-08-19 | 1 | -0/+4 |
* | rcu: add __rcu API for later sparse checking | Paul E. McKenney | 2010-06-14 | 1 | -0/+2 |
* | Merge branch 'master' into percpu | Tejun Heo | 2010-01-05 | 1 | -0/+20 |
|\ |
|
| * | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2009-12-05 | 1 | -0/+11 |
| |\ |
|