Peter Zijlstra
|
ab3f02fc23
locking/arch: Add WRITE_ONCE() to set_mb()
|
10 years ago |
Preeti U Murthy
|
663fdcbee0
kernel: Replace reference to ASSIGN_ONCE() with WRITE_ONCE() in comment
|
10 years ago |
Daniel Borkmann
|
7829fb09a2
lib: make memzero_explicit more robust against dead store elimination
|
10 years ago |
Peter Zijlstra
|
7bd3e239d6
locking: Remove atomicy checks from {READ,WRITE}_ONCE
|
10 years ago |
Linus Torvalds
|
dd36929720
kernel: make READ_ONCE() valid on const arguments
|
10 years ago |
Linus Torvalds
|
c833e17e27
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/borntraeger/linux
|
10 years ago |
Linus Torvalds
|
b3d6524ff7
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linux
|
10 years ago |
Heiko Carstens
|
61f552141c
ftrace: let notrace function attribute disable hotpatching if necessary
|
10 years ago |
Ingo Molnar
|
f49028292c
Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcu
|
10 years ago |
Christian Borntraeger
|
c5b19946eb
kernel: Fix sparse warning for ACCESS_ONCE
|
10 years ago |
Christian Borntraeger
|
927609d622
kernel: tighten rules for ACCESS ONCE
|
10 years ago |
Christian Borntraeger
|
43239cbe79
kernel: Change ASSIGN_ONCE(val, x) to WRITE_ONCE(x, val)
|
10 years ago |
Paul E. McKenney
|
536fa40222
compiler: Allow 1- and 2-byte smp_load_acquire() and smp_store_release()
|
11 years ago |
Christian Borntraeger
|
230fa253df
kernel: Provide READ_ONCE and ASSIGN_ONCE
|
10 years ago |
Linus Torvalds
|
3737a12761
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
|
11 years ago |
James Hogan
|
2c0d259e0e
compiler.h: avoid sparse errors in __compiletime_error_fallback()
|
11 years ago |
Masami Hiramatsu
|
376e242429
kprobes: Introduce NOKPROBE_SYMBOL() macro to maintain kprobes blacklist
|
11 years ago |
Mark Charlebois
|
565cbdc2fe
LLVMLinux: Add support for clang to compiler.h and new compiler-clang.h
|
12 years ago |
Linus Torvalds
|
13c789a6b2
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
|
11 years ago |
Peter Zijlstra
|
47933ad41a
arch: Introduce smp_load_acquire(), smp_store_release()
|
11 years ago |
Cesar Eduardo Barros
|
fe8c8a1268
crypto: more robust crypto_memneq
|
11 years ago |
Masami Hiramatsu
|
324670b620
kprobes: Move __kprobes definition into compiler.h
|
12 years ago |
Daniel Santos
|
9a8ab1c399
bug.h, compiler.h: introduce compiletime_assert & BUILD_BUG_ON_MSG
|
12 years ago |
Daniel Santos
|
c361d3e543
compiler.h, bug.h: prevent double error messages with BUILD_BUG{,_ON}
|
12 years ago |
Daniel Santos
|
6ae8d04871
compiler{,-gcc4}.h, bug.h: Remove duplicate macros
|
12 years ago |
Linus Torvalds
|
7a684c452e
Merge tag 'modules-next-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux
|
12 years ago |
Josh Triplett
|
8529091e8e
linux/compiler.h: add __must_hold macro for functions called with a lock held
|
12 years ago |
Rusty Russell
|
6f33d58794
__UNIQUE_ID()
|
12 years ago |
Andi Kleen
|
9a858dc7ce
compiler.h: add __visible
|
13 years ago |
Alexander Stein
|
e6be0c9e7e
compiler.h: Fix typo
|
13 years ago |