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
/
rcupdate.h
Age
Commit message (
Expand
)
Author
Files
Lines
2009-09-19
rcu: Fix whitespace inconsistencies
Paul E. McKenney
1
-3
/
+3
2009-09-18
rcu: Fix synchronize_rcu() for TREE_PREEMPT_RCU
Paul E. McKenney
1
-18
/
+5
2009-08-26
rcu: Remove lockdep annotations from RCU's _notrace() API members
Paul E. McKenney
1
-2
/
+0
2009-08-24
rcu: Add "notrace" to RCU function headers used by ftrace
Paul E. McKenney
1
-2
/
+2
2009-08-23
rcu: Remove CONFIG_PREEMPT_RCU
Paul E. McKenney
1
-3
/
+1
2009-08-23
rcu: Merge preemptable-RCU functionality into hierarchical RCU
Paul E. McKenney
1
-1
/
+1
2009-08-23
rcu: Consolidate sparse and lockdep declarations in include/linux/rcupdate.h
Paul E. McKenney
1
-4
/
+42
2009-08-23
rcu: Renamings to increase RCU clarity
Paul E. McKenney
1
-5
/
+16
2009-07-03
rcu: Add synchronize_sched_expedited() primitive
Paul E. McKenney
1
-12
/
+13
2009-06-24
rcu: Remove Classic RCU
Paul E. McKenney
1
-3
/
+1
2009-04-03
kmemtrace, rcu: don't include unnecessary headers, allow kmemtrace w/ tracepo...
Eduard - Gabriel Munteanu
1
-1
/
+0
2009-02-26
rcu: Teach RCU that idle task is not quiscent state at boot
Paul E. McKenney
1
-0
/
+4
2009-01-05
rcu: eliminate synchronize_rcu_xxx macro
Paul E. McKenney
1
-12
/
+0
2008-12-31
Merge branch 'core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-3
/
+7
2008-12-18
"Tree RCU": scalable classic RCU implementation
Paul E. McKenney
1
-3
/
+7
2008-11-16
rcu: add rcu_read_*_sched_notrace()
Mathieu Desnoyers
1
-0
/
+2
2008-09-30
rcu: add rcu_read_lock_sched() / rcu_read_unlock_sched()
Mathieu Desnoyers
1
-0
/
+20
2008-05-19
rcu: add rcu_barrier_sched() and rcu_barrier_bh()
Paul E. McKenney
1
-0
/
+2
2008-05-19
rcu: add call_rcu_sched()
Paul E. McKenney
1
-0
/
+22
2008-05-19
rcupreempt: remove duplicate prototypes
Steven Rostedt
1
-2
/
+0
2008-05-11
Move ACCESS_ONCE() to <linux/compiler.h>
Linus Torvalds
1
-12
/
+0
2008-04-30
Remove "#ifdef __KERNEL__" checks from unexported headers
Robert P. J. Day
1
-3
/
+0
2008-02-06
Remove rcu_assign_pointer() penalty for NULL pointers
Paul E. McKenney
1
-4
/
+7
2008-01-25
Preempt-RCU: implementation
Paul E. McKenney
1
-4
/
+7
2008-01-25
Preempt-RCU: reorganize RCU code into rcuclassic.c and rcupdate.c
Paul E. McKenney
1
-119
/
+49
2007-10-17
Immunize rcu_dereference() against crazy compiler writers
Paul E. McKenney
1
-1
/
+13
2007-10-12
lockdep: annotate rcu_read_{,un}lock{,_bh}
Peter Zijlstra
1
-0
/
+14
2007-08-12
RCU: Remove prototype for nonexistent function synchronize_idle()
Josh Triplett
1
-1
/
+0
2006-10-04
[PATCH] RCU: CREDITS and MAINTAINERS
Josh Triplett
1
-1
/
+1
2006-10-04
[PATCH] rcu: simplify/improve batch tuning
Oleg Nesterov
1
-3
/
+2
2006-06-30
[PATCH] rcu: Add lock annotations to RCU locking primitives
Josh Triplett
1
-4
/
+20
2006-06-28
[PATCH] rcutorture: add call_rcu_bh() operations
Paul E. McKenney
1
-0
/
+1
2006-06-23
[PATCH] Make RCU API inaccessible to non-GPL Linux kernel modules
Paul E. McKenney
1
-2
/
+1
2006-05-15
[PATCH] RCU: introduce rcu_needs_cpu() interface
Heiko Carstens
1
-0
/
+1
2006-03-23
[PATCH] kernel/rcupdate.c: make two structs static
Adrian Bunk
1
-2
/
+0
2006-03-09
[PATCH] rcu batch tuning
Dipankar Sarma
1
-1
/
+5
2006-02-03
[PATCH] Fix comment to synchronize_sched()
Paul E. McKenney
1
-1
/
+4
2006-01-10
[PATCH] rcu: join rcu_ctrlblk and rcu_state
Oleg Nesterov
1
-0
/
+4
2006-01-09
[PATCH] rcu: uninline __rcu_pending()
Oleg Nesterov
1
-30
/
+1
2006-01-09
[PATCH] Change maxaligned_in_smp alignemnt macros to internodealigned_in_smp ...
Ravikiran G Thirumalai
1
-1
/
+1
2005-12-12
[PATCH] add rcu_barrier() synchronization point
Dipankar Sarma
1
-0
/
+2
2005-10-31
[PATCH] RCU torture-testing kernel module
Paul E. McKenney
1
-0
/
+1
2005-10-18
[PATCH] rcu: keep rcu callback event counter
Eric Dumazet
1
-0
/
+1
2005-09-10
[PATCH] files: fix rcu initializers
Dipankar Sarma
1
-2
/
+2
2005-05-01
[PATCH] Deprecate synchronize_kernel, GPL replacement
Paul E. McKenney
1
-3
/
+20
2005-04-17
Linux-2.6.12-rc2
Linus Torvalds
1
-0
/
+271