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
|
12 years ago |
Alexander Stein
|
e6be0c9e7e
compiler.h: Fix typo
|
13 years ago |
David Daney
|
1399ff86f2
kernel.h: add BUILD_BUG() macro
|
13 years ago |
Paul E. McKenney
|
ca5ecddfa8
rcu: define __rcu address space modifier for sparse
|
15 years ago |
Paul E. McKenney
|
71d1d5c722
rcu: add __rcu API for later sparse checking
|
15 years ago |
Tejun Heo
|
32032df6c2
Merge branch 'master' into percpu
|
15 years ago |
Linus Torvalds
|
ef26b1691d
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
|
15 years ago |
Linus Torvalds
|
96fa2b508d
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
|
15 years ago |
David Daney
|
38938c879e
Add support for GCC-4.5's __builtin_unreachable() to compiler.h (v2)
|
15 years ago |
Li Zefan
|
7b2a35132a
compiler: Introduce __always_unused
|
15 years ago |
Rusty Russell
|
e0fdb0e050
percpu: add __percpu for sparse.
|
15 years ago |
Arjan van de Ven
|
63312b6a6f
x86: Add a Kconfig option to turn the copy_from_user warnings into errors
|
15 years ago |
Arjan van de Ven
|
4a31276930
x86: Turn the copy_from_user check into an (optional) compile time warning
|
15 years ago |
Arjan van de Ven
|
9f0cf4adb6
x86: Use __builtin_object_size() to validate the buffer size for copy_from_user()
|
15 years ago |
Rusty Russell
|
d2c123c27d
module_param: add __same_type convenience wrapper for __builtin_types_compatible_p
|
16 years ago |
Linus Torvalds
|
ab3c9c686e
branch tracer, intel-iommu: fix build with CONFIG_BRANCH_TRACER=y
|
16 years ago |
Bart Van Assche
|
d9ad8bc0ca
branch tracer: Fix for enabling branch profiling makes sparse unusable
|
16 years ago |
Witold Baryluk
|
97e7e4f391
tracing: optimization of branch tracer
|
16 years ago |
Linus Torvalds
|
f153b82121
Sanitize gcc version header includes
|
16 years ago |
Steven Rostedt
|
2bcd521a68
trace: profile all if conditionals
|
16 years ago |
Steven Rostedt
|
45b797492a
trace: consolidate unlikely and likely profiler
|
16 years ago |
Steven Rostedt
|
42f565e116
trace: remove extra assign in branch check
|
16 years ago |
Steven Rostedt
|
2ed84eeb88
trace: rename unlikely profiler to branch profiler
|
16 years ago |