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