index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
compiler.h
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-20
rcu: define __rcu address space modifier for sparse
Paul E. McKenney
1
-0
/
+4
2010-06-15
rcu: add __rcu API for later sparse checking
Paul E. McKenney
1
-0
/
+2
2010-01-05
Merge branch 'master' into percpu
Tejun Heo
1
-0
/
+20
2009-12-06
Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+11
2009-12-05
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
1
-0
/
+4
2009-12-05
Add support for GCC-4.5's __builtin_unreachable() to compiler.h (v2)
David Daney
1
-0
/
+5
2009-11-02
compiler: Introduce __always_unused
Li Zefan
1
-0
/
+4
2009-10-29
percpu: add __percpu for sparse.
Rusty Russell
1
-1
/
+3
2009-10-02
x86: Add a Kconfig option to turn the copy_from_user warnings into errors
Arjan van de Ven
1
-0
/
+3
2009-10-01
x86: Turn the copy_from_user check into an (optional) compile time warning
Arjan van de Ven
1
-0
/
+4
2009-09-26
x86: Use __builtin_object_size() to validate the buffer size for copy_from_us...
Arjan van de Ven
1
-0
/
+4
2009-06-12
module_param: add __same_type convenience wrapper for __builtin_types_compati...
Rusty Russell
1
-0
/
+5
2009-04-07
branch tracer, intel-iommu: fix build with CONFIG_BRANCH_TRACER=y
Linus Torvalds
1
-1
/
+3
2009-04-07
branch tracer: Fix for enabling branch profiling makes sparse unusable
Bart Van Assche
1
-1
/
+2
2009-03-18
tracing: optimization of branch tracer
Witold Baryluk
1
-4
/
+2
2009-01-02
Sanitize gcc version header includes
Linus Torvalds
1
-6
/
+2
2008-11-23
trace: profile all if conditionals
Steven Rostedt
1
-2
/
+36
2008-11-23
trace: consolidate unlikely and likely profiler
Steven Rostedt
1
-19
/
+5
2008-11-23
trace: remove extra assign in branch check
Steven Rostedt
1
-2
/
+0
2008-11-13
trace: rename unlikely profiler to branch profiler
Steven Rostedt
1
-9
/
+10
2008-11-12
tracing: branch tracer, fix vdso crash
Ingo Molnar
1
-1
/
+5
2008-11-12
tracing: profile likely and unlikely annotations
Steven Rostedt
1
-2
/
+59
2008-10-14
ftrace: move notrace to compiler.h
Steven Rostedt
1
-0
/
+2
2008-08-18
rcu: remove redundant ACCESS_ONCE definition from rcupreempt.c
Paul E. McKenney
1
-1
/
+3
2008-05-11
Move ACCESS_ONCE() to <linux/compiler.h>
Linus Torvalds
1
-0
/
+12
2008-03-05
add noinline_for_stack
Andrew Morton
1
-0
/
+6
2008-01-29
remove __attribute_used__
Adrian Bunk
1
-4
/
+0
2008-01-29
compiler.h: introduce __section()
Sam Ravnborg
1
-0
/
+5
2007-10-26
Permit silencing of __deprecated warnings.
Jeff Garzik
1
-0
/
+6
2007-10-19
Replace __attribute_pure__ with __pure
Ralf Baechle
1
-14
/
+0
2007-07-26
make __chk_{user,io}_ptr() accept pointers to volatile
Al Viro
1
-2
/
+2
2007-07-22
x86: Support __attribute__((__cold__)) in gcc 4.3
Andi Kleen
1
-0
/
+9
2007-05-21
x86_64: Support gcc 5 properly
Andi Kleen
1
-3
/
+1
2007-05-09
compiler: introduce __used and __maybe_unused
David Rientjes
1
-3
/
+18
2007-03-27
[PATCH] Add const to pointer qualifiers for __chk_user_ptr and __chk_io_ptr.
Russ Cox
1
-2
/
+2
2006-12-12
include/linux/compiler.h: reject gcc 3 < gcc 3.2
Alistair John Strachan
1
-1
/
+1
2006-10-01
[PATCH] Pass sparse the lock expression given to lock annotations
Josh Triplett
1
-4
/
+4
2006-09-29
[PATCH] Pass a lock expression to __cond_lock, like __acquire and __release
Josh Triplett
1
-2
/
+2
2006-09-26
add CONFIG_ENABLE_MUST_CHECK
Andrew Morton
1
-0
/
+5
2006-05-04
Restore __attribute_const__ to user-visibility in linux/compiler.h...for now
David Woodhouse
1
-9
/
+10
2006-05-02
Guard some of linux/compiler.h with #ifdef __KERNEL__
David Woodhouse
1
-0
/
+2
2006-01-09
[PATCH] Abandon gcc-2.95.x
Andrew Morton
1
-2
/
+0
2005-05-01
[PATCH] Add deprecated_for_modules
Paul E. McKenney
1
-0
/
+6
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+152